summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_setget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+4
|\
| * Merge pull request #82845 from Hysterelius/masterThaddeus Crews2024-11-111-0/+4
| |\
| | * Color: Expose OKHSL propertiesHysterelius2024-11-111-0/+4
* | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Core: Fix `operator[]` for typed dictionariesThaddeus Crews2024-09-121-36/+8
* | Implement typed dictionariesThaddeus Crews2024-09-041-47/+44
* | StringName Dictionary keysrune-scape2024-08-291-2/+2
* | Add shorthand for using singleton string nameskobewi2024-05-111-3/+3
* | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+33
* | [Core] Fix property access on read-only `Dictionary`A Thousand Ships2024-04-221-4/+10
* | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-3/+3
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-4/+4
* | Merge pull request #82639 from golfinq/gdscript-improve-indexing-errorRémi Verschelde2024-01-041-2/+38
|\ \
| * | GDScript: Improve error messages for invalid indexingRémi Verschelde2023-10-021-2/+38
| |/
* / Core: Allow methods of built-in `Variant` types to be used as CallablesDanil Alexeev2023-10-251-24/+29
|/
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-3/+3
* Revert "Add API for HSL conversion"clayjohn2023-05-101-4/+0
* Add API for HSL conversionbonjorno72023-05-091-0/+4
* Use range iterators in LocalVector loopskobewi2023-01-211-4/+4
* Add property usage to array indexerRaul Santos2023-01-191-1/+16
* GDScript: Fix typing of iterator in for loopDmitrii Maganov2023-01-131-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-1/+1
* Move some methods to Animation from Variant for refactoringSilc Renew2022-09-151-566/+0
* Add some missing Vector4 methodskobewi2022-07-261-0/+4
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+17
* Implement read-only arraysGeorge Marques2022-05-171-0/+9
* Implement read-only dictionaries.reduz2022-05-161-0/+13
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-1/+1
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-1/+1
|\
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-1/+1
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-13/+13
|/
* Make blend animation to use ResetTrack as default valueSilc 'Tokage' Renew2022-04-101-0/+104
* Remove VARIANT_ARG* macrosreduz2022-03-091-3/+3
* Merge pull request #53684 from TokageItLab/orthogonal-modeRémi Verschelde2022-01-051-1/+1
|\
| * Fix some gizmo behavior to make more consistentSilc 'Tokage' Renew2021-12-251-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-3/+3
|/
* Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond2021-10-301-4/+8
* Fix LUA-style assignment in Dictionarykobewi2021-10-051-1/+2
* Allow indexing of String values in scripting languagesGeorge Marques2021-09-171-0/+86
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+6
* Implement native extension systemreduz2021-06-251-2/+2
* Make some variant internal functions public.reduz2021-06-171-277/+2
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-16/+16
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-5/+5