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
*
Fix the exceptions in signal disconnection
Xwdit
2021-11-17
1
-1
/
+1
*
Merge pull request #53710 from CaptainProton42/fix-extension-class-inspector-...
Hugo Locurcio
2021-11-14
1
-1
/
+6
|
\
|
*
Fetch extension class props from ClassDB
CaptainProton42
2021-10-12
1
-1
/
+6
*
|
Add is_built_in() method to Resource
kobewi
2021-11-04
1
-1
/
+1
*
|
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
3
-3
/
+3
*
|
CI: Update to clang-format 13 using LLVM repo
Rémi Verschelde
2021-10-28
1
-4
/
+4
*
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-1
/
+1
*
|
Remove ItemList editor and replace it by a property array
Gilles Roudière
2021-10-28
1
-1
/
+1
*
|
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-26
1
-1
/
+1
*
|
Fix memory leak in exported project
qarmin
2021-10-18
1
-2
/
+0
*
|
Merge pull request #53757 from groud/fix_undo
Rémi Verschelde
2021-10-13
1
-2
/
+3
|
\
\
|
*
|
Fix undo in inspector not working
Gilles Roudière
2021-10-13
1
-2
/
+3
*
|
|
Merge pull request #52293 from neikeq/class-db-api-type-bug
Rémi Verschelde
2021-10-12
1
-0
/
+3
|
\
\
\
|
*
|
|
Fix ClassDB API type mismatch bug between --editor and player
Ignacio Roldán Etcheverry
2021-08-31
1
-0
/
+3
*
|
|
|
Fix useless debug print
Gilles Roudière
2021-10-12
1
-8
/
+0
|
|
/
/
|
/
|
|
*
|
|
Add a way to force undo/redo operations to be kept in MERGE_ENDS mode
Gilles Roudière
2021-10-12
2
-12
/
+52
|
|
/
|
/
|
*
|
Enable method type information on release builds
George Marques
2021-10-07
4
-77
/
+17
*
|
Improve error message when instantiating virtual class
Maxime Lapointe
2021-10-05
1
-1
/
+1
*
|
Merge pull request #47442 from Shatur/fix-connect-reference-counted
Rémi Verschelde
2021-10-01
1
-1
/
+1
|
\
\
|
*
|
Fix CONNECT_REFERENCE_COUNTED
Shatur95
2021-03-28
1
-1
/
+1
*
|
|
Use range iterators for `Map`
Lightning_A
2021-09-30
2
-8
/
+8
*
|
|
[ClassDB] Unify construct/extension retrieval.
Fabio Alessandrelli
2021-09-22
2
-5
/
+7
*
|
|
[Core] Add ClassDB functions to retrieve/construct extensions.
Fabio Alessandrelli
2021-09-22
2
-0
/
+8
*
|
|
Merge pull request #52442 from Faless/mp/4.x_rpc_manager
Max Hilbrunner
2021-09-07
1
-4
/
+4
|
\
\
\
|
*
|
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-4
/
+4
*
|
|
|
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-07
3
-1
/
+20
|
/
/
/
*
|
|
Apply set_read_only() to child classes of EditorProperty elements
Silc 'Tokage' Renew
2021-09-05
1
-0
/
+1
*
|
|
Merge pull request #52107 from timothyqiu/overriden
Juan Linietsky
2021-08-26
2
-3
/
+3
|
\
\
\
|
*
|
|
Fix misspelled "overriden"
Haoyu Qiu
2021-08-26
2
-3
/
+3
*
|
|
|
Implement error return documetation
reduz
2021-08-24
2
-0
/
+54
|
/
/
/
*
|
|
Implement NativeExtension pointer arguments
reduz
2021-08-23
2
-3
/
+3
*
|
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-11
/
+0
*
|
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
7
-16
/
+46
|
|
/
|
/
|
*
|
Fix capsule height/radius setters with linked properties
PouleyKetchoupp
2021-08-19
3
-0
/
+20
*
|
Merge pull request #51627 from mhilbrunner/todo-for-neikeq
Rémi Verschelde
2021-08-18
2
-22
/
+22
|
\
\
|
*
|
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-17
2
-22
/
+22
*
|
|
Properly set up virtual calls for extensions
George Marques
2021-08-17
1
-1
/
+1
*
|
|
Improve Undo/Redo menu items
Haoyu Qiu
2021-08-17
2
-4
/
+4
|
/
/
*
|
Fix C# native instance bindings after recent re-write
Ignacio Roldán Etcheverry
2021-08-16
2
-0
/
+16
*
|
Add a instance callback for extensions
George Marques
2021-08-05
4
-5
/
+8
*
|
Merge pull request #48615 from Razoric480/lsp-rename
Rémi Verschelde
2021-08-05
1
-0
/
+1
|
\
\
|
*
|
Implement didSave notification and rename request
Francois Belair
2021-07-17
1
-0
/
+1
*
|
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
3
-27
/
+29
*
|
|
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
2
-0
/
+5
|
\
\
\
|
*
|
|
Implement Resource UIDs
reduz
2021-07-24
2
-0
/
+5
*
|
|
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
4
-92
/
+90
|
/
/
/
*
|
|
Fix UndoRedo crash when clearing history
Haoyu Qiu
2021-07-24
1
-6
/
+14
*
|
|
Make Object "meta" functions take StringName.
Fabio Alessandrelli
2021-07-22
2
-13
/
+13
*
|
|
Merge pull request #50655 from JFonS/sname_opt
Rémi Verschelde
2021-07-20
2
-42
/
+42
|
\
\
\
|
*
|
|
Editor StringName and Viewport optimizations
Joan Fons
2021-07-20
2
-42
/
+42
[next]