Age | Commit message (Expand) | Author |
2020-05-27 | Fix unsigned integer bug in LocalVector::erase | Maganty Rushyendra |
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) |
2020-05-25 | Add static_assert checks where code assumes VARIANT_ARG_MAX == 5 | Timo Schwarzer |
2020-05-25 | Improve documentation of ProjectSettings::setup | Rémi Verschelde |
2020-05-25 | Merge pull request #38887 from AndreaCatania/oahash_imp | Rémi Verschelde |
2020-05-25 | - Make sure it's impossible to initialize an OAHashMap with 0 capacity (would... | Andrea Catania |
2020-05-23 | Merge pull request #38396 from nekomatata/unexpose-sort-children | Rémi Verschelde |
2020-05-22 | Merge pull request #38886 from Xrayez/save-png-to-buffer-bind | Rémi Verschelde |
2020-05-21 | Expose loading TGA images in Image. | Paul Herman |
2020-05-20 | Docs: Fix order of variant constants. | bruvzg |
2020-05-20 | Expose `Image.save_png_to_buffer` method | Andrii Doroshenko (Xrayez) |
2020-05-20 | [Windows] Add tablet driver selection. | bruvzg |
2020-05-19 | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde |
2020-05-19 | Style: Fix unnecessary semicolons that confused clang-format | Rémi Verschelde |
2020-05-19 | Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3 | Rémi Verschelde |
2020-05-18 | Fix leaks and crashes in OAHashMap | Pedro J. Estébanez |
2020-05-16 | Fix Container sorting not working when overriding _sort_children in gdscript | PouleyKetchoupp |
2020-05-16 | Remove HQ2X and the `Image.expand_2x_hq2x()` method | Hugo Locurcio |
2020-05-15 | Merge pull request #38760 from akien-mga/error-macros-style | Rémi Verschelde |
2020-05-15 | Error macros: Improve style of error messages | Rémi Verschelde |
2020-05-15 | Merge pull request #38717 from madmiraal/fix-image-uninitialized-warning | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Style: Fix missing/invalid copyright headers | Rémi Verschelde |
2020-05-14 | Silence 'w' may be used uninitialized in image.cpp warning. | Marcel Admiraal |
2020-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-05-14 | Modernize remaining uses of 0/NULL instead of nullptr (C++11) | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-13 | Implement half axis and inverted axis mapping. | Marcel Admiraal |
2020-05-13 | Update game controller enums. | Marcel Admiraal |
2020-05-13 | Parse SDL game controller half axis and inverted axis entries. | Marcel Admiraal |
2020-05-12 | Add support for multiple RemoteDebuggerPeer(s). | Fabio Alessandrelli |
2020-05-12 | Rename SSL certificate bundle setting to clarify the "overriding" aspect | Hugo Locurcio |
2020-05-11 | thirdparty: Cleanup after #38386, document provenance and copyright | Rémi Verschelde |
2020-05-11 | Merge pull request #38386 from reduz/new-lightmapper | Rémi Verschelde |
2020-05-11 | Input: Readd 'Default Android Gamepad' magic binding | Rémi Verschelde |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-05-10 | Merge pull request #38548 from kuruk-mm/add_string_join_to_gdscript | Rémi Verschelde |
2020-05-10 | Revert "Renamed plane's d to distance" | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: Add missing copyright headers | Rémi Verschelde |
2020-05-10 | Merge pull request #37020 from aaronfranke/range | Rémi Verschelde |
2020-05-10 | Renamed plane's d to distance | Marcus Elg |
2020-05-09 | Merge pull request #38481 from RandomShaper/improve_yield | Rémi Verschelde |
2020-05-09 | Allow Vector2/Vector3 iterators to have non-integer values | Aaron Franke |
2020-05-09 | Allow using integer vectors for iteration and make range() use them | Aaron Franke |
2020-05-09 | GDScript: Add join method on String | Mateo Kuruk Miccino |
2020-05-08 | Removed const from OAHashMap iterator value | Andrea Catania |