aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_export.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-13/+13
|\ | | | | ClassDB: Provide the enum name of integer constants
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-13/+13
| |
* | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-211-18/+18
|/ | | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping - Cleanup obsolete code here and there
* Revert "Second take at making command-line arguments more UNIX-like + ↵Juan Linietsky2017-08-191-18/+18
| | | | main.cpp and help cleanup"
* Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-191-18/+18
| | | | | | | | - Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Cleanup obsolete code here and there
* Use include/exclude export filters. Fixes #9860Ruslan Mustakov2017-08-141-1/+60
|
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-10/+10
|
* custom_features: fix typoMartin Capitanio2017-07-201-1/+1
|
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-15/+68
| | | | -Added system for feature overrides, it's pretty cool :)
* Complete changing of resource extensionsGeorge Marques2017-06-161-2/+2
| | | | Some places were missing in e42d59f.
* Fix `network/debug/remote_port` editor setting not working properlyFabio Alessandrelli2017-06-101-3/+6
|
* Display remote_host/port in network->debug settingsFabio Alessandrelli2017-05-091-3/+3
|
* Fix template loadingJ08nY2017-05-051-91/+52
|
* Rename project file to "project.godot"Rémi Verschelde2017-05-011-4/+4
| | | | | | | | | | | | | | Slimmed down variant from the reverted #8375. The rationale behind the name change is to give Godot's project file a unique extension (".godot") that can be registered on the OS to be associated with the Godot binary (OS registration not implemented here). This PR also adds the possibility to start the game or editor if launched with the project.godot passed as argument, which paves the way for allowing a similar behaviour on a double-click in the OS file manager (code originally by @Hinsbart). Closes #6915.
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-281-1/+3
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Merge pull request #8191 from eska014/webgl2-exportJuan Linietsky2017-03-291-1/+4
|\ | | | | WebGL 2 export per WebAssembly or asm.js
| * WebGL 2 export per WebAssembly or asm.jseska2017-03-291-1/+4
| |
* | Fix bogus s/_md/D_METHOD/ affecting md5 stuffRémi Verschelde2017-03-241-10/+10
| |
* | Fix typos in source code using codespellRémi Verschelde2017-03-241-2/+2
|/ | | | From https://github.com/lucasdemarchi/codespell
* Several fixes to Android exporter and port.Juan Linietsky2017-03-231-0/+64
| | | | Android seems to be working again!
* Export working (for linux at least)Juan Linietsky2017-03-211-13/+44
|
* Export template management dialog.Juan Linietsky2017-03-211-1/+2
| | | | Missing download (need to discuss this!)
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-297/+261
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+3231
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.