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