Sun, 12 Aug 2012 23:51:36 +0200 Medo frontlib/Hedgeroid: Modified frontlib build in Hedgeroid so it works without having to copy the source dir.
Sun, 19 Aug 2012 17:08:34 +0300 belphegorr Mission 7: Added a visual gear to mark height, changed ShowMission to be more precise.
Sat, 04 Aug 2012 22:51:41 -0400 nemo Perf opt for the c conversion. Use downto instead to avoid repeated function calls in the loop
Sun, 12 Aug 2012 23:20:34 +0200 Medo Hedgeroid: fix wrong filenames due to windows not treating files case sensitive
Sun, 19 Aug 2012 12:50:34 +0300 belphegorr Fixed a typo, frontend is now working properly
Sat, 04 Aug 2012 22:26:51 -0400 nemo Also flag cases. Side effect might be some odd collision in rare cases w/ portals. Also, might cause unexpected collisions w/ cases in TestColl - although we could add a proximity check to the flag there, or simply switch to TestCollExcludingMe again. uCollisions seems mismatched w/ AI TestColl anyway. Possibly r+1+r vs r+r for gear diametre.
Sun, 12 Aug 2012 22:46:53 +0200 Medo Removed useless cast in cmdlineClient
Thu, 30 Aug 2012 12:31:54 -0400 nemo Silly add to facilitate transplant
Sat, 04 Aug 2012 21:49:24 -0400 nemo oops
Sun, 12 Aug 2012 22:46:23 +0200 Medo Hedgeroid:
Sun, 19 Aug 2012 12:31:04 +0300 belphegorr Mission 7: changed enemy health, ammos, fixed crashes, princess no longer hidden
Sat, 04 Aug 2012 21:36:31 -0400 nemo unbreak AI. remove inits from uLand
Sun, 12 Aug 2012 22:37:57 +0200 Medo frontlib improvements:
Sun, 19 Aug 2012 03:10:57 +0300 belphegorr Forgot to add mission 10
Sat, 04 Aug 2012 21:08:46 -0400 nemo An experimental template to abuse this ability. A quick doubling of the "Islands" crazy template
Sun, 12 Aug 2012 22:21:09 +0200 Medo frontlib: Added functions to query important constants from the library
Sun, 19 Aug 2012 02:51:05 +0300 belphegorr Added a story ending mission/cut-scene
Sat, 04 Aug 2012 20:47:13 -0400 nemo First pass at variable land size. For playing a small map (forced on rqLowRes), this should save 42MiB of RAM.
Mon, 06 Aug 2012 22:39:36 +0200 Medo Hedgeroid: Start using the frontlib for more operations
Sat, 18 Aug 2012 14:26:19 +0300 belphegorr Added a FollowGear to the leaderDead animation in mission 9
Sat, 04 Aug 2012 18:01:46 -0400 nemo Fix kamikaze crasher. Handle overlapping hogs case.
Mon, 06 Aug 2012 22:33:07 +0200 Medo frontlib: Brought commandline client (almost) up to date with the frontlib changes
Sat, 18 Aug 2012 14:24:27 +0300 belphegorr Fixed a few bugs in mission 7
Fri, 03 Aug 2012 16:58:49 +0400 unc0rr TestKamikaze, needs polishing
Mon, 06 Aug 2012 22:32:46 +0200 Medo frontlib: prevent writing a "binds" section of the team file when there are no binds
Sat, 18 Aug 2012 14:22:54 +0300 belphegorr Fixed a typo in mission 6
Wed, 01 Aug 2012 18:35:09 -0400 nemo Toggle autoCameraOn in Findhh instead of checking FollowGear which could be set in a variety of places. Issue #404
Mon, 06 Aug 2012 22:32:05 +0200 Medo frontlib: fixed ini writing failing because of an inverted condition
Sat, 18 Aug 2012 12:22:35 +0300 belphegorr Fixed bug in mission 5 with invisible obstacles
Tue, 31 Jul 2012 23:29:00 +0400 unc0rr Okay, this is workaround over ping timeouts problem on the server. Could make server crash if recieve thread wakes up after second ping timeout event.
Mon, 06 Aug 2012 22:31:02 +0200 Medo frontlib: Removed reference counting from schemelist
Sat, 18 Aug 2012 12:17:26 +0300 belphegorr Crashfix, healthfix in mission 5
Fri, 27 Jul 2012 23:16:30 -0400 nemo oops
Thu, 02 Aug 2012 16:36:11 +0200 Medo Hedgeroid: Started to implement RoomActivity
Sat, 18 Aug 2012 11:34:49 +0300 belphegorr Forgot to add mission 9 -.-'
Fri, 27 Jul 2012 19:27:39 -0400 nemo Allow AfterAttack to proceed even if the Hedgehog is dead. They could be resurrected after all.
Thu, 02 Aug 2012 16:35:12 +0200 Medo frontlib: Fixed flib_netconn_send_leaveRoom returning -1 even though there was no error.
Thu, 16 Aug 2012 16:07:04 +0300 belphegorr Added Mission 9: The Enemy Of My Enemy
Fri, 27 Jul 2012 20:45:02 +0400 unc0rr merge
Wed, 01 Aug 2012 21:13:39 +0200 Medo Hedgeroid: Fix argument passing to ChatFragment, small layout fixes
Thu, 16 Aug 2012 16:06:24 +0300 belphegorr Modified final cutscene and fixed a skipping bug
Fri, 27 Jul 2012 11:41:16 +0400 unc0rr oops
Wed, 01 Aug 2012 20:56:32 +0200 Medo Hedgeroid: Added libjnidispatch.so and jna.jar
Fri, 10 Aug 2012 20:11:05 +0300 belphegorr Fixed variable loading errors and added saving of "M8Scene" in mission 8
Fri, 27 Jul 2012 10:29:37 +0400 unc0rr Fix edge case problems with sniper rifle
Wed, 01 Aug 2012 20:41:54 +0200 Medo Hedgeroid: Room screen WIP
Fri, 10 Aug 2012 04:26:58 +0300 belphegorr Solved "floating repositionings" in every mission
Thu, 26 Jul 2012 21:58:25 +0400 Stepan777 uploading to youtube, it works, but user interface is still incomplete
Thu, 26 Jul 2012 11:56:58 +0400 unc0rr No more AI jumping lulz
Fri, 27 Jul 2012 10:47:23 -0400 nemo this one too
Fri, 27 Jul 2012 01:38:24 +0200 Medo Hedgeroid: various improvements:
Fri, 10 Aug 2012 00:20:52 +0300 belphegorr Added Mission 8: Long Live The Queen
Thu, 26 Jul 2012 21:56:47 +0400 Stepan777 merge
Thu, 26 Jul 2012 11:56:43 +0400 unc0rr Better prediction of cluster, melon, and whip
Fri, 27 Jul 2012 10:38:29 -0400 nemo rewrite to make the string shorter
Thu, 26 Jul 2012 11:10:56 +0200 Medo Merge
Fri, 10 Aug 2012 00:20:21 +0300 belphegorr Modified Animate.lua: Modified event removal function to check if removed event is before current one, added optional parameter to RemoveEventFunc for optional checking of parameter list identicity.
Wed, 25 Jul 2012 22:46:03 +0400 unc0rr merge
Thu, 02 Aug 2012 05:52:56 +0300 belphegorr Removed gfOneClanMode from Mission 7
Wed, 25 Jul 2012 16:31:34 +0400 unc0rr Commit commented out code which I used to debug AI walking
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip