aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-0521-11314/+0
* Complete the globals.h -> global_config.h conversionBojidar Marinov2017-02-233-3/+3
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-193-3/+3
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-091-1/+1
* Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky2017-02-041-1/+1
* Scene import more or less working, needs some missing features.Juan Linietsky2017-02-042-2519/+0
* Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-0/+5
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-2516-15/+34
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-162-2/+2
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-1611-3/+67
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-154-3/+9
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-2/+2
* Style: Fix whole-line commented codeRémi Verschelde2017-01-147-118/+144
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-149-34/+34
* some class renamesJuan Linietsky2017-01-121-1/+1
* Unify naming of blendshape / morphtarget into just "Blend Shape"Juan Linietsky2017-01-121-3/+3
* Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-111-1/+1
* Type renames:Juan Linietsky2017-01-111-2/+2
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-107-8/+8
* Groundbreaking!! Godot resources can now be flagged to be local to the scene ...Juan Linietsky2017-01-101-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-077-89/+89
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-053-7/+7
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-042-11/+11
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-0217-85/+85
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-026-135/+147
|\
| * work in progress global illuminationJuan Linietsky2016-12-202-5/+14
| * Blend shapes using transform feedback (GPU)Juan Linietsky2016-11-241-11/+17
| * all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-091-1/+1
| * PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-273-40/+40
| * Begining of GLES3 renderer:Juan Linietsky2016-10-036-99/+96
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-0120-20/+20
* | Fix crash when select target path on import 3d scene windowvolzhs2016-11-141-1/+1
* | Fixed flag for importing animation and skipping value tracks.Saracen2016-11-033-44/+51
* | style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-1/+1
* | Merge pull request #6850 from akien-mga/pr-scsub-shebangRémi Verschelde2016-10-171-0/+2
|\ \
| * | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
| |/
* / Add option for root node name on Import 3D scene windowvolzhs2016-10-151-2/+18
|/
* Respect texture .flags files on exportPedro J. Estébanez2016-09-302-19/+36
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-103-5/+6
|\
| * Fix various warningsJohan Manuel2016-08-133-5/+6
* | check "disable_filter" option for backward compatibilityvolzhs2016-08-281-0/+3
* | Change "Disable Filter" to "Enable Filter" on Font Import windowvolzhs2016-08-231-10/+10
|/
* Turn some prints to error logs, remove othersRémi Verschelde2016-07-241-1/+0
* Revert "Change default extension to .tscn when import 3d scene"Rémi Verschelde2016-07-181-1/+3
* Change default extension to .tscn when import 3d scenevolzhs2016-07-181-1/+1
* Remove some noisy debug printsRémi Verschelde2016-07-171-2/+0
* Removes AnimationPlayer renaming on import.Saracen2016-07-131-1/+0
* properly generate tangents only upon request, closes #5580Juan Linietsky2016-07-091-1/+1
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-075-26/+2