Wed, 22 Jan 2014 19:55:52 +0100 Small update of my voice-pack Default_ru
Wohlstand [Wed, 22 Jan 2014 19:55:52 +0100] rev 10054
Small update of my voice-pack Default_ru
Wed, 22 Jan 2014 18:46:15 +0100 actual fix
sheepluva [Wed, 22 Jan 2014 18:46:15 +0100] rev 10053
actual fix
Wed, 22 Jan 2014 15:53:36 +0100 fix server not building
sheepluva [Wed, 22 Jan 2014 15:53:36 +0100] rev 10052
fix server not building
Wed, 22 Jan 2014 14:50:50 +0400 Show which file has failed
unc0rr [Wed, 22 Jan 2014 14:50:50 +0400] rev 10051
Show which file has failed
Wed, 22 Jan 2014 14:45:33 +0400 Check if frontend was too lazy to actually send drawn map data to the server
unc0rr [Wed, 22 Jan 2014 14:45:33 +0400] rev 10050
Check if frontend was too lazy to actually send drawn map data to the server
Wed, 22 Jan 2014 09:19:08 +0400 Oops, forgot this
unc0rr [Wed, 22 Jan 2014 09:19:08 +0400] rev 10049
Oops, forgot this
Wed, 22 Jan 2014 01:16:11 +0100 test tweak/fix
sheepluva [Wed, 22 Jan 2014 01:16:11 +0100] rev 10048
test tweak/fix
Wed, 22 Jan 2014 00:37:43 +0100 more scripts found by sheepluva
koda [Wed, 22 Jan 2014 00:37:43 +0100] rev 10047
more scripts found by sheepluva
Wed, 22 Jan 2014 00:23:08 +0100 little gameServer cleanup
koda [Wed, 22 Jan 2014 00:23:08 +0100] rev 10046
little gameServer cleanup
Tue, 21 Jan 2014 23:57:34 +0100 restore revinfo
koda [Tue, 21 Jan 2014 23:57:34 +0100] rev 10045
restore revinfo
Tue, 21 Jan 2014 23:53:26 +0100 readd r3be36d2fdca6
koda [Tue, 21 Jan 2014 23:53:26 +0100] rev 10044
readd r3be36d2fdca6
Tue, 21 Jan 2014 23:46:48 +0100 ok really restore tests
koda [Tue, 21 Jan 2014 23:46:48 +0100] rev 10043
ok really restore tests
Tue, 21 Jan 2014 23:25:57 +0100 restore tests
koda [Tue, 21 Jan 2014 23:25:57 +0100] rev 10042
restore tests
Tue, 21 Jan 2014 23:15:25 +0100 restore gameServer changes
koda [Tue, 21 Jan 2014 23:15:25 +0100] rev 10041
restore gameServer changes
Tue, 21 Jan 2014 22:53:15 +0100 merge
koda [Tue, 21 Jan 2014 22:53:15 +0100] rev 10040
merge
Wed, 22 Jan 2014 01:11:13 +0400 Halfplement voting
unc0rr [Wed, 22 Jan 2014 01:11:13 +0400] rev 10039
Halfplement voting
Tue, 21 Jan 2014 21:16:52 +0100 Fix uGearsHandlersMess.pas changes lost in merge r1c02143bfe9c.
sheepluva [Tue, 21 Jan 2014 21:16:52 +0100] rev 10038
Fix uGearsHandlersMess.pas changes lost in merge r1c02143bfe9c. This seems to only include the drill rocket fixes ( re0dd66b2e73b and r8db0c56f7e2f ) as well as the initial cake push ( r8786d4ac9e0b )
Tue, 21 Jan 2014 22:04:40 +0400 Fix server producing unreplayable records
unc0rr [Tue, 21 Jan 2014 22:04:40 +0400] rev 10037
Fix server producing unreplayable records
Tue, 21 Jan 2014 18:02:37 +0100 use new API for changing GameFlags
sheepluva [Tue, 21 Jan 2014 18:02:37 +0100] rev 10036
use new API for changing GameFlags
Tue, 21 Jan 2014 15:56:52 +0100 luaAPI:
sheepluva [Tue, 21 Jan 2014 15:56:52 +0100] rev 10035
luaAPI: * add paramater count checks to gameflag functions * add GetGameFlag(gameflag) for checking a gameflag's current state
Tue, 21 Jan 2014 11:48:43 +0400 Fix detection of mapgen
unc0rr [Tue, 21 Jan 2014 11:48:43 +0400] rev 10034
Fix detection of mapgen
Tue, 21 Jan 2014 10:59:52 +0400 Merge
unc0rr [Tue, 21 Jan 2014 10:59:52 +0400] rev 10033
Merge
Mon, 20 Jan 2014 21:16:17 -0500 This adds idle hog tinting. Active hog tinting still needed.
nemo [Mon, 20 Jan 2014 21:16:17 -0500] rev 10032
This adds idle hog tinting. Active hog tinting still needed.
Tue, 21 Jan 2014 01:38:06 +0100 let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail
sheepluva [Tue, 21 Jan 2014 01:38:06 +0100] rev 10031
let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail
Tue, 21 Jan 2014 01:27:25 +0100 * fix divbyzero found by GetGravity test (cWindSpeed was used where cMaxWindSpeed should have been)
sheepluva [Tue, 21 Jan 2014 01:27:25 +0100] rev 10030
* fix divbyzero found by GetGravity test (cWindSpeed was used where cMaxWindSpeed should have been) * make GetGravity return same integer value that was given by SetGravity (by rounding away precision errors rather than just truncate) - a problem also identified by the test :P
Tue, 21 Jan 2014 01:23:57 +0100 test for GetGravity and SetGravity
sheepluva [Tue, 21 Jan 2014 01:23:57 +0100] rev 10029
test for GetGravity and SetGravity
Mon, 20 Jan 2014 22:42:36 +0100 add a test based on unC0Rr's suggestion. still a lot of mess and redundancy involved, sry :P
sheepluva [Mon, 20 Jan 2014 22:42:36 +0100] rev 10028
add a test based on unC0Rr's suggestion. still a lot of mess and redundancy involved, sry :P
Tue, 21 Jan 2014 00:09:06 +0400 Implement drawnMapData function so checker could check replays with drawn maps
unc0rr [Tue, 21 Jan 2014 00:09:06 +0400] rev 10027
Implement drawnMapData function so checker could check replays with drawn maps
Mon, 20 Jan 2014 15:31:45 +0100 drill rocket test
sheepluva [Mon, 20 Jan 2014 15:31:45 +0100] rev 10026
drill rocket test
Mon, 20 Jan 2014 10:40:59 +0100 new cmake option NOVERSIONINFOUPDATE -- to be used if source is in a git/repo that is NOT the hedgewars repo
sheepluva [Mon, 20 Jan 2014 10:40:59 +0100] rev 10025
new cmake option NOVERSIONINFOUPDATE -- to be used if source is in a git/repo that is NOT the hedgewars repo
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip