summaryrefslogtreecommitdiff
path: root/core/core_constants.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-15[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg
2022-12-02Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew
2022-11-15Remove `PROPERTY_HINT_IMAGE_COMPRESS` constantsMicky
2022-11-02Move EulerOrder enum to math_defs.h and global scopeAaron Franke
2022-09-28Expose `PROPERTY_USAGE_READ_ONLY`Marc Gilleron
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-08-26[macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg
2022-08-24Implement Quaternion EditorSilc Renew
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-15Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg
2022-07-12Remove unused hintskobewi
2022-06-27Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee
2022-06-25Add ability to export Node pointers as NodePathsreduz
2022-06-21Merge pull request #62122 from reduz/implement-movie-writerRémi Verschelde
2022-06-21Implement Running Godot as Movie Writerreduz
2022-06-17Make enum/constant binds 64-bit.bruvzg
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