Fri, 17 Jan 2014 15:37:24 -0500 well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)
nemo [Fri, 17 Jan 2014 15:37:24 -0500] rev 10010
well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)
Sat, 18 Jan 2014 00:10:33 +0400 Convert some ansistrings to pchars
unc0rr [Sat, 18 Jan 2014 00:10:33 +0400] rev 10009
Convert some ansistrings to pchars
Fri, 17 Jan 2014 18:17:47 +0100 drop redundancies for lua and physfs
koda [Fri, 17 Jan 2014 18:17:47 +0100] rev 10008
drop redundancies for lua and physfs
Fri, 17 Jan 2014 18:04:49 +0100 fix linking physfs after a run of cmake
koda [Fri, 17 Jan 2014 18:04:49 +0100] rev 10007
fix linking physfs after a run of cmake
Fri, 17 Jan 2014 16:50:01 +0100 happy 10000th commit
koda [Fri, 17 Jan 2014 16:50:01 +0100] rev 10006
happy 10000th commit also fix the travis build by adding a system physfs library
Fri, 17 Jan 2014 16:29:11 +0100 fix build on travis
unC0Rr [Fri, 17 Jan 2014 16:29:11 +0100] rev 10005
fix build on travis
Fri, 17 Jan 2014 16:31:36 +0100 use bundled physfs on win and osx
koda [Fri, 17 Jan 2014 16:31:36 +0100] rev 10004
use bundled physfs on win and osx
Fri, 17 Jan 2014 16:16:28 +0100 fix some travis BUILD_ARGS and add a new one
koda [Fri, 17 Jan 2014 16:16:28 +0100] rev 10003
fix some travis BUILD_ARGS and add a new one
Fri, 17 Jan 2014 06:58:28 -0800 Merge pull request #11 from LocutusOfBorg/fix-arm
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 17 Jan 2014 06:58:28 -0800] rev 10002
Merge pull request #11 from LocutusOfBorg/fix-arm Added cast to qreal, avoiding ftbfs due to issue #758
Fri, 17 Jan 2014 15:32:50 +0100 disallow currenthh arrow to go offscreen, always point in direction of the hog - this should make the life of new players easier
sheepluva [Fri, 17 Jan 2014 15:32:50 +0100] rev 10001
disallow currenthh arrow to go offscreen, always point in direction of the hog - this should make the life of new players easier
Fri, 17 Jan 2014 13:51:47 +0100 position "finger"/pointer over current hog above tags
sheepluva [Fri, 17 Jan 2014 13:51:47 +0100] rev 10000
position "finger"/pointer over current hog above tags
Fri, 17 Jan 2014 01:42:12 +0100 style tweaks
sheepluva [Fri, 17 Jan 2014 01:42:12 +0100] rev 9999
style tweaks
Fri, 17 Jan 2014 01:06:54 +0100 update copyright to 2014
sheepluva [Fri, 17 Jan 2014 01:06:54 +0100] rev 9998
update copyright to 2014
Fri, 17 Jan 2014 00:24:23 +0100 move room state filter
sheepluva [Fri, 17 Jan 2014 00:24:23 +0100] rev 9997
move room state filter
Thu, 16 Jan 2014 22:38:43 +0100 unCORr likes PChar arrays
sheepluva [Thu, 16 Jan 2014 22:38:43 +0100] rev 9996
unCORr likes PChar arrays
Thu, 16 Jan 2014 23:47:36 +0400 In special rooms game starts when all players are ready
unc0rr [Thu, 16 Jan 2014 23:47:36 +0400] rev 9995
In special rooms game starts when all players are ready
Thu, 16 Jan 2014 19:50:18 +0100 * allow telling cmake where to find required fonts in system when user supplies the paths, as suggested by unC0Rr, e.g. -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu'
sheepluva [Thu, 16 Jan 2014 19:50:18 +0100] rev 9994
* allow telling cmake where to find required fonts in system when user supplies the paths, as suggested by unC0Rr, e.g. -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu' * the build system will use the paths to lookup fonts and install those not found * the engine will load the paths into physfs (mountpoint /Fonts) to make the fonts available at runtime * overriding fonts in packages should be possible again now
Thu, 16 Jan 2014 17:18:53 +0100 allow engine to use symlinked fonts. disallow packages to "overwrite" fonts
sheepluva [Thu, 16 Jan 2014 17:18:53 +0100] rev 9993
allow engine to use symlinked fonts. disallow packages to "overwrite" fonts
Thu, 16 Jan 2014 12:28:41 +0100 PhysicsFS 2.0.0 seems to be sufficient; also fix a typo
sheepluva [Thu, 16 Jan 2014 12:28:41 +0100] rev 9992
PhysicsFS 2.0.0 seems to be sufficient; also fix a typo
Wed, 15 Jan 2014 23:48:18 +0100 add compatibility for physicsfs 2.0
sheepluva [Wed, 15 Jan 2014 23:48:18 +0100] rev 9991
add compatibility for physicsfs 2.0
Thu, 16 Jan 2014 01:27:44 +0400 oops, fix build
unc0rr [Thu, 16 Jan 2014 01:27:44 +0400] rev 9990
oops, fix build
Thu, 16 Jan 2014 01:19:21 +0400 Also define default value of THEME
unc0rr [Thu, 16 Jan 2014 01:19:21 +0400] rev 9989
Also define default value of THEME
Tue, 14 Jan 2014 22:56:13 +0100 simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
sheepluva [Tue, 14 Jan 2014 22:56:13 +0100] rev 9988
simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
Tue, 14 Jan 2014 11:45:52 +0100 fix seteffect documentation, lua wiki misled me there
sheepluva [Tue, 14 Jan 2014 11:45:52 +0100] rev 9987
fix seteffect documentation, lua wiki misled me there
Sun, 19 Jan 2014 23:57:52 +0400 ifdef for now webgl
unc0rr [Sun, 19 Jan 2014 23:57:52 +0400] rev 9986
ifdef for now
Tue, 14 Jan 2014 12:44:29 +0400 GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now.
unc0rr [Tue, 14 Jan 2014 12:44:29 +0400] rev 9985
GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now. TODO: security concerns? script name to load is passed via game scheme.
Thu, 09 Jan 2014 19:10:12 +0100 Fixed build failure to a missing math library linked with BUILD_ENGINE_C=1 and clang webgl
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Thu, 09 Jan 2014 19:10:12 +0100] rev 9984
Fixed build failure to a missing math library linked with BUILD_ENGINE_C=1 and clang
Mon, 13 Jan 2014 14:40:06 -0500 Free cached ammo menu tex on quit.
nemo [Mon, 13 Jan 2014 14:40:06 -0500] rev 9983
Free cached ammo menu tex on quit.
Thu, 09 Jan 2014 23:54:40 +0400 '-d' option to pas2c webgl
unc0rr [Thu, 09 Jan 2014 23:54:40 +0400] rev 9982
'-d' option to pas2c
Mon, 13 Jan 2014 23:07:27 +0400 Parse " and \ escaping in binds
unc0rr [Mon, 13 Jan 2014 23:07:27 +0400] rev 9981
Parse " and \ escaping in binds
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip