summaryrefslogtreecommitdiffstats
path: root/scene/register_scene_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Cleanup tons of obsolete commented out codeRémi Verschelde2017-08-261-147/+79
* -Massive clean up to gizmosJuan Linietsky2017-08-261-4/+3
* Added ARVRAnchor support and a few small enhancementsBastiaanOlij2017-08-031-0/+1
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-281-1/+6
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-4/+4
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-4/+11
* -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-261-1/+1
* Added Curve resourceMarc Gilleron2017-06-241-0/+1
* Small fixes required to get platformer to work.Juan Linietsky2017-06-231-0/+4
* 2D GPU Particles working..Juan Linietsky2017-06-211-1/+1
* -Added AudioStreamPlayer2D, for 2D positional soundJuan Linietsky2017-06-181-1/+3
* Complete changing of resource extensionsGeorge Marques2017-06-161-1/+1
* Godot 3.0 primitives as resources for use with MeshInstanceBastiaanOlij2017-06-161-6/+10
* get rid of button arrayJuan Linietsky2017-06-141-4/+1
* -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-2/+3
* -Added .hdr format supportJuan Linietsky2017-05-281-1/+2
* Removed skybox support, added panorama support. Skybox support may come back ...Juan Linietsky2017-05-251-2/+2
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Add compatibility class for FixedSpatialMaterialRémi Verschelde2017-04-071-0/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-12/+16
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-145/+126
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Merge pull request #7352 from Zylann/polylineRémi Verschelde2017-02-121-0/+3
|\
| * Added Line2D node that draws a polygon-based lineMarc Gilleron2017-01-151-0/+3
* | wav file importing!Juan Linietsky2017-02-021-0/+2
* | Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-5/+7
* | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-6/+3
* | Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
* | Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-24/+14
|/
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-7/+7
* Finish renaming *Frame GUI classes to *RectRémi Verschelde2017-01-141-4/+4
* some class renamesJuan Linietsky2017-01-121-3/+3
* It is now possible to name layers of different kinds!Juan Linietsky2017-01-101-0/+6
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-13/+7
* Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-031-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-275/+268
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-20/+31
|\
| * WIP particle systemJuan Linietsky2017-01-011-0/+1
| * work in progress global illuminationJuan Linietsky2016-12-201-1/+4
| * working reflection probes!!Juan Linietsky2016-11-191-0/+5
| * PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-271-3/+8
| * -the new shader language seems to workJuan Linietsky2016-10-071-1/+1
| * -Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky2016-10-051-1/+3
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-15/+10
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | Register SpatialGizmo as a scene typeIgnacio Etcheverry2016-12-181-0/+1
|/
* -Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky2016-09-111-0/+2
* Merge pull request #5692 from kubecz3k/remoteTransformJuan Linietsky2016-09-101-0/+2
|\