Thu, 04 Dec 2008 21:14:03 +0000 Don't call SDL_FreeSurface with null pointer
unc0rr [Thu, 04 Dec 2008 21:14:03 +0000] rev 1525
Don't call SDL_FreeSurface with null pointer
Mon, 01 Dec 2008 14:24:17 +0000 Draw world before processing gears, as this should improve performance by introducing cpu-gpu parallelizm
unc0rr [Mon, 01 Dec 2008 14:24:17 +0000] rev 1524
Draw world before processing gears, as this should improve performance by introducing cpu-gpu parallelizm
Sun, 30 Nov 2008 16:32:53 +0000 Don't forget brazilian translation
unc0rr [Sun, 30 Nov 2008 16:32:53 +0000] rev 1523
Don't forget brazilian translation
Fri, 28 Nov 2008 18:41:31 +0000 Add chat widget to lobby page (not usable yet)
unc0rr [Fri, 28 Nov 2008 18:41:31 +0000] rev 1522
Add chat widget to lobby page (not usable yet)
Fri, 28 Nov 2008 16:46:56 +0000 Limit max chat string length to 300 letters
unc0rr [Fri, 28 Nov 2008 16:46:56 +0000] rev 1521
Limit max chat string length to 300 letters
Fri, 28 Nov 2008 16:45:31 +0000 Refactor chat widget to use QTextBrower instead of QListWidget:
unc0rr [Fri, 28 Nov 2008 16:45:31 +0000] rev 1520
Refactor chat widget to use QTextBrower instead of QListWidget: - Fixes visual glitches when the string is too long - Allows to select text
Fri, 28 Nov 2008 14:52:00 +0000 More delay after jump, less delay after small fall for hedgehog
unc0rr [Fri, 28 Nov 2008 14:52:00 +0000] rev 1519
More delay after jump, less delay after small fall for hedgehog
Thu, 27 Nov 2008 22:45:41 +0000 Fix jump landing after turn end
unc0rr [Thu, 27 Nov 2008 22:45:41 +0000] rev 1518
Fix jump landing after turn end
Thu, 27 Nov 2008 18:33:47 +0000 Store ammo info directly in combobox
unc0rr [Thu, 27 Nov 2008 18:33:47 +0000] rev 1517
Store ammo info directly in combobox
Thu, 27 Nov 2008 15:01:12 +0000 Limit chat history to 250 entries to avoid DoS attack with its use
unc0rr [Thu, 27 Nov 2008 15:01:12 +0000] rev 1516
Limit chat history to 250 entries to avoid DoS attack with its use
Thu, 27 Nov 2008 14:55:49 +0000 Fix silent crash when cannot place all hedgehogs
unc0rr [Thu, 27 Nov 2008 14:55:49 +0000] rev 1515
Fix silent crash when cannot place all hedgehogs
Thu, 27 Nov 2008 14:36:22 +0000 oops, remove leftovers
unc0rr [Thu, 27 Nov 2008 14:36:22 +0000] rev 1514
oops, remove leftovers
Thu, 27 Nov 2008 14:34:52 +0000 Refactor server a bit, now all socket operations are in own threads, two per client
unc0rr [Thu, 27 Nov 2008 14:34:52 +0000] rev 1513
Refactor server a bit, now all socket operations are in own threads, two per client
Tue, 25 Nov 2008 15:43:10 +0000 - Don't send 'Bad param' msg, as the only reason of it is just some lag
unc0rr [Tue, 25 Nov 2008 15:43:10 +0000] rev 1512
- Don't send 'Bad param' msg, as the only reason of it is just some lag - Show quit reason message
Mon, 24 Nov 2008 21:47:59 +0000 Make ghc 6.10 happy
unc0rr [Mon, 24 Nov 2008 21:47:59 +0000] rev 1511
Make ghc 6.10 happy
Mon, 24 Nov 2008 21:46:32 +0000 Add some type info
unc0rr [Mon, 24 Nov 2008 21:46:32 +0000] rev 1510
Add some type info
Mon, 24 Nov 2008 13:27:31 +0000 Small fixes mixed with formatting changes
unc0rr [Mon, 24 Nov 2008 13:27:31 +0000] rev 1509
Small fixes mixed with formatting changes
Sun, 23 Nov 2008 23:16:33 +0000 small fixes
unc0rr [Sun, 23 Nov 2008 23:16:33 +0000] rev 1508
small fixes
Sat, 22 Nov 2008 14:39:14 +0000 Quick and dirty napalm implementation
unc0rr [Sat, 22 Nov 2008 14:39:14 +0000] rev 1507
Quick and dirty napalm implementation
Fri, 21 Nov 2008 21:47:51 +0000 - Some reformatting
unc0rr [Fri, 21 Nov 2008 21:47:51 +0000] rev 1506
- Some reformatting - Fix megabug leading to engine silent crash when using whip, bat or firepunch (and probably flame)
Fri, 21 Nov 2008 15:58:36 +0000 - Convert small damage tag to visual gears
unc0rr [Fri, 21 Nov 2008 15:58:36 +0000] rev 1505
- Convert small damage tag to visual gears - Fixes weird fire behavior leading to queue error
Thu, 20 Nov 2008 15:48:50 +0000 Some reformatting
unc0rr [Thu, 20 Nov 2008 15:48:50 +0000] rev 1504
Some reformatting
Thu, 20 Nov 2008 15:18:38 +0000 Mark each gear with unique id
unc0rr [Thu, 20 Nov 2008 15:18:38 +0000] rev 1503
Mark each gear with unique id
Tue, 18 Nov 2008 15:43:03 +0000 Add new thread which would close handles for us (fixes forced disconnection problem)
unc0rr [Tue, 18 Nov 2008 15:43:03 +0000] rev 1502
Add new thread which would close handles for us (fixes forced disconnection problem)
Mon, 17 Nov 2008 20:35:11 +0000 Tune blowtorch a bit
unc0rr [Mon, 17 Nov 2008 20:35:11 +0000] rev 1501
Tune blowtorch a bit
Mon, 17 Nov 2008 18:27:47 +0000 Oops, accidentaly commented hFlush out
unc0rr [Mon, 17 Nov 2008 18:27:47 +0000] rev 1500
Oops, accidentaly commented hFlush out
Mon, 17 Nov 2008 18:24:34 +0000 Don't close socket handles, just leave that job for garbage collector, as doing it manually seems to be the cause of server hangs
unc0rr [Mon, 17 Nov 2008 18:24:34 +0000] rev 1499
Don't close socket handles, just leave that job for garbage collector, as doing it manually seems to be the cause of server hangs
Mon, 17 Nov 2008 16:48:52 +0000 Stress testing app
unc0rr [Mon, 17 Nov 2008 16:48:52 +0000] rev 1498
Stress testing app
Mon, 17 Nov 2008 16:48:38 +0000 Include CPP option into source file for easy use
unc0rr [Mon, 17 Nov 2008 16:48:38 +0000] rev 1497
Include CPP option into source file for easy use
Sun, 16 Nov 2008 18:16:34 +0000 Modify melon pieces spread a bit
unc0rr [Sun, 16 Nov 2008 18:16:34 +0000] rev 1496
Modify melon pieces spread a bit
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip