Age | Commit message (Expand) | Author |
2020-06-03 | Enable zero padding with float specifier for format strings | Maganty Rushyendra |
2020-06-03 | Fix docs generation for Vector2i/Vector3i/Rect2i | Yuri Roubinsky |
2020-06-03 | Rename String bin_to_int64 to bin_to_int | Aaron Franke |
2020-06-03 | Remove 32-bit String hex_to_int method | Aaron Franke |
2020-06-03 | Remove 32-bit String to_int method | Aaron Franke |
2020-06-02 | Fix for Expression class: inner string can be single quoted | ntfs.hard |
2020-05-31 | Print errors when calling MIDI input methods on unsupported platforms | Hugo Locurcio |
2020-05-31 | Fixing wrong blending rect methods | azagaya |
2020-05-31 | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t... | Emmanuel Leblond |
2020-05-29 | Merge pull request #39051 from Xrayez/geometry-split | Rémi Verschelde |
2020-05-28 | Use translated docs in PropertySelector | Rémi Verschelde |
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 |