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
/
extension
/
extension_api_dump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #817 from Spartan322/4.3-fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
|
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Fix `GDExtensionAPIDump` lacking status_version header
Spartan322
2024-10-27
1
-0
/
+1
|
/
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-13
/
+22
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+2
*
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
1
-14
/
+10
*
Fix operator documentation in GDExtension API dump with docs
Ricardo Buring
2023-12-12
1
-3
/
+8
*
Add brief description in GDExtension API dump with docs
Ricardo Buring
2023-10-14
1
-20
/
+22
*
Optionally include documentation in GDExtension API dump
Ricardo Buring
2023-09-26
1
-4
/
+217
*
Fix method hashes with default arguments
David Snopek
2023-09-21
1
-1
/
+9
*
Exclude unexposed classes from the extension_api.json
David Snopek
2023-08-29
1
-0
/
+3
*
Update extension api validation
RedworkDE
2023-05-24
1
-27
/
+104
*
Add a backwards-compatibility system for GDExtension method
Juan Linietsky
2023-05-15
1
-0
/
+280
*
Fix crash when dumping extension API in a non-writable directory
Haoyu Qiu
2023-03-08
1
-0
/
+1
*
Add `GodotTypeInfo::Metadata` to `MethodInfo`
Raul Santos
2023-01-26
1
-2
/
+13
*
Add missing is_bitfield field for global enum in extension_api_dump
Emmanuel Leblond
2023-01-14
1
-0
/
+3
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-0
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #65990 from touilleMan/gdextension-expose-builtins-members...
Rémi Verschelde
2022-12-19
1
-62
/
+148
|
\
|
*
Expose in builtins' members internal type & size (on top of offset) in extens...
Emmanuel Leblond
2022-12-15
1
-62
/
+148
*
|
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-4
/
+4
|
/
*
Merge pull request #64427 from touilleMan/gdextension-skip-undefined-field-in...
Rémi Verschelde
2022-12-01
1
-3
/
+12
|
\
|
*
Skip unset getter/setter/index fields in class property when generating exten...
Emmanuel Leblond
2022-11-12
1
-3
/
+12
*
|
Correct Rect2 members offsets declaration in extension_api.json generator
Emmanuel Leblond
2022-11-12
1
-1
/
+1
|
/
*
GDExtension: Ensure newline at EOF
Rémi Verschelde
2022-11-07
1
-4
/
+5
*
Fix extension_api.json Variant types incorrectly displayed as `Nil`
Emmanuel Leblond
2022-10-10
1
-17
/
+22
*
Merge pull request #65817 from bruvzg/typed_array
Rémi Verschelde
2022-09-23
1
-0
/
+3
|
\
|
*
[GDExtension] Implement support for typed arrays.
bruvzg
2022-09-22
1
-0
/
+3
*
|
Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1
Rémi Verschelde
2022-09-22
1
-2
/
+2
|
/
*
Fix is_keyed param in extension_api.json
Emmanuel Leblond
2022-09-21
1
-1
/
+1
*
Merge pull request #64690 from touilleMan/projection-members-offsets-in-gdent...
Rémi Verschelde
2022-08-23
1
-1
/
+6
|
\
|
*
Add missing Projection's members offsets to gdextension_api.json
Emmanuel Leblond
2022-08-21
1
-1
/
+6
*
|
Ignore fake properties in classes when generating extension_api.json
Emmanuel Leblond
2022-08-22
1
-1
/
+8
|
/
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+14
*
Use BitField hint for the TextServer enums. Add missing parts for BitField su...
bruvzg
2022-07-15
1
-1
/
+4
*
Implement a BitField hint
reduz
2022-07-05
1
-1
/
+2
*
Add core types enums description to extension api json
Pierre-Thomas Meisels
2022-06-23
1
-0
/
+32
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-5
/
+5
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Fix extension_api.json builtin_class_member_offsets member names for Color
Emmanuel Leblond
2022-05-08
1
-4
/
+4
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+1
*
Add static method support to ClassDB
reduz
2022-03-22
1
-0
/
+2
*
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-15
1
-18
/
+7
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-0
/
+17
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-3
/
+3
*
Implement NativeExtension pointer arguments
reduz
2021-08-23
1
-0
/
+21
[next]