summaryrefslogtreecommitdiff
path: root/core/core_constants.cpp
AgeCommit message (Expand)Author
2022-06-16Adding function key support from F17 to F35gregcsokas
2022-06-14Add vector value linkingkobewi
2022-06-07Bind vararg method flag in core constantssps1112
2022-05-25finish renaming AUTH to AUTHORITYNathan Franke
2022-05-11Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-03-11Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde
2022-03-07bugfix: bind core enums' none valuesPierre-Thomas Meisels
2022-03-04Improve app name and system permission message localization.bruvzg
2022-02-08[GDExtension] Add binds for missing methods, operators, and constants require...bruvzg
2022-01-18Improve locale detection.bruvzg
2022-01-06Merge pull request #56224 from Calinou/variant-rename-packed-array-constantsRémi Verschelde
2022-01-04Document InputEventMIDI and add some missing 0xF MIDI messagesAaron Franke
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-24Rename Variant Packed*Array constants for consistencyHugo Locurcio
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-01[Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli
2021-09-07Merge pull request #52442 from Faless/mp/4.x_rpc_managerMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-08-23Implement NativeExtension pointer argumentsreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-10Merge pull request #51017 from vnen/extension-fixesRémi Verschelde
2021-08-08[Text Server] Improve object (image/table) inline alignment.bruvzg
2021-08-06Bind missing constants from PropertyHint and PropertyUsageGeorge Marques
2021-07-13Add type variations to ThemeYuri Sizov
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-20Move many input enums to their own fileAaron Franke
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-16Merge pull request #46378 from reduz/static-method-in-variant-typesRémi Verschelde
2021-03-16Add static method support to core Variant typesreduz
2021-03-10Implement Navigation layersGilles Roudière
2021-02-23Bind ClockDirection enumGeorge Marques
2021-02-07Add support for new SDL gamecontroller keywords.Marcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-20Merge pull request #43414 from Xrayez/pi-type-stringRémi Verschelde
2020-12-04Rename TYPE_REAL to TYPE_FLOATGeorge Marques
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut
2020-11-19Update joy button and stick names, enums and documentationMarcel Admiraal
2020-11-09Expose `PROPERTY_HINT_TYPE_STRING` to scriptingAndrii Doroshenko (Xrayez)
2020-11-09Variant: Rename Type::_RID to Type::RIDRémi Verschelde