2013-06-11 |
koda |
drop the '_'
|
changeset |
files
|
2013-06-11 |
koda |
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
|
changeset |
files
|
2013-06-11 |
koda |
also physlayer can be comiled as static or shared now
|
changeset |
files
|
2013-06-17 |
koda |
redid FindGLEW in the right way (tm)
webgl
|
changeset |
files
|
2013-06-11 |
koda |
love cmake when it works
|
changeset |
files
|
2013-06-17 |
unC0Rr |
pas2c import
webgl
|
changeset |
files
|
2013-06-11 |
koda |
setup RPATH, bump cmake
|
changeset |
files
|
2013-06-17 |
koda |
update with default
webgl
|
changeset |
files
|
2013-06-11 |
koda |
these check are now useless
|
changeset |
files
|
2013-06-17 |
nemo |
Many of the gears treat non-0 timer as overridden. Added that check in more places so that lua could use this a tiny bit more consistently. Also preserve state for jetpack.
|
changeset |
files
|
2013-06-11 |
koda |
I hate you, I hate you with all my heart...
|
changeset |
files
|
2013-06-16 |
unc0rr |
'i' flag for in-room status
|
changeset |
files
|
2013-06-11 |
koda |
use BUILD_SHARED_LIBS to control whether a library is shared or static, make our bundled physfs library check for this configuration
|
changeset |
files
|
2013-06-12 |
koda |
fix launching on windows
|
changeset |
files
|
2013-06-10 |
koda |
move paths setup in separate cmake module
|
changeset |
files
|
2013-06-12 |
Periklis Ntanasis |
merge my campaign page changes with default
|
changeset |
files
|
2013-06-10 |
koda |
backout r1bed4aee19e0 and r3883b5dc600c
|
changeset |
files
|
2013-06-11 |
koda |
moar cpack ignore
|
changeset |
files
|
2013-06-11 |
koda |
merge (could have grafted)
|
changeset |
files
|
2013-06-11 |
koda |
osx, link also foundation to physfs
|
changeset |
files
|
2013-06-12 |
Periklis Ntanasis |
added images and corrected bug that didn't show correct description at some occasions
|
changeset |
files
|
2013-06-10 |
koda |
libssp (required by stack-protector) is not available on 10.4
|
changeset |
files
|
2013-05-27 |
Periklis Ntanasis |
issue 562, image and description for the campaign page
|
changeset |
files
|
2013-06-10 |
Periklis Ntanasis |
added missing image
|
changeset |
files
|
2013-06-10 |
Periklis Ntanasis |
changed variable and function name
|
changeset |
files
|
2013-06-10 |
Periklis Ntanasis |
removing sendstats(uScript) from luaAPI
|
changeset |
files
|
2013-06-10 |
Periklis Ntanasis |
created a new sendstat type for changing the kills label
|
changeset |
files
|
2013-06-08 |
Periklis Ntanasis |
fix non changing graph title and sendstat health
|
changeset |
files
|
2013-06-08 |
Periklis Ntanasis |
correct health statsend for lua scritps
|
changeset |
files
|
2013-06-08 |
Periklis Ntanasis |
added option to change stats graph title
|
changeset |
files
|
2013-06-06 |
Periklis Ntanasis |
made lua scripts able to turn off automatic game stats
|
changeset |
files
|
2013-06-06 |
Periklis Ntanasis |
LuaAPI sendstat finds correct clan colors by team names on siPlayerKills
|
changeset |
files
|
2013-06-03 |
Periklis Ntanasis |
added custom stats message
|
changeset |
files
|
2013-06-03 |
Periklis Ntanasis |
added sendstat and sendstats support for lua scripts
|
changeset |
files
|
2013-06-10 |
unc0rr |
More verbose initialization
|
changeset |
files
|
2013-06-10 |
koda |
visibility unsupported on windows
|
changeset |
files
|
2013-06-15 |
unc0rr |
Some fixes to make pas2c+clang compile all engine files
webgl
|
changeset |
files
|
2013-06-10 |
koda |
protect all types with -fstack-protector-all
|
changeset |
files
|
2013-06-15 |
unc0rr |
- Fix 'and not' without parentheses
webgl
|
changeset |
files
|
2013-06-10 |
koda |
stack-protector flag needs to be passed to the linker as well
|
changeset |
files
|
2013-06-15 |
unc0rr |
Allow building with modern 'base' package
webgl
|
changeset |
files
|
2013-06-06 |
koda |
port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5
|
changeset |
files
|
2013-06-09 |
koda |
lua warning with clang
webgl
|
changeset |
files
|
2013-06-09 |
unc0rr |
These could be handy
|
changeset |
files
|
2013-06-09 |
koda |
update with default
webgl
|
changeset |
files
|
2013-06-09 |
koda |
set linker flags where appropriate
|
changeset |
files
|
2013-06-09 |
koda |
this was getting annoying, don't error out on warnings physfs
|
changeset |
files
|
2013-06-08 |
nemo |
ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.
|
changeset |
files
|
2013-06-08 |
koda |
make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)
|
changeset |
files
|
2013-06-08 |
koda |
add fstack-protector and fvisibility=hidden to cmake tests
|
changeset |
files
|
2013-06-08 |
koda |
also apply linker flags to haskell programs
|
changeset |
files
|
2013-06-07 |
koda |
add relro linker tests (issue 663)
|
changeset |
files
|
2013-06-07 |
koda |
move compiler checks in a separate cmake module
|
changeset |
files
|
2013-06-07 |
koda |
simplify cmake message syntax a little bit
|
changeset |
files
|
2013-06-07 |
koda |
move platform specific and revision info code into separate cmake modules
|
changeset |
files
|
2013-06-07 |
sheepluva |
update changelog
|
changeset |
files
|
2013-06-07 |
nemo |
move 0.01 to the end to avoid increase damage fail on small values like fire. thanks to hedgewars wiki for noting this for fire damage.
|
changeset |
files
|
2013-06-07 |
sheepluva |
add note about mudball causing no direct damage to changelog
|
changeset |
files
|
2013-12-26 |
koda |
close branch
0.9.19
|
changeset |
files
|
2013-06-07 |
unc0rr |
Fix more warnings (lol @ icegun "consts")
|
changeset |
files
|