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
/
object.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-0
/
+1
|
\
|
*
Merge pull request #95711 from TokageItLab/warn-oneshot-prop
Thaddeus Crews
2024-11-22
1
-0
/
+1
|
|
\
|
|
*
Add hint for oneshot & warning when it will be updated continuously
Silc Lizard (Tokage) Renew
2024-11-11
1
-0
/
+1
*
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-12
/
+12
|
\
|
|
|
*
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-12
/
+12
|
|
/
*
|
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
|
/
*
Add `@export_tool_button` annotation for easily creating inspector buttons
Danil Alexeev
2024-09-27
1
-0
/
+1
*
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
Rémi Verschelde
2024-09-27
1
-5
/
+3
|
\
|
*
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
David Snopek
2024-09-11
1
-5
/
+3
*
|
[Core] Add way to check if a signal has any connections
A Thousand Ships
2024-09-20
1
-0
/
+1
*
|
Allow configuring which translation domain Object.tr uses
Haoyu Qiu
2024-09-17
1
-0
/
+5
|
/
*
StringName: Fix empty hash
rune-scape
2024-09-09
1
-4
/
+0
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+1
*
Core: Сheck `r_error` after calling `callp()`
Danil Alexeev
2024-08-30
1
-1
/
+2
*
Merge pull request #96166 from AThousandShips/more_lock_raii
Rémi Verschelde
2024-08-30
1
-2
/
+1
|
\
|
*
Use `MutexLock` in more places
A Thousand Ships
2024-08-29
1
-2
/
+1
*
|
Import/export GLTF extras to node->meta
demolke
2024-08-29
1
-0
/
+1
|
/
*
Merge pull request #94068 from dalexeev/core-remove-is-gpl-reversed
Rémi Verschelde
2024-08-28
1
-20
/
+1
|
\
|
*
Core: Remove unused method `_is_gpl_reversed()`
Danil Alexeev
2024-07-08
1
-20
/
+1
*
|
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-0
/
+4
|
/
*
GDExtension: provide `free_property_list_func` with length of array
Jan Haller
2024-04-27
1
-1
/
+2
*
Implement remove_user_signal()
Radiant
2024-04-18
1
-0
/
+2
*
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde
2024-03-14
1
-2
/
+2
|
\
|
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-2
/
+2
*
|
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+2
|
/
*
Help compilers optimize Object::cast_to()
Pedro J. Estébanez
2024-03-06
1
-2
/
+2
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-2
/
+1
*
Merge pull request #88683 from dsnopek/runtime-classes-in-modules
Rémi Verschelde
2024-02-23
1
-2
/
+2
|
\
|
*
Allow registering "runtime classes" in modules (not just GDExtension)
David Snopek
2024-02-22
1
-2
/
+2
*
|
Fix some DEFVALs to use the right type
Raul Santos
2024-02-23
1
-0
/
+4
|
/
*
Merge pull request #82554 from dsnopek/gdextension-placeholders
Rémi Verschelde
2024-02-20
1
-0
/
+6
|
\
|
*
Allow registering "runtime classes"
David Snopek
2024-02-20
1
-0
/
+6
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
|
/
*
Include name field in MethodInfo operator ==
Jovan Gerodetti
2023-12-17
1
-1
/
+1
*
Use mingw-std-threads in MinGW builds
Pedro J. Estébanez
2023-11-18
1
-1
/
+1
*
Fill remaining global scope constant descriptions
kobewi
2023-11-13
1
-4
/
+4
*
Add `NOTIFICATION_PREDELETE_CLEANUP` notification
Raul Santos
2023-10-20
1
-0
/
+2
*
expose Object::free_instance_binding to GDExtension
Ced Naru
2023-10-04
1
-1
/
+1
*
Merge pull request #80284 from dsnopek/gdextension-hot-reload
Rémi Verschelde
2023-09-26
1
-1
/
+26
|
\
|
*
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-1
/
+26
*
|
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-1
/
+1
|
/
*
Add functions for non-ptr style virtual calls in GDExtension
Jeff Ward
2023-09-19
1
-0
/
+2
*
Merge pull request #81515 from dsnopek/gdextension-validate-property-object
Rémi Verschelde
2023-09-11
1
-0
/
+1
|
\
|
*
Allow implementing `Object::_validate_property()` from GDExtension
David Snopek
2023-09-10
1
-0
/
+1
*
|
Allow GDExtension to register unexposed class.
Daylily-Zeleen
2023-09-04
1
-0
/
+1
|
/
*
Editor: Inspector and Signal docks improvements
Danil Alexeev
2023-09-02
1
-1
/
+1
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-0
/
+3
*
Add check to ensure registered classes are declared
A Thousand Ships
2023-08-28
1
-0
/
+3
*
Add _get_bind_compatibility_methods to Object
Gilles Roudière
2023-07-20
1
-0
/
+10
[next]