aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/sky_box.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix skybox generation imprecision with ClangStefano Bonicatti2017-12-101-2/+2
* Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-3/+3
* 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-14/+14
* ProceduralSky now regenerates in a thread (the second time, first does not), ...Juan Linietsky2017-08-181-4/+59
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Several changes to better run in mobile.Juan Linietsky2017-07-221-5/+15
* Improvements and fixes for the default theme.Daniel J. Ramirez2017-07-161-5/+4
* -Added .hdr format supportJuan Linietsky2017-05-281-0/+391
* Removed skybox support, added panorama support. Skybox support may come back ...Juan Linietsky2017-05-251-92/+27
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-7/+8
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-71/+61
* 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-4/+4
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-7/+7
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-6/+7
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-4/+4
* working reflection probes!!Juan Linietsky2016-11-191-0/+158