| Commit message (Expand) | Author | Age | Files | Lines |
| * | Makes FontData importable resource. | bruvzg | 2021-08-27 | 1 | -56/+7 |
| * | Reorganise text editor settings | Paulb23 | 2021-08-16 | 1 | -6/+6 |
| * | Some work on double support | Aaron Franke | 2021-08-09 | 1 | -4/+4 |
| * | Use real_t in editor plugins | Aaron Franke | 2021-08-01 | 1 | -1/+1 |
| * | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 |
| * | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -4/+4 |
| * | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -6/+6 |
| * | Fix font preview text for CJKV ideographs | Haoyu Qiu | 2021-06-08 | 1 | -1/+1 |
| * | Rename Transform to Transform3D in core | Aaron Franke | 2021-06-03 | 1 | -7/+7 |
| * | Implement shader caching | reduz | 2021-05-31 | 1 | -1/+1 |
| * | Highlight control flow keywords with a different color | Hugo Locurcio | 2021-05-05 | 1 | -4/+16 |
| * | Add comment highlighting to script thumbnails | Michael Alexsander | 2021-05-02 | 1 | -19/+33 |
| * | Remove obsolete LargeTexture, it's no longer useful since 3.x | Rémi Verschelde | 2021-04-28 | 1 | -3/+0 |
| * | Rename Texture.get_data() to get_image() | Marcel Admiraal | 2021-03-28 | 1 | -2/+2 |
| * | Modernize atomics | Pedro J. Estébanez | 2021-02-18 | 1 | -9/+9 |
| * | Use Math_TAU and deg2rad/rad2deg in more places and optimize code | Aaron Franke | 2021-01-09 | 1 | -5/+7 |
| * | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| * | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -2/+2 |
| * | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -14/+68 |
| * | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | 2020-09-03 | 1 | -2/+2 |
| * | Fix editor texture preview for certain specific dimensions | Maganty Rushyendra | 2020-06-18 | 1 | -1/+2 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -14/+28 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+3 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -42/+0 |
| * | Enforce use of bool literals instead of integers | Rémi Verschelde | 2020-05-14 | 1 | -2/+2 |
| * | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -97/+97 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -20/+11 |
| * | Base 3D engine done, still untested, though. | Juan Linietsky | 2020-02-11 | 1 | -3/+0 |
| * | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -43/+44 |
| * | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
| * | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
| * | Show thumbnail for DynamicFont resource | volzhs | 2019-11-27 | 1 | -7/+11 |
| * | Memory leak and crash fixes | Rafał Mikrut | 2019-11-10 | 1 | -3/+5 |
| * | Fix crash when AudioStreamOGGVorbis is empty | qarmin | 2019-08-30 | 1 | -0/+1 |
| * | Use reference to constant in functions | qarmin | 2019-07-10 | 1 | -11/+11 |
| * | Added release function to PoolVector::Access. | Ibrahn Sahir | 2019-07-06 | 1 | -1/+1 |
| * | Small fixes to unrechable code, possibly overflows, using NULL pointers | qarmin | 2019-06-03 | 1 | -1/+1 |
| * | Renamed EditorResourcePreviewGenerator.should_generate_small_preview() to gen... | MrCdK | 2019-05-20 | 1 | -4/+4 |
| * | Don't crash on previewing an AtlasTexture without a region | Hein-Pieter van Braam | 2019-02-27 | 1 | -0/+5 |
| * | Clear canvas item after rendering font, fixes #23774 | Juan Linietsky | 2019-02-23 | 1 | -3/+8 |
| * | Scene: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 1 | -1/+1 |
| * | Remove unnecessary call VS::get_singleton() twice | volzhs | 2019-01-29 | 1 | -3/+3 |
| * | Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl... | Juan Linietsky | 2019-01-27 | 1 | -1/+3 |
| * | Add thumbnails to LargeTexture | Timo Schwarzer | 2019-01-03 | 1 | -0/+3 |
| * | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
| * | Add thumnails to the tree view | groud | 2018-09-14 | 1 | -77/+74 |
| * | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -3/+3 |
| * | It is now possible to import images as a separate resource, closes #5738 and ... | Juan Linietsky | 2018-07-29 | 1 | -22/+73 |
| * | Entirely new (and much improved) animation editor. | Juan Linietsky | 2018-06-07 | 1 | -235/+53 |
| * | Fix index out of size error of image.cpp | volzhs | 2018-05-29 | 1 | -0/+1 |