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
*
Properly report Callable bound arguments
Juan Linietsky
2023-01-08
1
-1
/
+1
*
Merge pull request #64253 from heppocogne/Fix-native-enum-release-1
Rémi Verschelde
2023-01-06
1
-14
/
+5
|
\
|
*
Register native base class name of enum types when release build
heppocogne
2022-12-30
1
-14
/
+5
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
21
-609
/
+609
*
|
Improve logic around using Ref<T> with GDExtension virtual functions
Bastiaan Olij
2022-12-13
1
-0
/
+3
*
|
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
Rémi Verschelde
2022-12-12
6
-89
/
+89
|
\
\
|
*
|
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
6
-89
/
+89
*
|
|
Fix unable to disconnect signal in Editor once created
Micky
2022-12-08
1
-0
/
+1
|
/
/
*
|
Merge pull request #69343 from YuriSizov/core-missing-property-revert-getters
Rémi Verschelde
2022-12-05
1
-0
/
+2
|
\
\
|
*
|
Add missing public property_*_revert getters
Yuri Sizov
2022-11-29
1
-0
/
+2
*
|
|
Merge pull request #69357 from TokageItLab/byebye-trigger
Rémi Verschelde
2022-12-05
1
-16
/
+15
|
\
\
\
|
*
|
|
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
Silc Renew
2022-12-02
1
-16
/
+15
|
|
/
/
*
/
/
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-02
3
-28
/
+28
|
/
/
*
|
Merge pull request #67680 from haasanen/fix_physics_thread_race_condition
Rémi Verschelde
2022-11-29
1
-1
/
+3
|
\
\
|
*
|
Fixes HashMap::erase related race condition in WorkerThreadPool when Physics ...
Simo Haasanen
2022-10-20
1
-1
/
+3
*
|
|
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
Rémi Verschelde
2022-11-24
1
-0
/
+4
*
|
|
Fixes inability to assign script after clearing
ocean (they/them)
2022-11-21
1
-2
/
+4
*
|
|
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
Micky
2022-11-15
1
-2
/
+0
*
|
|
Merge pull request #67963 from KoBeWi/den_of_actions
Rémi Verschelde
2022-11-14
2
-0
/
+5
|
\
\
\
|
*
|
|
Fix nested actions in EditorUndoRedoManager
kobewi
2022-10-28
2
-0
/
+5
|
|
/
/
*
|
|
Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func...
Emmanuel Leblond
2022-11-12
1
-13
/
+7
*
|
|
Fix default values on virtual classes causing errors in projects
Aaron Franke
2022-11-09
1
-1
/
+1
*
|
|
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
4
-28
/
+39
*
|
|
Fix default values not showing up on virtual classes
Aaron Franke
2022-11-06
1
-1
/
+1
*
|
|
Don't allow instancing virtual node types in the Create New Node dialog
Aaron Franke
2022-11-05
1
-1
/
+7
*
|
|
Merge pull request #67693 from Mickeon/slight-hint-shuffling
Rémi Verschelde
2022-11-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix unordered values of PROPERTY_HINT_INT_IS_POINTER & ARRAY_TYPE
Micky
2022-10-21
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-3
/
+3
|
\
\
\
|
*
|
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-3
/
+3
|
|
/
/
*
/
/
Minor code improvements
kobewi
2022-10-18
1
-1
/
+1
|
/
/
*
|
GDExtension: add support for abstract and virtual classes
Ricardo Buring
2022-10-16
2
-1
/
+6
*
|
Merge pull request #66427 from Mickeon/object-methods-autocompletion
Rémi Verschelde
2022-10-13
1
-0
/
+40
|
\
\
|
*
|
Add autocompletion to several Object methods
Micky
2022-09-26
1
-0
/
+40
*
|
|
Merge pull request #67300 from Mickeon/indexed-objection
Rémi Verschelde
2022-10-12
1
-2
/
+2
|
\
\
\
|
*
|
|
Rename `set`/`get_indexed`'s "property" to "property_path"
Micky
2022-10-12
1
-2
/
+2
*
|
|
|
Fix _unnamed_arg so that arguments defined by GDExtension show up in docs.
Quentin Quaadgras
2022-10-12
1
-1
/
+3
|
/
/
/
*
|
|
Implement ScriptExtension::get_documentation
Emmanuel Leblond
2022-10-11
1
-1
/
+4
*
|
|
SCons: Re-enable treating `#warning` as error with `werror`
Rémi Verschelde
2022-10-10
1
-3
/
+1
*
|
|
SCons: Cleanup GCC warnings configuration
Rémi Verschelde
2022-10-10
1
-48
/
+0
*
|
|
Validate input in `ScriptServer::register_language`
Haoyu Qiu
2022-10-08
1
-0
/
+1
*
|
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-6
/
+6
*
|
|
free NativeExtensionMethodBinds on unregister
Waridley
2022-10-05
1
-1
/
+5
*
|
|
Merge pull request #66839 from aaronfranke/editor-prop-hide-slider
Rémi Verschelde
2022-10-05
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix hide_slider vs no_slider inconsistency in editor property code
Aaron Franke
2022-10-03
1
-1
/
+1
*
|
|
|
Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build
Rémi Verschelde
2022-10-03
1
-22
/
+0
|
/
/
/
*
|
|
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
*
|
|
Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers t...
bruvzg
2022-09-28
1
-6
/
+6
*
|
|
MethodBind: Silence GCC `-Wmaybe-uninitialized` caused by UBSAN
Rémi Verschelde
2022-09-26
1
-0
/
+8
|
/
/
*
|
Merge pull request #66110 from Zylann/reference_get_count
Rémi Verschelde
2022-09-22
2
-2
/
+3
|
\
\
|
*
|
Rename and expose `RefCounted::get_reference_count()`
Marc Gilleron
2022-09-21
2
-2
/
+3
[next]