Sat, 04 Jan 2014 02:15:01 +0100 hwlibrary also depends on hwengine
koda [Sat, 04 Jan 2014 02:15:01 +0100] rev 9945
hwlibrary also depends on hwengine
Sat, 04 Jan 2014 02:00:12 +0100 correctly set this pascal flag for future compatibility
koda [Sat, 04 Jan 2014 02:00:12 +0100] rev 9944
correctly set this pascal flag for future compatibility
Sat, 04 Jan 2014 01:56:22 +0100 update copyright year (twice) for Info.plist
koda [Sat, 04 Jan 2014 01:56:22 +0100] rev 9943
update copyright year (twice) for Info.plist
Sat, 04 Jan 2014 01:55:43 +0100 set common pascal library search path once
koda [Sat, 04 Jan 2014 01:55:43 +0100] rev 9942
set common pascal library search path once
Sat, 04 Jan 2014 01:51:33 +0100 explicitly set linker library path for pascal when deploying an older version
koda [Sat, 04 Jan 2014 01:51:33 +0100] rev 9941
explicitly set linker library path for pascal when deploying an older version
Sat, 04 Jan 2014 01:50:23 +0100 allow specifying a different CMAKE_OSX_SYSROOT
koda [Sat, 04 Jan 2014 01:50:23 +0100] rev 9940
allow specifying a different CMAKE_OSX_SYSROOT
Fri, 03 Jan 2014 20:15:43 +0100 less spam
koda [Fri, 03 Jan 2014 20:15:43 +0100] rev 9939
less spam
Fri, 03 Jan 2014 14:11:16 -0500 I'd meant for this to match the frontend
nemo [Fri, 03 Jan 2014 14:11:16 -0500] rev 9938
I'd meant for this to match the frontend
Fri, 03 Jan 2014 19:28:14 +0100 fix git hash reporting
koda [Fri, 03 Jan 2014 19:28:14 +0100] rev 9937
fix git hash reporting
Fri, 03 Jan 2014 19:17:42 +0100 enable travis bot
koda [Fri, 03 Jan 2014 19:17:42 +0100] rev 9936
enable travis bot
Fri, 03 Jan 2014 17:20:06 +0100 add more travis tests
koda [Fri, 03 Jan 2014 17:20:06 +0100] rev 9935
add more travis tests
Mon, 01 Jun 2015 14:39:25 +0200 Close branch 0.9.20
koda [Mon, 01 Jun 2015 14:39:25 +0200] rev 9934
Close branch
Fri, 03 Jan 2014 17:14:19 +0100 have revinfo also try to pick up git hashes
koda [Fri, 03 Jan 2014 17:14:19 +0100] rev 9933
have revinfo also try to pick up git hashes
Mon, 01 Jun 2015 14:30:22 +0200 Fix building on OSX when autoupdate is disabled 0.9.20
koda [Mon, 01 Jun 2015 14:30:22 +0200] rev 9932
Fix building on OSX when autoupdate is disabled
Fri, 03 Jan 2014 07:50:42 -0800 Merge pull request #10 from LocutusOfBorg/fix-avwrapper2
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 03 Jan 2014 07:50:42 -0800] rev 9931
Merge pull request #10 from LocutusOfBorg/fix-avwrapper2 Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
Wed, 05 Mar 2014 12:35:51 +0100 don't stack bye/teleport sounds of hogs (when a team is gone) 0.9.20
sheepluva [Wed, 05 Mar 2014 12:35:51 +0100] rev 9930
don't stack bye/teleport sounds of hogs (when a team is gone)
Fri, 03 Jan 2014 16:24:49 +0100 Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 03 Jan 2014 16:24:49 +0100] rev 9929
Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
Tue, 07 Jan 2014 11:40:58 +0100 backport of r2aa9cf5badfcc978268a9bf06950942f27dfd366 0.9.20
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Tue, 07 Jan 2014 11:40:58 +0100] rev 9928
backport of r2aa9cf5badfcc978268a9bf06950942f27dfd366 Added cast to qreal, avoiding ftbfs due to issue #758 More explanation here https://wiki.debian.org/ArmEabiFixes And on qt-project.org reference website: "Typedef for double on all platforms except for those using CPUs with ARM architectures. On ARM-based platforms, qreal is a typedef for float for performance reasons."
Fri, 03 Jan 2014 07:19:04 -0800 Merge pull request #8 from LocutusOfBorg/fix-avwrapper-exit-calls
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 03 Jan 2014 07:19:04 -0800] rev 9927
Merge pull request #8 from LocutusOfBorg/fix-avwrapper-exit-calls Fixed avwrapper exit calls, fixing issue #752
Sat, 04 Jan 2014 02:36:55 +0100 revert 58dee07f7552 0.9.20
koda [Sat, 04 Jan 2014 02:36:55 +0100] rev 9926
revert 58dee07f7552
Fri, 03 Jan 2014 14:21:39 +0100 Fixed avwrapper exit calls, fixing issue 752
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 03 Jan 2014 14:21:39 +0100] rev 9925
Fixed avwrapper exit calls, fixing issue #752
Sat, 04 Jan 2014 02:15:01 +0100 hwlibrary also depends on hwengine 0.9.20
koda [Sat, 04 Jan 2014 02:15:01 +0100] rev 9924
hwlibrary also depends on hwengine
Fri, 03 Jan 2014 07:09:28 -0800 Merge pull request #7 from LocutusOfBorg/fix-FPIC
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 03 Jan 2014 07:09:28 -0800] rev 9923
Merge pull request #7 from LocutusOfBorg/fix-FPIC Fixed fPIC link failure with arm and sparc architectures, fixing issue #757
Sat, 04 Jan 2014 02:18:57 +0100 correctly set this pascal flag for future compatibility 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9922
correctly set this pascal flag for future compatibility
Fri, 03 Jan 2014 13:07:19 +0100 Fixed fPIC link failure with arm and sparc architectures, fixing issue #757
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 03 Jan 2014 13:07:19 +0100] rev 9921
Fixed fPIC link failure with arm and sparc architectures, fixing issue #757 Added TargetArch.cmake, from https://github.com/petroules/solar-cmake/blob/master/TargetArch.cmake
Fri, 03 Jan 2014 15:24:22 +0100 unsynced remote changes...
koda [Fri, 03 Jan 2014 15:24:22 +0100] rev 9920
unsynced remote changes...
Sat, 04 Jan 2014 02:18:57 +0100 update copyright year (twice) for Info.plist 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9919
update copyright year (twice) for Info.plist
Fri, 03 Jan 2014 05:58:18 -0800 Merge pull request #6 from LocutusOfBorg/added-travis
Vittorio Giovara <vittorio.giovara@gmail.com> [Fri, 03 Jan 2014 05:58:18 -0800] rev 9918
Merge pull request #6 from LocutusOfBorg/added-travis Added simple travis file for automated github testing
Fri, 03 Jan 2014 00:31:07 -0500 tweak
nemo [Fri, 03 Jan 2014 00:31:07 -0500] rev 9917
tweak
Sat, 04 Jan 2014 02:18:57 +0100 set common pascal library search path once 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9916
set common pascal library search path once
Fri, 03 Jan 2014 10:41:16 +0100 Added simple travis file
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Fri, 03 Jan 2014 10:41:16 +0100] rev 9915
Added simple travis file
Thu, 02 Jan 2014 23:52:34 -0500 hey, if unc0rr can screw with gravity...
nemo [Thu, 02 Jan 2014 23:52:34 -0500] rev 9914
hey, if unc0rr can screw with gravity...
Sat, 04 Jan 2014 02:18:57 +0100 explicitly set linker library path for pascal when deploying an older version 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9913
explicitly set linker library path for pascal when deploying an older version
Fri, 03 Jan 2014 01:41:32 +0100 merge cmake osx sdk changes
koda [Fri, 03 Jan 2014 01:41:32 +0100] rev 9912
merge cmake osx sdk changes
Sat, 04 Jan 2014 02:18:57 +0100 allow specifying a different CMAKE_OSX_SYSROOT 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9911
allow specifying a different CMAKE_OSX_SYSROOT
Fri, 03 Jan 2014 00:46:23 +0400 Oops, fix message
unc0rr [Fri, 03 Jan 2014 00:46:23 +0400] rev 9910
Oops, fix message
Sat, 04 Jan 2014 02:18:57 +0100 I'd meant for this to match the frontend 0.9.20
nemo [Sat, 04 Jan 2014 02:18:57 +0100] rev 9909
I'd meant for this to match the frontend
Fri, 03 Jan 2014 00:37:48 +0400 - Utility script for parameters handling
unc0rr [Fri, 03 Jan 2014 00:37:48 +0400] rev 9908
- Utility script for parameters handling - Add varying gravity to Gravity script
Sat, 04 Jan 2014 02:18:57 +0100 fix git hash reporting 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9907
fix git hash reporting
Wed, 01 Jan 2014 23:41:49 +0400 Only emit roomNameUpdated when it actually is changed
unc0rr [Wed, 01 Jan 2014 23:41:49 +0400] rev 9906
Only emit roomNameUpdated when it actually is changed
Sat, 04 Jan 2014 02:18:57 +0100 have revinfo also try to pick up git hashes 0.9.20
koda [Sat, 04 Jan 2014 02:18:57 +0100] rev 9905
have revinfo also try to pick up git hashes
Wed, 01 Jan 2014 23:28:24 +0400 Prepend '!' to 42nd scheme parameter in network traffic
unc0rr [Wed, 01 Jan 2014 23:28:24 +0400] rev 9904
Prepend '!' to 42nd scheme parameter in network traffic
Sat, 04 Jan 2014 02:18:57 +0100 Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d 0.9.20
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 04 Jan 2014 02:18:57 +0100] rev 9903
Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
Wed, 01 Jan 2014 14:16:01 +0400 Special script parameter variable in game scheme
unc0rr [Wed, 01 Jan 2014 14:16:01 +0400] rev 9902
Special script parameter variable in game scheme
Sat, 04 Jan 2014 02:18:57 +0100 Fixed avwrapper exit calls, fixing issue 752 0.9.20
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 04 Jan 2014 02:18:57 +0100] rev 9901
Fixed avwrapper exit calls, fixing issue #752
Wed, 01 Jan 2014 13:42:38 +0400 Try to keep old weapon sets (not tested at all)
unc0rr [Wed, 01 Jan 2014 13:42:38 +0400] rev 9900
Try to keep old weapon sets (not tested at all)
Sat, 04 Jan 2014 02:18:57 +0100 Fixed fPIC link failure with arm and sparc architectures, fixing issue #757 0.9.20
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> [Sat, 04 Jan 2014 02:18:57 +0100] rev 9899
Fixed fPIC link failure with arm and sparc architectures, fixing issue #757 Added TargetArch.cmake, from https://github.com/petroules/solar-cmake/blob/master/TargetArch.cmake
Wed, 01 Jan 2014 13:22:46 +0400 Don't set gravity to normal immediately on turn end, let watchdog do its job if game gets frozen
unc0rr [Wed, 01 Jan 2014 13:22:46 +0400] rev 9898
Don't set gravity to normal immediately on turn end, let watchdog do its job if game gets frozen
Wed, 01 Jan 2014 00:45:28 +0400 This is the way I like it: 0.9.20
unc0rr [Wed, 01 Jan 2014 00:45:28 +0400] rev 9897
This is the way I like it: - Only call fpc on hwengine.pas, let compiler rule the dependencies - Make hwengine.pas depend on all other source files, so 'make' always calls fpc
Wed, 01 Jan 2014 00:18:10 -0500 tip is no longer .20 compatible
nemo [Wed, 01 Jan 2014 00:18:10 -0500] rev 9896
tip is no longer .20 compatible
Tue, 31 Dec 2013 00:53:29 +0400 Some fixes 0.9.20
unc0rr [Tue, 31 Dec 2013 00:53:29 +0400] rev 9895
Some fixes
Wed, 01 Jan 2014 00:45:28 +0400 This is the way I like it:
unc0rr [Wed, 01 Jan 2014 00:45:28 +0400] rev 9894
This is the way I like it: - Only call fpc on hwengine.pas, let compiler rule the dependencies - Make hwengine.pas depend on all other source files, so 'make' always calls fpc
Tue, 31 Dec 2013 00:17:58 +0400 Not a thing which is needed in release tarball 0.9.20
unc0rr [Tue, 31 Dec 2013 00:17:58 +0400] rev 9893
Not a thing which is needed in release tarball
Mon, 30 Dec 2013 23:28:47 -0500 allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2
nemo [Mon, 30 Dec 2013 23:28:47 -0500] rev 9892
allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2
Mon, 30 Dec 2013 23:28:47 -0500 allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2 0.9.20
nemo [Mon, 30 Dec 2013 23:28:47 -0500] rev 9891
allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2
Tue, 31 Dec 2013 04:56:16 +0100 Added tag 0.9.20-release for changeset af0520a6bf00
koda [Tue, 31 Dec 2013 04:56:16 +0100] rev 9890
Added tag 0.9.20-release for changeset af0520a6bf00
Fri, 03 Jan 2014 01:40:50 +0100 remove one spurious WARNING tag from cmake message 0.9.20
koda [Fri, 03 Jan 2014 01:40:50 +0100] rev 9889
remove one spurious WARNING tag from cmake message
Tue, 31 Dec 2013 01:33:49 +0100 merge from .20 again
koda [Tue, 31 Dec 2013 01:33:49 +0100] rev 9888
merge from .20 again
Fri, 03 Jan 2014 01:40:23 +0100 improve OSX SDK selection when build and deploy target don't match 0.9.20
koda [Fri, 03 Jan 2014 01:40:23 +0100] rev 9887
improve OSX SDK selection when build and deploy target don't match
Tue, 31 Dec 2013 00:32:55 +0100 switch every optimization from Os to O2 0.9.20 0.9.20-release
koda [Tue, 31 Dec 2013 00:32:55 +0100] rev 9886
switch every optimization from Os to O2 Also move 'disable optimizations' in the internal pascal file for debug mode.
Mon, 30 Dec 2013 18:29:23 -0500 missed this in the merge. rejected the uGearsHandlersMess changes thinking they were all desyncing, but there was the function rename from uLandGraphics 0.9.20
nemo [Mon, 30 Dec 2013 18:29:23 -0500] rev 9885
missed this in the merge. rejected the uGearsHandlersMess changes thinking they were all desyncing, but there was the function rename from uLandGraphics
Tue, 31 Dec 2013 00:53:29 +0400 Some fixes
unc0rr [Tue, 31 Dec 2013 00:53:29 +0400] rev 9884
Some fixes
Tue, 31 Dec 2013 00:19:12 +0100 move CMAKE_Pascal_FLAGS_* flags after enabling the Pascal language or they get overwritten 0.9.20
koda [Tue, 31 Dec 2013 00:19:12 +0100] rev 9883
move CMAKE_Pascal_FLAGS_* flags after enabling the Pascal language or they get overwritten
Tue, 31 Dec 2013 00:17:58 +0400 Not a thing which is needed in release tarball
unc0rr [Tue, 31 Dec 2013 00:17:58 +0400] rev 9882
Not a thing which is needed in release tarball
Mon, 30 Dec 2013 14:56:47 -0500 merge safe fixes from default. physfs include order, tips file length check, server checker fixes, shoppa border fix, land drawing optimisations, physfs off by 1 (probably unused by us), rubber svg image 0.9.20
nemo [Mon, 30 Dec 2013 14:56:47 -0500] rev 9881
merge safe fixes from default. physfs include order, tips file length check, server checker fixes, shoppa border fix, land drawing optimisations, physfs off by 1 (probably unused by us), rubber svg image
Mon, 30 Dec 2013 13:34:24 -0500 merge from .20
nemo [Mon, 30 Dec 2013 13:34:24 -0500] rev 9880
merge from .20
Sun, 29 Dec 2013 12:37:05 +0100 merge
koda [Sun, 29 Dec 2013 12:37:05 +0100] rev 9879
merge
Sun, 29 Dec 2013 15:08:52 +0400 Uberfix. TODO: ask fpc guys wtf.
unc0rr [Sun, 29 Dec 2013 15:08:52 +0400] rev 9878
Uberfix. TODO: ask fpc guys wtf.
Sun, 29 Dec 2013 15:07:51 +0400 A bit of formatting
unc0rr [Sun, 29 Dec 2013 15:07:51 +0400] rev 9877
A bit of formatting
Sun, 29 Dec 2013 12:32:36 +0400 Be friendly with pas2c
unc0rr [Sun, 29 Dec 2013 12:32:36 +0400] rev 9876
Be friendly with pas2c
Sat, 28 Dec 2013 12:35:30 -0500 debian is pedantic and isn't aware this is just a dev comment
nemo [Sat, 28 Dec 2013 12:35:30 -0500] rev 9875
debian is pedantic and isn't aware this is just a dev comment
Sat, 28 Dec 2013 11:01:28 -0500 Delete Application
nemo [Sat, 28 Dec 2013 11:01:28 -0500] rev 9874
Delete Application
Sat, 28 Dec 2013 08:18:41 -0500 also make drill much much less likely to explode on shallow angles
nemo [Sat, 28 Dec 2013 08:18:41 -0500] rev 9873
also make drill much much less likely to explode on shallow angles
Fri, 27 Dec 2013 23:52:04 -0500 reset X/Y too (make drill less explodey. mask fixes revealed an issue)
nemo [Fri, 27 Dec 2013 23:52:04 -0500] rev 9872
reset X/Y too (make drill less explodey. mask fixes revealed an issue)
Fri, 27 Dec 2013 17:06:21 -0500 add the source image so it doesn't get misplaced again
nemo [Fri, 27 Dec 2013 17:06:21 -0500] rev 9871
add the source image so it doesn't get misplaced again
Sun, 29 Dec 2013 12:36:16 +0100 merge further changes from 0.9.20
koda [Sun, 29 Dec 2013 12:36:16 +0100] rev 9870
merge further changes from 0.9.20
Mon, 30 Dec 2013 13:33:58 -0500 I don't trust fpc with -O3 0.9.20
nemo [Mon, 30 Dec 2013 13:33:58 -0500] rev 9869
I don't trust fpc with -O3
Fri, 27 Dec 2013 01:23:12 +0400 Store protocol number in database for replays
unc0rr [Fri, 27 Dec 2013 01:23:12 +0400] rev 9868
Store protocol number in database for replays
Sun, 29 Dec 2013 15:08:52 +0400 Uberfix. TODO: ask fpc guys wtf. 0.9.20
unc0rr [Sun, 29 Dec 2013 15:08:52 +0400] rev 9867
Uberfix. TODO: ask fpc guys wtf.
Fri, 27 Dec 2013 01:22:42 +0400 Heh, hardcoded paths :D
unc0rr [Fri, 27 Dec 2013 01:22:42 +0400] rev 9866
Heh, hardcoded paths :D
Sat, 28 Dec 2013 12:35:30 -0500 debian is pedantic and isn't aware this is just a dev comment 0.9.20
nemo [Sat, 28 Dec 2013 12:35:30 -0500] rev 9865
debian is pedantic and isn't aware this is just a dev comment
Fri, 27 Dec 2013 01:22:12 +0400 Oops, meant Land
unc0rr [Fri, 27 Dec 2013 01:22:12 +0400] rev 9864
Oops, meant Land
Sat, 28 Dec 2013 11:01:28 -0500 Delete Application 0.9.20
nemo [Sat, 28 Dec 2013 11:01:28 -0500] rev 9863
Delete Application
Thu, 26 Dec 2013 16:52:51 +0100 BUILD: make binary/libdir destinations modifiable 0.9.20
hasufell <hasufell@gentoo.org> [Thu, 26 Dec 2013 16:52:51 +0100] rev 9862
BUILD: make binary/libdir destinations modifiable
Thu, 26 Dec 2013 16:52:51 +0100 BUILD: make binary/libdir destinations modifiable
hasufell <hasufell@gentoo.org> [Thu, 26 Dec 2013 16:52:51 +0100] rev 9861
BUILD: make binary/libdir destinations modifiable
Sat, 28 Dec 2013 22:00:57 +0100 include paths before platform, move config code around 0.9.20
koda [Sat, 28 Dec 2013 22:00:57 +0100] rev 9860
include paths before platform, move config code around
Thu, 26 Dec 2013 16:51:46 +0100 merge a few changes from 0.9.20
koda [Thu, 26 Dec 2013 16:51:46 +0100] rev 9859
merge a few changes from 0.9.20
Sat, 28 Dec 2013 21:53:17 +0100 drop 10.4 support, needed after introduction of @rpath 0.9.20
koda [Sat, 28 Dec 2013 21:53:17 +0100] rev 9858
drop 10.4 support, needed after introduction of @rpath
Thu, 26 Dec 2013 16:51:11 +0100 Added tag 0.9.20-release for changeset 2b8f928faa14
koda [Thu, 26 Dec 2013 16:51:11 +0100] rev 9857
Added tag 0.9.20-release for changeset 2b8f928faa14
Sat, 28 Dec 2013 21:24:23 +0100 correctly handle @rpath 0.9.20
koda [Sat, 28 Dec 2013 21:24:23 +0100] rev 9856
correctly handle @rpath
Thu, 26 Dec 2013 05:48:51 -0800 Merge pull request #5 from AMDmi3/freebsd
Vittorio Giovara <vittorio.giovara@gmail.com> [Thu, 26 Dec 2013 05:48:51 -0800] rev 9855
Merge pull request #5 from AMDmi3/freebsd Fixes required to build hw on freebsd
Fri, 27 Dec 2013 01:25:03 +0400 merge 0.9.20
unc0rr [Fri, 27 Dec 2013 01:25:03 +0400] rev 9854
merge
Wed, 25 Dec 2013 08:44:39 -0500 give cake a tiny initial push so it does something useful in zerog
nemo [Wed, 25 Dec 2013 08:44:39 -0500] rev 9853
give cake a tiny initial push so it does something useful in zerog
Wed, 25 Dec 2013 11:52:09 +0400 Prevent div by zero
unc0rr [Wed, 25 Dec 2013 11:52:09 +0400] rev 9852
Prevent div by zero
Thu, 26 Dec 2013 16:18:19 +0100 skip writing the full destination name 0.9.20
koda [Thu, 26 Dec 2013 16:18:19 +0100] rev 9851
skip writing the full destination name
Tue, 24 Dec 2013 18:39:23 -0500 merge w/ 0.9.20
nemo [Tue, 24 Dec 2013 18:39:23 -0500] rev 9850
merge w/ 0.9.20
Thu, 26 Dec 2013 16:17:22 +0100 copy the png library 0.9.20
koda [Thu, 26 Dec 2013 16:17:22 +0100] rev 9849
copy the png library
Tue, 24 Dec 2013 18:38:27 -0500 forgot this one too 0.9.20
nemo [Tue, 24 Dec 2013 18:38:27 -0500] rev 9848
forgot this one too
Tue, 24 Dec 2013 17:00:17 -0500 pick up trunk changes (AI, encoding) 0.9.20
nemo [Tue, 24 Dec 2013 17:00:17 -0500] rev 9847
pick up trunk changes (AI, encoding)
Tue, 24 Dec 2013 16:58:49 -0500 I hate windows. This probably fixes text.
nemo [Tue, 24 Dec 2013 16:58:49 -0500] rev 9846
I hate windows. This probably fixes text.
Wed, 25 Dec 2013 00:56:44 +0400 merge from default 0.9.20
unc0rr [Wed, 25 Dec 2013 00:56:44 +0400] rev 9845
merge from default
Tue, 24 Dec 2013 15:55:22 -0500 quick sanity change for AI + zerog
nemo [Tue, 24 Dec 2013 15:55:22 -0500] rev 9844
quick sanity change for AI + zerog
Wed, 25 Dec 2013 00:55:26 +0400 Bump up protocol number 0.9.20
unc0rr [Wed, 25 Dec 2013 00:55:26 +0400] rev 9843
Bump up protocol number
Tue, 24 Dec 2013 15:44:50 -0500 few more changes
nemo [Tue, 24 Dec 2013 15:44:50 -0500] rev 9842
few more changes
Wed, 25 Dec 2013 00:32:41 +0400 this is really annoying
unc0rr [Wed, 25 Dec 2013 00:32:41 +0400] rev 9841
this is really annoying
Tue, 24 Dec 2013 15:21:28 -0500 0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
nemo [Tue, 24 Dec 2013 15:21:28 -0500] rev 9840
0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
Wed, 25 Dec 2013 00:30:50 +0400 Allow skip in move
unc0rr [Wed, 25 Dec 2013 00:30:50 +0400] rev 9839
Allow skip in move
Wed, 25 Dec 2013 00:10:16 +0400 merge
unc0rr [Wed, 25 Dec 2013 00:10:16 +0400] rev 9838
merge
Tue, 24 Dec 2013 23:17:44 +0400 Make server aware of new versions
unc0rr [Tue, 24 Dec 2013 23:17:44 +0400] rev 9837
Make server aware of new versions
Tue, 24 Dec 2013 22:16:07 +0400 Rework of No Gravity script:
unc0rr [Tue, 24 Dec 2013 22:16:07 +0400] rev 9836
Rework of No Gravity script: - Now called Gravity, gravity is derived from get away time percentage in game scheme - Watchdog which sets gravity to normal when TurnTimeLeft is frozen for more than 15 seconds
Tue, 24 Dec 2013 15:07:41 -0500 Remove some wtfism that was breaking localisation
nemo [Tue, 24 Dec 2013 15:07:41 -0500] rev 9835
Remove some wtfism that was breaking localisation
Tue, 24 Dec 2013 12:52:08 -0500 Recover old tips from .ts files. This addresses bug #740
nemo [Tue, 24 Dec 2013 12:52:08 -0500] rev 9834
Recover old tips from .ts files. This addresses bug #740
Tue, 24 Dec 2013 10:10:56 -0500 Pick random tip from the tip file each time front page is viewed.
nemo [Tue, 24 Dec 2013 10:10:56 -0500] rev 9833
Pick random tip from the tip file each time front page is viewed.
Tue, 24 Dec 2013 09:53:08 -0500 Localise tips again. Including new german contribution from bug #738. We should look into the old .ts files and see if there are translations that can be recovered.
nemo [Tue, 24 Dec 2013 09:53:08 -0500] rev 9832
Localise tips again. Including new german contribution from bug #738. We should look into the old .ts files and see if there are translations that can be recovered.
Tue, 24 Dec 2013 01:10:38 +0200 typos correction
Periklis Ntanasis <pntanasis@gmail.com> [Tue, 24 Dec 2013 01:10:38 +0200] rev 9831
typos correction
Mon, 23 Dec 2013 15:11:55 -0500 svg
nemo [Mon, 23 Dec 2013 15:11:55 -0500] rev 9830
svg
Mon, 23 Dec 2013 23:08:40 +0400 'Open packages directory' button on dlc page
unc0rr [Mon, 23 Dec 2013 23:08:40 +0400] rev 9829
'Open packages directory' button on dlc page
Mon, 23 Dec 2013 13:51:51 -0500 merge of volkan's commit followed by lupdate to pick up the new strings
nemo [Mon, 23 Dec 2013 13:51:51 -0500] rev 9828
merge of volkan's commit followed by lupdate to pick up the new strings
Mon, 23 Dec 2013 12:52:39 -0500 Purely a whitespace change. Going to try to stick to consistent line endings in the future.
nemo [Mon, 23 Dec 2013 12:52:39 -0500] rev 9827
Purely a whitespace change. Going to try to stick to consistent line endings in the future.
Mon, 23 Dec 2013 12:49:45 -0500 update german
wuzzy [Mon, 23 Dec 2013 12:49:45 -0500] rev 9826
update german
(0) -3000 -1000 -120 +120 +1000 +3000 tip