summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-02-11More GIProbe work and fixesJuan Linietsky
2020-02-11Fix Vector3 ambiguities and out of bounds init.bruvzg
2020-02-11GIProbes working.Juan Linietsky
2020-02-11Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky
2020-02-11Visual GPU profiler and related profiling support in Vulkan.Juan Linietsky
2020-02-11Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky
2020-02-11Reflection probes workingJuan Linietsky
2020-02-11Rewrote large part of rendering, omni and spot shadows now work.Juan Linietsky
2020-02-11Yay very basic 3D (only white) finally shows.Juan Linietsky
2020-02-11RID_Alloc: Fix locking in getornull and free early returnsRémi Verschelde
2020-02-11Vulkan/RD rasterizer now does clean exit.Juan Linietsky
2020-02-11Merge pull request #29993 from bruvzg/vulkanRémi Verschelde
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-11Custom material support seems complete.Juan Linietsky
2020-02-11Normalmapping and Specularmapping working in 2D engineJuan Linietsky
2020-02-11basic 2D engine is more or less working with Vulkan, including editor.Juan Linietsky
2020-02-11Basic 2D engine is more or less working, needs more work for editor to be usa...Juan Linietsky
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-11Modify RenderingDevice to use RIDs, now that they are O(1)Juan Linietsky
2020-02-11Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky
2020-02-11Initial work on Vulkan:Juan Linietsky
2020-02-11Merge pull request #36097 from madmiraal/fix-c4715-warningRémi Verschelde
2020-02-11Refactor List operator[] to prevent compiler warnings.Marcel Admiraal
2020-02-11Merge pull request #33731 from madmiraal/fix-c4996-warningRémi Verschelde
2020-02-11Merge pull request #36072 from RandomShaper/imvu/configfile_parseRémi Verschelde
2020-02-10Merge pull request #36073 from RandomShaper/imvu/fix_variantparser_eofRémi Verschelde
2020-02-10Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde
2020-02-10Add ConfigFile::parse()Pedro J. Estébanez
2020-02-10Fix VariantParser::StreamString EOF determinationPedro J. Estébanez
2020-02-08Merge pull request #36011 from madmiraal/fix-33391Rémi Verschelde
2020-02-08Merge pull request #35682 from nathanwfranke/canvas-cull-control-fixRémi Verschelde
2020-02-08Remove do{ } while(0) wrapper around error macros.Marcel Admiraal
2020-02-07Fix bug where Control at origin with 0 size not renderednathanwfranke
2020-02-07SCons: Generate header with info on which modules are enabledRémi Verschelde
2020-02-06Merge pull request #35887 from dankan1890/quick_fixRémi Verschelde
2020-02-05Apply macro documentation from #35521.Marcel Admiraal
2020-02-05Remove trailing semicolons from do..while wrappers.Marcel Admiraal
2020-02-05Add do..while(0) wrappers to macros without one.Marcel Admiraal
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-02-05Clean up error_macros.hMarcel Admiraal
2020-02-03Fixed String::humanize_size crash.dankan1890
2020-01-28Color: Fix deprecation warning mentioning 'get_v()' instead of 'v'Rémi Verschelde
2020-01-28MessageQueue: Fix setting name in OOM error messageRémi Verschelde
2020-01-28Fixes invalid writes in Image operationsHaoyu Qiu
2020-01-26Merge pull request #35521 from Calinou/improve-error-macrosRémi Verschelde
2020-01-26doc: Document named color constantsRémi Verschelde
2020-01-24Improve and document error macrosHugo Locurcio