Commit graph

322 commits

Author SHA1 Message Date
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
12a4ed76b4 feat(editor): export/import models 2025-03-10 23:03:24 +01:00
186d64f28e feat(clipboard): added copy/cut/paste 2025-03-08 22:16:21 +01:00
940109b0b9 fix(renderer): transparency color + handle anchors not rendering 2025-03-06 22:06:41 +01:00
b80eb03f9d feat(renderer): buggy transparency 2025-03-05 23:55:38 +01:00
28ed11fb53 feat(datatype): float parser 2025-03-05 23:31:16 +01:00
23ac7ee634 feat(renderer): backface culling 2025-03-05 23:18:09 +01:00
ac89dea966 fix: arrow handles 2025-03-05 22:52:13 +01:00
4c51ee6904 fix: buggy handles 2/2 (scaling and moving implemented) 2025-02-27 22:35:06 +01:00
5081e18ea7 fix: buggy handles 2025-02-27 22:22:59 +01:00
2895124778 feat: arrow handles 2025-02-26 22:31:58 +01:00
a2fd9be6e3 fix: selecting items in explorer doesn't update the rest of the editor 2025-02-26 22:31:33 +01:00
e22bb74850 feat: spherical handles + rendering limit increase 2025-02-25 23:31:09 +01:00
e082428314 fix: fixed framerate for physics. might make it a little more stable 2025-02-25 09:28:31 +01:00
a346b1d9a8 refactor: handle inactive when select tool is selected 2025-02-23 16:45:16 +01:00
4bfca68fb0 feat: grid snapping wrt/ scaling and moving 2025-02-23 16:29:38 +01:00
32964df4c3 fix: smoother scaling and moving 2025-02-23 13:41:28 +01:00
fd1037d76a feat: scale caging 2025-02-18 22:56:06 +01:00
64fa46d496 feat: basic moving and resizing support 2025-02-18 22:50:16 +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
a3d2026a35 feat: deserialization... among other things 2025-02-07 01:11:09 +01:00
37aafe48f4 feat: instance and property serialization 2025-02-06 19:03:23 +01:00
3c2eae2028 feat: position and rotation properties redux 2025-02-06 00:03:56 +01:00
70f914bba0 feat: pause/resume button 2025-02-05 23:57:02 +01:00
5ee493dc97 feat: replace position and rotation with cframe 2025-02-05 22:19:18 +01:00
c7ea5c5563 feat: added vector3 type 2025-02-04 22:32:21 +01:00