Sun, 05 Aug 2012 15:00:59 -0400 Add bot level to CPU flag
nemo [Sun, 05 Aug 2012 15:00:59 -0400] rev 7495
Add bot level to CPU flag
Sun, 12 Aug 2012 23:51:36 +0200 frontlib/Hedgeroid: Modified frontlib build in Hedgeroid so it works without having to copy the source dir.
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 23:51:36 +0200] rev 7494
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 Mission 7: Added a visual gear to mark height, changed ShowMission to be more precise.
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 17:08:34 +0300] rev 7493
Mission 7: Added a visual gear to mark height, changed ShowMission to be more precise.
Sat, 04 Aug 2012 22:51:41 -0400 Perf opt for the c conversion. Use downto instead to avoid repeated function calls in the loop
nemo [Sat, 04 Aug 2012 22:51:41 -0400] rev 7492
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 Hedgeroid: fix wrong filenames due to windows not treating files case sensitive
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 23:20:34 +0200] rev 7491
Hedgeroid: fix wrong filenames due to windows not treating files case sensitive
Sun, 19 Aug 2012 12:50:34 +0300 Fixed a typo, frontend is now working properly
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 12:50:34 +0300] rev 7490
Fixed a typo, frontend is now working properly
Sat, 04 Aug 2012 22:26:51 -0400 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.
nemo [Sat, 04 Aug 2012 22:26:51 -0400] rev 7489
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 Removed useless cast in cmdlineClient
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 22:46:53 +0200] rev 7488
Removed useless cast in cmdlineClient
Thu, 30 Aug 2012 12:31:54 -0400 Silly add to facilitate transplant
nemo [Thu, 30 Aug 2012 12:31:54 -0400] rev 7487
Silly add to facilitate transplant
Sat, 04 Aug 2012 21:49:24 -0400 oops
nemo [Sat, 04 Aug 2012 21:49:24 -0400] rev 7486
oops
Sun, 12 Aug 2012 22:46:23 +0200 Hedgeroid:
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 22:46:23 +0200] rev 7485
Hedgeroid: - (hopefully) completed the frontlib JNA mappings - added documentation - Changed more code to use frontlib for ini reading/writing - tried to make everything work again that was working before - Teamlist can now be used to add and remove teams - Netplay now correctly handles team additions when being room chief - Fixed TeamCreatorActivity so that editing teams works
Sun, 19 Aug 2012 12:31:04 +0300 Mission 7: changed enemy health, ammos, fixed crashes, princess no longer hidden
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 12:31:04 +0300] rev 7484
Mission 7: changed enemy health, ammos, fixed crashes, princess no longer hidden
Sat, 04 Aug 2012 21:36:31 -0400 unbreak AI. remove inits from uLand
nemo [Sat, 04 Aug 2012 21:36:31 -0400] rev 7483
unbreak AI. remove inits from uLand
Sun, 12 Aug 2012 22:37:57 +0200 frontlib improvements:
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 22:37:57 +0200] rev 7482
frontlib improvements: - Added README with overview documentation - Improved code documentation/comments - Added flib_gameconn_send_quit to gracefully exit a running game - Changed the type of some size variables to size_t - Fixed starting a mission/training sending the mission script like a multiplayer script - Removed reference counters from flib_scheme and flib_map - Removed INGAME state from netconn (there is no useful difference to ROOM state) - Added extras/jnacontrol.c to warn when functions signatures used by Hedgeroid change - Other small code improvements
Sun, 19 Aug 2012 03:10:57 +0300 Forgot to add mission 10
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 03:10:57 +0300] rev 7481
Forgot to add mission 10
Sat, 04 Aug 2012 21:08:46 -0400 An experimental template to abuse this ability. A quick doubling of the "Islands" crazy template
nemo [Sat, 04 Aug 2012 21:08:46 -0400] rev 7480
An experimental template to abuse this ability. A quick doubling of the "Islands" crazy template
Sun, 12 Aug 2012 22:21:09 +0200 frontlib: Added functions to query important constants from the library
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 22:21:09 +0200] rev 7479
frontlib: Added functions to query important constants from the library
Sun, 19 Aug 2012 02:51:05 +0300 Added a story ending mission/cut-scene
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 02:51:05 +0300] rev 7478
Added a story ending mission/cut-scene
Sat, 04 Aug 2012 20:47:13 -0400 First pass at variable land size. For playing a small map (forced on rqLowRes), this should save 42MiB of RAM.
nemo [Sat, 04 Aug 2012 20:47:13 -0400] rev 7477
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 Hedgeroid: Start using the frontlib for more operations
Medo <smaxein@googlemail.com> [Mon, 06 Aug 2012 22:39:36 +0200] rev 7476
Hedgeroid: Start using the frontlib for more operations
Sat, 18 Aug 2012 14:26:19 +0300 Added a FollowGear to the leaderDead animation in mission 9
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 14:26:19 +0300] rev 7475
Added a FollowGear to the leaderDead animation in mission 9
Sat, 04 Aug 2012 18:01:46 -0400 Fix kamikaze crasher. Handle overlapping hogs case.
nemo [Sat, 04 Aug 2012 18:01:46 -0400] rev 7474
Fix kamikaze crasher. Handle overlapping hogs case.
Mon, 06 Aug 2012 22:33:07 +0200 frontlib: Brought commandline client (almost) up to date with the frontlib changes
Medo <smaxein@googlemail.com> [Mon, 06 Aug 2012 22:33:07 +0200] rev 7473
frontlib: Brought commandline client (almost) up to date with the frontlib changes
Sat, 18 Aug 2012 14:24:27 +0300 Fixed a few bugs in mission 7
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 14:24:27 +0300] rev 7472
Fixed a few bugs in mission 7
Fri, 03 Aug 2012 16:58:49 +0400 TestKamikaze, needs polishing
unc0rr [Fri, 03 Aug 2012 16:58:49 +0400] rev 7471
TestKamikaze, needs polishing
Mon, 06 Aug 2012 22:32:46 +0200 frontlib: prevent writing a "binds" section of the team file when there are no binds
Medo <smaxein@googlemail.com> [Mon, 06 Aug 2012 22:32:46 +0200] rev 7470
frontlib: prevent writing a "binds" section of the team file when there are no binds
Sat, 18 Aug 2012 14:22:54 +0300 Fixed a typo in mission 6
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 14:22:54 +0300] rev 7469
Fixed a typo in mission 6
Wed, 01 Aug 2012 18:35:09 -0400 Toggle autoCameraOn in Findhh instead of checking FollowGear which could be set in a variety of places. Issue #404
nemo [Wed, 01 Aug 2012 18:35:09 -0400] rev 7468
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 frontlib: fixed ini writing failing because of an inverted condition
Medo <smaxein@googlemail.com> [Mon, 06 Aug 2012 22:32:05 +0200] rev 7467
frontlib: fixed ini writing failing because of an inverted condition
Sat, 18 Aug 2012 12:22:35 +0300 Fixed bug in mission 5 with invisible obstacles
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 12:22:35 +0300] rev 7466
Fixed bug in mission 5 with invisible obstacles
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip