summaryrefslogtreecommitdiffstats
path: root/core/core_constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use "enum class" for input enumsAaron Franke2021-11-121-320/+331
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-011-2/+2
* Merge pull request #52442 from Faless/mp/4.x_rpc_managerMax Hilbrunner2021-09-071-0/+10
|\
| * [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-0/+10
* | Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-0/+1
|/
* Implement NativeExtension pointer argumentsreduz2021-08-231-0/+1
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-0/+1
* Use Key enum instead of plain integersAaron Franke2021-08-101-3/+0
* Merge pull request #51017 from vnen/extension-fixesRémi Verschelde2021-08-101-0/+34
|\
| * Bind missing constants from PropertyHint and PropertyUsageGeorge Marques2021-08-061-0/+34
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-0/+13
|/
* Add type variations to ThemeYuri Sizov2021-07-131-0/+1
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+0
* Move many input enums to their own fileAaron Franke2021-06-201-4/+0
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-1/+1