Age | Commit message (Expand) | Author |
2018-05-19 | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir |
2018-05-05 | Remove commented out code in methods.py | Henry Hirsch |
2018-03-26 | Refactor JavaScript platform build script | Leon Krause |
2018-03-11 | Properly closing all files in Python code | Viktor Ferenczi |
2018-03-01 | add GLES 2 renderer for 2D | karroffel |
2018-02-21 | Fix typos with codespell | luz.paz |
2018-01-24 | Fix mixed use of tabs and spaces | Kurtis Harms |
2018-01-24 | removed debug print | Ariel Manzur |
2018-01-24 | - Improves portability in joystick buttons enum | Ariel Manzur |
2018-01-18 | Include .hpp files in VS scons builds. Fixed Typo. | Will Nations |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-13 | Disable colored output and progress bar when building outside of a TTY | Hugo Locurcio |
2018-01-07 | SCons: Fix build error on invalid module folders | Rémi Verschelde |
2017-12-18 | sort by the most recently accessed files | Rhody Lugo |
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo |
2017-11-20 | Rename the version's "revision" to "build" | Rémi Verschelde |
2017-11-20 | Pass engine name and version parts as proper strings | Rémi Verschelde |
2017-11-19 | Add cpp.hint file to improve IntelliSense | Matthias Hoelzl |
2017-11-18 | Suppress progress messages in Visual Studio output pane | Matthias Hoelzl |
2017-11-15 | Improve code style of generated headers | Rémi Verschelde |
2017-11-01 | -Modules can now add custom version info (added it for Mono) | Juan Linietsky |
2017-10-29 | added support for paths with spaces for VSBUILDS | nicholasbuckner |
2017-10-27 | Fixing vsproj generation for paths with spaces | Daniel Alexandru Radu |
2017-10-07 | flatDir support [Android] | Ramesh Ravone |
2017-10-01 | Fix scons: *** No SConstruct file found | Bartłomiej T. Listwon |
2017-09-08 | Fix unused variable warnings | Hein-Pieter van Braam |
2017-08-29 | Generate project files for VS2017 | Matthias Hoelzl |
2017-08-27 | Make build scripts Python3 compatible | Matthias Hoelzl |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky |
2017-07-11 | Include Git hash in the engine | Poommetee Ketson |
2017-06-27 | Use custom native-run icons for Android and HTML5 | L. Krause |
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson |
2017-05-23 | Fix a few issues compiling windows and using VS2015 and earlier | BastiaanOlij |
2017-05-19 | Detect newer Visual Studio compilers correctly like VS2017. | Aren Villanueva |
2017-04-20 | Move VERSION_MKSTRING logic to version.h | Rémi Verschelde |
2017-04-10 | Android: avoiding duplicates in build.gradle | Ramesh Ravone |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-18 | android: adding classpath and gradle plugins | Ramesh Mani Maran |
2017-01-11 | fix code generation so it generates Transform2D instead of Matrix32 | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2016-11-24 | Blend shapes using transform feedback (GPU) | Juan Linietsky |
2016-11-01 | style: Various other PEP8 fixes in Python files | Rémi Verschelde |
2016-11-01 | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde |
2016-10-30 | Merge pull request #6959 from RandomShaper/fix-big-libs | Rémi Verschelde |
2016-10-30 | scons: Move lib splitting method to methods.py | Rémi Verschelde |
2016-10-29 | -Many many fixes | Juan Linietsky |