Fri, 14 Jun 2013 15:58:58 +0200 |
koda |
when you don't use bundled dirs, add a fake target anyway, so you can use the same cmake syntax even if the target uses a different name
|
changeset |
files
|
Fri, 14 Jun 2013 15:47:55 +0200 |
koda |
there is no need of escaping after all...
|
changeset |
files
|
Fri, 14 Jun 2013 01:24:41 +0200 |
koda |
this should fix rpath problem
|
changeset |
files
|
Fri, 14 Jun 2013 01:11:22 +0200 |
koda |
oops, forgot to set the path after all
|
changeset |
files
|
Fri, 14 Jun 2013 01:09:39 +0200 |
koda |
less spam
|
changeset |
files
|
Fri, 14 Jun 2013 01:06:49 +0200 |
koda |
remove two unused cmake files
|
changeset |
files
|
Fri, 14 Jun 2013 01:01:18 +0200 |
koda |
this should resolve a few issues on clean builds
|
changeset |
files
|
Thu, 13 Jun 2013 22:55:33 +0200 |
koda |
oops, use right macro name
|
changeset |
files
|
Thu, 13 Jun 2013 22:50:18 +0200 |
koda |
use target name instead of the resulting library, use more macros around
|
changeset |
files
|
Thu, 13 Jun 2013 22:27:23 +0200 |
koda |
merge cmake_pascal branch in default
|
changeset |
files
|
Thu, 13 Jun 2013 22:04:22 +0200 |
koda |
actually tests are there to be tested, just skip the variable assignment on windows
|
changeset |
files
|
Thu, 13 Jun 2013 22:01:41 +0200 |
koda |
Backed out changeset c4289023ddae
|
changeset |
files
|
Thu, 13 Jun 2013 17:01:26 +0200 |
koda |
don't run the broken windows test at all on windows
|
changeset |
files
|
Thu, 13 Jun 2013 15:37:52 +0200 |
koda |
gather up the linker flags in a macro
|
changeset |
files
|
Thu, 13 Jun 2013 14:44:28 +0200 |
koda |
bring windows fixes from main repo
|
changeset |
files
|
Wed, 12 Jun 2013 19:30:44 +0200 |
koda |
another code typo
|
changeset |
files
|
Wed, 12 Jun 2013 19:30:11 +0200 |
koda |
apply linker flags to all relevant targets
|
changeset |
files
|
Wed, 12 Jun 2013 19:27:17 +0200 |
koda |
explicitly set the origin linker flag so that $ORIGIN is used correctly
|
changeset |
files
|
Wed, 12 Jun 2013 18:48:34 +0200 |
koda |
add a possible lua include path
|
changeset |
files
|
Wed, 12 Jun 2013 16:44:53 +0200 |
koda |
less cached cmake output
|
changeset |
files
|
Wed, 12 Jun 2013 16:43:24 +0200 |
koda |
code typos
|
changeset |
files
|
Wed, 12 Jun 2013 12:18:03 +0200 |
koda |
use QT_DEBUG which is always added
|
changeset |
files
|
Wed, 12 Jun 2013 12:03:04 +0200 |
koda |
respect C and CXX flags
|
changeset |
files
|
Wed, 12 Jun 2013 11:27:00 +0200 |
koda |
freepascal on windows only supports shared libraries
|
changeset |
files
|
Wed, 12 Jun 2013 11:18:20 +0200 |
koda |
nitpick
|
changeset |
files
|
Wed, 12 Jun 2013 11:17:54 +0200 |
koda |
heavily rework lua discovery and linking, needs testing but it's more similar to what we do for other libraries now
|
changeset |
files
|
Wed, 12 Jun 2013 09:49:46 +0200 |
koda |
oops, haskell uses gcc to link, correctly pass flags
|
changeset |
files
|
Wed, 12 Jun 2013 01:30:16 +0200 |
koda |
since shared libs are now our friends, let's optimise them
|
changeset |
files
|
Wed, 12 Jun 2013 01:26:42 +0200 |
koda |
aaaaand let's not forget about lua, which has also a slightly revised build process
|
changeset |
files
|
Wed, 12 Jun 2013 01:04:30 +0200 |
koda |
drop the '_'
|
changeset |
files
|
Wed, 12 Jun 2013 01:02:33 +0200 |
koda |
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
|
changeset |
files
|
Wed, 12 Jun 2013 01:00:47 +0200 |
koda |
also physlayer can be comiled as static or shared now
|
changeset |
files
|
Mon, 17 Jun 2013 22:54:17 +0200 |
koda |
redid FindGLEW in the right way (tm)
webgl
|
changeset |
files
|
Wed, 12 Jun 2013 00:07:19 +0200 |
koda |
love cmake when it works
|
changeset |
files
|
Mon, 17 Jun 2013 17:07:27 +0200 |
unC0Rr |
pas2c import
webgl
|
changeset |
files
|
Tue, 11 Jun 2013 19:17:52 +0200 |
koda |
setup RPATH, bump cmake
|
changeset |
files
|
Mon, 17 Jun 2013 16:56:58 +0200 |
koda |
update with default
webgl
|
changeset |
files
|
Tue, 11 Jun 2013 18:35:28 +0200 |
koda |
these check are now useless
|
changeset |
files
|
Mon, 17 Jun 2013 10:48:50 -0400 |
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
|
Tue, 11 Jun 2013 18:31:49 +0200 |
koda |
I hate you, I hate you with all my heart...
|
changeset |
files
|
Sun, 16 Jun 2013 15:45:19 +0400 |
unc0rr |
'i' flag for in-room status
|
changeset |
files
|
Tue, 11 Jun 2013 10:45:34 +0200 |
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
|
Wed, 12 Jun 2013 19:15:51 +0200 |
koda |
fix launching on windows
|
changeset |
files
|
Mon, 10 Jun 2013 16:46:58 +0200 |
koda |
move paths setup in separate cmake module
|
changeset |
files
|
Wed, 12 Jun 2013 04:58:27 +0300 |
Periklis Ntanasis |
merge my campaign page changes with default
|
changeset |
files
|
Mon, 10 Jun 2013 16:37:21 +0200 |
koda |
backout r1bed4aee19e0 and r3883b5dc600c
|
changeset |
files
|
Tue, 11 Jun 2013 11:48:36 +0200 |
koda |
moar cpack ignore
|
changeset |
files
|
Tue, 11 Jun 2013 02:42:52 +0200 |
koda |
merge (could have grafted)
|
changeset |
files
|
Tue, 11 Jun 2013 02:39:45 +0200 |
koda |
osx, link also foundation to physfs
|
changeset |
files
|
Wed, 12 Jun 2013 04:53:04 +0300 |
Periklis Ntanasis |
added images and corrected bug that didn't show correct description at some occasions
|
changeset |
files
|
Tue, 11 Jun 2013 00:01:32 +0200 |
koda |
libssp (required by stack-protector) is not available on 10.4
|
changeset |
files
|
Mon, 27 May 2013 21:39:52 +0300 |
Periklis Ntanasis |
issue 562, image and description for the campaign page
|
changeset |
files
|
Tue, 11 Jun 2013 01:40:55 +0300 |
Periklis Ntanasis |
added missing image
|
changeset |
files
|
Tue, 11 Jun 2013 00:05:07 +0300 |
Periklis Ntanasis |
changed variable and function name
|
changeset |
files
|
Mon, 10 Jun 2013 23:50:36 +0300 |
Periklis Ntanasis |
removing sendstats(uScript) from luaAPI
|
changeset |
files
|
Mon, 10 Jun 2013 15:18:03 +0300 |
Periklis Ntanasis |
created a new sendstat type for changing the kills label
|
changeset |
files
|
Sun, 09 Jun 2013 01:18:58 +0300 |
Periklis Ntanasis |
fix non changing graph title and sendstat health
|
changeset |
files
|
Sat, 08 Jun 2013 23:54:44 +0300 |
Periklis Ntanasis |
correct health statsend for lua scritps
|
changeset |
files
|
Sat, 08 Jun 2013 23:24:52 +0300 |
Periklis Ntanasis |
added option to change stats graph title
|
changeset |
files
|
Thu, 06 Jun 2013 03:52:32 +0300 |
Periklis Ntanasis |
made lua scripts able to turn off automatic game stats
|
changeset |
files
|