gameServer/HWProtoInRoomState.hs
Thu, 25 Feb 2016 23:17:52 +0300 unc0rr More work on best time ghost feature
Sun, 21 Feb 2016 09:09:13 +0300 unc0rr Oops, fix whose nick to compare to
Sat, 20 Feb 2016 22:02:13 +0300 unc0rr Filter out hog speech messages with non-local team index (not tested)
Wed, 13 Jan 2016 19:38:03 +0300 unc0rr Don't allow to kick an admin with super power enabled
Thu, 19 Nov 2015 13:30:34 +0300 unc0rr Remove CHECKPOINT 011 occurence, probably hiding some bug
Mon, 10 Aug 2015 03:53:11 +0200 sheepluva more copyright fixes
Wed, 01 Apr 2015 10:17:01 +0300 unC0Rr Fix off-by-1 error
Tue, 31 Mar 2015 23:14:09 +0300 unc0rr - Fix ping timeouts after incorrect "/vote" commands (protocol violation)
Tue, 31 Mar 2015 23:01:53 +0300 unc0rr "/force" command for server admin to force voting result
Tue, 13 Jan 2015 23:37:07 +0300 unc0rr Implement /newseed and /hedgehogs commands. Only tested for building.
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.
Tue, 30 Dec 2014 22:12:07 +0300 unc0rr Server-side workaround for frontend's script parameter bug in .21
Tue, 18 Nov 2014 00:32:39 +0300 unc0rr This should work, can't test: room flags passed in room info message instead of just 'in-game' state, including 'in-game', 'restricted joins', 'registered only' and 'passworded' flags
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
Fri, 28 Mar 2014 21:20:25 +0400 unc0rr Fix condition
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
Sun, 02 Feb 2014 00:37:00 +0400 unc0rr Actually do some actions when flood detected
Fri, 31 Jan 2014 12:45:51 +0400 unc0rr Fix build
Tue, 28 Jan 2014 00:22:49 +0400 unc0rr Implement 'voted' function
Thu, 23 Jan 2014 01:04:17 +0400 unc0rr - Implement /callvote
Thu, 23 Jan 2014 00:07:27 +0400 unc0rr - Allow delegation to specific person in fixed room
Tue, 21 Jan 2014 22:53:15 +0100 koda merge
Wed, 22 Jan 2014 01:11:13 +0400 unc0rr Halfplement voting
Tue, 21 Jan 2014 22:43:06 +0100 koda fixwhitespace and dos2unix
Tue, 21 Jan 2014 22:38:13 +0100 koda partial merge of the webgl branch
Thu, 16 Jan 2014 23:47:36 +0400 unc0rr In special rooms game starts when all players are ready
Sat, 04 Jan 2014 23:55:54 +0400 unc0rr merge default webgl
Fri, 13 Dec 2013 00:16:02 +0400 unc0rr - /greeting command for room greeting message
Mon, 09 Dec 2013 23:32:57 +0400 unc0rr - Restrict game config changes in special rooms
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.
Mon, 25 Nov 2013 01:03:14 +0400 unc0rr Forbid /delegate to room admin
Mon, 18 Nov 2013 00:44:30 +0400 unc0rr - Column for script in rooms list
Fri, 11 Oct 2013 17:43:13 +0200 koda merge with latest defaul, fixing compiling with fpc, parsing and rendering with pas2c, some minor problems with compiling with clang webgl
Mon, 09 Sep 2013 00:33:35 +0400 unc0rr Fix bug 703
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 '+')
Tue, 04 Jun 2013 22:28:12 +0200 koda update branch webgl
Wed, 22 May 2013 00:49:37 +0400 unc0rr '/rnd' command. Pass it a (possibly empty) list of items.
Mon, 13 May 2013 22:49:14 +0400 unc0rr Restore ready toggle for room admins (issue 432)
Sat, 20 Apr 2013 02:20:15 +0200 koda update 0.9.19 with dev branch 0.9.19
Wed, 10 Apr 2013 22:59:40 +0400 unc0rr This isn't necessary anymore
Wed, 10 Apr 2013 22:48:14 +0400 unc0rr - Revert server workaround over desync from r98e2dbdda8c0
Tue, 02 Apr 2013 21:00:57 +0200 koda update webgl branch webgl
Wed, 20 Mar 2013 09:13:05 +0400 unc0rr Add space for better visual performance
Sun, 03 Mar 2013 23:25:09 +0400 unc0rr Eh, two players condition seems to make more sense than two clans here
Fri, 22 Feb 2013 23:24:20 +0400 unc0rr This change from r0cd63b963330 caused more troubles than solved. Also fix some warnings.
Thu, 21 Feb 2013 22:43:00 +0400 unc0rr Try to prevent hedgehogs number in team desync
Thu, 21 Feb 2013 01:37:04 +0400 unc0rr Unbreak build
Thu, 21 Feb 2013 01:26:38 +0400 unc0rr Found another possible source of desync, trying similar workaround on this
Mon, 18 Feb 2013 22:47:42 +0400 unc0rr Clear player's clan info on room join
Mon, 18 Feb 2013 22:21:31 +0400 unc0rr Disallow kicking the opponent in duel
Sun, 10 Feb 2013 01:27:32 +0400 unc0rr New checker of engine messages which is aware of glued together messages
Sat, 02 Feb 2013 20:16:12 +0400 unc0rr Don't confirm hogs number to room admin when no constraint hit
Sun, 27 Jan 2013 00:28:57 +0100 koda update branch webgl
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:57:47 +0400 unc0rr Oops, got too excited
less more (0) -100 -60 tip