Thu, 03 May 2018 11:58:07 +0200 Updated Continental supplies
Vatten [Thu, 03 May 2018 11:58:07 +0200] rev 13359
Updated Continental supplies Noticable changes: * Selection of continent is now before a turn * Australia and Antarctica will have new moddable weapons * All continents have different starting healths per hog
Wed, 02 May 2018 23:07:41 +0200 Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds
unc0rr [Wed, 02 May 2018 23:07:41 +0200] rev 13358
Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds
Wed, 02 May 2018 15:29:21 -0400 real droplet fix - default density is fine - also add back in the underwater bullet trails
nemo [Wed, 02 May 2018 15:29:21 -0400] rev 13357
real droplet fix - default density is fine - also add back in the underwater bullet trails
Wed, 02 May 2018 20:09:48 +0200 Minor improvements in tutorial mission texts to make stuff clearer
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 20:09:48 +0200] rev 13356
Minor improvements in tutorial mission texts to make stuff clearer
Wed, 02 May 2018 18:48:58 +0200 Update German translation for previous English typo fixes
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 18:48:58 +0200] rev 13355
Update German translation for previous English typo fixes
Wed, 02 May 2018 18:19:31 +0200 Fix a couple of English typos
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 18:19:31 +0200] rev 13354
Fix a couple of English typos
Wed, 02 May 2018 17:22:42 +0200 Fix more German typos in Hedgewars files
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 17:22:42 +0200] rev 13353
Fix more German typos in Hedgewars files
Wed, 02 May 2018 15:28:46 +0200 Fix a couple of German typos in de.lua
Wuzzy <Wuzzy2@mail.ru> [Wed, 02 May 2018 15:28:46 +0200] rev 13352
Fix a couple of German typos in de.lua
Tue, 01 May 2018 20:41:47 -0400 reduce minigun splash droplets a little
nemo [Tue, 01 May 2018 20:41:47 -0400] rev 13351
reduce minigun splash droplets a little
Tue, 01 May 2018 14:08:28 -0400 Update of french frontend localisation
Case_Of [Tue, 01 May 2018 14:08:28 -0400] rev 13350
Update of french frontend localisation
Sun, 29 Apr 2018 11:25:12 -0400 Seed reset seems fine when moved out of the loader. Also bump protocol
nemo [Sun, 29 Apr 2018 11:25:12 -0400] rev 13349
Seed reset seems fine when moved out of the loader. Also bump protocol
Sun, 29 Apr 2018 10:47:02 -0400 Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.
nemo [Sun, 29 Apr 2018 10:47:02 -0400] rev 13348
Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.
Sun, 29 Apr 2018 09:24:14 -0400 Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.
nemo [Sun, 29 Apr 2018 09:24:14 -0400] rev 13347
Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.
Fri, 27 Apr 2018 11:19:23 -0400 mark this revision as 0.9.24 branching point - next commit requires a protocol bump 0.9.24
nemo [Fri, 27 Apr 2018 11:19:23 -0400] rev 13346
mark this revision as 0.9.24 branching point - next commit requires a protocol bump
Thu, 26 Apr 2018 00:21:03 +0200 Fix hog being unable to walk after using sniper rifle without firing both shots
Wuzzy <Wuzzy2@mail.ru> [Thu, 26 Apr 2018 00:21:03 +0200] rev 13345
Fix hog being unable to walk after using sniper rifle without firing both shots
Tue, 24 Apr 2018 21:49:12 +0200 Pas2C: Add support for char + ansistring (for real this time)
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Apr 2018 21:49:12 +0200] rev 13344
Pas2C: Add support for char + ansistring (for real this time)
Tue, 24 Apr 2018 20:30:15 +0200 Change KeyBindToName to shortstring
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Apr 2018 20:30:15 +0200] rev 13343
Change KeyBindToName to shortstring Key names do not and should not be longer than 255 characters. ;-)
Tue, 24 Apr 2018 19:52:04 +0200 Pas2C: Add support for char + ansistring
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Apr 2018 19:52:04 +0200] rev 13342
Pas2C: Add support for char + ansistring
Tue, 24 Apr 2018 19:10:19 +0200 Partial fix of Pas2C parsing problems (part 1: uGearsHandlersMess)
Wuzzy <Wuzzy2@mail.ru> [Tue, 24 Apr 2018 19:10:19 +0200] rev 13341
Partial fix of Pas2C parsing problems (part 1: uGearsHandlersMess)
Sat, 21 Apr 2018 17:17:42 +0200 New Lua call: Retreat, to force turn into Retreat time
Wuzzy <Wuzzy2@mail.ru> [Sat, 21 Apr 2018 17:17:42 +0200] rev 13340
New Lua call: Retreat, to force turn into Retreat time
Thu, 19 Apr 2018 15:48:00 +0200 Fix incorrect check for iPhone macro in hwconsts.h
Wuzzy <Wuzzy2@mail.ru> [Thu, 19 Apr 2018 15:48:00 +0200] rev 13339
Fix incorrect check for iPhone macro in hwconsts.h TARGET_OS_IPHONE is always defined when building on Mac OS, so the define was wrong. This macro expands to either 0 or 1, so a simple #if should be enough.
Thu, 19 Apr 2018 14:07:56 +0200 Fix outdated Qt CMake dependency for OS X
Wuzzy <Wuzzy2@mail.ru> [Thu, 19 Apr 2018 14:07:56 +0200] rev 13338
Fix outdated Qt CMake dependency for OS X
Wed, 18 Apr 2018 17:12:23 +0200 Added tag 0.9.24.1-release for changeset afc089c39556
Wuzzy <Wuzzy2@mail.ru> [Wed, 18 Apr 2018 17:12:23 +0200] rev 13337
Added tag 0.9.24.1-release for changeset afc089c39556
Wed, 18 Apr 2018 17:12:15 +0200 Removed tag 0.9.24.1-release 0.9.24.1-release
Wuzzy <Wuzzy2@mail.ru> [Wed, 18 Apr 2018 17:12:15 +0200] rev 13336
Removed tag 0.9.24.1-release
Wed, 18 Apr 2018 17:02:44 +0200 Update changelog
Wuzzy <Wuzzy2@mail.ru> [Wed, 18 Apr 2018 17:02:44 +0200] rev 13335
Update changelog
Wed, 18 Apr 2018 10:30:27 -0400 Added tag 0.9.24.1-release for changeset ea98a45452e5
nemo [Wed, 18 Apr 2018 10:30:27 -0400] rev 13334
Added tag 0.9.24.1-release for changeset ea98a45452e5
Wed, 18 Apr 2018 10:30:16 -0400 Removed tag 0.9.24.1-release
nemo [Wed, 18 Apr 2018 10:30:16 -0400] rev 13333
Removed tag 0.9.24.1-release
Wed, 18 Apr 2018 10:30:10 -0400 bump cpack .24 to .24.1, make the moc filter broader
nemo [Wed, 18 Apr 2018 10:30:10 -0400] rev 13332
bump cpack .24 to .24.1, make the moc filter broader
Wed, 18 Apr 2018 09:11:38 -0400 Added tag 0.9.24.1-release for changeset 3f2ee2f9b51d
nemo [Wed, 18 Apr 2018 09:11:38 -0400] rev 13331
Added tag 0.9.24.1-release for changeset 3f2ee2f9b51d
Tue, 17 Apr 2018 19:43:41 -0400 fix/workaround for fullscreen crash in 0.9.24
alfadur [Tue, 17 Apr 2018 19:43:41 -0400] rev 13330
fix/workaround for fullscreen crash in 0.9.24
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip