summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
* Come up with use_gcc.marxin2019-02-231-0/+3
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-0/+7
* Get Git commit hash when Godot is a submoduleGeorge Marques2019-02-081-3/+11
* [macOS] Fixed a problem sdk path could not be detectedNaoto Kondo2018-11-261-2/+2
* Merge pull request #21339 from Placinta/masterRémi Verschelde2018-11-201-0/+24
|\
| * Pass -isysroot to compiler / linker when doing a macOS buildAlexandru Croitor2018-08-271-0/+24
* | Remove trailing whitespaceRémi Verschelde2018-11-201-1/+1
* | Dont use equality operators with None singleton in python fileslupoDharkael2018-10-271-1/+1
* | SCons: Add 'werror' opt-in to treat warning as errorsRémi Verschelde2018-10-041-0/+4
* | SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-0/+8
* | Fix #17843 inability to generate vs projects without being in a MSVC command ...K. S. Ernest (iFire) Lee2018-09-131-0/+3
* | BuildSystem: Sort input file listsBernhard M. Wiedemann2018-08-291-1/+1
* | Do not record year of buildBernhard M. Wiedemann2018-08-291-1/+1
|/
* fix windows build using python 3.7dragmz2018-07-281-2/+2
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-760/+33
* add initial GLES2 3D rendererkarroffel2018-07-271-0/+1
* added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster2018-07-051-0/+5
* add NoCache wrapper to CommandRhody Lugo2018-06-211-0/+5
* fixed building using scons with python3Ibrahn Sahir2018-05-281-4/+4
* GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-191-1/+227
* Remove commented out code in methods.pyHenry Hirsch2018-05-051-21/+0
* Refactor JavaScript platform build scriptLeon Krause2018-03-261-4/+1
* Properly closing all files in Python codeViktor Ferenczi2018-03-111-12/+17
* add GLES 2 renderer for 2Dkarroffel2018-03-011-691/+29
* Fix typos with codespellluz.paz2018-02-211-3/+3
* Fix mixed use of tabs and spacesKurtis Harms2018-01-241-3/+3
* removed debug printAriel Manzur2018-01-241-1/+0
* - Improves portability in joystick buttons enumAriel Manzur2018-01-241-7/+14
* Include .hpp files in VS scons builds. Fixed Typo.Will Nations2018-01-181-1/+1
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Disable colored output and progress bar when building outside of a TTYHugo Locurcio2018-01-131-11/+19
* SCons: Fix build error on invalid module foldersRémi Verschelde2018-01-071-0/+2
* sort by the most recently accessed filesRhody Lugo2017-12-181-9/+9
* disable caching for targets using helper functionsRhody Lugo2017-11-281-8/+19
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-1/+6
* Rename the version's "revision" to "build"Rémi Verschelde2017-11-201-5/+5
* Pass engine name and version parts as proper stringsRémi Verschelde2017-11-201-5/+5
* Add cpp.hint file to improve IntelliSenseMatthias Hoelzl2017-11-191-0/+11
* Suppress progress messages in Visual Studio output paneMatthias Hoelzl2017-11-181-3/+3
* Improve code style of generated headersRémi Verschelde2017-11-151-6/+0
* -Modules can now add custom version info (added it for Mono)Juan Linietsky2017-11-011-1/+5
* added support for paths with spaces for VSBUILDSnicholasbuckner2017-10-291-3/+7
* Fixing vsproj generation for paths with spacesDaniel Alexandru Radu2017-10-271-3/+3
* flatDir support [Android]Ramesh Ravone2017-10-071-0/+4
* Fix scons: *** No SConstruct file foundBartłomiej T. Listwon2017-10-011-3/+3
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-3/+0
* Generate project files for VS2017Matthias Hoelzl2017-08-291-0/+53
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-26/+27
* Dead code tells no talesRémi Verschelde2017-08-271-6/+0
* -Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky2017-08-021-0/+1