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
Mon, 20 Jan 2014 10:16:29 +0100 remove DroidSans font from source dir. it is unused afaik and also wrongly included in the source tarballs
sheepluva [Mon, 20 Jan 2014 10:16:29 +0100] rev 10024
remove DroidSans font from source dir. it is unused afaik and also wrongly included in the source tarballs
Sun, 19 Jan 2014 22:39:06 +0100 fix despeckle mutilating blurry land
sheepluva [Sun, 19 Jan 2014 22:39:06 +0100] rev 10023
fix despeckle mutilating blurry land
Mon, 20 Jan 2014 00:25:40 +0400 - Make Racer report achievements
unc0rr [Mon, 20 Jan 2014 00:25:40 +0400] rev 10022
- Make Racer report achievements - Add official racer challenge map #1 - Helper script to detect official challenge maps by land digest
Sun, 19 Jan 2014 17:53:16 +0100 no idea how I ended up forgetting about the offset I need for same position in different rows (in 1d array); also remove obsolete comment
sheepluva [Sun, 19 Jan 2014 17:53:16 +0100] rev 10021
no idea how I ended up forgetting about the offset I need for same position in different rows (in 1d array); also remove obsolete comment
Sun, 19 Jan 2014 16:35:06 +0100 small tweak/hax for blurry land to make tile borders vanish (when clamping is off)
sheepluva [Sun, 19 Jan 2014 16:35:06 +0100] rev 10020
small tweak/hax for blurry land to make tile borders vanish (when clamping is off)
Tue, 21 Jan 2014 22:44:37 +0100 add travis tests for the two new cmake options
koda [Tue, 21 Jan 2014 22:44:37 +0100] rev 10019
add travis tests for the two new cmake options
Sun, 19 Jan 2014 14:58:54 +0100 (experimental) merging the new procedures for different pixel representations (1D/2D arrays) into a single procedure with the algorithm and two procedures for the different mapping. - because redundant code sucks (at least twice)
sheepluva [Sun, 19 Jan 2014 14:58:54 +0100] rev 10018
(experimental) merging the new procedures for different pixel representations (1D/2D arrays) into a single procedure with the algorithm and two procedures for the different mapping. - because redundant code sucks (at least twice)
Tue, 21 Jan 2014 22:43:06 +0100 fixwhitespace and dos2unix
koda [Tue, 21 Jan 2014 22:43:06 +0100] rev 10017
fixwhitespace and dos2unix
Sun, 19 Jan 2014 13:41:11 +0100 (experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish
sheepluva [Sun, 19 Jan 2014 13:41:11 +0100] rev 10016
(experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish note: not applied to everything yet note: I'll probably merge the two functions that do the same thing (one for 1darray, one for 2darray representation of pixels) into a single function
Tue, 21 Jan 2014 22:38:13 +0100 partial merge of the webgl branch
koda [Tue, 21 Jan 2014 22:38:13 +0100] rev 10015
partial merge of the webgl branch This commit contains the new pas2c conversion tool, the pascal to c build structure and the opengl2 rendering backend. Patch reviewed by unC0Rr.
Sun, 19 Jan 2014 00:18:28 +0400 Fix checker logon process
Wohlstand [Sun, 19 Jan 2014 00:18:28 +0400] rev 10014
Fix checker logon process
Sat, 18 Jan 2014 18:20:43 +0100 changing build files without testing the change is fun, isn't it? especially for trivial things that would take less than 10 seconds to test :p
sheepluva [Sat, 18 Jan 2014 18:20:43 +0100] rev 10013
changing build files without testing the change is fun, isn't it? especially for trivial things that would take less than 10 seconds to test :p
Sat, 18 Jan 2014 08:09:55 -0500 Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.
nemo [Sat, 18 Jan 2014 08:09:55 -0500] rev 10012
Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.
Fri, 17 Jan 2014 16:13:10 -0500 Add check for gear kind of hedgehog on invulnerability effect. This probably fixes bug #766, is similar to change in previous r2a1483d91977 and was introduced by r7d925e82e572
nemo [Fri, 17 Jan 2014 16:13:10 -0500] rev 10011
Add check for gear kind of hedgehog on invulnerability effect. This probably fixes bug #766, is similar to change in previous r2a1483d91977 and was introduced by r7d925e82e572
Fri, 17 Jan 2014 15:37:24 -0500 well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)
nemo [Fri, 17 Jan 2014 15:37:24 -0500] rev 10010
well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip