Fri, 05 Oct 2018 23:51:58 +0200 Fix double tmp override in chTeamBack; Use shortstring for sidTeamGone/sidTeamBack
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 23:51:58 +0200] rev 13867
Fix double tmp override in chTeamBack; Use shortstring for sidTeamGone/sidTeamBack
Fri, 05 Oct 2018 16:54:26 -0400 formatA expects ansistring params
nemo [Fri, 05 Oct 2018 16:54:26 -0400] rev 13866
formatA expects ansistring params
Fri, 05 Oct 2018 16:53:36 -0400 this should probably exit -1 - pas2c was complaining about uninitialised var
nemo [Fri, 05 Oct 2018 16:53:36 -0400] rev 13865
this should probably exit -1 - pas2c was complaining about uninitialised var
Fri, 05 Oct 2018 16:22:51 -0400 silly tmp var for sake of pas2c
nemo [Fri, 05 Oct 2018 16:22:51 -0400] rev 13864
silly tmp var for sake of pas2c
Fri, 05 Oct 2018 21:58:12 +0200 Fix pas2c build dependencies
unc0rr [Fri, 05 Oct 2018 21:58:12 +0200] rev 13863
Fix pas2c build dependencies
Fri, 05 Oct 2018 21:41:56 +0200 Fix pas2c build a bit more
unc0rr [Fri, 05 Oct 2018 21:41:56 +0200] rev 13862
Fix pas2c build a bit more
Fri, 05 Oct 2018 21:31:58 +0200 Precalculate cMaxHogHealth
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 21:31:58 +0200] rev 13861
Precalculate cMaxHogHealth
Fri, 05 Oct 2018 21:30:06 +0200 Merge unC0Rr's pas2c fix
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 21:30:06 +0200] rev 13860
Merge unC0Rr's pas2c fix
Fri, 05 Oct 2018 21:09:27 +0200 Fix previous patch, add support for High(Longword)
unc0rr [Fri, 05 Oct 2018 21:09:27 +0200] rev 13859
Fix previous patch, add support for High(Longword)
Fri, 05 Oct 2018 21:04:19 +0200 Backed out changeset aed7ee68305a
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 21:04:19 +0200] rev 13858
Backed out changeset aed7ee68305a
Fri, 05 Oct 2018 21:04:01 +0200 Fix pas2c not having support for High(LongInt) in init expressions
unc0rr [Fri, 05 Oct 2018 21:04:01 +0200] rev 13857
Fix pas2c not having support for High(LongInt) in init expressions
Fri, 05 Oct 2018 20:56:40 +0200 Pas2C: Implement rendering of High() similiar to that of Low()
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 20:56:40 +0200] rev 13856
Pas2C: Implement rendering of High() similiar to that of Low()
Fri, 05 Oct 2018 20:28:13 +0200 Update Big Armory preview image
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 20:28:13 +0200] rev 13855
Update Big Armory preview image
Fri, 05 Oct 2018 20:20:09 +0200 Hide creeper from frontend, prevent addition of creeper ammo via ammo scheme
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 20:20:09 +0200] rev 13854
Hide creeper from frontend, prevent addition of creeper ammo via ammo scheme This is a temporary measure because the creeper is still very unfinished. This can be reverted when the creeper is finished.
Fri, 05 Oct 2018 19:37:06 +0200 Don't load game scheme from file if name collides with default scheme
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 19:37:06 +0200] rev 13853
Don't load game scheme from file if name collides with default scheme
Fri, 05 Oct 2018 19:25:14 +0200 Don't save default weapon scheme in file; don't load weapon scheme from file if name collides with default scheme
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 19:25:14 +0200] rev 13852
Don't save default weapon scheme in file; don't load weapon scheme from file if name collides with default scheme
Fri, 05 Oct 2018 17:27:12 +0200 Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 17:27:12 +0200] rev 13851
Rename amDuck and related symbols to amCreeper, gtCreeper, etc. Compability for scripts is supported (amDuck=amCreeper, gtDuck=gtCreeper)
Fri, 05 Oct 2018 16:49:17 +0200 Remove unused doStepDuck gear handler
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 16:49:17 +0200] rev 13850
Remove unused doStepDuck gear handler
Fri, 05 Oct 2018 16:36:41 +0200 Remove usage of creeper from all schemes and styles
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 16:36:41 +0200] rev 13849
Remove usage of creeper from all schemes and styles
Fri, 05 Oct 2018 14:57:44 +0200 Restructure 0.9.25 changelog, add highlights section
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 14:57:44 +0200] rev 13848
Restructure 0.9.25 changelog, add highlights section
Fri, 05 Oct 2018 14:11:51 +0200 Document the /quit chat command from server
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 14:11:51 +0200] rev 13847
Document the /quit chat command from server
Fri, 05 Oct 2018 13:37:49 +0200 Simplify /quit chat command
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 13:37:49 +0200] rev 13846
Simplify /quit chat command
Fri, 05 Oct 2018 04:57:03 +0200 gameServer: Add user warning if got chat command not suitable for current state (lobby/room); fix protocol errors
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 04:57:03 +0200] rev 13845
gameServer: Add user warning if got chat command not suitable for current state (lobby/room); fix protocol errors
Fri, 05 Oct 2018 04:17:56 +0200 Catch empty chat commands in engine and frontend
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 04:17:56 +0200] rev 13844
Catch empty chat commands in engine and frontend
Fri, 05 Oct 2018 04:00:16 +0200 Clean up frontend chat command auto-complete
Wuzzy <Wuzzy2@mail.ru> [Fri, 05 Oct 2018 04:00:16 +0200] rev 13843
Clean up frontend chat command auto-complete
Thu, 04 Oct 2018 23:29:20 +0200 Backed out changeset 5f6208031658 (fixes 652)
Wuzzy <Wuzzy2@mail.ru> [Thu, 04 Oct 2018 23:29:20 +0200] rev 13842
Backed out changeset 5f6208031658 (fixes 652)
Thu, 04 Oct 2018 21:17:21 +0200 Merge Racer/TechRacer tie handling
Wuzzy <Wuzzy2@mail.ru> [Thu, 04 Oct 2018 21:17:21 +0200] rev 13841
Merge Racer/TechRacer tie handling
Wed, 05 Sep 2018 20:09:32 +0200 Add missing roundDraw check in TechRacer
Wuzzy <Wuzzy2@mail.ru> [Wed, 05 Sep 2018 20:09:32 +0200] rev 13840
Add missing roundDraw check in TechRacer
Wed, 05 Sep 2018 15:37:50 +0200 Add tie handling for Racer and TechRacer
Wuzzy <Wuzzy2@mail.ru> [Wed, 05 Sep 2018 15:37:50 +0200] rev 13839
Add tie handling for Racer and TechRacer
Thu, 04 Oct 2018 20:45:07 +0200 Backed out changeset 6e4e745f42bb. Devs are hating it for ... reasons
Wuzzy <Wuzzy2@mail.ru> [Thu, 04 Oct 2018 20:45:07 +0200] rev 13838
Backed out changeset 6e4e745f42bb. Devs are hating it for ... reasons
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip