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
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
unc0rr [Mon, 24 Nov 2008 21:47:59 +0000] rev 1511
Make ghc 6.10 happy
unc0rr [Mon, 24 Nov 2008 21:46:32 +0000] rev 1510
Add some type info
unc0rr [Mon, 24 Nov 2008 13:27:31 +0000] rev 1509
Small fixes mixed with formatting changes
unc0rr [Sun, 23 Nov 2008 23:16:33 +0000] rev 1508
small fixes
unc0rr [Sat, 22 Nov 2008 14:39:14 +0000] rev 1507
Quick and dirty napalm implementation
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)
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
unc0rr [Thu, 20 Nov 2008 15:48:50 +0000] rev 1504
Some reformatting
unc0rr [Thu, 20 Nov 2008 15:18:38 +0000] rev 1503
Mark each gear with unique id
unc0rr [Tue, 18 Nov 2008 15:43:03 +0000] rev 1502
Add new thread which would close handles for us (fixes forced disconnection problem)
unc0rr [Mon, 17 Nov 2008 20:35:11 +0000] rev 1501
Tune blowtorch a bit
unc0rr [Mon, 17 Nov 2008 18:27:47 +0000] rev 1500
Oops, accidentaly commented hFlush out
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