|
4c0f24066c
|
refactor(physics): refactored joint code
|
2025-08-29 00:13:29 +02:00 |
|
|
7352b53a94
|
refactor(misc): replaced instances of optional<shared_ptr> with nullable shared_ptr
|
2025-08-29 00:13:29 +02:00 |
|
|
bb81aff4fd
|
refactor(physics): moved implementation-specific workspace functions into physics/world
|
2025-08-29 00:13:29 +02:00 |
|
|
d922dd3727
|
refactor(physics): made physics single-threaded again
|
2025-08-29 00:13:29 +02:00 |
|
|
93984ce1c0
|
fix(editor): hidden internal services
|
2025-08-14 17:21:55 +02:00 |
|
|
a619fa3afc
|
fix(physics): reduced iteration count
|
2025-08-13 23:46:08 +02:00 |
|
|
259c14294c
|
fix(physics): joints were being created on load, leading to long load times
(cherry picked from commit 2a60994013 )
|
2025-07-18 23:57:48 +02:00 |
|
|
8b789fc9b6
|
feat(part): made wedge part mesh (not working)
|
2025-07-15 03:15:13 +02:00 |
|
|
2538673fb2
|
refactor(part): moved collider builder to subclass
|
2025-07-15 03:15:13 +02:00 |
|
|
d23206b1fc
|
refactor(part): refactored part into basepart
|
2025-07-15 03:15:13 +02:00 |
|
|
dca5c483c4
|
fix(workspace): do not fire signals from physics thread as lua has to always be executed from main thread
|
2025-07-13 18:45:19 +02:00 |
|
|
133ca0bb5e
|
refactor(lua): generate separate environments for script
|
2025-07-13 16:58:30 +02:00 |
|
|
e28436b76c
|
feat(editor): command bar
|
2025-07-13 16:58:30 +02:00 |
|
|
c63e91285b
|
refactor(lua): pre-parse pcall wrapper ahead of time
|
2025-07-13 16:58:30 +02:00 |
|
|
74b8bca10a
|
feat(lua): added Instance.new for object creation
|
2025-07-13 16:58:30 +02:00 |
|
|
9f97a90c12
|
misc: lua.h => luaapis.h
|
2025-07-13 16:58:30 +02:00 |
|
|
d558f166f9
|
fix(lua): segfault on error handler, new error handler system adopted
|
2025-07-13 16:58:30 +02:00 |
|
|
650ba0068a
|
fix(physics): crash when deleting parts due to misusing simulationTicket iterator
|
2025-07-07 20:29:00 +02:00 |
|
|
e829b0c279
|
refactor(physics): asynchronous rigidbody update
|
2025-07-01 14:44:27 +02:00 |
|
|
fea837a29c
|
feat(physics): basic parallelism
|
2025-07-01 12:27:23 +02:00 |
|
|
b1c7eca289
|
refactor(workspace): physicsWorld is now never null
|
2025-07-01 01:57:29 +02:00 |
|
|
f2a7662b08
|
feat(debug): added debug fps stats
|
2025-06-30 22:14:17 +02:00 |
|
|
6800ac27f3
|
refactor(selection): replaced with Selection instance
|
2025-06-23 17:34:24 +02:00 |
|
|
9c42209e93
|
refactor(objects): moved services into objects/service
|
2025-06-23 02:37:09 +02:00 |
|