rcpp_framework/core
2022-02-15 13:05:28 +01:00
..
containers After a lot of thinking, I reverted moving trantor to core. I realized I want to change so many things in it, that I might as well just not take compromises with the license. 2022-02-12 10:42:45 +01:00
image Now Image is enabled and it compiles. 2022-02-04 13:37:52 +01:00
log Added a new logging api. 2022-02-15 12:30:17 +01:00
math After a lot of thinking, I reverted moving trantor to core. I realized I want to change so many things in it, that I might as well just not take compromises with the license. 2022-02-12 10:42:45 +01:00
nodes Reset write_lock_requested bool to false after the write lock notification. 2022-02-10 17:39:58 +01:00
os Re-enabled skip specials logic in Directory. 2022-02-05 14:00:07 +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 Rename the old macros to RPRINT_XX, and made the new ones the default. 2022-02-15 13:05:28 +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 After a lot of thinking, I reverted moving trantor to core. I realized I want to change so many things in it, that I might as well just not take compromises with the license. 2022-02-12 10:42:45 +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 Added a set of generic append helpers to String. 2022-02-15 12:05:51 +01:00
string.h Added a set of generic append helpers to String. 2022-02-15 12:05:51 +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 After a lot of thinking, I reverted moving trantor to core. I realized I want to change so many things in it, that I might as well just not take compromises with the license. 2022-02-12 10:42:45 +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