|
6bb01dda36
|
feat(editor): added sound effects toggle button and resize sound effects
|
2025-04-07 21:22:54 +02:00 |
|
|
f88e4e2416
|
fix(editor): attempt to fix dragging not snapping correctly
|
2025-04-07 20:57:58 +02:00 |
|
|
2be964acda
|
feat(editor): sound :)
|
2025-04-07 18:08:35 +02:00 |
|
|
3f44e38788
|
feat(editor): added surface editing tools
|
2025-04-07 17:37:54 +02:00 |
|
|
980dc249e9
|
feat(editor): icon for world/local space toggle
|
2025-04-07 16:26:39 +02:00 |
|
|
4c0c9cedf8
|
refactor(editor): turned icons into their own theme
|
2025-04-07 16:12:15 +02:00 |
|
|
4de2b97c2d
|
refactor(instance): implemented GetDescendant and replaced GetChildren in renderer and simulation with it
|
2025-04-07 14:27:26 +02:00 |
|
|
215f8ed500
|
refactor(instance): added functions for accessing root datamodel and renamed to gDataModel
|
2025-04-07 13:14:10 +02:00 |
|
|
a47d2c2b57
|
fix(renderer): studs were not properly tiled nor aligned
|
2025-04-06 23:09:04 +02:00 |
|
|
f2fb3894fb
|
feat(editor): crudely implement new button and add warnings before closing/new
|
2025-04-05 00:24:51 +02:00 |
|
|
ded68f9693
|
fix(editor): dragging objects now snaps them
|
2025-04-04 14:49:28 +02:00 |
|
|
575d5a9ea6
|
refactor(editor): minor refactor for inverting rotation
|
2025-04-04 14:49:09 +02:00 |
|
|
153fbba2d2
|
fix(editor): inverted rotation
|
2025-04-03 00:21:27 +02:00 |
|
|
92cff7478c
|
basically the previous commit but with a better method
|
2025-04-02 20:27:59 +02:00 |
|
|
bf88dc8f92
|
feat(editor): starting point for rotation
|
2025-04-02 20:22:38 +02:00 |
|
|
167ff7de07
|
fix(editor): crash on close save/open dialog
|
2025-03-31 21:52:21 +02:00 |
|
|
4b79ae6f49
|
feat(editor): save as
|
2025-03-31 21:50:46 +02:00 |
|
|
4805f717ac
|
fix(datamodel): minor spelling mistake in save message
|
2025-03-31 21:48:38 +02:00 |
|
|
18985e6f86
|
fix(editor): unsink dragged objects
|
2025-03-31 21:48:27 +02:00 |
|
|
375d6c89b9
|
misc(editor): slightly cleaned up code from previous commit
|
2025-03-31 02:28:48 +02:00 |
|
|
4a50ed159b
|
feat(editor): push part above snapped-to surface
|
2025-03-31 01:59:08 +02:00 |
|
|
1095a8c33b
|
feat(editor): orient part to dragged surface
|
2025-03-30 22:42:29 +02:00 |
|
|
dc9ae9d986
|
fix(cframe): lookat function returning wrong results
|
2025-03-30 22:40:09 +02:00 |
|
|
faf74cba0e
|
fix(editor): dont scale below 0.01 studs
|
2025-03-30 16:40:34 +02:00 |
|
|
881d09f9bc
|
fix(editor): wrap move handles around aabb
|
2025-03-29 23:43:04 +01:00 |
|
|
62835505f9
|
feat(editor): local-space/world-space toggle
|
2025-03-29 23:38:27 +01:00 |
|
|
3fc20fcd4e
|
feat(part): added aabb calculation
|
2025-03-29 23:05:35 +01:00 |
|
|
18a1cc79df
|
misc(editor): changed save/load icons to use system theme
|
2025-03-29 22:29:46 +01:00 |
|
|
4abf480646
|
feat(editor): added quit button
|
2025-03-29 22:29:04 +01:00 |
|
|
5bf89b0a2c
|
feat(logging): output view clear button
|
2025-03-21 00:30:56 +01:00 |
|
|
12116c7c49
|
feat(logging): added output widget
|
2025-03-21 00:16:27 +01:00 |
|
|
b9e35520ad
|
fix(logging): all messages would be printed as fatal error
|
2025-03-20 22:38:00 +01:00 |
|
|
5d97ef58f5
|
fix(logging): bugs in windows implementation
|
2025-03-18 00:24:58 +01:00 |
|
|
b8b0646e9f
|
feat(logging): replaced unsafe aborts with panic
|
2025-03-17 21:38:02 +01:00 |
|
|
92a68925d9
|
feat(logging): replaced printfs with logger calls
|
2025-03-17 21:22:53 +01:00 |
|
|
6d4dc844b3
|
feat(logging): basic logger implementation
|
2025-03-17 18:02:23 +01:00 |
|
|
1fb2a793cf
|
feat(logging): added cross-platform helper
|
2025-03-17 17:54:30 +01:00 |
|
|
8e7907fd20
|
chore: remove unused dependencies
|
2025-03-16 15:02:57 +01:00 |
|
|
3d780ad317
|
chore(editor): copy all dependencies to build dir
|
2025-03-16 14:50:40 +01:00 |
|
|
5def25ec03
|
chore: use standard stb header location
|
2025-03-16 14:49:56 +01:00 |
|
|
dafd2e9b06
|
chore: updated core dependencies
|
2025-03-16 14:49:16 +01:00 |
|
|
f27704d011
|
chore: updated cmake and c++ standard versions
|
2025-03-16 14:48:25 +01:00 |
|
|
b8463fa9aa
|
chore: FindStb for various package managers
|
2025-03-16 03:18:27 +01:00 |
|
|
513e9e823f
|
chore: added vcpkg support
|
2025-03-16 03:14:32 +01:00 |
|
|
086a2ca39f
|
chore: remove unused dependencies
|
2025-03-12 22:50:09 +01:00 |
|
|
7e6261fcf3
|
chore(run.sh): use out-of-tree build
|
2025-03-12 02:11:44 +01:00 |
|
|
f81964e395
|
fix(cmake): project not compiling under qt6 due to missing opengl widgets dependency
|
2025-03-12 02:01:17 +01:00 |
|
|
bfaab69daa
|
chore: add warning message when running run.sh without a parameter
|
2025-03-12 01:22:25 +01:00 |
|
|
75be686e48
|
fix(handles): glitchy movement while using move tool
|
2025-03-11 20:47:06 +01:00 |
|
|
45f39c3f49
|
fix: memory leak involving ExplorerModel
|
2025-03-11 20:42:50 +01:00 |
|