openblocks/core/src/objects
2025-07-13 16:58:30 +02:00
..
base refactor(instance): renamed some functions 2025-06-14 03:12:09 +02:00
joint feat(physics): basic parallelism 2025-07-01 12:27:23 +02:00
service fix(lua): segfault on error handler, new error handler system adopted 2025-07-13 16:58:30 +02:00
annotation.h refactor(datatypes): complete refactor of how datatypes work and removal of wrapper classes for bool, string etc. 2025-05-31 23:08:13 +02:00
base.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
datamodel.cpp refactor(datamodel): include worksapce via GetService instead 2025-07-08 10:49:23 +02:00
datamodel.h feat(serialization): serialize instance references 2025-05-29 22:15:05 +02:00
folder.cpp feat(instance): folder, AKA probably one of if not the most useless features thus far 2025-05-30 00:40:04 +02:00
folder.h feat(instance): folder, AKA probably one of if not the most useless features thus far 2025-05-30 00:40:04 +02:00
meta.cpp refactor(selection): replaced with Selection instance 2025-06-23 17:34:24 +02:00
meta.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
model.cpp fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +02:00
model.h fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +02:00
part.cpp fix(physics): crash when deleting parts due to misusing simulationTicket iterator 2025-07-07 20:29:00 +02:00
part.h fix(physics): crash when deleting parts due to misusing simulationTicket iterator 2025-07-07 20:29:00 +02:00
pvinstance.cpp fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +02:00
pvinstance.h fix(model): clicking selects root model unless alt is pressed 2025-06-10 20:02:16 +02:00
script.cpp fix(lua): yet another rewrite of wrapper that supports yielding (via lua) 2025-07-13 16:58:30 +02:00
script.h feat(lua): added basic threading 2025-05-06 19:44:53 +02:00