|
8b8776cbd7
|
fix(part): temporarily soft-disabled wedges as they crash the engine currently
|
2025-07-23 03:24:34 +02:00 |
|
|
74a4a01ebf
|
refactor(cmake): windeployqt deploys debug dlls which the binary doesn't link against
|
2025-07-23 03:24:34 +02:00 |
|
|
12fc8906bc
|
refactor(cmake): removed vcpkg
|
2025-07-23 03:24:34 +02:00 |
|
|
6d95cc8e1a
|
fix(editor): added undo history state for surface changes
|
2025-07-21 17:25:27 +02:00 |
|
|
6e387a72d2
|
fix(part): velocity being overidden on run
|
2025-07-21 17:16:56 +02:00 |
|
|
d79d4e3b4a
|
feat(editor): added version string to client and editor
|
2025-07-19 04:47:57 +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 |
|
|
1538d06c39
|
chore: check-in .obj models used via genmesh.py
|
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 |
|
|
0196d80944
|
feat(rendering): specified explicit OpenGL versions and profiles for GLFW and Qt
|
2025-07-15 03:14:11 +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 |
|
|
86b750b1a3
|
feat(editor): added a proper title
|
2025-07-13 16:58:30 +02:00 |
|
|
41c5b74527
|
feat(editor): click on stack trace to go to line in script
|
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 |
|
|
783fd17563
|
fix(editor): command bar selects all on press enter
|
2025-07-13 16:58:30 +02:00 |
|
|
e40b594ae5
|
fix(lua): share environment between command bar calls
|
2025-07-13 16:58:30 +02:00 |
|
|
133ca0bb5e
|
refactor(lua): generate separate environments for script
|
2025-07-13 16:58:30 +02:00 |
|
|
e28436b76c
|
feat(editor): command bar
|
2025-07-13 16:58:30 +02:00 |
|
|
c628fa2b83
|
refactor(logging): changed the way source-linked traces are logged
|
2025-07-13 16:58:30 +02:00 |
|
|
c63e91285b
|
refactor(lua): pre-parse pcall wrapper ahead of time
|
2025-07-13 16:58:30 +02:00 |
|
|
5c8c39cc33
|
fix(editor): editing individual component of Vector3 in properties resulted in a crash
|
2025-07-13 16:58:30 +02:00 |
|
|
75f0892748
|
fix(lua): re-added code that ensures that the thread (and therefore any upvalues) don't get gc'ed in signal handler
|
2025-07-13 16:58:30 +02:00 |
|
|
a5bbfe53f2
|
feat(editor): added miscellaneous missing icons for windows
|
2025-07-13 16:58:30 +02:00 |
|
|
2047ed6d65
|
fix(editor): fixed a few dark-theme-related bugs under windows
|
2025-07-13 16:58:30 +02:00 |
|
|
74b8bca10a
|
feat(lua): added Instance.new for object creation
|
2025-07-13 16:58:30 +02:00 |
|
|
9f97a90c12
|
misc: lua.h => luaapis.h
|
2025-07-13 16:58:30 +02:00 |
|
|
f305595b8f
|
fix(lua): applied previous fix also to signal
|
2025-07-13 16:58:30 +02:00 |
|
|
c54580bdeb
|
fix(lua): yet another rewrite of wrapper that supports yielding (via lua)
|
2025-07-13 16:58:30 +02:00 |
|
|
1f15662c2d
|
fix(lua): fixed error handling for signals
|
2025-07-13 16:58:30 +02:00 |
|
|
a10b34dc94
|
fix(lua): detect and print syntax errors
|
2025-07-13 16:58:30 +02:00 |
|
|
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 |
|