Sun, 10 Feb 2013 01:27:32 +0400 New checker of engine messages which is aware of glued together messages
unc0rr [Sun, 10 Feb 2013 01:27:32 +0400] rev 8484
New checker of engine messages which is aware of glued together messages
Sat, 09 Feb 2013 00:11:14 +0400 Also convert teams to complete game config.
unc0rr [Sat, 09 Feb 2013 00:11:14 +0400] rev 8483
Also convert teams to complete game config. The whole feature is still untested at all.
Fri, 08 Feb 2013 23:38:14 +0400 Fix official server build
unc0rr [Fri, 08 Feb 2013 23:38:14 +0400] rev 8482
Fix official server build
Fri, 08 Feb 2013 00:27:07 +0400 - Handle mapgen-specific parameters
unc0rr [Fri, 08 Feb 2013 00:27:07 +0400] rev 8481
- Handle mapgen-specific parameters - Convert ammo set into engine messages
Thu, 07 Feb 2013 00:07:32 +0400 Converter from game parameters to engine commands, not finished yet
unc0rr [Thu, 07 Feb 2013 00:07:32 +0400] rev 8480
Converter from game parameters to engine commands, not finished yet
Mon, 04 Feb 2013 00:13:55 +0400 Some work on loading replay and interaction with checker
unc0rr [Mon, 04 Feb 2013 00:13:55 +0400] rev 8479
Some work on loading replay and interaction with checker
Sat, 02 Feb 2013 22:57:05 +0400 /quit <msg> and /part <msg>
unc0rr [Sat, 02 Feb 2013 22:57:05 +0400] rev 8478
/quit <msg> and /part <msg>
Sat, 02 Feb 2013 20:16:12 +0400 Don't confirm hogs number to room admin when no constraint hit
unc0rr [Sat, 02 Feb 2013 20:16:12 +0400] rev 8477
Don't confirm hogs number to room admin when no constraint hit
Sat, 02 Feb 2013 00:47:34 +0400 Fix server crasher
unc0rr [Sat, 02 Feb 2013 00:47:34 +0400] rev 8476
Fix server crasher
Sat, 09 Feb 2013 15:26:10 -0500 Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves issue 520)
dag10 [Sat, 09 Feb 2013 15:26:10 -0500] rev 8475
Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves issue #520)
Sat, 02 Feb 2013 00:33:27 +0400 Start work on the checker. Not it could connect to the server and... crash it.
unc0rr [Sat, 02 Feb 2013 00:33:27 +0400] rev 8474
Start work on the checker. Not it could connect to the server and... crash it.
Fri, 08 Feb 2013 21:22:11 -0500 this should not be exposed
nemo [Fri, 08 Feb 2013 21:22:11 -0500] rev 8473
this should not be exposed
Fri, 08 Feb 2013 15:33:43 +0400 - Collect synced packets to send within 1 second (cSendEmptyPacketTime) into buffer which is flushed each second.
unc0rr [Fri, 08 Feb 2013 15:33:43 +0400] rev 8472
- Collect synced packets to send within 1 second (cSendEmptyPacketTime) into buffer which is flushed each second. - Send empty packet only if there was no other synced message within last second. This should reduce traffic load: less bytes and less packets (less packets is very good for the server too).
Tue, 05 Feb 2013 17:28:12 -0500 Trying to prevent audio mute from endlessly spamming. Untested.
nemo [Tue, 05 Feb 2013 17:28:12 -0500] rev 8471
Trying to prevent audio mute from endlessly spamming. Untested.
Sat, 02 Feb 2013 14:33:35 +0100 Hedgeroid: Removed reference to obsolete libphysfsrwops.so
Medo <smaxein@googlemail.com> [Sat, 02 Feb 2013 14:33:35 +0100] rev 8470
Hedgeroid: Removed reference to obsolete libphysfsrwops.so It is now compiled as part of libphysfs.so
Sat, 02 Feb 2013 14:22:57 +0100 Merge
Medo <smaxein@googlemail.com> [Sat, 02 Feb 2013 14:22:57 +0100] rev 8469
Merge
Fri, 01 Feb 2013 20:15:22 -0500 trying to prevent sticking. PS. code is hard to read when drunk.
nemo [Fri, 01 Feb 2013 20:15:22 -0500] rev 8468
trying to prevent sticking. PS. code is hard to read when drunk.
Fri, 01 Feb 2013 18:07:43 -0500 Made map preview a random/edit button again.
dag10 [Fri, 01 Feb 2013 18:07:43 -0500] rev 8467
Made map preview a random/edit button again. Changed how I fixed a bug in r06541556df53. Removed newline delimiters used in maps' desc.txt. The description label actually auto-wraps :)
Fri, 01 Feb 2013 08:47:07 -0500 forgot this one
nemo [Fri, 01 Feb 2013 08:47:07 -0500] rev 8466
forgot this one
Thu, 31 Jan 2013 02:14:56 +0100 Fix Hedgeroid argc/argv parameter passing to the engine
Medo <smaxein@googlemail.com> [Thu, 31 Jan 2013 02:14:56 +0100] rev 8465
Fix Hedgeroid argc/argv parameter passing to the engine
Thu, 31 Jan 2013 22:13:30 -0500 check datadir instead
nemo [Thu, 31 Jan 2013 22:13:30 -0500] rev 8464
check datadir instead
Thu, 31 Jan 2013 02:14:04 +0100 Move libjnidispatch to jni/ and copy it to libs/ on build
Medo <smaxein@googlemail.com> [Thu, 31 Jan 2013 02:14:04 +0100] rev 8463
Move libjnidispatch to jni/ and copy it to libs/ on build This should fix the build issue where this file is missing after a clean.
Thu, 31 Jan 2013 21:28:08 -0500 this might possibly appease the shoppa players
nemo [Thu, 31 Jan 2013 21:28:08 -0500] rev 8462
this might possibly appease the shoppa players
Wed, 30 Jan 2013 00:56:28 +0100 Fix physfs compilation for android (still getting runtime link errors though)
Medo <smaxein@googlemail.com> [Wed, 30 Jan 2013 00:56:28 +0100] rev 8461
Fix physfs compilation for android (still getting runtime link errors though)
Tue, 29 Jan 2013 13:45:31 -0500 fix EndGame call. w/o a proper exit, demos weren't being saved
nemo [Tue, 29 Jan 2013 13:45:31 -0500] rev 8460
fix EndGame call. w/o a proper exit, demos weren't being saved
Tue, 29 Jan 2013 17:28:47 +0400 Merge
unc0rr [Tue, 29 Jan 2013 17:28:47 +0400] rev 8459
Merge
Tue, 29 Jan 2013 01:41:41 -0500 Added roomnameprompt.h/cpp. Sorry 'bout that.
dag10 [Tue, 29 Jan 2013 01:41:41 -0500] rev 8458
Added roomnameprompt.h/cpp. Sorry 'bout that.
Tue, 29 Jan 2013 10:10:23 +0400 Merge
unc0rr [Tue, 29 Jan 2013 10:10:23 +0400] rev 8457
Merge
Tue, 29 Jan 2013 01:41:41 -0500 Added roomnameprompt.h/cpp. Sorry 'bout that.
dag10 [Tue, 29 Jan 2013 01:41:41 -0500] rev 8456
Added roomnameprompt.h/cpp. Sorry 'bout that.
Mon, 28 Jan 2013 15:54:40 -0500 issue #518
nemo [Mon, 28 Jan 2013 15:54:40 -0500] rev 8455
issue #518
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip