|
6b255ceb59
|
feat(rendering): stroked text
|
2025-07-13 16:12:28 +02:00 |
|
|
8f68ae45ce
|
fix(rendering): hint and message should render on the same layer
|
2025-07-12 20:55:28 +02:00 |
|
|
757e1029b4
|
feat(rendering): added messages and hints
|
2025-07-12 20:52:57 +02:00 |
|
|
abe3abaf70
|
feat(editor): added a proper title
|
2025-07-12 16:06:22 +02:00 |
|
|
56de603bc7
|
feat(editor): click on stack trace to go to line in script
|
2025-07-12 11:20:31 +02:00 |
|
|
d3c1469dd8
|
feat(lua): track source of scripts to allow hyperlinking to script
|
2025-07-12 11:07:53 +02:00 |
|
|
ba97c7c574
|
fix(editor): command bar selects all on press enter
|
2025-07-12 01:39:06 +02:00 |
|
|
665f8f6151
|
fix(lua): share environment between command bar calls
|
2025-07-12 01:35:42 +02:00 |
|
|
58cd6528a3
|
refactor(lua): generate separate environments for script
|
2025-07-12 01:30:37 +02:00 |
|
|
b1670f31e8
|
feat(editor): command bar
|
2025-07-12 01:12:59 +02:00 |
|
|
c4c767fda9
|
refactor(logging): changed the way source-linked traces are logged
|
2025-07-11 10:09:02 +02:00 |
|
|
c58c262ccf
|
refactor(lua): pre-parse pcall wrapper ahead of time
|
2025-07-11 09:46:50 +02:00 |
|
|
e00aa46911
|
fix(editor): editing individual component of Vector3 in properties resulted in a crash
|
2025-07-11 09:35:49 +02:00 |
|
|
cc1da0804e
|
fix(lua): re-added code that ensures that the thread (and therefore any upvalues) don't get gc'ed in signal handler
|
2025-07-11 01:39:18 +02:00 |
|
|
ebb1b4d3a5
|
feat(editor): added miscellaneous missing icons for windows
|
2025-07-11 01:19:06 +02:00 |
|
|
5014c82541
|
fix(editor): fixed a few dark-theme-related bugs under windows
|
2025-07-11 00:34:02 +02:00 |
|
|
d258e2b818
|
feat(lua): added Instance.new for object creation
|
2025-07-11 00:05:17 +02:00 |
|
|
2135fa957c
|
misc: lua.h => luaapis.h
|
2025-07-10 23:45:16 +02:00 |
|
|
17cf627cb9
|
fix(lua): applied previous fix also to signal
|
2025-07-10 23:37:27 +02:00 |
|
|
14125d755a
|
fix(lua): yet another rewrite of wrapper that supports yielding (via lua)
|
2025-07-10 23:34:06 +02:00 |
|
|
1e8111c2dd
|
fix(lua): fixed error handling for signals
|
2025-07-10 20:07:11 +02:00 |
|
|
f28f9f36a2
|
fix(lua): detect and print syntax errors
|
2025-07-10 12:16:54 +02:00 |
|
|
2b43098187
|
fix(editor): standardize line endings to LF for scripts
|
2025-07-10 12:11:07 +02:00 |
|
|
763bb230a7
|
fix(cmake): missing freetype dependency + Qt6PrintSupport
|
2025-07-07 21:31:19 +02:00 |
|
|
1b3b88223d
|
fix(lua): segfault on error handler, new error handler system adopted
|
2025-07-10 02:08:51 +02:00 |
|
|
e51d00708b
|
refactor(rendering): use VBOs for torus instead of deprecated immediate mode
|
2025-07-09 15:10:19 +02:00 |
|
|
9c4f2c7495
|
refactor(rendering): removed glfw dependency of render functions
|
2025-07-09 15:10:19 +02:00 |
|
|
092c3c748d
|
feat(rendering): ttf font rendering
|
2025-07-09 15:10:19 +02:00 |
|