rcpp_framework/core
Relintai 17a2780b28 Fix adding items to the argument map. 2022-04-28 22:59:05 +02:00
..
containers Implement copy constructor and assignment operator to the vector. 2022-02-15 18:50:53 +01:00
image Added a new helper method to image. 2022-03-10 15:33:07 +01:00
log Also added print_ methods to the logger, and the PRINT macros now call those. 2022-02-15 13:08:18 +01:00
math Added softmax to Math. 2022-03-10 19:20:29 +01:00
nodes Reset write_lock_requested bool to false after the write lock notification. 2022-02-10 17:39:58 +01:00
os Fix adding items to the argument map. 2022-04-28 22:59:05 +02: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
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
error_list.h Added error_list.h from Godot. 2022-02-04 13:53:05 +01:00
error_macros.h Also added print_ methods to the logger, and the PRINT macros now call those. 2022-02-15 13:08:18 +01:00
int_types.h
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.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
object_id.h
reference.cpp
reference.h
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
safe_refcount.h
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.cpp In String::substr_index the end_index now isn't inclusive. 2022-04-26 23:03:43 +02:00
string.h In String::substr_index the end_index now isn't inclusive. 2022-04-26 23:03:43 +02: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
typedefs.h
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
variant.h