.. |
containers
|
Removed the trantor namespace.
|
2022-02-10 12:07:47 +01:00 |
image
|
Now Image is enabled and it compiles.
|
2022-02-04 13:37:52 +01:00 |
log
|
Removed the trantor namespace.
|
2022-02-10 12:07:47 +01:00 |
loops
|
Moved around some of the new classes in core.
|
2022-02-10 14:56:59 +01:00 |
math
|
Removed the trantor namespace.
|
2022-02-10 12:07:47 +01:00 |
net
|
Moved around some of the new classes in core.
|
2022-02-10 14:56:59 +01:00 |
nodes
|
Added the ability to request a write lock on the tree.
|
2022-02-10 16:47:18 +01:00 |
os
|
Re-enabled skip specials logic in Directory.
|
2022-02-05 14:00:07 +01:00 |
polling
|
Moved around some of the new classes in core.
|
2022-02-10 14:56:59 +01:00 |
settings
|
Added a specialized singleton convenience getter to DBSettings.
|
2022-02-05 19:19:52 +01:00 |
threading
|
Added spin lock and rwlock from godot.
|
2022-02-04 07:57:57 +01:00 |
error_list.h
|
Added error_list.h from Godot.
|
2022-02-04 13:53:05 +01:00 |
error_macros.h
|
Moved trantor's logger to core. It's a bit messy right now, but It will get cleaned up later.
|
2022-02-10 00:50:19 +01:00 |
int_types.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
memory.h
|
Declare memnew_arr and memdelete_arr macros in memory.h as I still can't decide about them.
|
2022-02-04 13:36:17 +01:00 |
object_id.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
object.cpp
|
Moved core/databases to just datatbases. Also fox database module detection login.
|
2022-02-05 15:57:40 +01:00 |
object.h
|
Reworked migrations. Now they automatically propagate through the node hierarchy. Also they have parameters.
|
2022-01-13 23:45:38 +01:00 |
reference.cpp
|
Call parent constructors. Todo: I need to figure out how godot manages to get away without doing this.
|
2021-08-21 16:39:38 +02:00 |
reference.h
|
Fix Instancing Ref<>'s.
|
2021-08-22 20:50:26 +02:00 |
resource.cpp
|
Removed resource properties, and most things from the base resource.
|
2022-02-04 05:16:40 +01:00 |
resource.h
|
Removed resource properties, and most things from the base resource.
|
2022-02-04 05:16:40 +01:00 |
safe_refcount.cpp
|
Initial platform setup, and added godot's crash handler (will need to be heavily reworked!).
|
2021-11-03 15:42:16 +01:00 |
safe_refcount.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
SCsub
|
Moved around some of the new classes in core.
|
2022-02-10 14:56:59 +01:00 |
shared_resource.cpp
|
SharedResource is now using an RWLock.
|
2022-02-04 13:53:30 +01:00 |
shared_resource.h
|
SharedResource is now using an RWLock.
|
2022-02-04 13:53:30 +01:00 |
signal.cpp
|
Signal is not inherited from object anymore.
|
2022-02-04 08:59:15 +01:00 |
signal.h
|
Signal is not inherited from object anymore.
|
2022-02-04 08:59:15 +01:00 |
string_name.cpp
|
Added StringName from Godot.
|
2022-02-04 07:58:57 +01:00 |
string_name.h
|
Added StringName from Godot.
|
2022-02-04 07:58:57 +01:00 |
string.cpp
|
Fix typo.
|
2022-02-06 13:44:21 +01:00 |
string.h
|
Added find_reversed and file_get_extension helpers to string.
|
2022-02-06 13:43:56 +01:00 |
typedefs.h
|
Added a godot's Reference class and a few smaller headers.
|
2021-08-21 13:47:58 +02:00 |
utilities.cpp
|
Moved Date from trantor to core/math. Also moved the methods from and Funcs.h to core.
|
2022-02-09 19:58:44 +01:00 |
utilities.h
|
Moved Date from trantor to core/math. Also moved the methods from and Funcs.h to core.
|
2022-02-09 19:58:44 +01:00 |
variant.cpp
|
Fixed a few smalled issues with variant. Also added 2 new helper methods to it.
|
2022-01-09 14:30:42 +01:00 |
variant.h
|
Fixed a few smalled issues with variant. Also added 2 new helper methods to it.
|
2022-01-09 14:30:42 +01:00 |