Age | Commit message (Expand) | Author |
2020-02-11 | Rewrote large part of rendering, omni and spot shadows now work. | Juan Linietsky |
2020-02-11 | Yay very basic 3D (only white) finally shows. | Juan Linietsky |
2020-02-11 | RID_Alloc: Fix locking in getornull and free early returns | Rémi Verschelde |
2020-02-11 | Vulkan/RD rasterizer now does clean exit. | Juan Linietsky |
2020-02-11 | Merge pull request #29993 from bruvzg/vulkan | Rémi Verschelde |
2020-02-11 | Add runtime GLES2 / Vulkan context selection. | bruvzg |
2020-02-11 | Add static Vulkan loader. | bruvzg |
2020-02-11 | Added a spinlock template as well as a thread work pool class. | Juan Linietsky |
2020-02-11 | Custom material support seems complete. | Juan Linietsky |
2020-02-11 | Normalmapping and Specularmapping working in 2D engine | Juan Linietsky |
2020-02-11 | basic 2D engine is more or less working with Vulkan, including editor. | Juan Linietsky |
2020-02-11 | Basic 2D engine is more or less working, needs more work for editor to be usa... | Juan Linietsky |
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky |
2020-02-11 | Modify RenderingDevice to use RIDs, now that they are O(1) | Juan Linietsky |
2020-02-11 | Refactored RID/RID_Owner to always use O(1) allocation. | Juan Linietsky |
2020-02-11 | Initial work on Vulkan: | Juan Linietsky |
2020-02-11 | Merge pull request #36097 from madmiraal/fix-c4715-warning | Rémi Verschelde |
2020-02-11 | Fixes crash when resource file is corrupted | Haoyu Qiu |
2020-02-11 | Refactor List operator[] to prevent compiler warnings. | Marcel Admiraal |
2020-02-11 | Merge pull request #33731 from madmiraal/fix-c4996-warning | Rémi Verschelde |
2020-02-11 | Merge pull request #36072 from RandomShaper/imvu/configfile_parse | Rémi Verschelde |
2020-02-10 | Merge pull request #36073 from RandomShaper/imvu/fix_variantparser_eof | Rémi Verschelde |
2020-02-10 | Merge pull request #35301 from Calinou/improve-console-error-logging | Rémi Verschelde |
2020-02-10 | Add ConfigFile::parse() | Pedro J. Estébanez |
2020-02-10 | Fix VariantParser::StreamString EOF determination | Pedro J. Estébanez |
2020-02-09 | Read and write exported infs/nans correctly (#35388) | sumit0190 |
2020-02-08 | Merge pull request #36011 from madmiraal/fix-33391 | Rémi Verschelde |
2020-02-08 | Merge pull request #35682 from nathanwfranke/canvas-cull-control-fix | Rémi Verschelde |
2020-02-08 | Remove do{ } while(0) wrapper around error macros. | Marcel Admiraal |
2020-02-07 | Fix bug where Control at origin with 0 size not rendered | nathanwfranke |
2020-02-07 | SCons: Generate header with info on which modules are enabled | Rémi Verschelde |
2020-02-06 | Merge pull request #35887 from dankan1890/quick_fix | Rémi Verschelde |
2020-02-05 | Apply macro documentation from #35521. | Marcel Admiraal |
2020-02-05 | Remove trailing semicolons from do..while wrappers. | Marcel Admiraal |
2020-02-05 | Add do..while(0) wrappers to macros without one. | Marcel Admiraal |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-02-05 | Clean up error_macros.h | Marcel Admiraal |
2020-02-03 | Fixed String::humanize_size crash. | dankan1890 |
2020-01-28 | Color: Fix deprecation warning mentioning 'get_v()' instead of 'v' | Rémi Verschelde |
2020-01-28 | MessageQueue: Fix setting name in OOM error message | Rémi Verschelde |
2020-01-28 | Fixes invalid writes in Image operations | Haoyu Qiu |
2020-01-26 | Merge pull request #35521 from Calinou/improve-error-macros | Rémi Verschelde |
2020-01-26 | doc: Document named color constants | Rémi Verschelde |
2020-01-24 | Improve and document error macros | Hugo Locurcio |
2020-01-24 | Add explanations for errors related to Vector/Quat normalization | Hugo Locurcio |
2020-01-23 | Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit | Rémi Verschelde |
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço |
2020-01-23 | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio |
2020-01-22 | Merge pull request #35414 from Ovnuniarchos/AlsaMidiBadPitchBend | Rémi Verschelde |