index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
variant
/
variant_setget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-3
/
+3
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+33
*
[Core] Fix property access on read-only `Dictionary`
A Thousand Ships
2024-04-22
1
-4
/
+10
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-3
/
+3
*
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
1
-4
/
+4
*
Merge pull request #82639 from golfinq/gdscript-improve-indexing-error
Rémi Verschelde
2024-01-04
1
-2
/
+38
|
\
|
*
GDScript: Improve error messages for invalid indexing
Rémi Verschelde
2023-10-02
1
-2
/
+38
*
|
Core: Allow methods of built-in `Variant` types to be used as Callables
Danil Alexeev
2023-10-25
1
-24
/
+29
|
/
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-3
/
+3
*
Revert "Add API for HSL conversion"
clayjohn
2023-05-10
1
-4
/
+0
*
Add API for HSL conversion
bonjorno7
2023-05-09
1
-0
/
+4
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-4
/
+4
*
Add property usage to array indexer
Raul Santos
2023-01-19
1
-1
/
+16
*
GDScript: Fix typing of iterator in for loop
Dmitrii Maganov
2023-01-13
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-04
1
-1
/
+1
*
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-09-15
1
-566
/
+0
*
Add some missing Vector4 methods
kobewi
2022-07-26
1
-0
/
+4
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+17
*
Implement read-only arrays
George Marques
2022-05-17
1
-0
/
+9
*
Implement read-only dictionaries.
reduz
2022-05-16
1
-0
/
+13
*
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
1
-1
/
+1
*
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
1
-1
/
+1
|
\
|
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-1
/
+1
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-13
/
+13
|
/
*
Make blend animation to use ResetTrack as default value
Silc 'Tokage' Renew
2022-04-10
1
-0
/
+104
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-3
/
+3
*
Merge pull request #53684 from TokageItLab/orthogonal-mode
Rémi Verschelde
2022-01-05
1
-1
/
+1
|
\
|
*
Fix some gizmo behavior to make more consistent
Silc 'Tokage' Renew
2021-12-25
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-3
/
+3
|
/
*
Modify Dictionary::operator== to do real key/value comparison with recursive ...
Emmanuel Leblond
2021-10-30
1
-4
/
+8
*
Fix LUA-style assignment in Dictionary
kobewi
2021-10-05
1
-1
/
+2
*
Allow indexing of String values in scripting languages
George Marques
2021-09-17
1
-0
/
+86
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-6
/
+6
*
Implement native extension system
reduz
2021-06-25
1
-2
/
+2
*
Make some variant internal functions public.
reduz
2021-06-17
1
-277
/
+2
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-3
/
+3
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-16
/
+16
*
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-2
/
+2
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-5
/
+5
*
Fix PackedFloat32Array get index not working
Julien Nguyen
2021-04-12
1
-0
/
+1
*
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
1
-2
/
+4
*
Make Variant setget use set() method of Array
George Marques
2021-03-18
1
-60
/
+58
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-3
/
+3
[next]