Thu, 04 Dec 2008 21:14:03 +0000 unc0rr Don't call SDL_FreeSurface with null pointer
Mon, 01 Dec 2008 14:24:17 +0000 unc0rr Draw world before processing gears, as this should improve performance by introducing cpu-gpu parallelizm
Sun, 30 Nov 2008 16:32:53 +0000 unc0rr Don't forget brazilian translation
Fri, 28 Nov 2008 18:41:31 +0000 unc0rr Add chat widget to lobby page (not usable yet)
Fri, 28 Nov 2008 16:46:56 +0000 unc0rr Limit max chat string length to 300 letters
Fri, 28 Nov 2008 16:45:31 +0000 unc0rr Refactor chat widget to use QTextBrower instead of QListWidget:
Fri, 28 Nov 2008 14:52:00 +0000 unc0rr More delay after jump, less delay after small fall for hedgehog
Thu, 27 Nov 2008 22:45:41 +0000 unc0rr Fix jump landing after turn end
Thu, 27 Nov 2008 18:33:47 +0000 unc0rr Store ammo info directly in combobox
Thu, 27 Nov 2008 15:01:12 +0000 unc0rr Limit chat history to 250 entries to avoid DoS attack with its use
Thu, 27 Nov 2008 14:55:49 +0000 unc0rr Fix silent crash when cannot place all hedgehogs
Thu, 27 Nov 2008 14:36:22 +0000 unc0rr oops, remove leftovers
Thu, 27 Nov 2008 14:34:52 +0000 unc0rr Refactor server a bit, now all socket operations are in own threads, two per client
Tue, 25 Nov 2008 15:43:10 +0000 unc0rr - Don't send 'Bad param' msg, as the only reason of it is just some lag
Mon, 24 Nov 2008 21:47:59 +0000 unc0rr Make ghc 6.10 happy
Mon, 24 Nov 2008 21:46:32 +0000 unc0rr Add some type info
Mon, 24 Nov 2008 13:27:31 +0000 unc0rr Small fixes mixed with formatting changes
Sun, 23 Nov 2008 23:16:33 +0000 unc0rr small fixes
Sat, 22 Nov 2008 14:39:14 +0000 unc0rr Quick and dirty napalm implementation
Fri, 21 Nov 2008 21:47:51 +0000 unc0rr - Some reformatting
Fri, 21 Nov 2008 15:58:36 +0000 unc0rr - Convert small damage tag to visual gears
Thu, 20 Nov 2008 15:48:50 +0000 unc0rr Some reformatting
Thu, 20 Nov 2008 15:18:38 +0000 unc0rr Mark each gear with unique id
Tue, 18 Nov 2008 15:43:03 +0000 unc0rr Add new thread which would close handles for us (fixes forced disconnection problem)
Mon, 17 Nov 2008 20:35:11 +0000 unc0rr Tune blowtorch a bit
Mon, 17 Nov 2008 18:27:47 +0000 unc0rr Oops, accidentaly commented hFlush out
Mon, 17 Nov 2008 18:24:34 +0000 unc0rr 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 unc0rr Stress testing app
Mon, 17 Nov 2008 16:48:38 +0000 unc0rr Include CPP option into source file for easy use
Sun, 16 Nov 2008 18:16:34 +0000 unc0rr Modify melon pieces spread a bit
Fri, 14 Nov 2008 16:44:39 +0000 unc0rr More verbose gear delete debuglog message
Tue, 11 Nov 2008 15:44:27 +0000 unc0rr Fix wrong filter
Mon, 10 Nov 2008 19:44:54 +0000 unc0rr Show last hour logins number
Mon, 10 Nov 2008 15:57:59 +0000 unc0rr Finish refactoring
Mon, 10 Nov 2008 15:50:46 +0000 unc0rr Make answers creation more abstract, in prepare for a conversion
Sun, 09 Nov 2008 12:35:54 +0000 unc0rr Don't rerecord a demo
Sun, 09 Nov 2008 09:49:06 +0000 unc0rr Ooops, sorry for forgetting about this
Sun, 09 Nov 2008 09:48:04 +0000 unc0rr - Update russian translation
Sun, 09 Nov 2008 09:47:10 +0000 unc0rr Add an option to name records with current date and time
Sun, 09 Nov 2008 07:58:56 +0000 unc0rr Update frgotten changelog
Sun, 09 Nov 2008 07:51:53 +0000 unc0rr Fix chat bugs leading to serialized data corruption
Sat, 08 Nov 2008 11:54:46 +0000 unc0rr - Add es and sv translations to hedgewars.pro
Fri, 07 Nov 2008 22:03:43 +0000 unc0rr Make code flow more clear
Fri, 07 Nov 2008 17:02:22 +0000 unc0rr Just better syntax
Fri, 07 Nov 2008 16:42:10 +0000 unc0rr Show time of connection start
Fri, 07 Nov 2008 16:33:23 +0000 unc0rr Remove redundant function parameter
Fri, 07 Nov 2008 16:29:41 +0000 unc0rr Allow turn time to be 1-99 seconds
Fri, 07 Nov 2008 15:58:36 +0000 unc0rr Add simple DoS protection
Wed, 05 Nov 2008 08:02:12 +0000 unc0rr Add some verbosity to server's console messages
Tue, 04 Nov 2008 22:56:36 +0000 unc0rr Disconnect clients on BYE message
Tue, 04 Nov 2008 22:49:13 +0000 unc0rr - Fix ConfigAsked not sending full config (leads to team divide checkbox inconsistency)
Tue, 04 Nov 2008 22:42:08 +0000 unc0rr Oops, fix build
Tue, 04 Nov 2008 21:53:30 +0000 unc0rr Cleanup code a bit, some reformatting
Tue, 04 Nov 2008 17:04:54 +0000 unc0rr Back to normal hedgehog icon in teams select widget
Tue, 04 Nov 2008 16:53:02 +0000 unc0rr Follow protocol more precisely in frontend
Tue, 04 Nov 2008 15:02:18 +0000 unc0rr Give more specific explanation when deny to add team
Tue, 04 Nov 2008 14:43:31 +0000 unc0rr Handle exceptions on accept
Mon, 03 Nov 2008 14:47:23 +0000 unc0rr Reformat code a bit
Mon, 03 Nov 2008 14:24:54 +0000 unc0rr Update Polish translation
Mon, 03 Nov 2008 11:28:41 +0000 unc0rr It seems, I finally got the solution
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip