Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | Added modules' doc files to make_doc_header | Zher Huei Lee | |
They were somehow never included. This fixes that. | |||
2017-11-15 | Improve code style of generated headers | Rémi Verschelde | |
2017-11-07 | Ignore files not ending with '.xml' when building doc header | mhilbrunner | |
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | |
2017-10-07 | fixed double escape for quotes in editor/SCsub | Marius Guggenmos | |
2017-10-04 | Fix Python 3 build | Matthias Hoelzl | |
- 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. | |||
2017-10-02 | Merge pull request #11592 from SaracenOne/header_generator_fix | Andreas Haas | |
Python header generator now generates strings with escape characters. | |||
2017-09-26 | Python header generator now generates strings with escape characters. | Saracen | |
2017-09-25 | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | |
2017-09-16 | Fix errors in Python 3 build | Matthias Hoelzl | |
2017-09-12 | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | |
possible to save module files in module directories and the build system will recognize them. | |||
2017-09-04 | EditorAbout: add donors tab | Poommetee Ketson | |
2017-08-27 | Make build scripts Python3 compatible | Matthias Hoelzl | |
- 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. | |||
2017-08-27 | Fix mixed tab/whitespace in build files | Matthias Hoelzl | |
2017-08-27 | Dead code tells no tales | Rémi Verschelde | |
2017-08-27 | Buildsystem: Reduce verbosity of font and translation generation | Rémi Verschelde | |
2017-07-18 | Fix Zlib license not extracted | Poommetee Ketson | |
2017-07-06 | About: add thirdparty license info | Poommetee Ketson | |
2017-07-04 | About: Add License info | Poommetee Ketson | |
2017-07-03 | Authors/About: support for multiple sections | Poommetee Ketson | |
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson | |
2017-06-01 | About: add contributors list | Poommetee Ketson | |
2017-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | |
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. |