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
/
ref_counted.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Refactor ref-counting code and fix ref counted releasing before aquiring
rune-scape
2024-09-21
1
-66
/
+36
*
[Core] Optionally delete `Ref` `nullptr` comparisons
A Thousand Ships
2024-09-12
1
-0
/
+5
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-10
/
+10
*
Allow Ref `instantiate` to accept constructor args
Thaddeus Crews
2024-02-10
1
-2
/
+3
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-1
/
+1
*
Attempt to standardize Object ptrcall encoding on `Object **`
David Snopek
2023-05-25
1
-2
/
+8
*
Merge pull request #64789 from derammo/derammo_const_ref
Rémi Verschelde
2023-05-17
1
-14
/
+3
|
\
|
*
change Ref<T> to allow non const access to ptr
derammo
2022-08-23
1
-14
/
+3
*
|
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
1
-0
/
+12
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Improve logic around using Ref<T> with GDExtension virtual functions
Bastiaan Olij
2022-12-13
1
-0
/
+3
*
|
Rename and expose `RefCounted::get_reference_count()`
Marc Gilleron
2022-09-21
1
-1
/
+1
|
/
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-3
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-4
/
+0
*
Implement native extension system
reduz
2021-06-25
1
-0
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-0
/
+297