Thu, 20 Jun 2013 00:28:44 +0400 Silly me
unc0rr [Thu, 20 Jun 2013 00:28:44 +0400] rev 9239
Silly me
Mon, 17 Jun 2013 23:18:39 +0200 little cleanup after so many merges webgl
koda [Mon, 17 Jun 2013 23:18:39 +0200] rev 9238
little cleanup after so many merges
Wed, 19 Jun 2013 17:40:50 +0300 added campaign descriptions in CMakeList
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 19 Jun 2013 17:40:50 +0300] rev 9237
added campaign descriptions in CMakeList
Mon, 17 Jun 2013 23:10:45 +0200 really update with default webgl
koda [Mon, 17 Jun 2013 23:10:45 +0200] rev 9236
really update with default
Mon, 17 Jun 2013 17:45:18 +0200 issue 672, frontend less spammy
koda [Mon, 17 Jun 2013 17:45:18 +0200] rev 9235
issue #672, frontend less spammy
Mon, 17 Jun 2013 17:40:01 +0200 This commit changes many aspect of our cmake build system
koda [Mon, 17 Jun 2013 17:40:01 +0200] rev 9234
This commit changes many aspect of our cmake build system - shared libraries are compiled by default: * this modifies RPATH of unix executables; * this will prevent a lot of linking issues, esp. from pascal world; * the old behaviour (static libs) is still available with -DBUILD_SHARED_LIBS=off; * of course in this case you have to provide the full list of dependencies with FPFLAGS and CMAKE_C_FLAGS; - pascal is now fully integrated with cmake, meaning you can just do add_sources and use CMAKE_Pascal_FLAGS: * some of the language features are only partially implemented, for example .inc files will not get rebuilt if you modify them; * target_link_libraries for pascal targets is just dummy as linking is determined within pascal files; * universal builds for osx are not available any more; - bundled libraries and system libraries are addressed using the target name: * this avoids depedency tracking; * this allows to name output as we wish.
Fri, 14 Jun 2013 15:58:58 +0200 when you don't use bundled dirs, add a fake target anyway, so you can use the same cmake syntax even if the target uses a different name
koda [Fri, 14 Jun 2013 15:58:58 +0200] rev 9233
when you don't use bundled dirs, add a fake target anyway, so you can use the same cmake syntax even if the target uses a different name
Fri, 14 Jun 2013 15:47:55 +0200 there is no need of escaping after all...
koda [Fri, 14 Jun 2013 15:47:55 +0200] rev 9232
there is no need of escaping after all...
Fri, 14 Jun 2013 01:24:41 +0200 this should fix rpath problem
koda [Fri, 14 Jun 2013 01:24:41 +0200] rev 9231
this should fix rpath problem
Fri, 14 Jun 2013 01:11:22 +0200 oops, forgot to set the path after all
koda [Fri, 14 Jun 2013 01:11:22 +0200] rev 9230
oops, forgot to set the path after all
Fri, 14 Jun 2013 01:09:39 +0200 less spam
koda [Fri, 14 Jun 2013 01:09:39 +0200] rev 9229
less spam
Fri, 14 Jun 2013 01:06:49 +0200 remove two unused cmake files
koda [Fri, 14 Jun 2013 01:06:49 +0200] rev 9228
remove two unused cmake files
Fri, 14 Jun 2013 01:01:18 +0200 this should resolve a few issues on clean builds
koda [Fri, 14 Jun 2013 01:01:18 +0200] rev 9227
this should resolve a few issues on clean builds
Thu, 13 Jun 2013 22:55:33 +0200 oops, use right macro name
koda [Thu, 13 Jun 2013 22:55:33 +0200] rev 9226
oops, use right macro name
Thu, 13 Jun 2013 22:50:18 +0200 use target name instead of the resulting library, use more macros around
koda [Thu, 13 Jun 2013 22:50:18 +0200] rev 9225
use target name instead of the resulting library, use more macros around
Thu, 13 Jun 2013 22:27:23 +0200 merge cmake_pascal branch in default
koda [Thu, 13 Jun 2013 22:27:23 +0200] rev 9224
merge cmake_pascal branch in default
Thu, 13 Jun 2013 22:04:22 +0200 actually tests are there to be tested, just skip the variable assignment on windows
koda [Thu, 13 Jun 2013 22:04:22 +0200] rev 9223
actually tests are there to be tested, just skip the variable assignment on windows
Thu, 13 Jun 2013 22:01:41 +0200 Backed out changeset c4289023ddae
koda [Thu, 13 Jun 2013 22:01:41 +0200] rev 9222
Backed out changeset c4289023ddae
Thu, 13 Jun 2013 17:01:26 +0200 don't run the broken windows test at all on windows
koda [Thu, 13 Jun 2013 17:01:26 +0200] rev 9221
don't run the broken windows test at all on windows
Thu, 13 Jun 2013 15:37:52 +0200 gather up the linker flags in a macro
koda [Thu, 13 Jun 2013 15:37:52 +0200] rev 9220
gather up the linker flags in a macro
Thu, 13 Jun 2013 14:44:28 +0200 bring windows fixes from main repo
koda [Thu, 13 Jun 2013 14:44:28 +0200] rev 9219
bring windows fixes from main repo
Wed, 12 Jun 2013 19:30:44 +0200 another code typo
koda [Wed, 12 Jun 2013 19:30:44 +0200] rev 9218
another code typo
Wed, 12 Jun 2013 19:30:11 +0200 apply linker flags to all relevant targets
koda [Wed, 12 Jun 2013 19:30:11 +0200] rev 9217
apply linker flags to all relevant targets
Wed, 12 Jun 2013 19:27:17 +0200 explicitly set the origin linker flag so that $ORIGIN is used correctly
koda [Wed, 12 Jun 2013 19:27:17 +0200] rev 9216
explicitly set the origin linker flag so that $ORIGIN is used correctly
Wed, 12 Jun 2013 18:48:34 +0200 add a possible lua include path
koda [Wed, 12 Jun 2013 18:48:34 +0200] rev 9215
add a possible lua include path
Wed, 12 Jun 2013 16:44:53 +0200 less cached cmake output
koda [Wed, 12 Jun 2013 16:44:53 +0200] rev 9214
less cached cmake output
Wed, 12 Jun 2013 16:43:24 +0200 code typos
koda [Wed, 12 Jun 2013 16:43:24 +0200] rev 9213
code typos
Wed, 12 Jun 2013 12:18:03 +0200 use QT_DEBUG which is always added
koda [Wed, 12 Jun 2013 12:18:03 +0200] rev 9212
use QT_DEBUG which is always added
Wed, 12 Jun 2013 12:03:04 +0200 respect C and CXX flags
koda [Wed, 12 Jun 2013 12:03:04 +0200] rev 9211
respect C and CXX flags
Wed, 12 Jun 2013 11:27:00 +0200 freepascal on windows only supports shared libraries
koda [Wed, 12 Jun 2013 11:27:00 +0200] rev 9210
freepascal on windows only supports shared libraries
Wed, 12 Jun 2013 11:18:20 +0200 nitpick
koda [Wed, 12 Jun 2013 11:18:20 +0200] rev 9209
nitpick
Wed, 12 Jun 2013 11:17:54 +0200 heavily rework lua discovery and linking, needs testing but it's more similar to what we do for other libraries now
koda [Wed, 12 Jun 2013 11:17:54 +0200] rev 9208
heavily rework lua discovery and linking, needs testing but it's more similar to what we do for other libraries now
Wed, 12 Jun 2013 09:49:46 +0200 oops, haskell uses gcc to link, correctly pass flags
koda [Wed, 12 Jun 2013 09:49:46 +0200] rev 9207
oops, haskell uses gcc to link, correctly pass flags
Wed, 12 Jun 2013 01:30:16 +0200 since shared libs are now our friends, let's optimise them
koda [Wed, 12 Jun 2013 01:30:16 +0200] rev 9206
since shared libs are now our friends, let's optimise them
Wed, 12 Jun 2013 01:26:42 +0200 aaaaand let's not forget about lua, which has also a slightly revised build process
koda [Wed, 12 Jun 2013 01:26:42 +0200] rev 9205
aaaaand let's not forget about lua, which has also a slightly revised build process
Wed, 12 Jun 2013 01:04:30 +0200 drop the '_'
koda [Wed, 12 Jun 2013 01:04:30 +0200] rev 9204
drop the '_'
Wed, 12 Jun 2013 01:02:33 +0200 and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
koda [Wed, 12 Jun 2013 01:02:33 +0200] rev 9203
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
Wed, 12 Jun 2013 01:00:47 +0200 also physlayer can be comiled as static or shared now
koda [Wed, 12 Jun 2013 01:00:47 +0200] rev 9202
also physlayer can be comiled as static or shared now
Mon, 17 Jun 2013 22:54:17 +0200 redid FindGLEW in the right way (tm) webgl
koda [Mon, 17 Jun 2013 22:54:17 +0200] rev 9201
redid FindGLEW in the right way (tm)
Wed, 12 Jun 2013 00:07:19 +0200 love cmake when it works
koda [Wed, 12 Jun 2013 00:07:19 +0200] rev 9200
love cmake when it works
Mon, 17 Jun 2013 17:07:27 +0200 pas2c import webgl
unC0Rr [Mon, 17 Jun 2013 17:07:27 +0200] rev 9199
pas2c import
Tue, 11 Jun 2013 19:17:52 +0200 setup RPATH, bump cmake
koda [Tue, 11 Jun 2013 19:17:52 +0200] rev 9198
setup RPATH, bump cmake
Mon, 17 Jun 2013 16:56:58 +0200 update with default webgl
koda [Mon, 17 Jun 2013 16:56:58 +0200] rev 9197
update with default
Tue, 11 Jun 2013 18:35:28 +0200 these check are now useless
koda [Tue, 11 Jun 2013 18:35:28 +0200] rev 9196
these check are now useless
Mon, 17 Jun 2013 10:48:50 -0400 Many of the gears treat non-0 timer as overridden. Added that check in more places so that lua could use this a tiny bit more consistently. Also preserve state for jetpack.
nemo [Mon, 17 Jun 2013 10:48:50 -0400] rev 9195
Many of the gears treat non-0 timer as overridden. Added that check in more places so that lua could use this a tiny bit more consistently. Also preserve state for jetpack.
Tue, 11 Jun 2013 18:31:49 +0200 I hate you, I hate you with all my heart...
koda [Tue, 11 Jun 2013 18:31:49 +0200] rev 9194
I hate you, I hate you with all my heart...
Sun, 16 Jun 2013 15:45:19 +0400 'i' flag for in-room status
unc0rr [Sun, 16 Jun 2013 15:45:19 +0400] rev 9193
'i' flag for in-room status
Tue, 11 Jun 2013 10:45:34 +0200 use BUILD_SHARED_LIBS to control whether a library is shared or static, make our bundled physfs library check for this configuration
koda [Tue, 11 Jun 2013 10:45:34 +0200] rev 9192
use BUILD_SHARED_LIBS to control whether a library is shared or static, make our bundled physfs library check for this configuration
Wed, 12 Jun 2013 19:15:51 +0200 fix launching on windows
koda [Wed, 12 Jun 2013 19:15:51 +0200] rev 9191
fix launching on windows
Mon, 10 Jun 2013 16:46:58 +0200 move paths setup in separate cmake module
koda [Mon, 10 Jun 2013 16:46:58 +0200] rev 9190
move paths setup in separate cmake module
Wed, 12 Jun 2013 04:58:27 +0300 merge my campaign page changes with default
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 12 Jun 2013 04:58:27 +0300] rev 9189
merge my campaign page changes with default
Mon, 10 Jun 2013 16:37:21 +0200 backout r1bed4aee19e0 and r3883b5dc600c
koda [Mon, 10 Jun 2013 16:37:21 +0200] rev 9188
backout r1bed4aee19e0 and r3883b5dc600c
Tue, 11 Jun 2013 11:48:36 +0200 moar cpack ignore
koda [Tue, 11 Jun 2013 11:48:36 +0200] rev 9187
moar cpack ignore
Tue, 11 Jun 2013 02:42:52 +0200 merge (could have grafted)
koda [Tue, 11 Jun 2013 02:42:52 +0200] rev 9186
merge (could have grafted)
Tue, 11 Jun 2013 02:39:45 +0200 osx, link also foundation to physfs
koda [Tue, 11 Jun 2013 02:39:45 +0200] rev 9185
osx, link also foundation to physfs
Wed, 12 Jun 2013 04:53:04 +0300 added images and corrected bug that didn't show correct description at some occasions
Periklis Ntanasis <pntanasis@gmail.com> [Wed, 12 Jun 2013 04:53:04 +0300] rev 9184
added images and corrected bug that didn't show correct description at some occasions
Tue, 11 Jun 2013 00:01:32 +0200 libssp (required by stack-protector) is not available on 10.4
koda [Tue, 11 Jun 2013 00:01:32 +0200] rev 9183
libssp (required by stack-protector) is not available on 10.4
Mon, 27 May 2013 21:39:52 +0300 issue 562, image and description for the campaign page
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 27 May 2013 21:39:52 +0300] rev 9182
issue #562, image and description for the campaign page
Tue, 11 Jun 2013 01:40:55 +0300 added missing image
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 11 Jun 2013 01:40:55 +0300] rev 9181
added missing image
Tue, 11 Jun 2013 00:05:07 +0300 changed variable and function name
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 11 Jun 2013 00:05:07 +0300] rev 9180
changed variable and function name
Mon, 10 Jun 2013 23:50:36 +0300 removing sendstats(uScript) from luaAPI
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 10 Jun 2013 23:50:36 +0300] rev 9179
removing sendstats(uScript) from luaAPI
Mon, 10 Jun 2013 15:18:03 +0300 created a new sendstat type for changing the kills label
Periklis Ntanasis <pntanasis@gmail.com> [Mon, 10 Jun 2013 15:18:03 +0300] rev 9178
created a new sendstat type for changing the kills label
Sun, 09 Jun 2013 01:18:58 +0300 fix non changing graph title and sendstat health
Periklis Ntanasis <pntanasis@gmail.com> [Sun, 09 Jun 2013 01:18:58 +0300] rev 9177
fix non changing graph title and sendstat health
Sat, 08 Jun 2013 23:54:44 +0300 correct health statsend for lua scritps
Periklis Ntanasis <pntanasis@gmail.com> [Sat, 08 Jun 2013 23:54:44 +0300] rev 9176
correct health statsend for lua scritps
Sat, 08 Jun 2013 23:24:52 +0300 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
Thu, 06 Jun 2013 03:52:32 +0300 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
Thu, 06 Jun 2013 03:35:59 +0300 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
Tue, 04 Jun 2013 00:10:48 +0300 added custom stats message
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 04 Jun 2013 00:10:48 +0300] rev 9172
added custom stats message
Mon, 03 Jun 2013 23:18:24 +0300 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
Mon, 10 Jun 2013 21:20:14 +0400 More verbose initialization
unc0rr [Mon, 10 Jun 2013 21:20:14 +0400] rev 9170
More verbose initialization
Mon, 10 Jun 2013 11:05:10 +0200 visibility unsupported on windows
koda [Mon, 10 Jun 2013 11:05:10 +0200] rev 9169
visibility unsupported on windows
Sun, 16 Jun 2013 00:46:11 +0400 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
Mon, 10 Jun 2013 10:59:49 +0200 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
Sat, 15 Jun 2013 23:45:53 +0400 - 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
Mon, 10 Jun 2013 10:47:59 +0200 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
Sat, 15 Jun 2013 23:44:37 +0400 Allow building with modern 'base' package webgl
unc0rr [Sat, 15 Jun 2013 23:44:37 +0400] rev 9164
Allow building with modern 'base' package
Thu, 06 Jun 2013 15:55:10 +0200 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
Sun, 09 Jun 2013 12:28:11 +0200 lua warning with clang webgl
koda [Sun, 09 Jun 2013 12:28:11 +0200] rev 9162
lua warning with clang
Sun, 09 Jun 2013 22:24:41 +0400 These could be handy
unc0rr [Sun, 09 Jun 2013 22:24:41 +0400] rev 9161
These could be handy
Sun, 09 Jun 2013 12:22:53 +0200 update with default webgl
koda [Sun, 09 Jun 2013 12:22:53 +0200] rev 9160
update with default
Sun, 09 Jun 2013 12:20:19 +0200 set linker flags where appropriate
koda [Sun, 09 Jun 2013 12:20:19 +0200] rev 9159
set linker flags where appropriate
Sun, 09 Jun 2013 11:41:04 +0200 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
Fri, 07 Jun 2013 22:12:15 -0400 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.
Sat, 08 Jun 2013 02:21:31 +0200 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)
Sat, 08 Jun 2013 02:16:38 +0200 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
Sat, 08 Jun 2013 02:03:02 +0200 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
Sat, 08 Jun 2013 01:56:23 +0200 add relro linker tests (issue 663)
koda [Sat, 08 Jun 2013 01:56:23 +0200] rev 9153
add relro linker tests (issue #663)
Sat, 08 Jun 2013 01:52:32 +0200 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
Sat, 08 Jun 2013 01:31:53 +0200 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
Sat, 08 Jun 2013 01:22:46 +0200 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
Fri, 07 Jun 2013 21:15:11 +0200 update changelog
sheepluva [Fri, 07 Jun 2013 21:15:11 +0200] rev 9149
update changelog
Fri, 07 Jun 2013 14:44:34 -0400 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.
Fri, 07 Jun 2013 17:37:01 +0200 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
Thu, 26 Dec 2013 16:50:02 +0100 close branch 0.9.19
koda [Thu, 26 Dec 2013 16:50:02 +0100] rev 9146
close branch
Fri, 07 Jun 2013 15:23:04 +0400 Fix more warnings (lol @ icegun "consts")
unc0rr [Fri, 07 Jun 2013 15:23:04 +0400] rev 9145
Fix more warnings (lol @ icegun "consts")
Fri, 13 Sep 2013 21:55:53 +0400 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
Fri, 07 Jun 2013 12:51:09 +0400 Merge
unc0rr [Fri, 07 Jun 2013 12:51:09 +0400] rev 9143
Merge
Sat, 24 Aug 2013 01:37:20 +0400 Fix script flaw in detection of best team when sending achievement info 0.9.19
unc0rr [Sat, 24 Aug 2013 01:37:20 +0400] rev 9142
Fix script flaw in detection of best team when sending achievement info
Wed, 05 Jun 2013 13:01:25 -0400 Bump protocol and version (game desync would be triggered by b70352db5675, 2ae44c4381cd - other revisions probably safe)
nemo [Wed, 05 Jun 2013 13:01:25 -0400] rev 9141
Bump protocol and version (game desync would be triggered by b70352db5675, 2ae44c4381cd - other revisions probably safe)
Sat, 24 Aug 2013 01:22:45 +0400 Fix build 0.9.19
unc0rr [Sat, 24 Aug 2013 01:22:45 +0400] rev 9140
Fix build
Wed, 05 Jun 2013 12:47:33 -0400 Restore CurAmmoType check as well, that was removed in r8f317ba10675 when trying to fix aiming during alt attack.
nemo [Wed, 05 Jun 2013 12:47:33 -0400] rev 9139
Restore CurAmmoType check as well, that was removed in r8f317ba10675 when trying to fix aiming during alt attack. This probably fixes bug #657
Sat, 24 Aug 2013 00:13:15 +0400 Store TrophyRace records in database 0.9.19
unc0rr [Sat, 24 Aug 2013 00:13:15 +0400] rev 9138
Store TrophyRace records in database
Wed, 05 Jun 2013 16:28:30 +0200 fixed all engine compilation hints and notes (that I could see)
sheepluva [Wed, 05 Jun 2013 16:28:30 +0200] rev 9137
fixed all engine compilation hints and notes (that I could see)
Tue, 04 Jun 2013 23:56:17 +0200 parsing ok, stops at uGears webgl
koda [Tue, 04 Jun 2013 23:56:17 +0200] rev 9136
parsing ok, stops at uGears
Tue, 06 Aug 2013 00:26:07 +0400 Declare achievements in console statistics output 0.9.19
unc0rr [Tue, 06 Aug 2013 00:26:07 +0400] rev 9135
Declare achievements in console statistics output
Wed, 05 Jun 2013 15:42:00 +0200 fix last remaining warning in frontend
sheepluva [Wed, 05 Jun 2013 15:42:00 +0200] rev 9134
fix last remaining warning in frontend
Tue, 04 Jun 2013 23:48:44 +0200 actually everything is CLANG'd webgl
koda [Tue, 04 Jun 2013 23:48:44 +0200] rev 9133
actually everything is CLANG'd
Tue, 11 Jun 2013 11:48:36 +0200 moar cpack ignore 0.9.19
koda [Tue, 11 Jun 2013 11:48:36 +0200] rev 9132
moar cpack ignore
Wed, 05 Jun 2013 15:27:00 +0200 Hedgewars.png had a resolution more than twice as high as required; also fixed some (mostly obsolete) code that also contained a typo that would cause a warning/note in clang
sheepluva [Wed, 05 Jun 2013 15:27:00 +0200] rev 9131
Hedgewars.png had a resolution more than twice as high as required; also fixed some (mostly obsolete) code that also contained a typo that would cause a warning/note in clang
Tue, 04 Jun 2013 23:48:24 +0200 move sdlmain_osx aside in its own folder so its include path is not contaminated webgl
koda [Tue, 04 Jun 2013 23:48:24 +0200] rev 9130
move sdlmain_osx aside in its own folder so its include path is not contaminated
Tue, 11 Jun 2013 09:46:18 +0200 sigh, this follows r63bf1f4f40f8 0.9.19
koda [Tue, 11 Jun 2013 09:46:18 +0200] rev 9129
sigh, this follows r63bf1f4f40f8
Wed, 05 Jun 2013 14:00:29 +0200 good-bye QAspectRatioLayout
sheepluva [Wed, 05 Jun 2013 14:00:29 +0200] rev 9128
good-bye QAspectRatioLayout
Tue, 04 Jun 2013 22:28:12 +0200 update branch webgl
koda [Tue, 04 Jun 2013 22:28:12 +0200] rev 9127
update branch
Tue, 11 Jun 2013 02:46:59 +0200 backout a few commits that desyncronized translations and broke physfs on 32 bit 0.9.19
koda [Tue, 11 Jun 2013 02:46:59 +0200] rev 9126
backout a few commits that desyncronized translations and broke physfs on 32 bit
Tue, 04 Jun 2013 22:08:17 +0200 merge 0.9.19 in default
koda [Tue, 04 Jun 2013 22:08:17 +0200] rev 9125
merge 0.9.19 in default
Fri, 07 Jun 2013 16:35:48 +0200 fix issue 664 ("Quick game will fail if the randomly chosen theme is a DLC/custom one") 0.9.19
sheepluva [Fri, 07 Jun 2013 16:35:48 +0200] rev 9124
fix issue #664 ("Quick game will fail if the randomly chosen theme is a DLC/custom one")
Tue, 04 Jun 2013 21:59:01 +0200 trying to appease almighty unC0Rr 0.9.19
koda [Tue, 04 Jun 2013 21:59:01 +0200] rev 9123
trying to appease almighty unC0Rr
Tue, 04 Jun 2013 21:58:15 +0200 sheepluva asked, one less gci task to do 0.9.19
koda [Tue, 04 Jun 2013 21:58:15 +0200] rev 9122
sheepluva asked, one less gci task to do
Tue, 04 Jun 2013 17:20:23 +0200 sigh (qm files should not be in package_source either) 0.9.19
koda [Tue, 04 Jun 2013 17:20:23 +0200] rev 9121
sigh (qm files should not be in package_source either)
Tue, 04 Jun 2013 16:23:45 +0200 fix mission 6 hiding cyborg (issue 622) 0.9.19
master_ex [Tue, 04 Jun 2013 16:23:45 +0200] rev 9120
fix mission 6 hiding cyborg (issue #622)
Tue, 04 Jun 2013 16:08:36 +0200 this file is unused 0.9.19
koda [Tue, 04 Jun 2013 16:08:36 +0200] rev 9119
this file is unused
Tue, 04 Jun 2013 15:51:14 +0200 portoguese update 0.9.19
inu [Tue, 04 Jun 2013 15:51:14 +0200] rev 9118
portoguese update
Tue, 04 Jun 2013 15:51:06 +0200 apply raptor's fix on unix only 0.9.19
koda [Tue, 04 Jun 2013 15:51:06 +0200] rev 9117
apply raptor's fix on unix only
Tue, 04 Jun 2013 15:41:40 +0200 two german sentences 0.9.19
hasufell [Tue, 04 Jun 2013 15:41:40 +0200] rev 9116
two german sentences
Tue, 04 Jun 2013 15:40:25 +0200 forgot this from r f529fba57ba5 (thanks LocutusOfBorg1) 0.9.19
koda [Tue, 04 Jun 2013 15:40:25 +0200] rev 9115
forgot this from r f529fba57ba5 (thanks LocutusOfBorg1)
Tue, 04 Jun 2013 15:39:01 +0200 more make package_source, moc and sh files 0.9.19
koda [Tue, 04 Jun 2013 15:39:01 +0200] rev 9114
more make package_source, moc and sh files
Tue, 04 Jun 2013 11:47:07 +0200 adding some event-strings to german translation. most of these were suggested by Topf 0.9.19
sheepluva [Tue, 04 Jun 2013 11:47:07 +0200] rev 9113
adding some event-strings to german translation. most of these were suggested by Topf
Mon, 03 Jun 2013 23:25:15 +0200 http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#deprecated-items - The Encoding key is deprecated. 0.9.19
c_korn [Mon, 03 Jun 2013 23:25:15 +0200] rev 9112
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#deprecated-items - The Encoding key is deprecated.
Mon, 03 Jun 2013 23:23:46 +0200 yay no more linking workarounds (for statically linking physfs on 32 bit arch, bringing divd3 or stdc++ or gcc_s.so.1 dependencies) 0.9.19
koda [Mon, 03 Jun 2013 23:23:46 +0200] rev 9111
yay no more linking workarounds (for statically linking physfs on 32 bit arch, bringing divd3 or stdc++ or gcc_s.so.1 dependencies)
Mon, 03 Jun 2013 23:21:29 +0200 fix static physfs linking on 32 bit archs 0.9.19
raptor [Mon, 03 Jun 2013 23:21:29 +0200] rev 9110
fix static physfs linking on 32 bit archs
Thu, 06 Jun 2013 00:28:30 +0400 - Fix issue 521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested.
unc0rr [Thu, 06 Jun 2013 00:28:30 +0400] rev 9109
- Fix issue #521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested. - Fix a bunch of build warnings
Mon, 03 Jun 2013 23:09:06 +0200 those "Unknown property overflow" messages were kinda getting old, time to get rid of them. also fix a typo in changelog spotted by c_korn 0.9.19
sheepluva [Mon, 03 Jun 2013 23:09:06 +0200] rev 9108
those "Unknown property overflow" messages were kinda getting old, time to get rid of them. also fix a typo in changelog spotted by c_korn
Wed, 05 Jun 2013 00:26:22 +0400 Less confusion to translators
unc0rr [Wed, 05 Jun 2013 00:26:22 +0400] rev 9107
Less confusion to translators
Tue, 04 Jun 2013 00:20:06 +0400 Merge default to 0.9.19 0.9.19
unc0rr [Tue, 04 Jun 2013 00:20:06 +0400] rev 9106
Merge default to 0.9.19
Tue, 04 Jun 2013 23:58:42 +0400 Proper parameters handling of chat commands
unc0rr [Tue, 04 Jun 2013 23:58:42 +0400] rev 9105
Proper parameters handling of chat commands
Mon, 03 Jun 2013 16:25:30 +0200 wow binary logic ftw 0.9.19
koda [Mon, 03 Jun 2013 16:25:30 +0200] rev 9104
wow binary logic ftw
Mon, 03 Jun 2013 23:59:55 -0400 blowtorch defrosts too
nemo [Mon, 03 Jun 2013 23:59:55 -0400] rev 9103
blowtorch defrosts too
Mon, 03 Jun 2013 16:15:17 +0200 deleted .h in pascal engine 0.9.19
koda [Mon, 03 Jun 2013 16:15:17 +0200] rev 9102
deleted .h in pascal engine
Mon, 03 Jun 2013 15:39:54 +0200 change portal mission name and update French translation (issue 569) 0.9.19
sphrix [Mon, 03 Jun 2013 15:39:54 +0200] rev 9101
change portal mission name and update French translation (issue #569)
Tue, 04 Jun 2013 00:15:03 +0400 Fix issue 652 and fix issue 645
unc0rr [Tue, 04 Jun 2013 00:15:03 +0400] rev 9100
Fix issue #652 and fix issue 645
Mon, 03 Jun 2013 13:47:35 +0200 if you use misuse labels as comments please at least keep in mind that labels cannot be used inline, within code blocks or with indentation! 0.9.19
sheepluva [Mon, 03 Jun 2013 13:47:35 +0200] rev 9099
if you use misuse labels as comments please at least keep in mind that labels cannot be used inline, within code blocks or with indentation!
Mon, 03 Jun 2013 10:05:44 +0200 merge default with .19
koda [Mon, 03 Jun 2013 10:05:44 +0200] rev 9098
merge default with .19
Mon, 03 Jun 2013 10:04:01 +0200 Added tag 0.9.19-release for changeset 1617149e01a4 0.9.19
koda [Mon, 03 Jun 2013 10:04:01 +0200] rev 9097
Added tag 0.9.19-release for changeset 1617149e01a4
Sun, 02 Jun 2013 22:43:59 +0200 fix the cmake flag PHYSFS_SYSTEM being called SYSTEM_PHYSFS in the code 0.9.19
sheepluva [Sun, 02 Jun 2013 22:43:59 +0200] rev 9096
fix the cmake flag PHYSFS_SYSTEM being called SYSTEM_PHYSFS in the code
Fri, 31 May 2013 14:52:30 -0400 oups 0.9.19
nemo [Fri, 31 May 2013 14:52:30 -0400] rev 9095
oups
Fri, 31 May 2013 14:51:08 -0400 Merge 0.9.19
nemo [Fri, 31 May 2013 14:51:08 -0400] rev 9094
Merge 0.9.19
Fri, 31 May 2013 14:47:07 -0400 fix locale load 0.9.19
nemo [Fri, 31 May 2013 14:47:07 -0400] rev 9093
fix locale load
Fri, 31 May 2013 16:49:11 +0200 don't pack .hi files, frontlib and other stuff 0.9.19
koda [Fri, 31 May 2013 16:49:11 +0200] rev 9092
don't pack .hi files, frontlib and other stuff
Fri, 31 May 2013 15:41:41 +0200 change cpack configuration file name so that it's not excluded by 'make package_source' 0.9.19
koda [Fri, 31 May 2013 15:41:41 +0200] rev 9091
change cpack configuration file name so that it's not excluded by 'make package_source'
Fri, 31 May 2013 15:21:56 +0200 mystery of the ending prefix 0.9.19
koda [Fri, 31 May 2013 15:21:56 +0200] rev 9090
mystery of the ending prefix
Fri, 31 May 2013 00:12:11 +0400 merge with tip 0.9.19 0.9.19-release
unc0rr [Fri, 31 May 2013 00:12:11 +0400] rev 9089
merge with tip
Thu, 30 May 2013 21:08:13 +0900 Fix broken x/y values on Dangerous Ducklings
mikade <redgrinner@gmail.com> [Thu, 30 May 2013 21:08:13 +0900] rev 9088
Fix broken x/y values on Dangerous Ducklings Add two new mission-based achievements New mission 'Nobody Laugh'
Thu, 30 May 2013 20:29:55 +0900 Add Frenzy (Hysteria) style/gameplay script and cfg
mikade <redgrinner@gmail.com> [Thu, 30 May 2013 20:29:55 +0900] rev 9087
Add Frenzy (Hysteria) style/gameplay script and cfg
Fri, 31 May 2013 00:10:59 +0400 ++protocol_number; 0.9.19
unc0rr [Fri, 31 May 2013 00:10:59 +0400] rev 9086
++protocol_number;
Thu, 30 May 2013 20:09:57 +0900 As per request, add ice-gun (untested!)
mikade <redgrinner@gmail.com> [Thu, 30 May 2013 20:09:57 +0900] rev 9085
As per request, add ice-gun (untested!)
Wed, 29 May 2013 17:56:07 -0400 merge with tip 0.9.19
nemo [Wed, 29 May 2013 17:56:07 -0400] rev 9084
merge with tip
Thu, 30 May 2013 19:34:39 +0900 Add how to play description to Mutant
mikade <redgrinner@gmail.com> [Thu, 30 May 2013 19:34:39 +0900] rev 9083
Add how to play description to Mutant Fix issue #277
Wed, 29 May 2013 17:47:54 -0400 Since this keeps coming up. Sync engine and frontend wheel handling, again.
nemo [Wed, 29 May 2013 17:47:54 -0400] rev 9082
Since this keeps coming up. Sync engine and frontend wheel handling, again.
Wed, 29 May 2013 22:52:37 +0400 merge 0.9.19
unc0rr [Wed, 29 May 2013 22:52:37 +0400] rev 9081
merge
Wed, 29 May 2013 15:12:06 -0400 bump copyright year for Andrey entries
unc0rr [Wed, 29 May 2013 15:12:06 -0400] rev 9080
bump copyright year for Andrey entries
Wed, 29 May 2013 13:03:23 -0400 polish translation update
szczur [Wed, 29 May 2013 13:03:23 -0400] rev 9079
polish translation update
Wed, 29 May 2013 12:21:49 -0400 grammar
sphrix [Wed, 29 May 2013 12:21:49 -0400] rev 9078
grammar
Wed, 29 May 2013 07:45:00 -0400 Waddaya think. Add it for iced up water and mines/cases/explosives
nemo [Wed, 29 May 2013 07:45:00 -0400] rev 9077
Waddaya think. Add it for iced up water and mines/cases/explosives
Wed, 29 May 2013 06:51:12 -0400 cancel on slide
nemo [Wed, 29 May 2013 06:51:12 -0400] rev 9076
cancel on slide
Wed, 29 May 2013 10:51:21 +0200 two little changelog entries
koda [Wed, 29 May 2013 10:51:21 +0200] rev 9075
two little changelog entries
Wed, 29 May 2013 10:48:36 +0200 .hgignore update
koda [Wed, 29 May 2013 10:48:36 +0200] rev 9074
.hgignore update
Wed, 29 May 2013 10:43:40 +0200 add hog freeze sound
koda [Wed, 29 May 2013 10:43:40 +0200] rev 9073
add hog freeze sound
Tue, 28 May 2013 21:30:02 -0400 add ice beam sound
nemo [Tue, 28 May 2013 21:30:02 -0400] rev 9072
add ice beam sound
Tue, 28 May 2013 14:09:19 -0400 frozen hog impact. koda says he'll add the beam
nemo [Tue, 28 May 2013 14:09:19 -0400] rev 9071
frozen hog impact. koda says he'll add the beam
Tue, 28 May 2013 13:58:01 -0400 *hate*
nemo [Tue, 28 May 2013 13:58:01 -0400] rev 9070
*hate*
Tue, 28 May 2013 16:07:22 +0200 windows build script, get the temp variable from environment, avoiding potential permission problems
koda [Tue, 28 May 2013 16:07:22 +0200] rev 9069
windows build script, get the temp variable from environment, avoiding potential permission problems
Tue, 28 May 2013 15:38:28 +0200 on Windows link libgcc statically to reduce the number of dlls
koda [Tue, 28 May 2013 15:38:28 +0200] rev 9068
on Windows link libgcc statically to reduce the number of dlls
Tue, 28 May 2013 13:57:11 -0400 < 256 is "thawing"
nemo [Tue, 28 May 2013 13:57:11 -0400] rev 9067
< 256 is "thawing"
Mon, 27 May 2013 21:34:03 -0400 fix mispositioned map.png
nemo [Mon, 27 May 2013 21:34:03 -0400] rev 9066
fix mispositioned map.png
Mon, 27 May 2013 23:46:27 +0200 add 'random' dependency to server .cabal file (please test)
koda [Mon, 27 May 2013 23:46:27 +0200] rev 9065
add 'random' dependency to server .cabal file (please test)
Mon, 27 May 2013 16:56:44 -0400 don't resurrect frozen
nemo [Mon, 27 May 2013 16:56:44 -0400] rev 9064
don't resurrect frozen
Tue, 28 May 2013 00:01:58 +0400 Fix "try again" button in "reconnected to fast" dialog trying to connect to port 0
unc0rr [Tue, 28 May 2013 00:01:58 +0400] rev 9063
Fix "try again" button in "reconnected to fast" dialog trying to connect to port 0
Mon, 27 May 2013 23:54:52 +0400 Fix room admin rights delegation by server admin when he isn't room admin
unc0rr [Mon, 27 May 2013 23:54:52 +0400] rev 9062
Fix room admin rights delegation by server admin when he isn't room admin
Mon, 27 May 2013 23:24:35 +0400 '@' for server admin status, '+' for room admins
unc0rr [Mon, 27 May 2013 23:24:35 +0400] rev 9061
'@' for server admin status, '+' for room admins
Mon, 27 May 2013 23:20:39 +0400 Remove admin rights from old admin when he delegates room ownership
unc0rr [Mon, 27 May 2013 23:20:39 +0400] rev 9060
Remove admin rights from old admin when he delegates room ownership
Mon, 27 May 2013 14:41:48 -0400 should unfreeze on your turn
nemo [Mon, 27 May 2013 14:41:48 -0400] rev 9059
should unfreeze on your turn
Mon, 27 May 2013 11:33:25 -0400 increase width on medium/large templates by a couple of hundred px. should help issue #625 a bit. Shouldn't increase large any more tho, since we are at 4096 and would increase memory unnecessarily.
nemo [Mon, 27 May 2013 11:33:25 -0400] rev 9058
increase width on medium/large templates by a couple of hundred px. should help issue #625 a bit. Shouldn't increase large any more tho, since we are at 4096 and would increase memory unnecessarily.
Mon, 27 May 2013 10:47:59 -0400 Default to random guest username in all places net/nick is fetched. Fixes issue #588
nemo [Mon, 27 May 2013 10:47:59 -0400] rev 9057
Default to random guest username in all places net/nick is fetched. Fixes issue #588
Mon, 27 May 2013 10:52:30 +0400 Merge
unc0rr [Mon, 27 May 2013 10:52:30 +0400] rev 9056
Merge
Fri, 24 May 2013 15:07:21 -0400 Quick and dirty fix for fact that we no longer prompt for a username on connect, so blank username simply errors on connect.
nemo [Fri, 24 May 2013 15:07:21 -0400] rev 9055
Quick and dirty fix for fact that we no longer prompt for a username on connect, so blank username simply errors on connect.
Fri, 24 May 2013 12:56:58 -0400 Fix config save problems, bug #510
nemo [Fri, 24 May 2013 12:56:58 -0400] rev 9054
Fix config save problems, bug #510
Fri, 24 May 2013 10:34:22 -0400 Add a mask, tweak changelog a bit
nemo [Fri, 24 May 2013 10:34:22 -0400] rev 9053
Add a mask, tweak changelog a bit
Thu, 23 May 2013 23:37:59 -0400 few more changes
nemo [Thu, 23 May 2013 23:37:59 -0400] rev 9052
few more changes
Thu, 23 May 2013 23:02:16 -0400 Final starbound
tiyuri [Thu, 23 May 2013 23:02:16 -0400] rev 9051
Final starbound
Fri, 24 May 2013 01:45:03 +0200 perhaps unneeded, but...
koda [Fri, 24 May 2013 01:45:03 +0200] rev 9050
perhaps unneeded, but...
Fri, 24 May 2013 00:55:33 +0200 lupdate
koda [Fri, 24 May 2013 00:55:33 +0200] rev 9049
lupdate
Fri, 24 May 2013 01:12:41 +0400 Store suffix of .qm files instead of locale name
unc0rr [Fri, 24 May 2013 01:12:41 +0400] rev 9048
Store suffix of .qm files instead of locale name
Thu, 23 May 2013 09:33:36 -0400 Remove repetition. This map doesn't need to be so wide.
nemo [Thu, 23 May 2013 09:33:36 -0400] rev 9047
Remove repetition. This map doesn't need to be so wide.
Wed, 22 May 2013 22:46:49 -0400 So when I first upsized these, I neglected to remove the pixelated version when generating. Corrected that to avoid sharp edges. Also aggressively optimised for smoothing. Also took advantage of SVG to drag dino bones to water level for mikade.
nemo [Wed, 22 May 2013 22:46:49 -0400] rev 9046
So when I first upsized these, I neglected to remove the pixelated version when generating. Corrected that to avoid sharp edges. Also aggressively optimised for smoothing. Also took advantage of SVG to drag dino bones to water level for mikade.
Wed, 22 May 2013 09:46:42 -0400 sheepluva suggestion for frozen barrel behaviour. untested.
nemo [Wed, 22 May 2013 09:46:42 -0400] rev 9045
sheepluva suggestion for frozen barrel behaviour. untested.
Wed, 22 May 2013 06:17:06 -0400 as long as a generic placeholder tint is in place. can't just exit
nemo [Wed, 22 May 2013 06:17:06 -0400] rev 9044
as long as a generic placeholder tint is in place. can't just exit
Tue, 21 May 2013 23:17:28 -0400 fix dud mine explosion
nemo [Tue, 21 May 2013 23:17:28 -0400] rev 9043
fix dud mine explosion
Tue, 21 May 2013 23:00:20 -0400 Add shrooms map
tiyuri [Tue, 21 May 2013 23:00:20 -0400] rev 9042
Add shrooms map
Tue, 21 May 2013 22:56:31 -0400 Make frozen crates uncollectable, add some tinting to frozen items. Suggestions needed for what should happen to explosives
nemo [Tue, 21 May 2013 22:56:31 -0400] rev 9041
Make frozen crates uncollectable, add some tinting to frozen items. Suggestions needed for what should happen to explosives
Tue, 21 May 2013 23:49:24 +0200 further limit asm
koda [Tue, 21 May 2013 23:49:24 +0200] rev 9040
further limit asm
Tue, 21 May 2013 21:28:42 +0300 place better the current replay button
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 21 May 2013 21:28:42 +0300] rev 9039
place better the current replay button
Tue, 21 May 2013 23:15:44 +0200 tip to highlight the new /rnd command
koda [Tue, 21 May 2013 23:15:44 +0200] rev 9038
tip to highlight the new /rnd command
Wed, 22 May 2013 00:50:15 +0400 merge
unc0rr [Wed, 22 May 2013 00:50:15 +0400] rev 9037
merge
Tue, 21 May 2013 16:14:36 -0400 ಠ_ಠ
nemo [Tue, 21 May 2013 16:14:36 -0400] rev 9036
ಠ_ಠ
Wed, 22 May 2013 00:49:37 +0400 '/rnd' command. Pass it a (possibly empty) list of items.
unc0rr [Wed, 22 May 2013 00:49:37 +0400] rev 9035
'/rnd' command. Pass it a (possibly empty) list of items.
Wed, 22 May 2013 00:12:15 +0400 Allow messages containing word separators in server's additional console commands
unc0rr [Wed, 22 May 2013 00:12:15 +0400] rev 9034
Allow messages containing word separators in server's additional console commands
Tue, 21 May 2013 23:54:28 +0400 Fix issue 570 (GoBack() slot connected twice)
unc0rr [Tue, 21 May 2013 23:54:28 +0400] rev 9033
Fix issue #570 (GoBack() slot connected twice)
Tue, 21 May 2013 23:48:00 +0400 Clear nickname in case of collision so client could try again. Should help with issue 550 if not fix it.
unc0rr [Tue, 21 May 2013 23:48:00 +0400] rev 9032
Clear nickname in case of collision so client could try again. Should help with issue #550 if not fix it.
Tue, 21 May 2013 23:31:39 +0400 Rooms list/chat splitter from issue 612
unc0rr [Tue, 21 May 2013 23:31:39 +0400] rev 9031
Rooms list/chat splitter from issue #612
Tue, 21 May 2013 22:09:21 +0400 Update ru localization
unc0rr [Tue, 21 May 2013 22:09:21 +0400] rev 9030
Update ru localization
Tue, 21 May 2013 21:40:22 +0400 Fix issue with last hog's part of team health bar
unc0rr [Tue, 21 May 2013 21:40:22 +0400] rev 9029
Fix issue with last hog's part of team health bar
Tue, 21 May 2013 21:30:42 +0400 Don't accept keyboard/mouse events on startup phase
unc0rr [Tue, 21 May 2013 21:30:42 +0400] rev 9028
Don't accept keyboard/mouse events on startup phase
Tue, 21 May 2013 21:22:32 +0400 Use old method of locale detection, fallback to new one in case of problems
unc0rr [Tue, 21 May 2013 21:22:32 +0400] rev 9027
Use old method of locale detection, fallback to new one in case of problems
Tue, 21 May 2013 16:13:32 -0400 Add gstFrozen state to mines/gears in range on frozen land creation, and set the mines to dud state. gstFrozen does nothing yet. Visually or otherwise.
nemo [Tue, 21 May 2013 16:13:32 -0400] rev 9026
Add gstFrozen state to mines/gears in range on frozen land creation, and set the mines to dud state. gstFrozen does nothing yet. Visually or otherwise.
Tue, 21 May 2013 11:32:42 -0400 less pixelated tentacles
nemo [Tue, 21 May 2013 11:32:42 -0400] rev 9025
less pixelated tentacles
Tue, 21 May 2013 01:09:50 -0400 yes. forgot this one too
nemo [Tue, 21 May 2013 01:09:50 -0400] rev 9024
yes. forgot this one too
Tue, 21 May 2013 00:58:29 -0400 add haunty mask, fix tentacle mask
nemo [Tue, 21 May 2013 00:58:29 -0400] rev 9023
add haunty mask, fix tentacle mask
Mon, 20 May 2013 22:11:15 -0400 Tentacles map. Fix cmakes for the others
tiyuri [Mon, 20 May 2013 22:11:15 -0400] rev 9022
Tentacles map. Fix cmakes for the others
Mon, 20 May 2013 18:33:38 -0400 Mass rename to group the StarBound derived maps together.
nemo [Mon, 20 May 2013 18:33:38 -0400] rev 9021
Mass rename to group the StarBound derived maps together.
Mon, 20 May 2013 18:33:18 -0400 Oaks map
tiyuri [Mon, 20 May 2013 18:33:18 -0400] rev 9020
Oaks map
Mon, 20 May 2013 17:14:08 -0400 Haunty map
tiyuri [Mon, 20 May 2013 17:14:08 -0400] rev 9019
Haunty map
Mon, 20 May 2013 07:45:16 -0400 maybe a little edging will help?
nemo [Mon, 20 May 2013 07:45:16 -0400] rev 9018
maybe a little edging will help?
Sun, 19 May 2013 22:06:24 -0400 Grassy map
tiyuri [Sun, 19 May 2013 22:06:24 -0400] rev 9017
Grassy map
Sun, 19 May 2013 16:52:57 -0400 forgot to crush
nemo [Sun, 19 May 2013 16:52:57 -0400] rev 9016
forgot to crush
Sun, 19 May 2013 16:33:08 -0400 Bones map
tiyuri [Sun, 19 May 2013 16:33:08 -0400] rev 9015
Bones map
Sun, 19 May 2013 16:04:50 -0400 Crystal map
tiyuri [Sun, 19 May 2013 16:04:50 -0400] rev 9014
Crystal map
Sat, 18 May 2013 23:19:49 +0200 update rope icon and icegun icon
sheepluva [Sat, 18 May 2013 23:19:49 +0200] rev 9013
update rope icon and icegun icon
Sat, 18 May 2013 22:42:05 +0200 changing slots of landgun and icegun, feel free to complain, improve and/or revert
sheepluva [Sat, 18 May 2013 22:42:05 +0200] rev 9012
changing slots of landgun and icegun, feel free to complain, improve and/or revert
Fri, 17 May 2013 22:25:56 +0200 tweak freezer icon a little more
sheepluva [Fri, 17 May 2013 22:25:56 +0200] rev 9011
tweak freezer icon a little more
Fri, 17 May 2013 22:01:23 +0200 changed icon for freezer ( issue 614 ), for rope (to be easier to recognize) and cluster bomb (to be easier to recognize and to so that it can be distinguished from the regular grenade's icon even when no color is present or perceived
sheepluva [Fri, 17 May 2013 22:01:23 +0200] rev 9010
changed icon for freezer ( issue #614 ), for rope (to be easier to recognize) and cluster bomb (to be easier to recognize and to so that it can be distinguished from the regular grenade's icon even when no color is present or perceived
Fri, 17 May 2013 23:38:46 +0400 Ehm... fix 'uLandGenMaze.pas(18,19) Fatal: (2003) Syntax error, ")" expected but "identifier A" found' error encountered by one of the users O_o
unc0rr [Fri, 17 May 2013 23:38:46 +0400] rev 9009
Ehm... fix 'uLandGenMaze.pas(18,19) Fatal: (2003) Syntax error, ")" expected but "identifier A" found' error encountered by one of the users O_o
Fri, 17 May 2013 00:08:05 +0400 merge
unc0rr [Fri, 17 May 2013 00:08:05 +0400] rev 9008
merge
Thu, 16 May 2013 20:05:43 +0200 lupdate
sheepluva [Thu, 16 May 2013 20:05:43 +0200] rev 9007
lupdate
Thu, 16 May 2013 14:05:16 -0400 bleah. sorry for spam. this reverts the first attempt in uAmmos
nemo [Thu, 16 May 2013 14:05:16 -0400] rev 9006
bleah. sorry for spam. this reverts the first attempt in uAmmos
Fri, 17 May 2013 00:07:37 +0400 Fix mortar's scoring
unc0rr [Fri, 17 May 2013 00:07:37 +0400] rev 9005
Fix mortar's scoring
Thu, 16 May 2013 14:02:33 -0400 Yeah, this isn't safe either. Caused bug #629 - removing.
nemo [Thu, 16 May 2013 14:02:33 -0400] rev 9004
Yeah, this isn't safe either. Caused bug #629 - removing.
Fri, 17 May 2013 00:06:01 +0400 Best level AI should maximize the score at all costs.
unc0rr [Fri, 17 May 2013 00:06:01 +0400] rev 9003
Best level AI should maximize the score at all costs.
Thu, 16 May 2013 17:33:25 +0200 updated italian translation
ChipHome [Thu, 16 May 2013 17:33:25 +0200] rev 9002
updated italian translation
Thu, 16 May 2013 10:10:27 +0200 I couldn't find any usage of these extern variables. neither in the file they are defined nor anywhere else in the code
sheepluva [Thu, 16 May 2013 10:10:27 +0200] rev 9001
I couldn't find any usage of these extern variables. neither in the file they are defined nor anywhere else in the code
Thu, 16 May 2013 10:03:00 +0200 remove about 45 useless #include statements from campain.* - copypasta ftw, eh? :p
sheepluva [Thu, 16 May 2013 10:03:00 +0200] rev 9000
remove about 45 useless #include statements from campain.* - copypasta ftw, eh? :p
(0) -3000 -1000 -240 +240 +1000 +3000 tip