| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 13 | -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 Razeq | 2017-02-28 | 2 | -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/editor | Rémi Verschelde | 2017-02-09 | 2 | -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 workflow | Juan Linietsky | 2017-02-06 | 3 | -15/+169 |
| | | |||||
| * | completed scene importing (I hope?) | Juan Linietsky | 2017-02-04 | 3 | -8/+181 |
| | | |||||
| * | Scene import more or less working, needs some missing features. | Juan Linietsky | 2017-02-04 | 4 | -0/+3799 |
| | | |||||
| * | OBJ file importing! | Juan Linietsky | 2017-02-03 | 6 | -2/+261 |
| | | |||||
| * | wav file importing! | Juan Linietsky | 2017-02-02 | 2 | -0/+649 |
| | | |||||
| * | Fix compile error | volzhs | 2017-02-02 | 1 | -0/+5 |
| | | |||||
| * | CSV translation import plugin | Juan Linietsky | 2017-02-01 | 4 | -2/+155 |
| | | |||||
| * | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 2 | -0/+317 |
