aboutsummaryrefslogtreecommitdiff
path: root/editor/SCsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add NoCache wrapper to CommandRhody Lugo2018-06-211-4/+4
|
* GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-191-276/+0
| | | | | | | | | Adds following functions to the Engine singleton: get_author_info - names of Godot authors get_copyright_info - detailed source copyright get_license_info get_donor_info - donor names get_license_info - full text of licenses used, indexed by license names get_license_text - the text of the Godot Expat license
* Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde2018-03-131-19/+41
|\ | | | | Properly closing all files in Python build code
| * Properly closing all files in Python codeViktor Ferenczi2018-03-111-19/+41
| |
* | Build polygon clipper only in tools buildsLeon Krause2018-03-061-0/+1
|/
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
|
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
|
* Added modules' doc files to make_doc_headerZher Huei Lee2017-11-171-2/+12
| | | | They were somehow never included. This fixes that.
* Improve code style of generated headersRémi Verschelde2017-11-151-24/+23
|
* Ignore files not ending with '.xml' when building doc headermhilbrunner2017-11-071-0/+2
|
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-5/+4
|
* fixed double escape for quotes in editor/SCsubMarius Guggenmos2017-10-071-4/+4
|
* Fix Python 3 buildMatthias Hoelzl2017-10-041-11/+1
| | | | | | | - Take care of the differences in handling unicode characters in `escape_string` (formerly in `editor/SCsub`, now in `compat.py)`. - Conditionally include `_winreg` or `winreg` in the Mono editor module.
* Merge pull request #11592 from SaracenOne/header_generator_fixAndreas Haas2017-10-021-8/+22
|\ | | | | Python header generator now generates strings with escape characters.
| * Python header generator now generates strings with escape characters.Saracen2017-09-261-8/+22
| |
* | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
|/
* Fix errors in Python 3 buildMatthias Hoelzl2017-09-161-4/+4
|
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-13/+22
| | | | | | possible to save module files in module directories and the build system will recognize them.
* EditorAbout: add donors tabPoommetee Ketson2017-09-041-8/+52
|
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-16/+17
| | | | | | | | - The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted.
* Fix mixed tab/whitespace in build filesMatthias Hoelzl2017-08-271-1/+1
|
* Dead code tells no talesRémi Verschelde2017-08-271-1/+0
|
* Buildsystem: Reduce verbosity of font and translation generationRémi Verschelde2017-08-271-4/+0
|
* Fix Zlib license not extractedPoommetee Ketson2017-07-181-0/+2
|
* About: add thirdparty license infoPoommetee Ketson2017-07-061-4/+145
|
* About: Add License infoPoommetee Ketson2017-07-041-0/+22
|
* Authors/About: support for multiple sectionsPoommetee Ketson2017-07-031-6/+25
|
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-11/+11
|
* About: add contributors listPoommetee Ketson2017-06-011-0/+28
|
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+205
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.