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