summaryrefslogtreecommitdiffstats
path: root/scene/3d/gi_probe.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-3/+2
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+4
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Few small GI Probe fixesJuan Linietsky2017-07-291-3/+3
* Add object type hint for docsPoommetee Ketson2017-07-191-3/+3
* Many fixes to improve GI Probe qualityJuan Linietsky2017-07-151-1/+33
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-091-11/+11
* -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-4/+4
* many fixes to image loader, voxel cone tracing, etc.Juan Linietsky2017-06-021-3/+4
* GI probes working back againJuan Linietsky2017-06-011-2/+5
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-10/+10
* 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-7/+7
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-695/+622
* Add a bunch of missing Godot headers in own filesRémi Verschelde2017-03-051-0/+29
* a ton of bug fixes to the rendererJuan Linietsky2017-02-161-34/+67
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-151-5/+42
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-36/+36
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-19/+19
* ability to adjust propagation in gi probeJuan Linietsky2017-02-061-0/+33
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-061-3/+16
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-4/+4
* Working on compile issues for iOSBastiaanOlij2017-01-161-1/+0
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* Type renames:Juan Linietsky2017-01-111-15/+15
* Few small fixes so tools=no and target=release compilesBastiaanOlij2017-01-101-0/+4
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-15/+15
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-33/+33
* Some fixes and clean upsJuan Linietsky2016-12-311-0/+36
* begin work on new particle systemreduz2016-12-301-2/+9
* baking now shows a proper button, and bakes can be saved.Juan Linietsky2016-12-231-25/+24
* can bake for omni and spotlightJuan Linietsky2016-12-221-8/+121
* work in progress global illuminationJuan Linietsky2016-12-201-0/+1248