koda [Tue, 19 Mar 2013 10:35:10 +0100] rev 8778
internal handling of some osx-only pascal flags
nemo [Tue, 26 Mar 2013 17:52:27 -0400] rev 8777
merge. hate the fact that "unsynced remote changes" is just a "note" now.
sheepluva [Fri, 22 Mar 2013 22:42:41 +0100] rev 8776
add fort section to credits file
koda [Tue, 19 Mar 2013 10:34:46 +0100] rev 8775
apply the new macro add_flag_* to set pascal flags, apply add_definitions where appropriate, small cleanup
nemo [Tue, 26 Mar 2013 17:47:06 -0400] rev 8774
Try to document TGear a bit, so people know what is commonly overridden, and what stuff is used for. Remove gtIceGun-specific values from TGear and abuse a couple of commonly abused members instead.
sheepluva [Fri, 22 Mar 2013 18:51:37 +0100] rev 8773
remove engine warnings
koda [Tue, 19 Mar 2013 09:53:12 +0100] rev 8772
utility macros for adding compiler flags
sheepluva [Fri, 22 Mar 2013 14:54:20 +0100] rev 8771
changing fort name to better reflect its contents
koda [Tue, 19 Mar 2013 01:28:25 +0100] rev 8770
partial conversion of pascal_flags to CMAKE_Pascal_FLAGS
koda [Fri, 22 Mar 2013 14:34:11 +0100] rev 8769
adding jaree to credits
sheepluva [Thu, 21 Mar 2013 10:26:43 +0100] rev 8768
make https links work properly
koda [Tue, 19 Mar 2013 00:30:48 +0100] rev 8767
typo
koda [Fri, 22 Mar 2013 11:08:42 +0100] rev 8766
scheme association for linux (although it stops during connection)
sheepluva [Thu, 21 Mar 2013 10:08:30 +0100] rev 8765
fix/hack so that (own) messages sent in frontend are also visible in the game chat
koda [Tue, 19 Mar 2013 00:30:30 +0100] rev 8764
the default CMake(Lang)Compiler.cmake location changed since 2.8.10
sheepluva [Thu, 21 Mar 2013 15:01:27 +0100] rev 8763
don't poison the dead, it's not cool.
(poisoning hogs during their death animation would cause them to still be poisoned after resurrect)
thanks to CheezeMonkey for pointing this out
sheepluva [Thu, 21 Mar 2013 09:27:35 +0100] rev 8762
fix player info
koda [Mon, 18 Mar 2013 20:10:27 +0100] rev 8761
partial reodering of units so that dependency tracking is done with cmake
sheepluva [Thu, 21 Mar 2013 11:51:13 +0100] rev 8760
enable/fix links on about page. why don't people test that stuff when they insert it? it's just one click...
sheepluva [Wed, 20 Mar 2013 23:18:46 +0100] rev 8759
add lobby chat features to room chat
TODO: fix player info
koda [Mon, 18 Mar 2013 16:38:46 +0100] rev 8758
better support for cmake directory and fpc output paths
unc0rr [Wed, 20 Mar 2013 09:13:05 +0400] rev 8757
Add space for better visual performance
koda [Mon, 18 Mar 2013 12:30:09 +0100] rev 8756
move paths setup inside cmake_lang files
Randi [Tue, 19 Mar 2013 22:47:22 -0400] rev 8755
Eiffel Tower fort
koda [Mon, 18 Mar 2013 10:06:07 +0100] rev 8754
this should make cmake-pascal stuff work on linux too
sheepluva [Tue, 19 Mar 2013 22:19:28 +0100] rev 8753
fix ancient issue with hedgehogs sliding through/into think gaps; fixes
issue #542; could and should be optimized (also to make sure that hogs can't slide through little pixel turds) - feel free to do so =P
koda [Mon, 18 Mar 2013 02:07:58 +0100] rev 8752
with lot of hackery, use add_executable on pascal files, SUCCSS
nemo [Mon, 18 Mar 2013 12:13:46 -0400] rev 8751
More flagging of Land values. Also use less than for tests of non-terrain, instead of "and $FF00 = 0". Saves a couple of ops, which actually matters a small amount in a few places.