Sun, 30 Nov 2014 17:20:37 +0100 fix copypasta-fail that would cause splashes to use invalid sprite data pointer. should fix issue 838
sheepluva [Sun, 30 Nov 2014 17:20:37 +0100] rev 10584
fix copypasta-fail that would cause splashes to use invalid sprite data pointer. should fix issue #838
Sat, 29 Nov 2014 21:29:32 -0500 oh right, forgot sheepluva had fixed ice
nemo [Sat, 29 Nov 2014 21:29:32 -0500] rev 10583
oh right, forgot sheepluva had fixed ice
Sun, 30 Nov 2014 02:41:49 +0100 give sea world edges some icegun love
sheepluva [Sun, 30 Nov 2014 02:41:49 +0100] rev 10582
give sea world edges some icegun love
Sat, 29 Nov 2014 21:29:11 -0500 Wuzzy's changes to climbhome w/ some tweaks by me
nemo [Sat, 29 Nov 2014 21:29:11 -0500] rev 10581
Wuzzy's changes to climbhome w/ some tweaks by me
Sat, 29 Nov 2014 15:30:33 -0500 Reset max team health after script may have screwed with it on start. Maybe a script max health reset function could be useful too. Set climbhome hogs to invulnerable while not their turn if needed to avoid accidental mine/dead hog damage. Tweak cake fire boom a bit.
nemo [Sat, 29 Nov 2014 15:30:33 -0500] rev 10580
Reset max team health after script may have screwed with it on start. Maybe a script max health reset function could be useful too. Set climbhome hogs to invulnerable while not their turn if needed to avoid accidental mine/dead hog damage. Tweak cake fire boom a bit.
Sat, 29 Nov 2014 14:57:07 -0500 Move cake FollowGear to Attack like most others, remove the gmAttack clearing which is also done in Attack.
nemo [Sat, 29 Nov 2014 14:57:07 -0500] rev 10579
Move cake FollowGear to Attack like most others, remove the gmAttack clearing which is also done in Attack.
Sat, 29 Nov 2014 14:00:40 -0500 duplicate the ammoshove block into the falling fire area - this will make falling flames take out hogs in saucers, on rope, etc. no more dodging your own napalm strike by taking to the skies...
nemo [Sat, 29 Nov 2014 14:00:40 -0500] rev 10578
duplicate the ammoshove block into the falling fire area - this will make falling flames take out hogs in saucers, on rope, etc. no more dodging your own napalm strike by taking to the skies...
Sat, 29 Nov 2014 18:56:42 +0100 don't drown unplaced hedgehogs. thanks to zimmux and Wohlstand for reporting
sheepluva [Sat, 29 Nov 2014 18:56:42 +0100] rev 10577
don't drown unplaced hedgehogs. thanks to zimmux and Wohlstand for reporting
Sat, 29 Nov 2014 18:14:49 +0100 some moar mergin'
sheepluva [Sat, 29 Nov 2014 18:14:49 +0100] rev 10576
some moar mergin'
Sat, 29 Nov 2014 18:13:49 +0100 super-filthy hack to allow pas2c to fallback to writing to stderr.
sheepluva [Sat, 29 Nov 2014 18:13:49 +0100] rev 10575
super-filthy hack to allow pas2c to fallback to writing to stderr.
Sat, 29 Nov 2014 17:33:51 +0100 oops. no need to (re)open stderr I guess
sheepluva [Sat, 29 Nov 2014 17:33:51 +0100] rev 10574
oops. no need to (re)open stderr I guess
Sat, 29 Nov 2014 15:38:28 +0100 make the code, which was supposed to iterate file log number (if no access) and fallback to stderr in worst case rather than segfault, actually work
sheepluva [Sat, 29 Nov 2014 15:38:28 +0100] rev 10573
make the code, which was supposed to iterate file log number (if no access) and fallback to stderr in worst case rather than segfault, actually work
Sat, 29 Nov 2014 15:25:09 +0100 give variable with unit-wide scope a better name than just 'f'
sheepluva [Sat, 29 Nov 2014 15:25:09 +0100] rev 10572
give variable with unit-wide scope a better name than just 'f'
Sat, 29 Nov 2014 09:45:02 -0500 Mix up the quick game terrain a bit.
nemo [Sat, 29 Nov 2014 09:45:02 -0500] rev 10571
Mix up the quick game terrain a bit.
Sat, 29 Nov 2014 14:37:31 +0100 mergeception
sheepluva [Sat, 29 Nov 2014 14:37:31 +0100] rev 10570
mergeception
Sat, 29 Nov 2014 09:39:35 -0500 merge
nemo [Sat, 29 Nov 2014 09:39:35 -0500] rev 10569
merge
Sat, 29 Nov 2014 05:25:34 +0100 merge
sheepluva [Sat, 29 Nov 2014 05:25:34 +0100] rev 10568
merge
Fri, 28 Nov 2014 18:11:31 +0100 Merge pull request #21 from LocutusOfBorg/exclude-git
sheepluva <sheepluva@users.noreply.github.com> [Fri, 28 Nov 2014 18:11:31 +0100] rev 10567
Merge pull request #21 from LocutusOfBorg/exclude-git Excluding .git directory from the source tarball creation
Sat, 29 Nov 2014 05:24:47 +0100 map halt(t) to exit(t) rather than assert(0). all test cases except gravity pass with pas2c now
sheepluva [Sat, 29 Nov 2014 05:24:47 +0100] rev 10566
map halt(t) to exit(t) rather than assert(0). all test cases except gravity pass with pas2c now
Fri, 28 Nov 2014 18:09:12 +0100 Excluding .git directory from the source tarball creation
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 28 Nov 2014 18:09:12 +0100] rev 10565
Excluding .git directory from the source tarball creation
Sat, 29 Nov 2014 05:15:27 +0100 more fixing and allow pas2c to run tests. they will still fail though - engine does not exit with the specified exit codes, also data types are messed up
sheepluva [Sat, 29 Nov 2014 05:15:27 +0100] rev 10564
more fixing and allow pas2c to run tests. they will still fail though - engine does not exit with the specified exit codes, also data types are messed up
Fri, 28 Nov 2014 17:38:18 +0100 Merge pull request #20 from LocutusOfBorg/tests
sheepluva <sheepluva@users.noreply.github.com> [Fri, 28 Nov 2014 17:38:18 +0100] rev 10563
Merge pull request #20 from LocutusOfBorg/tests pull request merge: add testsuite, exclude pas2c build from testing for now
Sat, 29 Nov 2014 03:13:06 +0100 some more fixing
sheepluva [Sat, 29 Nov 2014 03:13:06 +0100] rev 10562
some more fixing
Fri, 28 Nov 2014 16:03:35 +0100 Disable testing if BUILD_ENGINE_C=ON (they fail)
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 28 Nov 2014 16:03:35 +0100] rev 10561
Disable testing if BUILD_ENGINE_C=ON (they fail)
Sat, 29 Nov 2014 01:19:29 +0100 fix some pas2c related issues
sheepluva [Sat, 29 Nov 2014 01:19:29 +0100] rev 10560
fix some pas2c related issues
Wed, 26 Nov 2014 13:10:09 +0100 Verbose tests
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Wed, 26 Nov 2014 13:10:09 +0100] rev 10559
Verbose tests
Fri, 28 Nov 2014 21:30:36 -0500 fix invulnerability check for shotgun
nemo [Fri, 28 Nov 2014 21:30:36 -0500] rev 10558
fix invulnerability check for shotgun
Tue, 25 Nov 2014 12:09:15 +0100 Add testsuite
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Tue, 25 Nov 2014 12:09:15 +0100] rev 10557
Add testsuite
Fri, 28 Nov 2014 14:58:33 -0500 zopfli compression for images where the win was 10+% and the files would be included in the release
nemo [Fri, 28 Nov 2014 14:58:33 -0500] rev 10556
zopfli compression for images where the win was 10+% and the files would be included in the release
Thu, 27 Nov 2014 22:06:51 +0100 finnish translation fixes
Janne Uusitupa [Thu, 27 Nov 2014 22:06:51 +0100] rev 10555
finnish translation fixes
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip