summaryrefslogtreecommitdiffstats
path: root/scene/3d/reflection_probe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renaming of servers for coherency.Juan Linietsky2020-03-271-17/+17
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Ability to disable scale in nodes, closes #19927Juan Linietsky2018-07-181-0/+1
* Fix property hint for ReflectionProbe extentsRémi Verschelde2018-06-161-2/+2
* Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-2/+2
* -Fix for multiple reflection probes causing issues.Juan Linietsky2017-07-151-1/+1
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-091-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-121/+105
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+28
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-24/+24
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-12/+12
* Type renames:Juan Linietsky2017-01-111-2/+2
* It is now possible to name layers of different kinds!Juan Linietsky2017-01-101-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-2/+2
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-4/+6
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-24/+24
* working reflection probes!!Juan Linietsky2016-11-191-0/+266