summaryrefslogtreecommitdiff
path: root/methods.py
AgeCommit message (Expand)Author
2018-01-24- Improves portability in joystick buttons enumAriel Manzur
2018-01-18Include .hpp files in VS scons builds. Fixed Typo.Will Nations
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-13Disable colored output and progress bar when building outside of a TTYHugo Locurcio
2018-01-07SCons: Fix build error on invalid module foldersRémi Verschelde
2017-12-18sort by the most recently accessed filesRhody Lugo
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-20Rename the version's "revision" to "build"Rémi Verschelde
2017-11-20Pass engine name and version parts as proper stringsRémi Verschelde
2017-11-19Add cpp.hint file to improve IntelliSenseMatthias Hoelzl
2017-11-18Suppress progress messages in Visual Studio output paneMatthias Hoelzl
2017-11-15Improve code style of generated headersRémi Verschelde
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky
2017-10-29added support for paths with spaces for VSBUILDSnicholasbuckner
2017-10-27Fixing vsproj generation for paths with spacesDaniel Alexandru Radu
2017-10-07flatDir support [Android]Ramesh Ravone
2017-10-01Fix scons: *** No SConstruct file foundBartłomiej T. Listwon
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-08-29Generate project files for VS2017Matthias Hoelzl
2017-08-27Make build scripts Python3 compatibleMatthias Hoelzl
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-02-Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky
2017-07-11Include Git hash in the enginePoommetee Ketson
2017-06-27Use custom native-run icons for Android and HTML5L. Krause
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-05-23Fix a few issues compiling windows and using VS2015 and earlierBastiaanOlij
2017-05-19Detect newer Visual Studio compilers correctly like VS2017.Aren Villanueva
2017-04-20Move VERSION_MKSTRING logic to version.hRémi Verschelde
2017-04-10Android: avoiding duplicates in build.gradleRamesh Ravone
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-18android: adding classpath and gradle pluginsRamesh Mani Maran
2017-01-11fix code generation so it generates Transform2D instead of Matrix32Juan Linietsky
2017-01-02Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde
2016-11-24Blend shapes using transform feedback (GPU)Juan Linietsky
2016-11-01style: Various other PEP8 fixes in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 blank lines issues in Python filesRémi Verschelde
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-30Merge pull request #6959 from RandomShaper/fix-big-libsRémi Verschelde
2016-10-30scons: Move lib splitting method to methods.pyRémi Verschelde
2016-10-29-Many many fixesJuan Linietsky
2016-10-29Adopt simpler strategy for big libs on WindowsPedro J. Estébanez
2016-10-26fix bug introduced by #6501yg2f
2016-10-17SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł
2016-10-03Begining of GLES3 renderer:Juan Linietsky
2016-09-16scons detects standalone MSVC on Windowsyg2f
2016-09-10Fix the Windows environment in SCons spawn functionGeorge Marques
2016-09-03Implement missing WinRT functionsGeorge Marques
2016-08-05VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky