summaryrefslogtreecommitdiff
path: root/methods.py
AgeCommit message (Expand)Author
2018-07-28fix windows build using python 3.7dragmz
2018-07-27Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi
2018-07-27add initial GLES2 3D rendererkarroffel
2018-07-05added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster
2018-06-21add NoCache wrapper to CommandRhody Lugo
2018-05-28fixed building using scons with python3Ibrahn Sahir
2018-05-19GDScript access to copyright, license, author and donor information.Ibrahn Sahir
2018-05-05Remove commented out code in methods.pyHenry Hirsch
2018-03-26Refactor JavaScript platform build scriptLeon Krause
2018-03-11Properly closing all files in Python codeViktor Ferenczi
2018-03-01add GLES 2 renderer for 2Dkarroffel
2018-02-21Fix typos with codespellluz.paz
2018-01-24Fix mixed use of tabs and spacesKurtis Harms
2018-01-24removed debug printAriel Manzur
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