Commit graph

16 commits

Author SHA1 Message Date
ee05b8d9d5 feat(part): added locked property to prevent objects from being selected 2025-04-12 15:15:17 +02:00
6a017b2238 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
83c6d210e2 refactor: cleaned up some includes 2025-04-10 23:06:51 +02:00
215f8ed500 refactor(instance): added functions for accessing root datamodel and renamed to gDataModel 2025-04-07 13:14:10 +02:00
92a68925d9 feat(logging): replaced printfs with logger calls 2025-03-17 21:22:53 +01:00
086a2ca39f chore: remove unused dependencies 2025-03-12 22:50:09 +01:00
81d172900b chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
50f1466fe2 fix: change scale to size 2025-02-09 11:35:19 +01:00
fe0dca875c feat: changed material property to color3 2025-02-08 23:42:46 +01:00
37aafe48f4 feat: instance and property serialization 2025-02-06 19:03:23 +01:00
5ee493dc97 feat: replace position and rotation with cframe 2025-02-05 22:19:18 +01:00
d49005295f feat: move all objects and workspace into datamodel 2025-02-04 21:44:54 +01:00
dc6e9180ff feat: datamodel 2025-02-04 21:32:54 +01:00
f9683a69be fix: viewport not resizing with window/widget 2025-01-30 01:24:28 +01:00
1daed5bb83 feat: Migrated Part to Instance class 2025-01-17 09:24:18 +01:00
da26fdae53 Split off targets into multiple directories (client and editor, for now) 2024-11-25 22:20:39 +01:00