aboutsummaryrefslogtreecommitdiff
path: root/main/SCsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add NoCache wrapper to CommandRhody Lugo2018-06-211-4/+4
|
* Fix segfault on x11n4nn313552018-04-051-1/+1
|
* Open textfile in textmodeShyRed2018-03-161-1/+1
| | | | Open mapping files in textmode as they are textfiles.
* SCons: properly close files when reading controller mappingsRémi Verschelde2018-03-161-4/+4
| | | | Fixup to #17296.
* Merge pull request #17296 from cart/controller-mapping-autogenHein-Pieter van Braam2018-03-151-1/+70
|\ | | | | Generate controller mapping class from one or more SDL2 database files
| * Generate controller mapping class from one or more SDL2 database filesCarter Anderson2018-03-051-1/+70
| |
* | Properly closing all files in Python codeViktor Ferenczi2018-03-111-36/+35
|/
* fixed reference to splash fileJuan Linietsky2017-12-161-1/+1
|
* Added custom editor splash (including sponsor logo).Juan Linietsky2017-12-161-0/+24
|
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
|
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-1/+1
|
* New splash screen.Daniel J. Ramirez2017-10-131-1/+1
|
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-5/+6
| | | | | | | | - 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-2/+2
|
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-4/+4
|
* Restored (And auto-generated) splash imageJuan Linietsky2017-04-091-0/+46
|
* Move tests again from core to mainRémi Verschelde2017-01-081-0/+2
| | | | As advised by @reduz, as tests depend on other libs.
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace.
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
| | | | Also switch existing shebangs to "better" /usr/bin/env python.
* Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
| | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* Build System ChangesJuan Linietsky2014-10-071-1/+1
| | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-= Build System: -Big clean up of SCons, changed how builds are done to a much cleaner method (check the Github Wiki for instructions). -Deactivated BlackBerry10 (sorry), if no mantainer found (or BlackBerry does not send us a Passort ;), platform will be removed as we have no longer devices to test. Engine: -Removed deprecated object and scene format (was in there just for compatibility, not in use since a long time). -Added ability to open scenes even if a node type was removed (will try to guess the closest type). -Removed deprecated node types.
* wtfJuan Linietsky2014-02-191-1/+1
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+12