summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-06-03Enable zero padding with float specifier for format stringsMaganty Rushyendra
2020-06-03Fix docs generation for Vector2i/Vector3i/Rect2iYuri Roubinsky
2020-06-03Rename String bin_to_int64 to bin_to_intAaron Franke
2020-06-03Remove 32-bit String hex_to_int methodAaron Franke
2020-06-03Remove 32-bit String to_int methodAaron Franke
2020-06-02Fix for Expression class: inner string can be single quotedntfs.hard
2020-05-31Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio
2020-05-31Fixing wrong blending rect methodsazagaya
2020-05-31Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond
2020-05-29Merge pull request #39051 from Xrayez/geometry-splitRémi Verschelde
2020-05-28Use translated docs in PropertySelectorRémi Verschelde
2020-05-27Fix unsigned integer bug in LocalVector::eraseMaganty Rushyendra
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-25Add static_assert checks where code assumes VARIANT_ARG_MAX == 5Timo Schwarzer
2020-05-25Improve documentation of ProjectSettings::setupRémi Verschelde
2020-05-25Merge pull request #38887 from AndreaCatania/oahash_impRémi Verschelde
2020-05-25- Make sure it's impossible to initialize an OAHashMap with 0 capacity (would...Andrea Catania
2020-05-23Merge pull request #38396 from nekomatata/unexpose-sort-childrenRémi Verschelde
2020-05-22Merge pull request #38886 from Xrayez/save-png-to-buffer-bindRémi Verschelde
2020-05-21Expose loading TGA images in Image.Paul Herman
2020-05-20Docs: Fix order of variant constants.bruvzg
2020-05-20Expose `Image.save_png_to_buffer` methodAndrii Doroshenko (Xrayez)
2020-05-20[Windows] Add tablet driver selection.bruvzg
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-19Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde
2020-05-19Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3Rémi Verschelde
2020-05-18Fix leaks and crashes in OAHashMapPedro J. Estébanez
2020-05-16Fix Container sorting not working when overriding _sort_children in gdscriptPouleyKetchoupp
2020-05-16Remove HQ2X and the `Image.expand_2x_hq2x()` methodHugo Locurcio
2020-05-15Merge pull request #38760 from akien-mga/error-macros-styleRémi Verschelde
2020-05-15Error macros: Improve style of error messagesRémi Verschelde
2020-05-15Merge pull request #38717 from madmiraal/fix-image-uninitialized-warningRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Style: Fix missing/invalid copyright headersRémi Verschelde
2020-05-14Silence 'w' may be used uninitialized in image.cpp warning.Marcel Admiraal
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-13Implement half axis and inverted axis mapping.Marcel Admiraal
2020-05-13Update game controller enums.Marcel Admiraal
2020-05-13Parse SDL game controller half axis and inverted axis entries.Marcel Admiraal
2020-05-12Add support for multiple RemoteDebuggerPeer(s).Fabio Alessandrelli
2020-05-12Rename SSL certificate bundle setting to clarify the "overriding" aspectHugo Locurcio
2020-05-11thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde
2020-05-11Merge pull request #38386 from reduz/new-lightmapperRémi Verschelde
2020-05-11Input: Readd 'Default Android Gamepad' magic bindingRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-05-10Merge pull request #38548 from kuruk-mm/add_string_join_to_gdscriptRémi Verschelde