aboutsummaryrefslogtreecommitdiff
path: root/editor/import/resource_importer_scene.cpp
Commit message (Collapse)AuthorAgeFilesLines
* small grammar fixJuan Linietsky2017-07-231-3/+3
|
* -Ability to set default import presets for typeJuan Linietsky2017-07-231-19/+88
| | | | | | -More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-6/+3
| | | | | | | | -Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
* Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg2017-07-031-1/+1
|
* Complete changing of resource extensionsGeorge Marques2017-06-161-3/+3
| | | | Some places were missing in e42d59f.
* -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-13/+13
| | | | -Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-16/+18
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-419/+345
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
|
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+1328
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.