Age | Commit message (Expand) | Author |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-12 | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky |
2020-02-11 | WIP CameraEffects implementation (bokeh not working for now) | Juan Linietsky |
2020-02-11 | Several fixes to GIProbes | Juan Linietsky |
2020-02-11 | Dynamic object support for GI Probes (a bit buggy still) | Juan Linietsky |
2020-02-11 | More GIProbe work and fixes | Juan Linietsky |
2020-02-11 | GIProbes working. | Juan Linietsky |
2020-02-11 | Visual GPU profiler and related profiling support in Vulkan. | Juan Linietsky |
2020-02-11 | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky |
2020-02-11 | Reflection probes working | Juan Linietsky |
2020-02-11 | Rewrote large part of rendering, omni and spot shadows now work. | Juan Linietsky |
2020-02-11 | Environment sky more or less working. | Juan Linietsky |
2020-02-11 | Base 3D engine done, still untested, though. | Juan Linietsky |
2020-02-11 | Added a spinlock template as well as a thread work pool class. | Juan Linietsky |
2020-02-11 | Completed material/2D shader support (missing SCREEN_TEXTURE) | Juan Linietsky |
2020-02-11 | Refactored RID/RID_Owner to always use O(1) allocation. | Juan Linietsky |
2020-01-22 | Merge pull request #35406 from lawnjelly/ortho-shadow | Rémi Verschelde |
2020-01-22 | Change CameraMatrix::get_viewport_size to get_viewport_half_extents | lawnjelly |
2020-01-21 | Remove unused #if 0'ed code | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-05-09 | Change "ID" to lowercase "id" | Aaron Franke |
2019-04-30 | Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove | Rémi Verschelde |
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke |
2019-04-23 | Disable GI probe capturing lights with bake mode disabled | Daniel Rakos |
2019-04-23 | Merge pull request #26064 from JFonS/add_frustum_camera_mode | Hein-Pieter van Braam |
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-08 | Small fixes, mostly dupicated code | qarmin |
2019-03-01 | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky |
2019-02-23 | Fix invalid change from CLAMP to MAX in #26099 | Rémi Verschelde |
2019-02-21 | Fix all -Wtype-limits warnings. | marxin |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-19 | Add FRUSTUM camera mode, allowing tilted frustums | JFonS |
2019-02-12 | Drivers, main, servers: Ensure classes match their header filename | Rémi Verschelde |
2019-01-27 | Merge pull request #25314 from marxin/fix-24417-class-memaccess | Rémi Verschelde |
2019-01-26 | Add a check to help find transforms that are passes invalid. | Juan Linietsky |
2019-01-25 | Use placement new in visual_server_scene.cpp (#24417). | marxin |
2019-01-22 | Changes to GLES2 renderer to not use cube shadows if not available, fixes #25132 | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-19 | Do not draw particles if they are not processing at all, fixes #19507 | Juan Linietsky |
2018-11-14 | Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617 | Juan Linietsky |
2018-11-08 | Effectively ensure that surface materials are the right size when setting the... | Juan Linietsky |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-09-28 | Reflection probe support in GLES2 back-end. | Juan Linietsky |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |