openblocks/core/src
2025-05-17 19:22:02 +02:00
..
datatypes feat(signal): added signal holder to automatically disconnect signals + instance AncestryChanged 2025-05-16 09:43:15 +02:00
error feat(lua): deserializing values and setting instance properties 2025-04-25 11:32:11 +02:00
objects fix: not compiling on clang 2025-05-17 19:22:02 +02:00
physics refactor(physics): integrated physics world into workspace (likely for bugs to ensue. I'll deal with that later) 2025-04-11 00:34:39 +02:00
rendering feat(joint): added motor 2025-05-01 16:45:12 +02:00
camera.cpp chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
camera.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
common.cpp cleanup: detangled many includes 2025-05-06 15:58:49 +02:00
common.h cleanup: detangled many includes 2025-05-06 15:58:49 +02:00
logger.cpp feat(logging): added output widget 2025-03-21 00:16:27 +01:00
logger.h feat(logging): added output widget 2025-03-21 00:16:27 +01:00
lua.h feat(lua): added basis for lua scripting 2025-04-24 17:08:22 +02:00
math_helper.cpp fix: smoother scaling and moving 2025-02-23 13:41:28 +01:00
math_helper.h fix: smoother scaling and moving 2025-02-23 13:41:28 +01:00
panic.cpp fix(logging): bugs in windows implementation 2025-03-18 00:24:58 +01:00
panic.h fix(serialization): no longer aborts if wrong type is parsed 2025-04-10 18:50:36 +02:00
platform.cpp fix(logging): all messages would be printed as fatal error 2025-03-20 22:38:00 +01:00
platform.h feat(logging): basic logger implementation 2025-03-17 18:02:23 +01:00
ptr_helpers.h fix(joints): break joint when member part is updated/destroyed 2025-04-23 12:38:41 +02:00
stb.cpp chore: use standard stb header location 2025-03-16 14:49:56 +01:00
timeutil.cpp feat(lua): implemented coroutines for scripts + wait() 2025-05-06 21:36:05 +02:00
timeutil.h feat(lua): implemented coroutines for scripts + wait() 2025-05-06 21:36:05 +02:00