summaryrefslogtreecommitdiff
path: root/SConscript
AgeCommit message (Collapse)AuthorFilesLines
2013-05-30fix sconscriptjacob11-12/+12
2013-05-30Documentation for Sconscript by Doxinjacob11-30/+207
2013-05-17sdl-dir scons parametermniip1-13/+13
2013-05-13Typo where LUACONSOLE was never enabledcracker641-1/+1
2013-05-11Togglable lua scriptingSimon Robertshaw1-12/+17
2013-05-04add #ifdef WIN / #idndef WIN around some lua socket files, for easier visual ↵jacob11-6/+1
studio compatibility
2013-05-02statically linked, or better to say, builtin luasocketmniip1-0/+6
2013-04-09Make --nofft work on other platforms too, it was still linking with -lfftw3fjacksonmj1-4/+5
2013-04-09Add --nofft option to compile without FFTW3Julian Meyer1-5/+9
This should help Mac users who were having trouble compiling.
2013-03-22Fix includes for GUI stuffSimon Robertshaw1-0/+1
2013-03-14Move requestbroker into new folder, make request process function a method ↵Simon Robertshaw1-0/+1
of Request
2013-01-22Small fixes to SconscriptSimon Robertshaw1-5/+11
2013-01-18move clipboard functions out of misc.cpp without creating errorsjacob11-1/+1
2013-01-13copy support in linuxjacob11-1/+1
2013-01-13--stable and --python-ver optionsjacob11-3/+9
2013-01-03Reorder liblua searching. Fixes building on systems, which also have lua 5.2 ↵Jesse Jaara1-1/+1
as liblua.so.
2012-12-31sconscript fix (same as before)jacob11-2/+8
2012-12-31Add raspberry pi support (from Candunc)jacob11-9/+13
2012-12-30Fix paths in Sconscripts for filtering out Gravity fileSimon Robertshaw1-1/+2
2012-12-29more scons fixes for windowsjacob11-2/+7
2012-12-29fix gravity.cpp error on windows with scons (but I still can't get it to work)jacob11-1/+1
2012-12-25LINKFLAGS, not LINKFAGSjacksonmj1-2/+2
2012-10-29DammitSimon Robertshaw1-1/+1
2012-10-29Yay for syntax errorSimon Robertshaw1-2/+2
2012-10-29More render scons fixesSimon Robertshaw1-1/+7
2012-10-29Fix scons renderer optionSimon Robertshaw1-1/+3
2012-10-29Renderer option for sconsSimon Robertshaw1-0/+4
2012-10-20windows bug fixes, code cleanupBryan Hoyle1-15/+1
2012-10-20found bug, fixed itBryan Hoyle1-1/+1
2012-10-20testing a possible bug fixBryan Hoyle1-1/+1
2012-10-18Some scons fixesBryan Hoyle1-2/+18
2012-10-06ElementClasses.cpp and ToolClasses.cpp need to be generated before being ↵Jesse Jaara1-2/+4
added to sources list.
2012-10-02Use 'python2' instead of 'python'.Jesse Jaara1-2/+2
2012-10-02Fix a C spesific compiler flag to a C++ variant.Jesse Jaara1-2/+2
2012-09-25Remove some fancy optimisations for old gcc in OS XSimon Robertshaw1-1/+4
2012-09-25No lib detection for OS XSimon Robertshaw1-23/+23
2012-09-25Don't check for libs that are frameworks under OS XSimon Robertshaw1-23/+26
2012-09-25Don't set RC tool when not compiling for WindowsSimon Robertshaw1-1/+2
2012-09-25MacOS X targets for Scons, Fix some inlines for clangSimon Robertshaw1-5/+24
2012-09-25Add some stuff for MacOS targetSimon Robertshaw1-0/+4
2012-09-02Remove Precompiled header stuff as it breaks scons for some reasonSimon Robertshaw1-23/+18
2012-08-13Allow specifying the snapshot IDSimon Robertshaw1-2/+6
2012-08-13Add CPPDEFINES to the compile commandSimon Robertshaw1-1/+1
2012-08-13"everything at once" compilation in a seperate argSimon Robertshaw1-3/+6
2012-08-13Compile everything at once with --releaseSimon Robertshaw1-10/+16
2012-08-13Precompile some headers. Fix sconscript to prevent recompiling everythingSimon Robertshaw1-8/+14
2012-08-12--opengl works now, had to fix dep issues in linux. TODO: --opengl-rendererBryan Hoyle1-99/+101
2012-08-11Implement some missing lua functions, PNG format creation (requires zlib)Simon Robertshaw1-0/+5
2012-08-10Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool ↵Simon Robertshaw1-0/+1
strength (Shift = x10, Ctrl = x0.1)
2012-08-09Check for bzip2 headers and libs in sconscript, fixes #68Simon Robertshaw1-1/+10