aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/io_plugins/editor_scene_import_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-2992/+0
* Complete the globals.h -> global_config.h conversionBojidar Marinov2017-02-231-1/+1
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-1/+2
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-19/+23
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-6/+6
* Type renames:Juan Linietsky2017-01-111-2/+2
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-2/+2
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-2/+2
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-5/+5
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-21/+21
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-40/+40
|\
| * work in progress global illuminationJuan Linietsky2016-12-201-1/+1
| * PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-271-15/+15
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-29/+29
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | 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-031-0/+2
* | Add option for root node name on Import 3D scene windowvolzhs2016-10-151-2/+18
|/
* Fix various warningsJohan Manuel2016-08-131-3/+4
* 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 unused variables (third pass) + dead codeRémi Verschelde2016-07-071-9/+1
* Fixes to import plugin, closes #5318Juan Linietsky2016-06-301-5/+74
* Editor properly reloads scenes if they changed on disk or were reimportedJuan Linietsky2016-06-281-2/+4
* Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky2016-06-261-3/+4
* -Added options for scene import plugin to keep materials and user-added track...Juan Linietsky2016-06-201-2/+158
* Add "-rigid" postfix import feature to create rigid bodiesjay3d2016-06-181-1/+45
* Improved Blender/Collada -colonly import creating collision shapes for emptiesPawel Kowal2016-06-051-17/+54
* Added more translatable strings in code. Updated template tools.pot.DimOkGamer2016-05-301-2/+2
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-05-301-10/+10
|\
| * Remove translatable strings in commentsGeorge Marques2016-05-291-10/+10
* | -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-7/+7
|/
* Set more visible string to translatableGeequlim2016-05-291-2/+1
* Changed import workflowJuan Linietsky2016-05-271-456/+128
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-3/+3
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-9/+9
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-10/+10
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-90/+90
* correct typo "overwrite"volzhs2016-04-141-2/+2
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-5/+6
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-191-2/+2
* new file dialog!Juan Linietsky2015-06-061-8/+8
* fix a crash situation when starting a thread and other small fixesJuan Linietsky2015-05-181-1/+4
* -fix local and global usage for DirAccess, fixes #791Juan Linietsky2015-04-181-1/+0
* -Fixed post-import script-reload buf, fixes #1683Juan Linietsky2015-04-181-3/+9
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* -Fix issue of scene import script path being broken on reimport, fixes #1668Juan Linietsky2015-04-131-1/+2