summaryrefslogtreecommitdiffstats
path: root/core/core_constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-1/+1
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-1/+1
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-4/+4
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-15/+15
* Merge pull request #46378 from reduz/static-method-in-variant-typesRémi Verschelde2021-03-161-0/+1
|\
| * Add static method support to core Variant typesreduz2021-03-161-0/+1
* | Implement Navigation layersGilles Roudière2021-03-101-0/+2
|/
* Bind ClockDirection enumGeorge Marques2021-02-231-0/+3
* Add support for new SDL gamecontroller keywords.Marcel Admiraal2021-02-071-0/+6