aboutsummaryrefslogtreecommitdiff
path: root/misc/dist
Commit message (Collapse)AuthorAgeFilesLines
* Change OSX version from 2.2-dev to 3.0-devScott Beca2017-09-261-2/+2
|
* Enhance iOS exportRuslan Mustakov2017-09-2645-236/+235
| | | | | | | | | | - The export process now builds complete .ipa on macOS, instead of just creating XCode project. - The project includes Capabilities games usually require: Game Center, Push Notifications, In-App Purchase. - Icons and launch screens can be specified in export preset.
* Dist: Fix typos in manpageRémi Verschelde2017-09-241-2/+2
| | | | [ci skip]
* Dist: Use HTTPS for screenshot link in AppData fileRémi Verschelde2017-09-242-5/+5
| | | | [ci skip]
* Dist: Add man page for Linux packagersRémi Verschelde2017-09-241-0/+165
| | | | [ci skip]
* Dist: Add desktop and AppStream files for Linux packagersRémi Verschelde2017-09-242-0/+43
| | | | [ci skip]
* Merge pull request #11154 from eska014/html5-startup-revampPoommetee Ketson2017-09-122-151/+386
|\ | | | | HTML5 start-up overhaul with download progress display
| * HTML5 start-up overhaulLeon Krause2017-09-112-151/+386
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Implement promise-based JS interface for custom HTML page integration - Add download progress callback - Add progress bar and indeterminate spinner to default HTML page - Try downloading files multiple times when failing - Get rid of godotfs.js - Separate steps for engine initialization, game initialization and game start - Allow multiple games on one HTML page - Substitution placeholders only used in .html file - Placeholders renamed: $GODOT_BASE => $GODOT_BASENAME, $GODOT_TMEM -> $GODOT_TOTAL_MEMORY - Emscripten Module is now Engine.RuntimeEnvironment (no longer a global)
* | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|/
* Use new icons everywhereTimo Schwarzer2017-05-288-0/+0
| | | | Closes #8879
* Adapt tutorials (Godot Docs) icon to new designRémi Verschelde2017-05-171-0/+138
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* Merge pull request #8191 from eska014/webgl2-exportJuan Linietsky2017-03-291-5/+7
|\ | | | | WebGL 2 export per WebAssembly or asm.js
| * WebGL 2 export per WebAssembly or asm.jseska2017-03-291-5/+7
| |
* | Remove redundant subfolder in iOS templateRémi Verschelde2017-03-2639-5/+4
|/
* Added AppImage structureDaniel J. Ramirez2017-03-043-0/+12
|
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-0957-0/+1047
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.