Commit graph

274 commits

Author SHA1 Message Date
0bd6acb7fa fix(physics): deleting bodies 2025-08-29 02:11:07 +02:00
cbeaa4d2bb feat(physics): added wedges and cylinders 2025-08-29 01:59:00 +02:00
f16f3a8b79 fix(part): size validation 2025-08-29 00:13:29 +02:00
187308be90 feat(physics): jolt physics implementation 2025-08-29 00:13:29 +02:00
dac8d0f4bd fix(physics): forgot to track joints 2025-08-29 00:13:29 +02:00
497cbc51e0 misc(misc): debugging stuff 2025-08-29 00:13:29 +02:00
cba770c4af refactor(physics): removed remaining references to glmToRp 2025-08-29 00:13:29 +02:00
089fd02899 refactor(physics): removed remnants of rp3d from datatypes and other code 2025-08-29 00:13:29 +02:00
5f57622466 fix(editor): prefer closest handle 2025-08-29 00:13:29 +02:00
3e6e1fad5f feat(editor): use algorithm for handle intersection rather than physics engine 2025-08-29 00:13:29 +02:00
d0635e7472 feat(lua): added tick() function 2025-08-29 00:13:29 +02:00
e777284120 fix(lua): booleans interpreted as ints 2025-08-29 00:13:29 +02:00
577ad312b8 refactor(physics): refactored part code into PhysRigidBody 2025-08-29 00:13:29 +02:00
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
dingusreal
5b5006eb90 SHINY REFLECTIONS YAY 2025-08-28 14:52:33 +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
52cfa69a6e fix(editor): replaced QSoundEffect with Miniaudio 2025-08-12 01:05:33 +02:00
801b00ad97 fix(cmake): cleaner output 2025-08-04 22:26:36 +02:00
4940b07403 fix(editor): handles crashing on hover 2025-08-01 00:59:08 +02:00
2f09c6eb9c fix(logger): use whole seconds rather than fractions for log filenames 2025-07-25 23:28:56 +02:00
11df6595c0 feat(cmake): replaced glew with glad 2025-07-25 19:13:53 +02:00
92ab9f6fb9 feat(test): lua timing checks 2025-07-24 23:36:28 +02:00
b117f3cd4d feat(test): some few lua testing 2025-07-24 22:57:00 +02:00
be324e0aa8 refactor(cmake): made sources explicit rather than globbed 2025-07-24 01:25:39 +02:00
330f128dd3 refactor(cmake): (Thanks @FloofyPlasma!) replaced vcpkg with CPM 2025-07-23 03:24:34 +02:00
8b8776cbd7 fix(part): temporarily soft-disabled wedges as they crash the engine currently 2025-07-23 03:24:34 +02:00
6e387a72d2 fix(part): velocity being overidden on run 2025-07-21 17:16:56 +02:00
4b6fa1d3ff feat(core): added vresion tracking 2025-07-19 04:13:52 +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
99f4da8b2f feat(rendering): replaced sphere with more accurate sphere mesh 2025-07-16 00:31:13 +02:00
275229a37c feat(rendering): replaced ico sphere with uv sphere 2025-07-16 00:02:47 +02:00
aedcd29a1e refactor(rendering): changed winding order of meshes to all be clockwise 2025-07-15 17:43:50 +02:00
b8c4d130d4 fix(rendering): changed the way faces are determined 2025-07-15 17:30:18 +02:00
c944c0cb09 feat(part): added balls 2025-07-15 10:30:07 +02:00
8b789fc9b6 feat(part): made wedge part mesh (not working) 2025-07-15 03:15:13 +02:00
bb3132d4ba feat(rendering): wedge part 2025-07-15 03:15:13 +02:00
31aa28909e feat(physics): added wedge part 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
0ded4ac7fb fix(rendering): stroked message 2025-07-13 17:42:18 +02:00
a75119a8c2 feat(rendering): stroked text 2025-07-13 16:58:30 +02:00
acc1f93f27 fix(rendering): hint and message should render on the same layer 2025-07-13 16:58:30 +02:00
bb2b0a2762 feat(rendering): added messages and hints 2025-07-13 16:58:30 +02:00
fcf4343509 feat(lua): track source of scripts to allow hyperlinking to script 2025-07-13 16:58:30 +02:00
133ca0bb5e refactor(lua): generate separate environments for script 2025-07-13 16:58:30 +02:00