aboutsummaryrefslogtreecommitdiff
path: root/editor/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* 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.