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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Show errors on Object.call_deferred
Wilson E. Alvarez
2020-07-24
1
-1
/
+1
*
Fix potential crash when listing leaked objects
Pedro J. Estébanez
2020-06-10
1
-4
/
+11
*
Core: Add hints to run with --verbose when leaking nodes/resources at exit
Rémi Verschelde
2020-06-08
1
-2
/
+3
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-73
/
+142
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+9
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-128
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-57
/
+23
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-19
/
+19
*
Added has_signal method for Object
PouleyKetchoupp
2020-03-23
1
-0
/
+20
*
Merge pull request #36481 from nekomatata/fix-crash-connect-callable
Rémi Verschelde
2020-02-25
1
-4
/
+10
|
\
|
*
Fixed crash when connecting a signal in GDScript
PouleyKetchoupp
2020-02-23
1
-4
/
+10
*
|
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-13
/
+13
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-130
/
+114
*
Fix two signal errors
nathanwfranke
2020-02-19
1
-1
/
+0
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-2
/
+2
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-64
/
+115
*
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-12
1
-5
/
+4
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Make sure we know when deleting an emitting object
Fabio Alessandrelli
2020-01-22
1
-7
/
+8
*
Object: Avoid error on emit_signal with freed target
Rémi Verschelde
2020-01-13
1
-7
/
+5
*
Object: Remove error on disconnect of locked signals
Rémi Verschelde
2020-01-13
1
-4
/
+0
*
Merge pull request #34745 from timothyqiu/vararg-return-nil-34743
Rémi Verschelde
2020-01-02
1
-2
/
+2
|
\
|
*
Allows to doc vararg method return type as void
Haoyu Qiu
2020-01-02
1
-2
/
+2
*
|
Object::disconnect: Better errors when no signal or locked
Rémi Verschelde
2020-01-02
1
-2
/
+4
|
/
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Suggest use of deferred or oneshot on disconnect if the signal is locked. Clo...
Juan Linietsky
2019-12-18
1
-1
/
+1
*
Improve error message and do not spam forever.
Juan Linietsky
2019-12-17
1
-1
/
+4
*
Restore signal locking, for some reason missing.
Juan Linietsky
2019-12-17
1
-0
/
+2
*
Ensure object metadata is unique
Bojidar Marinov
2019-09-28
1
-1
/
+1
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-3
/
+3
*
Merge pull request #31423 from Calinou/improve-node-signal-group-tooltip
Rémi Verschelde
2019-08-18
1
-5
/
+6
|
\
|
*
Improve the scene tree signals/groups tooltip
Hugo Locurcio
2019-08-17
1
-5
/
+6
*
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-49
/
+19
|
/
*
Revert "Expose "meta" to the Inspector"
Rémi Verschelde
2019-07-22
1
-6
/
+3
*
Merge pull request #22642 from YeldhamDev/inspector_metadata
Rémi Verschelde
2019-07-19
1
-3
/
+6
|
\
|
*
Expose "meta" to the Inspector
Michael Alexsander Silva Dias
2018-12-08
1
-3
/
+6
*
|
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-4
/
+2
|
\
\
|
*
|
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-4
/
+2
*
|
|
Merge pull request #30096 from akien-mga/doc-misc-updates
Rémi Verschelde
2019-06-27
1
-7
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
doc: Proofread and complete various nodes
Rémi Verschelde
2019-06-26
1
-7
/
+1
*
|
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-9
/
+4
|
/
/
*
|
Merge pull request #27886 from LeonardMeagher2/obj_to_string
Rémi Verschelde
2019-05-20
1
-0
/
+12
|
\
\
|
*
|
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+12
*
|
|
Fix Object::get_indexed for simple properties.
Fabio Alessandrelli
2019-05-16
1
-7
/
+5
*
|
|
Change "ID" to lowercase "id"
Aaron Franke
2019-05-09
1
-5
/
+5
*
|
|
Undo support for locking and grouping for both 2D and 3D
Sintinium
2019-04-26
1
-0
/
+5
*
|
|
Object::script may not be a valid Ref<Script>
Hein-Pieter van Braam-Stewart
2019-04-20
1
-1
/
+4
|
/
/
*
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
[next]