2013-06-27 unc0rr Refactoring: ArgParsers.inc -> ArgParsers.pas
2013-06-24 koda ok you need to escape rpath for pscal scripts after all... (reverts r571e55b32da5) webgl
2013-06-28 Periklis Ntanasis this seems to works, still wip spacecampaign
2013-06-27 nemo reduce shove frequency (perf). reduce dX so that less time is spent sliding.
2013-07-03 koda tcc compatibility webgl
2013-06-28 Periklis Ntanasis more on campaign page - wip spacecampaign
2013-06-27 koda restore the GLUT check
2013-06-18 koda this hid CFLAGS webgl
2013-06-27 Periklis Ntanasis changes in campaign page - not tested wip spacecampaign
2013-06-27 koda move some osx only configuration code
2013-06-18 koda frontend compiles webgl
2013-06-26 Periklis Ntanasis added a stub moon main quest spacecampaign
2013-06-27 koda use add_flag_append more, correctly set a few flags
2013-06-18 unc0rr merge webgl
2013-06-26 Periklis Ntanasis added landing event handlers for cosmos.lua spacecampaign
2013-06-27 koda rework compiler flags section a little, drop already enabled flags, add -Wextra
2013-06-18 unc0rr engine links webgl
2013-06-25 Periklis Ntanasis reverting 2 files I accidentally changed spacecampaign
2013-06-18 koda this hid CFLAGS
2013-06-27 nemo reduce shove frequency (perf). reduce dX so that less time is spent sliding.
2013-06-18 unc0rr Reduce number of link errors webgl
2013-06-18 koda compile hwengine first, so that all other files are compiled too and don't call pas2c again webgl
2013-06-25 Periklis Ntanasis first commit, added cosmos(menu) map and lua script with some functionality spacecampaign
2013-06-25 nemo I should have specified locals
2013-06-18 koda set one rule per file, only compiles a minimum number of files when one pascal file is modified webgl
2013-06-24 koda ok you need to escape rpath for pscal scripts after all... (reverts r571e55b32da5)
2013-06-18 koda rtl always static webgl
2013-06-24 koda oops, fix setting linker flags for haskell executables
2013-06-18 koda also these two files are dependency (they are not in the list because they are special pas2c files) webgl
2013-06-24 nemo need to switch to frozen after deleteCI
2013-06-18 koda set pascal files as dependency of the target writing the c files so that it will run again if you modify them webgl
2013-06-23 nemo Configuration for tag display default
2013-06-18 koda BOM, pas2c only support ASCII webgl
2013-06-23 nemo poor AI thought he should avoid stepping on frozen crates, and jump for non-frozen ones
2013-06-18 koda new FindClang.cmake webgl
2013-06-21 nemo removed redundant band, added touch of consistency w/ everywhere else
2013-06-18 koda fix a few loose ends here webgl
2013-06-20 unc0rr First select group of templates, then pick template from selected group
2013-06-17 koda add dummy typinfo header webgl
2013-06-20 unc0rr Fix engine build when png lib isn't available
2013-06-17 unC0Rr uscript rendering webgl
2013-06-19 unc0rr Silly me
2013-06-17 koda little cleanup after so many merges webgl
2013-06-19 Periklis Ntanasis added campaign descriptions in CMakeList
2013-06-17 koda really update with default webgl
2013-06-17 koda issue 672, frontend less spammy
2013-06-17 koda This commit changes many aspect of our cmake build system
2013-06-14 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
2013-06-14 koda there is no need of escaping after all...
2013-06-13 koda this should fix rpath problem
2013-06-13 koda oops, forgot to set the path after all
2013-06-13 koda less spam
2013-06-13 koda remove two unused cmake files
2013-06-13 koda this should resolve a few issues on clean builds
2013-06-13 koda oops, use right macro name
2013-06-13 koda use target name instead of the resulting library, use more macros around
2013-06-13 koda merge cmake_pascal branch in default
2013-06-13 koda actually tests are there to be tested, just skip the variable assignment on windows
2013-06-13 koda Backed out changeset c4289023ddae
2013-06-13 koda don't run the broken windows test at all on windows
2013-06-13 koda gather up the linker flags in a macro
2013-06-13 koda bring windows fixes from main repo
2013-06-12 koda another code typo
2013-06-12 koda apply linker flags to all relevant targets
2013-06-12 koda explicitly set the origin linker flag so that $ORIGIN is used correctly
2013-06-12 koda add a possible lua include path
2013-06-12 koda less cached cmake output
2013-06-12 koda code typos
2013-06-12 koda use QT_DEBUG which is always added
2013-06-12 koda respect C and CXX flags
2013-06-12 koda freepascal on windows only supports shared libraries
2013-06-12 koda nitpick
2013-06-12 koda heavily rework lua discovery and linking, needs testing but it's more similar to what we do for other libraries now
2013-06-12 koda oops, haskell uses gcc to link, correctly pass flags
2013-06-11 koda since shared libs are now our friends, let's optimise them
2013-06-11 koda aaaaand let's not forget about lua, which has also a slightly revised build process
2013-06-11 koda drop the '_'
2013-06-11 koda and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
2013-06-11 koda also physlayer can be comiled as static or shared now
2013-06-17 koda redid FindGLEW in the right way (tm) webgl
2013-06-11 koda love cmake when it works
2013-06-17 unC0Rr pas2c import webgl
2013-06-11 koda setup RPATH, bump cmake
2013-06-17 koda update with default webgl
2013-06-11 koda these check are now useless
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.
2013-06-11 koda I hate you, I hate you with all my heart...
2013-06-16 unc0rr 'i' flag for in-room status
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
2013-06-12 koda fix launching on windows
2013-06-10 koda move paths setup in separate cmake module
2013-06-12 Periklis Ntanasis merge my campaign page changes with default
2013-06-10 koda backout r1bed4aee19e0 and r3883b5dc600c
2013-06-11 koda moar cpack ignore
2013-06-11 koda merge (could have grafted)
2013-06-11 koda osx, link also foundation to physfs
2013-06-12 Periklis Ntanasis added images and corrected bug that didn't show correct description at some occasions
2013-06-10 koda libssp (required by stack-protector) is not available on 10.4
2013-05-27 Periklis Ntanasis issue 562, image and description for the campaign page
2013-06-10 Periklis Ntanasis added missing image
2013-06-10 Periklis Ntanasis changed variable and function name
2013-06-10 Periklis Ntanasis removing sendstats(uScript) from luaAPI
2013-06-10 Periklis Ntanasis created a new sendstat type for changing the kills label
2013-06-08 Periklis Ntanasis fix non changing graph title and sendstat health
2013-06-08 Periklis Ntanasis correct health statsend for lua scritps
2013-06-08 Periklis Ntanasis added option to change stats graph title
2013-06-06 Periklis Ntanasis made lua scripts able to turn off automatic game stats
2013-06-06 Periklis Ntanasis LuaAPI sendstat finds correct clan colors by team names on siPlayerKills
2013-06-03 Periklis Ntanasis added custom stats message
2013-06-03 Periklis Ntanasis added sendstat and sendstats support for lua scripts
2013-06-10 unc0rr More verbose initialization
2013-06-10 koda visibility unsupported on windows
2013-06-15 unc0rr Some fixes to make pas2c+clang compile all engine files webgl
2013-06-10 koda protect all types with -fstack-protector-all
2013-06-15 unc0rr - Fix 'and not' without parentheses webgl
2013-06-10 koda stack-protector flag needs to be passed to the linker as well
2013-06-15 unc0rr Allow building with modern 'base' package webgl
2013-06-06 koda port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5
2013-06-09 koda lua warning with clang webgl
2013-06-09 unc0rr These could be handy
(0) -3000 -1000 -120 +120 +1000 +3000 tip