2013-06-08 added option to change stats graph title
Periklis Ntanasis <pntanasis@gmail.com> [Sat, 08 Jun 2013 23:24:52 +0300] rev 9175
added option to change stats graph title
2013-06-06 made lua scripts able to turn off automatic game stats
Periklis Ntanasis <pntanasis@gmail.com> [Thu, 06 Jun 2013 03:52:32 +0300] rev 9174
made lua scripts able to turn off automatic game stats
2013-06-06 LuaAPI sendstat finds correct clan colors by team names on siPlayerKills
Periklis Ntanasis <pntanasis@gmail.com> [Thu, 06 Jun 2013 03:35:59 +0300] rev 9173
LuaAPI sendstat finds correct clan colors by team names on siPlayerKills
2013-06-03 added custom stats message
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 04 Jun 2013 00:10:48 +0300] rev 9172
added custom stats message
2013-06-03 added sendstat and sendstats support for lua scripts
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 03 Jun 2013 23:18:24 +0300] rev 9171
added sendstat and sendstats support for lua scripts
2013-06-10 More verbose initialization
unc0rr [Mon, 10 Jun 2013 21:20:14 +0400] rev 9170
More verbose initialization
2013-06-10 visibility unsupported on windows
koda [Mon, 10 Jun 2013 11:05:10 +0200] rev 9169
visibility unsupported on windows
2013-06-15 Some fixes to make pas2c+clang compile all engine files webgl
unc0rr [Sun, 16 Jun 2013 00:46:11 +0400] rev 9168
Some fixes to make pas2c+clang compile all engine files
2013-06-10 protect all types with -fstack-protector-all
koda [Mon, 10 Jun 2013 10:59:49 +0200] rev 9167
protect all types with -fstack-protector-all
2013-06-15 - Fix 'and not' without parentheses webgl
unc0rr [Sat, 15 Jun 2013 23:45:53 +0400] rev 9166
- Fix 'and not' without parentheses - Better detection of such occasions
2013-06-10 stack-protector flag needs to be passed to the linker as well
koda [Mon, 10 Jun 2013 10:47:59 +0200] rev 9165
stack-protector flag needs to be passed to the linker as well
2013-06-15 Allow building with modern 'base' package webgl
unc0rr [Sat, 15 Jun 2013 23:44:37 +0400] rev 9164
Allow building with modern 'base' package
2013-06-06 port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5
koda [Thu, 06 Jun 2013 15:55:10 +0200] rev 9163
port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5
2013-06-09 lua warning with clang webgl
koda [Sun, 09 Jun 2013 12:28:11 +0200] rev 9162
lua warning with clang
2013-06-09 These could be handy
unc0rr [Sun, 09 Jun 2013 22:24:41 +0400] rev 9161
These could be handy
2013-06-09 update with default webgl
koda [Sun, 09 Jun 2013 12:22:53 +0200] rev 9160
update with default
2013-06-09 set linker flags where appropriate
koda [Sun, 09 Jun 2013 12:20:19 +0200] rev 9159
set linker flags where appropriate
2013-06-09 this was getting annoying, don't error out on warnings physfs
koda [Sun, 09 Jun 2013 11:41:04 +0200] rev 9158
this was getting annoying, don't error out on warnings physfs
2013-06-08 ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.
nemo [Fri, 07 Jun 2013 22:12:15 -0400] rev 9157
ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.
2013-06-08 make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)
koda [Sat, 08 Jun 2013 02:21:31 +0200] rev 9156
make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)
2013-06-08 add fstack-protector and fvisibility=hidden to cmake tests
koda [Sat, 08 Jun 2013 02:16:38 +0200] rev 9155
add fstack-protector and fvisibility=hidden to cmake tests
2013-06-08 also apply linker flags to haskell programs
koda [Sat, 08 Jun 2013 02:03:02 +0200] rev 9154
also apply linker flags to haskell programs
2013-06-07 add relro linker tests (issue 663)
koda [Sat, 08 Jun 2013 01:56:23 +0200] rev 9153
add relro linker tests (issue #663)
2013-06-07 move compiler checks in a separate cmake module
koda [Sat, 08 Jun 2013 01:52:32 +0200] rev 9152
move compiler checks in a separate cmake module
2013-06-07 simplify cmake message syntax a little bit
koda [Sat, 08 Jun 2013 01:31:53 +0200] rev 9151
simplify cmake message syntax a little bit
2013-06-07 move platform specific and revision info code into separate cmake modules
koda [Sat, 08 Jun 2013 01:22:46 +0200] rev 9150
move platform specific and revision info code into separate cmake modules
2013-06-07 update changelog
sheepluva [Fri, 07 Jun 2013 21:15:11 +0200] rev 9149
update changelog
2013-06-07 move 0.01 to the end to avoid increase damage fail on small values like fire. thanks to hedgewars wiki for noting this for fire damage.
nemo [Fri, 07 Jun 2013 14:44:34 -0400] rev 9148
move 0.01 to the end to avoid increase damage fail on small values like fire. thanks to hedgewars wiki for noting this for fire damage.
2013-06-07 add note about mudball causing no direct damage to changelog
sheepluva [Fri, 07 Jun 2013 17:37:01 +0200] rev 9147
add note about mudball causing no direct damage to changelog
2013-12-26 close branch 0.9.19
koda [Thu, 26 Dec 2013 16:50:02 +0100] rev 9146
close branch
2013-06-07 Fix more warnings (lol @ icegun "consts")
unc0rr [Fri, 07 Jun 2013 15:23:04 +0400] rev 9145
Fix more warnings (lol @ icegun "consts")
2013-09-13 Skip some LandPixels manipulations in stats-only mode 0.9.19
unc0rr [Fri, 13 Sep 2013 21:55:53 +0400] rev 9144
Skip some LandPixels manipulations in stats-only mode
(0) -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 tip