2013-03-31 |
nemo |
Unbreak lua localisation, fix untranslated login prompt, update translations.
|
changeset |
files
|
2013-03-21 |
koda |
add support for creating shared pascal libraries
cmake_pascal
|
changeset |
files
|
2013-03-30 |
nemo |
Don't reward digging close w/ drill rocket. Doesn't offer much benefit. Reduce final bonus slightly to avoid using drill like bazooka. Better would be AI doing this for all weps based on count. Make main drill loop a little more efficient.
|
changeset |
files
|
2013-03-20 |
koda |
adjust verbosity, move debug/release variables in the right section
cmake_pascal
|
changeset |
files
|
2013-03-29 |
sheepluva |
feedback page: allow translations for main text; added link to known bugs in order to reduce the future number of bug report duplicates a bit (We can all hope, right? :P)
|
changeset |
files
|
2013-03-19 |
koda |
below this i cannot break the loop
cmake_pascal
|
changeset |
files
|
2013-03-29 |
nemo |
This should ensure rope can still be aimed quickly when an alt weapon is active.
|
changeset |
files
|
2013-03-19 |
koda |
move RestoreHog from uGears to uTeams to break a circular dependency
cmake_pascal
|
changeset |
files
|
2013-03-29 |
sheepluva |
merge
|
changeset |
files
|
2013-03-19 |
koda |
minor and partial casing commit
cmake_pascal
|
changeset |
files
|
2013-03-29 |
nemo |
*sigh* this shouldn'tve been removed in first place.
|
changeset |
files
|
2013-03-19 |
koda |
move a few checks so that add_defintions doesn't interfere
cmake_pascal
|
changeset |
files
|
2013-03-29 |
nemo |
oups. reused same variable twice. my bad. You know, maybe somewhere in uVariables or uGearsList should define what we use Gear variables for in each gear
|
changeset |
files
|
2013-03-19 |
koda |
move avwraper compilation in its own folder
cmake_pascal
|
changeset |
files
|
2013-03-28 |
Urbertar |
Fix TestCollExcludingMe function. Now it doesn't skip test if there are more then one hog at checking pixel
|
changeset |
files
|
2013-03-19 |
koda |
hm, CMAKE_C_COMPILER is not always defined apparently
cmake_pascal
|
changeset |
files
|
2013-03-28 |
Urbertar |
Fix compilation error. Remove default value of ShowMessage title param
|
changeset |
files
|
2013-03-28 |
sheepluva |
fix build
|
changeset |
files
|
2013-03-19 |
koda |
oops
cmake_pascal
|
changeset |
files
|
2013-03-27 |
koda |
minor refactor of MessageDialog
|
changeset |
files
|
2013-03-19 |
koda |
move sdlmain compilation in its own folder
cmake_pascal
|
changeset |
files
|
2013-03-27 |
koda |
define NETGAME_DEFAULT_SERVER
|
changeset |
files
|
2013-03-19 |
koda |
enable fpc inlining only in release mode only if using fpc > 2.6
cmake_pascal
|
changeset |
files
|
2013-03-27 |
koda |
unused
|
changeset |
files
|
2013-03-19 |
koda |
improve physfs static linking, sdl libraries cleanup
cmake_pascal
|
changeset |
files
|
2013-03-27 |
koda |
drop QApplication in favor of HWApplication and minor refactor of MessageDialog
|
changeset |
files
|
2013-03-19 |
koda |
wow windows works too with minor changes
cmake_pascal
|
changeset |
files
|
2013-03-27 |
koda |
application bar blinks when someone pings you (issue 492)
|
changeset |
files
|
2013-03-19 |
koda |
config time pascal flags interpretation
cmake_pascal
|
changeset |
files
|
2013-03-27 |
koda |
merge correction, also what's with all those trailing whitespaces?
|
changeset |
files
|
2013-03-19 |
koda |
oops
cmake_pascal
|
changeset |
files
|
2013-03-26 |
Urbertar |
Change AI behavior for drill rocket
|
changeset |
files
|
2013-03-26 |
sheepluva |
merge
|
changeset |
files
|
2013-04-04 |
unc0rr |
Fix shortcut which is created by NSIS
0.9.19
|
changeset |
files
|
2013-03-19 |
koda |
even though pascal linking is scripted, we need target_link_libraries anyways, so that modifying that library, will trigger linking again
cmake_pascal
|
changeset |
files
|
2013-03-26 |
koda |
when no url is specified, default to official gameserver (issue 350)
|
changeset |
files
|
2013-03-23 |
koda |
lupdate
0.9.19
|
changeset |
files
|
2013-03-19 |
koda |
move one flag
cmake_pascal
|
changeset |
files
|
2013-03-26 |
koda |
link stdc++ (for physfs on linux) only when targetting 32bit
|
changeset |
files
|
2013-03-23 |
koda |
add wiki link for the scheme handling
0.9.19
|
changeset |
files
|
2013-03-19 |
koda |
apply the new macro to C flags too
cmake_pascal
|
changeset |
files
|
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
|