aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/import (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-0513-5509/+0
| | | | | | 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.
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-282-2/+2
| | | | | | | - Add FIXME tags comments to some unfixed potential bugs - Remove some checks (always false: unsigned never < 0) - Fix some if statements based on reviews. - Bunch of missing `else` statements
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-092-2/+2
| | | | | | | | | - `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.
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-063-15/+169
|
* completed scene importing (I hope?)Juan Linietsky2017-02-043-8/+181
|
* Scene import more or less working, needs some missing features.Juan Linietsky2017-02-044-0/+3799
|
* OBJ file importing!Juan Linietsky2017-02-036-2/+261
|
* wav file importing!Juan Linietsky2017-02-022-0/+649
|
* Fix compile errorvolzhs2017-02-021-0/+5
|
* CSV translation import pluginJuan Linietsky2017-02-014-2/+155
|
* Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-012-0/+317