summaryrefslogtreecommitdiffstats
path: root/core/core_constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-271-0/+1
* Implement typed dictionariesThaddeus Crews2024-09-041-0/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+1
* Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+4
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Fix StringName leaks in GDExtension, core, and editor themesYuri Sizov2023-10-181-0/+2
* Add missing YEN, SECTION and OPENURL names to keycode mappingsAttackButton2023-08-281-4/+4
* Merge pull request #76165 from and-rad/safe-credentialsRémi Verschelde2023-05-101-0/+1
|\
| * Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-0/+1
* | Rework Navigation Avoidancesmix82023-05-101-0/+1
|/
* Make global scope enums accessible as types in GDScriptGeorge Marques2023-02-191-56/+181
* Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for scriptAaron Franke2023-01-241-0/+1
* PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke2023-01-241-1/+1
* Cleanup and unify keyboard input.bruvzg2023-01-231-75/+5
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-12/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-081-59/+88
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-0/+1
* Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/PlayerSilc Renew2022-12-021-1/+0
* Remove `PROPERTY_HINT_IMAGE_COMPRESS` constantsMicky2022-11-151-2/+0
* Move EulerOrder enum to math_defs.h and global scopeAaron Franke2022-11-021-0/+7
* Expose `PROPERTY_USAGE_READ_ONLY`Marc Gilleron2022-09-281-0/+1
* Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-1/+1
* [macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg2022-08-261-0/+1
* Implement Quaternion EditorSilc Renew2022-08-241-0/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-10/+0
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+3
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-0/+1
* Remove unused hintskobewi2022-07-121-7/+0
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+1
* Add ability to export Node pointers as NodePathsreduz2022-06-251-0/+1
* Merge pull request #62122 from reduz/implement-movie-writerRémi Verschelde2022-06-211-0/+1
|\
| * Implement Running Godot as Movie Writerreduz2022-06-211-0/+1
* | Make enum/constant binds 64-bit.bruvzg2022-06-171-10/+10
* | Adding function key support from F17 to F35gregcsokas2022-06-161-0/+19
|/
* Add vector value linkingkobewi2022-06-141-0/+1
* Bind vararg method flag in core constantssps11122022-06-071-0/+1
* finish renaming AUTH to AUTHORITYNathan Franke2022-05-251-1/+1
* Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky2022-05-111-0/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+1
* Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde2022-03-111-0/+1
|\
| * Improve app name and system permission message localization.bruvzg2022-03-041-0/+1
* | bugfix: bind core enums' none valuesPierre-Thomas Meisels2022-03-071-0/+3
|/
* [GDExtension] Add binds for missing methods, operators, and constants require...bruvzg2022-02-081-0/+3
* Improve locale detection.bruvzg2022-01-181-0/+1
* Merge pull request #56224 from Calinou/variant-rename-packed-array-constantsRémi Verschelde2022-01-061-9/+9
|\
| * Rename Variant Packed*Array constants for consistencyHugo Locurcio2021-12-241-9/+9
* | Document InputEventMIDI and add some missing 0xF MIDI messagesAaron Franke2022-01-041-0/+11
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-21/+22