| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-10-25 | --copy_env copies LIBPATH (test to fix windows crosscompile) | jacob1 | 1 | -1/+1 |
| 2013-10-25 | fix crosscompiling, --lua-dir was being ignored | jacob1 | 1 | -9/+10 |
| 2013-10-20 | fix Sconscript | jacob1 | 1 | -2/+2 |
| 2013-10-19 | SConscript changes from Doxin - option for scons to copy environment variable... | jacksonmj | 1 | -2/+11 |
| 2013-09-24 | add a --fullclean option to fix errors (from Doxin) | jacob1 | 1 | -0/+14 |
| 2013-08-22 | oh, and remove dependency | mniip | 1 | -1/+1 |
| 2013-08-11 | revert doxin change | cracker64 | 1 | -1/+1 |
| 2013-08-11 | sconscript change from doxin | cracker64 | 1 | -2/+1 |
| 2013-06-01 | some sconsript fixes | mniip | 1 | -2/+3 |
| 2013-05-30 | fix sconscript | jacob1 | 1 | -12/+12 |
| 2013-05-30 | Documentation for Sconscript by Doxin | jacob1 | 1 | -30/+207 |
| 2013-05-17 | sdl-dir scons parameter | mniip | 1 | -13/+13 |
| 2013-05-13 | Typo where LUACONSOLE was never enabled | cracker64 | 1 | -1/+1 |
| 2013-05-11 | Togglable lua scripting | Simon Robertshaw | 1 | -12/+17 |
| 2013-05-04 | add #ifdef WIN / #idndef WIN around some lua socket files, for easier visual ... | jacob1 | 1 | -6/+1 |
| 2013-05-02 | statically linked, or better to say, builtin luasocket | mniip | 1 | -0/+6 |
| 2013-04-09 | Make --nofft work on other platforms too, it was still linking with -lfftw3f | jacksonmj | 1 | -4/+5 |
| 2013-04-09 | Add --nofft option to compile without FFTW3 | Julian Meyer | 1 | -5/+9 |
| 2013-03-22 | Fix includes for GUI stuff | Simon Robertshaw | 1 | -0/+1 |
| 2013-03-14 | Move requestbroker into new folder, make request process function a method of... | Simon Robertshaw | 1 | -0/+1 |
| 2013-01-22 | Small fixes to Sconscript | Simon Robertshaw | 1 | -5/+11 |
| 2013-01-18 | move clipboard functions out of misc.cpp without creating errors | jacob1 | 1 | -1/+1 |
| 2013-01-13 | copy support in linux | jacob1 | 1 | -1/+1 |
| 2013-01-13 | --stable and --python-ver options | jacob1 | 1 | -3/+9 |
| 2013-01-03 | Reorder liblua searching. Fixes building on systems, which also have lua 5.2 ... | Jesse Jaara | 1 | -1/+1 |
| 2012-12-31 | sconscript fix (same as before) | jacob1 | 1 | -2/+8 |
| 2012-12-31 | Add raspberry pi support (from Candunc) | jacob1 | 1 | -9/+13 |
| 2012-12-30 | Fix paths in Sconscripts for filtering out Gravity file | Simon Robertshaw | 1 | -1/+2 |
| 2012-12-29 | more scons fixes for windows | jacob1 | 1 | -2/+7 |
| 2012-12-29 | fix gravity.cpp error on windows with scons (but I still can't get it to work) | jacob1 | 1 | -1/+1 |
| 2012-12-25 | LINKFLAGS, not LINKFAGS | jacksonmj | 1 | -2/+2 |
| 2012-10-29 | Dammit | Simon Robertshaw | 1 | -1/+1 |
| 2012-10-29 | Yay for syntax error | Simon Robertshaw | 1 | -2/+2 |
| 2012-10-29 | More render scons fixes | Simon Robertshaw | 1 | -1/+7 |
| 2012-10-29 | Fix scons renderer option | Simon Robertshaw | 1 | -1/+3 |
| 2012-10-29 | Renderer option for scons | Simon Robertshaw | 1 | -0/+4 |
| 2012-10-20 | windows bug fixes, code cleanup | Bryan Hoyle | 1 | -15/+1 |
| 2012-10-20 | found bug, fixed it | Bryan Hoyle | 1 | -1/+1 |
| 2012-10-20 | testing a possible bug fix | Bryan Hoyle | 1 | -1/+1 |
| 2012-10-18 | Some scons fixes | Bryan Hoyle | 1 | -2/+18 |
| 2012-10-06 | ElementClasses.cpp and ToolClasses.cpp need to be generated before being adde... | Jesse Jaara | 1 | -2/+4 |
| 2012-10-02 | Use 'python2' instead of 'python'. | Jesse Jaara | 1 | -2/+2 |
| 2012-10-02 | Fix a C spesific compiler flag to a C++ variant. | Jesse Jaara | 1 | -2/+2 |
| 2012-09-25 | Remove some fancy optimisations for old gcc in OS X | Simon Robertshaw | 1 | -1/+4 |
| 2012-09-25 | No lib detection for OS X | Simon Robertshaw | 1 | -23/+23 |
| 2012-09-25 | Don't check for libs that are frameworks under OS X | Simon Robertshaw | 1 | -23/+26 |
| 2012-09-25 | Don't set RC tool when not compiling for Windows | Simon Robertshaw | 1 | -1/+2 |
| 2012-09-25 | MacOS X targets for Scons, Fix some inlines for clang | Simon Robertshaw | 1 | -5/+24 |
| 2012-09-25 | Add some stuff for MacOS target | Simon Robertshaw | 1 | -0/+4 |
| 2012-09-02 | Remove Precompiled header stuff as it breaks scons for some reason | Simon Robertshaw | 1 | -23/+18 |