gameServer/CoreTypes.hs
Thu, 25 Feb 2016 23:17:52 +0300 unc0rr More work on best time ghost feature
Sat, 20 Feb 2016 22:02:13 +0300 unc0rr Filter out hog speech messages with non-local team index (not tested)
Mon, 28 Dec 2015 23:37:44 +0300 unc0rr Allow server admins to join passworded/restricted rooms when it is really needed
Mon, 28 Dec 2015 21:51:12 +0300 unc0rr Defer kicking to the time when everything is in consistent state
Mon, 28 Dec 2015 21:21:02 +0300 unc0rr Allow toggling registration requirement on live server
Mon, 28 Dec 2015 09:06:29 +0300 unc0rr Allow only one query per session
Sat, 07 Nov 2015 23:44:49 +0300 unc0rr Store some more details on game config in the database
Sun, 01 Nov 2015 18:35:18 +0300 unc0rr Update versions information
Tue, 27 Oct 2015 23:04:15 +0300 unc0rr Also pass script information alongwith winner/achievements info, so that we could potentially have per mode ratings
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Wed, 03 Jun 2015 23:24:56 +0300 unc0rr Lazy fix for server build
Tue, 02 Jun 2015 19:51:04 +0100 koda Fix building hedgewars-server
Tue, 31 Mar 2015 23:14:09 +0300 unc0rr - Fix ping timeouts after incorrect "/vote" commands (protocol violation)
Sat, 07 Feb 2015 00:19:54 +0300 unc0rr This should help with second rejoin bug. (reverting previous workaround over frontend bug and making a new one)
Tue, 13 Jan 2015 23:37:07 +0300 unc0rr Implement /newseed and /hedgehogs commands. Only tested for building.
Wed, 03 Jun 2015 23:24:56 +0300 unc0rr Lazy fix for server build 0.9.21
Tue, 02 Jun 2015 19:51:04 +0100 koda Fix building hedgewars-server 0.9.21 0.9.21-release
Tue, 30 Dec 2014 22:59:15 +0300 unc0rr Get rid of teamownerId since rejoin feature makes it virtually useless, as you cannot rely on it anymore. Should fix recently experienced server crashes.
Mon, 10 Nov 2014 01:05:36 +0300 unc0rr - Not only that, nemo, not only that (.cpp)
Sun, 09 Nov 2014 16:38:26 -0500 nemo Copypasta to hopefully hook up net sync correctly.
Fri, 24 Jan 2014 12:05:39 +0100 Gianfranco Costamagna Added copyrights to gameServer directory
Fri, 22 Aug 2014 00:57:07 +0400 alfadur - Support for pausing multiplayer games
Thu, 27 Mar 2014 23:25:31 +0400 unc0rr - Fix applying vote result
Sun, 23 Mar 2014 23:35:33 +0400 unc0rr Some fixes to voting + small refactoring
Fri, 14 Mar 2014 00:42:04 +0400 unc0rr - Room save/load into/from file
Thu, 13 Mar 2014 23:25:31 +0400 unc0rr Allow to save and delete room config in room
Fri, 31 Jan 2014 23:36:02 +0400 unc0rr Define some boundaries to detect events
Fri, 31 Jan 2014 16:51:20 +0400 unc0rr More work on flood detector
Thu, 30 Jan 2014 00:18:32 +0400 unc0rr - Start work on flood detector
Sun, 26 Jan 2014 02:17:04 +0400 unc0rr Mutual authentication: server side
Fri, 24 Jan 2014 09:48:46 +0400 unc0rr - Add SCHEME which is needed in room config
Fri, 24 Jan 2014 00:05:19 +0400 unc0rr Some basic sanity tests for replay files
Thu, 23 Jan 2014 01:04:17 +0400 unc0rr - Implement /callvote
Tue, 21 Jan 2014 23:15:25 +0100 koda restore gameServer changes
Wed, 22 Jan 2014 01:11:13 +0400 unc0rr Halfplement voting
Tue, 21 Jan 2014 22:04:40 +0400 unc0rr Fix server producing unreplayable records
Thu, 16 Jan 2014 01:27:44 +0400 unc0rr oops, fix build
Thu, 16 Jan 2014 01:19:21 +0400 unc0rr Also define default value of THEME
Sun, 12 Jan 2014 15:15:59 +0400 unc0rr Stub for joins monitor which is a replacement to plain ban for 10 seconds system after join
Tue, 31 Dec 2013 00:53:29 +0400 unc0rr Some fixes
Fri, 27 Dec 2013 01:23:12 +0400 unc0rr Store protocol number in database for replays
Fri, 13 Dec 2013 00:16:02 +0400 unc0rr - /greeting command for room greeting message
Thu, 05 Dec 2013 00:51:27 +0400 unc0rr - Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all.
Sun, 13 Oct 2013 21:53:42 +0400 unc0rr Send +i status of all players to logged-in users
Tue, 03 Sep 2013 00:05:38 +0400 unc0rr Start support of achievement replay query:
Wed, 28 Aug 2013 23:44:27 +0400 unc0rr 'c' flag for contributors
Sun, 18 Aug 2013 17:29:17 +0400 unc0rr - Some fixes to official server build
Sat, 17 Aug 2013 23:38:53 +0400 unc0rr Pass achievements info to extdbinterface
Sat, 29 Jun 2013 23:58:37 +0400 unc0rr Fix spectator desync in rare conditions (there was team which left during its turn, and last command with timestamp from it was '+')
Thu, 06 Jun 2013 00:28:30 +0400 unc0rr - Fix issue 521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested.
Fri, 31 May 2013 00:10:59 +0400 unc0rr ++protocol_number; 0.9.19
Wed, 22 May 2013 00:49:37 +0400 unc0rr '/rnd' command. Pass it a (possibly empty) list of items.
Wed, 10 Apr 2013 22:48:14 +0400 unc0rr - Revert server workaround over desync from r98e2dbdda8c0
Wed, 20 Feb 2013 22:54:16 +0400 unc0rr Workaround desync issue if I correctly understand its roots (barely tested)
Mon, 18 Feb 2013 00:22:13 +0400 unc0rr Sort checked files into dirs
Sat, 16 Feb 2013 23:28:16 +0400 unc0rr Some more work on checker
Mon, 04 Feb 2013 00:13:55 +0400 unc0rr Some work on loading replay and interaction with checker
Fri, 25 Jan 2013 13:29:20 +0400 unc0rr Some fixes
Fri, 25 Jan 2013 12:59:06 +0400 unc0rr Fix finding player's another clan
Wed, 23 Jan 2013 23:54:01 +0400 unc0rr Fix crashers
less more (0) -100 -60 tip