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
/
object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow coexistance of GDScript and GDExtension virtual methods in the same object
anrp
2023-10-19
1
-2
/
+2
*
Fix tilemap live editing while game is running
pancelor
2023-10-14
2
-21
/
+24
*
Merge pull request #72751 from dalexeev/doc-comment-color
Rémi Verschelde
2023-10-09
3
-0
/
+12
|
\
|
*
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
3
-0
/
+12
*
|
Merge pull request #83003 from AThousandShips/null_check_extra
Rémi Verschelde
2023-10-09
1
-3
/
+3
|
\
\
|
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-3
/
+3
|
|
/
*
|
Merge pull request #83002 from AThousandShips/safety_check
Rémi Verschelde
2023-10-09
1
-2
/
+2
|
\
\
|
*
|
Replace `sanity` with `safety` for checks
A Thousand Ships
2023-10-08
1
-2
/
+2
|
|
/
*
/
Fixes to allow object-less callables throughout Godot
Mai Lavelle
2023-10-06
2
-16
/
+39
|
/
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-9
/
+2
*
Merge pull request #82799 from CedNaru/feature/expose_free_instance_binding
Rémi Verschelde
2023-10-05
2
-2
/
+2
|
\
|
*
expose Object::free_instance_binding to GDExtension
Ced Naru
2023-10-04
2
-2
/
+2
*
|
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
4
-1
/
+14
|
/
*
Merge pull request #82682 from dsnopek/gdextension-dont-deprecate-script-cate...
Rémi Verschelde
2023-10-03
1
-2
/
+0
|
\
|
*
GDExtension: Don't deprecate old method of getting script category
David Snopek
2023-10-02
1
-2
/
+0
*
|
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
1
-8
/
+10
|
/
*
add GDExtensionScriptInstanceGetClassCategory
David Cambré
2023-09-27
1
-3
/
+14
*
Merge pull request #80527 from raulsntos/dotnet/generate-compat-methods-from-...
Rémi Verschelde
2023-09-26
2
-3
/
+60
|
\
|
*
C#: Generate and use compat methods
Raul Santos
2023-09-19
2
-3
/
+60
*
|
Merge pull request #82332 from Sauermann/fix-struct-type
Rémi Verschelde
2023-09-26
1
-1
/
+1
|
\
\
|
*
|
Fix type of notification_func
Markus Sauermann
2023-09-25
1
-1
/
+1
*
|
|
Merge pull request #80284 from dsnopek/gdextension-hot-reload
Rémi Verschelde
2023-09-26
6
-12
/
+163
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Implement reloading of GDExtensions
David Snopek
2023-09-25
6
-12
/
+163
*
|
|
Merge pull request #82195 from AThousandShips/radian_fix
Rémi Verschelde
2023-09-25
1
-1
/
+1
|
\
\
\
|
*
|
|
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
6
-3
/
+25
|
\
\
\
|
*
|
|
C#: Abstract script class support
398utubzyt
2023-09-15
6
-3
/
+25
*
|
|
|
Merge pull request #78573 from dalexeev/editor-create-script-class-name
Rémi Verschelde
2023-09-25
3
-0
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Editor: Remove unused Class Name field from Create Script dialog
Danil Alexeev
2023-09-12
3
-0
/
+6
*
|
|
|
Merge pull request #81521 from dsnopek/method-bind-default-argument-hash-fix
Rémi Verschelde
2023-09-22
2
-7
/
+10
|
\
\
\
\
|
*
|
|
|
Fix method hashes with default arguments
David Snopek
2023-09-21
2
-7
/
+10
*
|
|
|
|
Add functions for non-ptr style virtual calls in GDExtension
Jeff Ward
2023-09-19
2
-7
/
+22
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
6
-45
/
+45
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #81515 from dsnopek/gdextension-validate-property-object
Rémi Verschelde
2023-09-11
3
-1
/
+25
|
\
\
\
|
*
|
|
Allow implementing `Object::_validate_property()` from GDExtension
David Snopek
2023-09-10
3
-1
/
+25
|
|
/
/
*
|
|
Merge pull request #70329 from Daylily-Zeleen/daylily-zeleen/register_interna...
Rémi Verschelde
2023-09-11
3
-1
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow GDExtension to register unexposed class.
Daylily-Zeleen
2023-09-04
3
-1
/
+28
*
|
|
Merge pull request #81388 from YuriSizov/core-gdvirtual-but-less-confused-abo...
Rémi Verschelde
2023-09-07
5
-94
/
+172
|
\
\
\
|
*
|
|
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
5
-94
/
+172
*
|
|
|
Merge pull request #81304 from ajreckof/Change-precedence-in-rules-to-make-lo...
Rémi Verschelde
2023-09-07
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Change precedence in rules to make location after proper casing.
ajreckof
2023-09-05
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #81261 from dsnopek/gdextension-validate-property
Rémi Verschelde
2023-09-07
1
-1
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Allow implementing `ScriptInstance::validate_property()` from GDExtension
David Snopek
2023-09-04
1
-1
/
+18
*
|
|
|
Merge pull request #74809 from Chaosus/completion_color_xyzw
Rémi Verschelde
2023-09-04
1
-1
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Add coloring for completion of vector components
Yuri Rubinsky
2023-08-30
1
-1
/
+3
*
|
|
|
Merge pull request #81221 from dalexeev/editor-inspector-and-signal-dock-impr...
Rémi Verschelde
2023-09-03
2
-2
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Editor: Inspector and Signal docks improvements
Danil Alexeev
2023-09-02
2
-2
/
+2
|
|
/
/
*
|
|
GDExtension: fix `bool` unknown in C
Jan Haller
2023-09-02
1
-1
/
+1
*
|
|
GDExtension: Allocate `GDExtensionScriptInstanceInfo2` for compatibility on t...
David Snopek
2023-08-31
1
-0
/
+4
|
/
/
*
|
Fix Object::notification order
Markus Sauermann
2023-08-30
4
-10
/
+38
[next]