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
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 03:10:57 +0300] rev 7481
Forgot to add mission 10
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
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 22:21:09 +0200] rev 7479
frontlib: Added functions to query important constants from the library
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 02:51:05 +0300] rev 7478
Added a story ending mission/cut-scene
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.
Medo <smaxein@googlemail.com> [Mon, 06 Aug 2012 22:39:36 +0200] rev 7476
Hedgeroid: Start using the frontlib for more operations
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 14:26:19 +0300] rev 7475
Added a FollowGear to the leaderDead animation in mission 9
nemo [Sat, 04 Aug 2012 18:01:46 -0400] rev 7474
Fix kamikaze crasher. Handle overlapping hogs case.
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
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 14:24:27 +0300] rev 7472
Fixed a few bugs in mission 7
unc0rr [Fri, 03 Aug 2012 16:58:49 +0400] rev 7471
TestKamikaze, needs polishing
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
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 14:22:54 +0300] rev 7469
Fixed a typo in mission 6
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
Medo <smaxein@googlemail.com> [Mon, 06 Aug 2012 22:32:05 +0200] rev 7467
frontlib: fixed ini writing failing because of an inverted condition
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 12:22:35 +0300] rev 7466
Fixed bug in mission 5 with invisible obstacles
unc0rr [Tue, 31 Jul 2012 23:29:00 +0400] rev 7465
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.
Medo <smaxein@googlemail.com> [Mon, 06 Aug 2012 22:31:02 +0200] rev 7464
frontlib: Removed reference counting from schemelist
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 12:17:26 +0300] rev 7463
Crashfix, healthfix in mission 5
nemo [Fri, 27 Jul 2012 23:16:30 -0400] rev 7462
oops
Medo <smaxein@googlemail.com> [Thu, 02 Aug 2012 16:36:11 +0200] rev 7461
Hedgeroid: Started to implement RoomActivity
belphegorr <szabibibi@gmail.com> [Sat, 18 Aug 2012 11:34:49 +0300] rev 7460
Forgot to add mission 9 -.-'
nemo [Fri, 27 Jul 2012 19:27:39 -0400] rev 7459
Allow AfterAttack to proceed even if the Hedgehog is dead. They could be resurrected after all.
Medo <smaxein@googlemail.com> [Thu, 02 Aug 2012 16:35:12 +0200] rev 7458
frontlib: Fixed flib_netconn_send_leaveRoom returning -1 even though there was no error.
belphegorr <szabibibi@gmail.com> [Thu, 16 Aug 2012 16:07:04 +0300] rev 7457
Added Mission 9: The Enemy Of My Enemy
unc0rr [Fri, 27 Jul 2012 20:45:02 +0400] rev 7456
merge
Medo <smaxein@googlemail.com> [Wed, 01 Aug 2012 21:13:39 +0200] rev 7455
Hedgeroid: Fix argument passing to ChatFragment, small layout fixes