|
f27e778f1c
|
fix(editor): standardize line endings to LF for scripts
|
2025-07-13 16:58:30 +02:00 |
|
|
284a176158
|
fix(cmake): missing freetype dependency + Qt6PrintSupport
|
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 |
|
|
527f159ff3
|
refactor(rendering): use VBOs for torus instead of deprecated immediate mode
|
2025-07-13 16:58:30 +02:00 |
|
|
1e5e60bbcf
|
refactor(rendering): removed glfw dependency of render functions
|
2025-07-13 16:58:30 +02:00 |
|
|
19f048b52a
|
feat(rendering): ttf font rendering
|
2025-07-13 16:58:30 +02:00 |
|
|
82c0a86235
|
refactor(rendering): created vbo-based rectangle drawing
|
2025-07-08 23:49:06 +02:00 |
|
|
0d53d1593f
|
refactor(datamodel): include worksapce via GetService instead
|
2025-07-08 10:49:23 +02:00 |
|
|
ff83211b19
|
fix(logging): moved data/logging dir to a more reasonable location on gnu/linux
|
2025-07-08 08:09:37 +02:00 |
|
WindClan
|
4274a4a68f
|
feat(rendering): added linear filtering and mipmapping to parts
|
2025-07-08 08:04:59 +02:00 |
|
WindClan
|
1071efb137
|
add logs to .gitignore
|
2025-07-08 08:04:59 +02:00 |
|
|
0991f31e57
|
fix(editor): undo state for moving objects in the explorer
|
2025-07-08 00:50:46 +02:00 |
|
|
fc105400e3
|
fix(editor): group/ungroup-ing not creating history states
|
2025-07-08 00:31:45 +02:00 |
|
|
f80e9c4cc3
|
feat(editor): q and e for vertical movement
|
2025-07-07 22:26:14 +02:00 |
|
|
c2135b2f8c
|
fix(editor): script not reopening after being closed
|
2025-07-07 22:21:16 +02:00 |
|
|
8c95f3b9fb
|
fix(datatypes): rgb is measured from 0-255 not 0-256 you crumb
|
2025-07-07 22:13:08 +02:00 |
|
|
650ba0068a
|
fix(physics): crash when deleting parts due to misusing simulationTicket iterator
|
2025-07-07 20:29:00 +02:00 |
|
|
df795482b5
|
fix(rendering): wrong type for exported global
|
2025-07-06 22:53:49 +02:00 |
|
|
54f14b6e49
|
fix(editor): missing qfile.h include
|
2025-07-06 22:37:14 +02:00 |
|
|
64bc82007b
|
feat(rendering): enabled multisampling
|
2025-07-03 14:02:21 +02:00 |
|
|
3052b376e2
|
feat(physics): changed max fps from 30 to 60
|
2025-07-01 14:44:46 +02:00 |
|
|
e829b0c279
|
refactor(physics): asynchronous rigidbody update
|
2025-07-01 14:44:27 +02:00 |
|
|
ce851aaa5e
|
fix(editor): scale clicking sound missing
|
2025-07-01 14:39:57 +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 |
|
|
4188e2d9e1
|
fix(editor): undo history causes crash when it overflows
|
2025-06-30 21:59:15 +02:00 |
|
|
dd5c3a0638
|
feat(rendering): simple font renderer
|
2025-06-30 20:24:31 +02:00 |
|
|
6f66b9540e
|
fix(editor): clicking save on the do you want to save dialog cancels the operation
|
2025-06-25 15:14:44 +02:00 |
|
|
d3ea7cc0cd
|
fix(editor): reset undo history on load/new
|
2025-06-25 01:21:03 +02:00 |
|
|
ed5aa597ad
|
feat(editor): undoing movement/transformations
|
2025-06-23 18:04:53 +02:00 |
|
|
cef5db5b2d
|
feat(editor): undo/redo action buttons reflect state
|
2025-06-23 17:46:52 +02:00 |
|
|
b5fc91eea0
|
feat(editor): undoing and redoing
|
2025-06-23 17:40:56 +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 |
|
|
2c7a8aa434
|
relicense to LGPLv2.1 from GPLv3
|
2025-06-22 23:59:58 +02:00 |
|
|
54e1576eb1
|
refactor(editor): license code
|
2025-06-22 20:48:20 +02:00 |
|
|
4e22bbb2ad
|
refactor(instance): renamed some functions
|
2025-06-14 03:12:09 +02:00 |
|
|
70b164ddc2
|
feat(autogen): added operators to data types
|
2025-06-13 09:55:02 +02:00 |
|
|
8c6f038b9f
|
feat(physics): added CanCollide property (which still fires Touched)
|
2025-06-13 02:12:34 +02:00 |
|
|
c1c088118b
|
fix(datatypes): InstanceRef is now shared_ptr and uses the same userdata when possible
|
2025-06-13 01:45:04 +02:00 |
|
|
23baed05a6
|
fix(rendering): model outline not displaying if only one object is contained
|
2025-06-11 01:52:42 +02:00 |
|
|
ede0540c74
|
chore: fix annoying warning during compiling generated impls
|
2025-06-11 01:52:24 +02:00 |
|
|
7ab1364803
|
fix(editor): deselect objects on run/stop
|
2025-06-10 21:07:18 +02:00 |
|
|
e51ed0c7c5
|
fix(rendering): selection box around models
|
2025-06-10 21:05:25 +02:00 |
|
|
525a9155e4
|
fix(editor): moving and scaling models
|
2025-06-10 21:00:16 +02:00 |
|
|
f93b33c012
|
fix(datatypes): Vector3 augmented assignments not updating self, resulting in broken scaling
|
2025-06-10 20:53:36 +02:00 |
|
|
8df049d6c3
|
fix(editor): make models draggable
|
2025-06-10 20:21:01 +02:00 |
|
|
166950f08d
|
fix(model): clicking selects root model unless alt is pressed
|
2025-06-10 20:02:16 +02:00 |
|
|
3f7ad90f5b
|
chore: retroactively open-sourced older commits
|
2025-06-09 22:50:51 +02:00 |
|