aboutsummaryrefslogtreecommitdiff
path: root/tools/scripts/sort-demos.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-29/+0
| | | | | | | | | - `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.
* Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky2017-02-041-2/+2
|
* Add a script to sort demos alphabeticallyRémi Verschelde2016-02-211-0/+29
By changing their timestamp, which Godot current relies on.