2013-03-23 |
Urbertar |
Remove some duplicating code from uLandGraphics.pas
|
changeset |
files
|
2013-03-23 |
inu |
pt translation update
0.9.19
|
changeset |
files
|
2013-03-19 |
koda |
s/MINIMAL_FLAGS/MINIMAL_CFLAGS/
cmake_pascal
|
changeset |
files
|
2013-03-23 |
unc0rr |
Also check length
|
changeset |
files
|
2013-03-23 |
koda |
initial changelog update
0.9.19
|
changeset |
files
|
2013-03-19 |
koda |
internal handling of some osx-only pascal flags
cmake_pascal
|
changeset |
files
|
2013-03-26 |
nemo |
merge. hate the fact that "unsynced remote changes" is just a "note" now.
|
changeset |
files
|
2013-03-22 |
sheepluva |
add fort section to credits file
|
changeset |
files
|
2013-03-19 |
koda |
apply the new macro add_flag_* to set pascal flags, apply add_definitions where appropriate, small cleanup
cmake_pascal
|
changeset |
files
|
2013-03-26 |
nemo |
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.
|
changeset |
files
|
2013-03-22 |
sheepluva |
remove engine warnings
|
changeset |
files
|
2013-03-19 |
koda |
utility macros for adding compiler flags
cmake_pascal
|
changeset |
files
|
2013-03-22 |
sheepluva |
changing fort name to better reflect its contents
|
changeset |
files
|
2013-03-19 |
koda |
partial conversion of pascal_flags to CMAKE_Pascal_FLAGS
cmake_pascal
|
changeset |
files
|
2013-03-22 |
koda |
adding jaree to credits
|
changeset |
files
|
2013-03-21 |
sheepluva |
make https links work properly
|
changeset |
files
|
2013-03-18 |
koda |
typo
cmake_pascal
|
changeset |
files
|
2013-03-22 |
koda |
scheme association for linux (although it stops during connection)
|
changeset |
files
|
2013-03-21 |
sheepluva |
fix/hack so that (own) messages sent in frontend are also visible in the game chat
|
changeset |
files
|
2013-03-18 |
koda |
the default CMake(Lang)Compiler.cmake location changed since 2.8.10
cmake_pascal
|
changeset |
files
|
2013-03-21 |
sheepluva |
don't poison the dead, it's not cool.
|
changeset |
files
|
2013-03-21 |
sheepluva |
fix player info
|
changeset |
files
|
2013-03-18 |
koda |
partial reodering of units so that dependency tracking is done with cmake
cmake_pascal
|
changeset |
files
|
2013-03-21 |
sheepluva |
enable/fix links on about page. why don't people test that stuff when they insert it? it's just one click...
|
changeset |
files
|
2013-03-20 |
sheepluva |
add lobby chat features to room chat
|
changeset |
files
|
2013-03-18 |
koda |
better support for cmake directory and fpc output paths
cmake_pascal
|
changeset |
files
|
2013-03-20 |
unc0rr |
Add space for better visual performance
|
changeset |
files
|
2013-03-18 |
koda |
move paths setup inside cmake_lang files
cmake_pascal
|
changeset |
files
|
2013-03-20 |
Randi |
Eiffel Tower fort
|
changeset |
files
|
2013-03-18 |
koda |
this should make cmake-pascal stuff work on linux too
cmake_pascal
|
changeset |
files
|
2013-03-19 |
sheepluva |
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
|
changeset |
files
|
2013-03-18 |
koda |
with lot of hackery, use add_executable on pascal files, SUCCSS
cmake_pascal
|
changeset |
files
|
2013-03-18 |
nemo |
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.
|
changeset |
files
|
2013-03-17 |
koda |
barebone cmake config file to support pascal files, based off plplot's ada files
cmake_pascal
|
changeset |
files
|
2013-03-17 |
koda |
add one button to improve sharing of hwplay:// schemes
|
changeset |
files
|
2013-03-17 |
koda |
help text for pagenetserver
|
changeset |
files
|
2013-03-17 |
koda |
do not host server on well-known ports
|
changeset |
files
|
2013-03-17 |
koda |
use SDL keycode for shortcuts (doesn't fix layout issues)
|
changeset |
files
|
2013-03-17 |
koda |
ingore moar keys
|
changeset |
files
|
2013-03-17 |
nemo |
Add some flags for a few of the magic Land values
|
changeset |
files
|
2013-03-17 |
nemo |
useless test
|
changeset |
files
|
2013-03-17 |
nemo |
Key returned 0 for arrows under linux. Sym works, clearer anyway.
|
changeset |
files
|
2013-03-17 |
koda |
linux keycodes differ from osx's
|
changeset |
files
|
2013-03-17 |
koda |
use a local storage for chat history which prevents mix ups in netgame and simplifies code
|
changeset |
files
|
2013-03-17 |
koda |
less cryptic text insertion
|
changeset |
files
|
2013-03-17 |
koda |
gather a few common code
|
changeset |
files
|
2013-03-17 |
koda |
implement up and down keys to navigate in the chat history, needs testing over network
|
changeset |
files
|
2013-03-16 |
koda |
don't display squares when pressing arrow keys in chat
|
changeset |
files
|
2013-03-16 |
koda |
formatting
|
changeset |
files
|
2013-03-16 |
koda |
do not hardcode CMAKE_INSTALL_PREFIX for windows, but rather put it in the script, so that custom build setups still work
|
changeset |
files
|
2013-03-16 |
unc0rr |
Hard math to fix issue 571. Well, not really hard math,
|
changeset |
files
|
2013-03-15 |
nemo |
oups
|
changeset |
files
|
2013-03-15 |
sheepluva |
fix compilation with clang. fixes issue 553 - thanks to julien for reporting and to drew for the first part of the fix
|
changeset |
files
|
2013-03-14 |
nemo |
at vatten's request. make resurrection always resurrect at least 1 hp out of kindness to noobs who can't be bothered to read tooltips
|
changeset |
files
|
2013-03-13 |
nemo |
Call steps on focus instead. fix typo
|
changeset |
files
|
2013-03-13 |
nemo |
Experiment in undisabling the brick theme flake
|
changeset |
files
|
2013-03-13 |
nemo |
Crashed here last game
|
changeset |
files
|
2013-03-12 |
koda |
better message, as suggested by inu
|
changeset |
files
|
2013-03-12 |
koda |
return after ram size on win
|
changeset |
files
|
2013-03-12 |
unc0rr |
Merge
|
changeset |
files
|