summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Collapse)Author
2014-05-01-Fixes to OpenSSL compilation (more)Juan Linietsky
-Fix bug in GDScript, now static functions can call static functions.
2014-04-28-Added OpenSSL and HTTPS supportJuan Linietsky
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
2014-03-17Set multi-jobs build option defaul to nomarynate
2014-03-08Do not set number of jobs if already specifiedMoritz Wundke
2014-03-07Fixed typoMoritz Wundke
2014-03-07Speed build time up by 6 using multiple jobsMoritz Wundke
Adding aggresive build mode that spawns num_core+1 jobs. This speeds up build time by 6. On my 8 core machine I'm down from 6m:16s to 1m:34s.
2014-02-26Merge pull request #133 from vinzenz/masterokamstudio
More fixes to the build system
2014-02-25Switch from using deprecated Options class to VariablesC4NCER
2014-02-24-moved script to modulesJuan Linietsky
2014-02-22Fix handling for CFLAGS and LINKFLAGS like for CCFLAGSVinzenz Feenstra
Previously CFLAGS and LINKFLAGS were passed as a single quoted argument to the compiler or linker. This patch splits the paramters. Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-20-run script in editorJuan Linietsky
-add search docs dialog that returns places string was found -added flash
2014-02-19wtfJuan Linietsky
2014-02-13Fix CCFLAGS handlingVinzenz Feenstra
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky