MihailRis
|
4edab4a89a
|
add 'cracks' separate atlas to base
|
2024-11-20 04:58:56 +03:00 |
|
MihailRis
|
0144709e03
|
add 'u_alphaClip' to entity shader
|
2024-11-19 14:33:14 +03:00 |
|
MihailRis
|
24d198b236
|
update some xml templates
|
2024-11-19 10:41:57 +03:00 |
|
MihailRis
|
a015d74af5
|
update file library warnings
|
2024-11-19 10:04:26 +03:00 |
|
MihailRis
|
6e0434c5c8
|
import '\t' to editor as 4 spaces
|
2024-11-19 08:56:07 +03:00 |
|
MihailRis
|
78ea12aa26
|
add console on_open 'mode' argument
|
2024-11-19 08:30:50 +03:00 |
|
MihailRis
|
e80b10dbda
|
fix logContainer size
|
2024-11-19 08:17:56 +03:00 |
|
MihailRis
|
b9d085c1b3
|
minor refactor
|
2024-11-19 08:04:30 +03:00 |
|
MihailRis
|
29d8c4bbb8
|
add Lua traceback inspector (WIP) && add chat prototype
|
2024-11-19 07:32:03 +03:00 |
|
MihailRis
|
66be215101
|
add advanced lua errors handler & fix hud script source path in traceback
|
2024-11-19 07:26:28 +03:00 |
|
MihailRis
|
5c005b4f9a
|
remove extra frames from on_deprecated_call traceback
|
2024-11-19 06:01:59 +03:00 |
|
MihailRis
|
9dc09e920c
|
remove extra frames from debug.get_traceback result
|
2024-11-18 14:48:05 +03:00 |
|
MihailRis
|
3146bf0133
|
fix
|
2024-11-18 14:44:44 +03:00 |
|
MihailRis
|
712c0756b8
|
add debug.get_traceback
|
2024-11-18 11:09:27 +03:00 |
|
MihailRis
|
dcd8871ee1
|
add utf8.escape, string.escape & reformat extensions.md
|
2024-11-18 09:21:16 +03:00 |
|
MihailRis
|
618a9f0411
|
add RadioButton Lua class
|
2024-11-18 07:11:07 +03:00 |
|
MihailRis
|
86beea0a61
|
Merge branch 'main' into console-tabs
|
2024-11-18 04:20:44 +03:00 |
|
MihailRis
|
352ef6485a
|
fix falling block hitbox
|
2024-11-17 16:12:59 +03:00 |
|
MihailRis
|
3ea213e8d3
|
fix console position
|
2024-11-17 15:53:25 +03:00 |
|
MihailRis
|
255c49916c
|
add 'ice' translation to ru_RU.txt
|
2024-11-17 06:38:13 +03:00 |
|
MihailRis
|
0a33970a7a
|
fix base:glass visibility
|
2024-11-17 05:19:39 +03:00 |
|
MihailRis
|
3c94061fd3
|
update ice texture
|
2024-11-17 04:01:02 +03:00 |
|
MihailRis
|
608eb60514
|
add 'u_alphaClip' to the blocks shader
|
2024-11-16 16:13:18 +03:00 |
|
MihailRis
|
faadfca8c3
|
add base:ice block
|
2024-11-16 07:34:58 +03:00 |
|
MihailRis
|
5793c52ac6
|
Revert "remove 'translucent' block property (will be reverted later)"
This reverts commit 7aacadc926432da2583b95f6a02af08ee51c2c91.
|
2024-11-15 06:47:03 +03:00 |
|
MihailRis
|
7aacadc926
|
remove 'translucent' block property (will be reverted later)
|
2024-11-15 05:07:49 +03:00 |
|
MihailRis
|
4cbd3f41f6
|
cleanup
|
2024-11-15 04:40:17 +03:00 |
|
MihailRis
|
04da2f5e69
|
add .set_rotation(mat4)
|
2024-11-15 04:29:52 +03:00 |
|
MihailRis
|
a7404c2637
|
add missing methods to the OOP wrapper
|
2024-11-15 03:13:44 +03:00 |
|
MihailRis
|
a8388a6243
|
add text3d.get_axis_x, .set_axis_x, .get_axis_y, .set_axis_y
|
2024-11-15 03:09:05 +03:00 |
|
MihailRis
|
525cf1ed4b
|
add 'perspective' NotePreset property
|
2024-11-15 02:21:05 +03:00 |
|
MihailRis
|
2147f507a6
|
add 'projected' display mode support
|
2024-11-15 01:08:46 +03:00 |
|
MihailRis
|
ef644ca56d
|
add 'xray_opacity' NotePreset property
|
2024-11-15 00:38:41 +03:00 |
|
MihailRis
|
3a1e90f517
|
add gfx.text3d OOP wrapper
|
2024-11-14 21:49:43 +03:00 |
|
MihailRis
|
4a74e56eda
|
add update_settings
|
2024-11-14 21:18:36 +03:00 |
|
MihailRis
|
501f1b568d
|
add get_text, set_text, get_pos, set_pos
|
2024-11-14 10:57:55 +03:00 |
|
MihailRis
|
d74b530a83
|
rename spawn to show & add gfx.text3d.hide(...)
|
2024-11-14 10:45:37 +03:00 |
|
MihailRis
|
eb5715eba9
|
add gfx.text3d.spawn(...)
|
2024-11-14 10:32:50 +03:00 |
|
MihailRis
|
5b3fe465b9
|
Merge branch 'main' into text3d
|
2024-11-14 02:24:42 +03:00 |
|
Xertis
|
af8cd53f8f
|
fix
|
2024-11-13 22:48:13 +03:00 |
|
Xertis
|
ef3f1c5d33
|
added search to the content_menu
|
2024-11-13 22:41:52 +03:00 |
|
MihailRis
|
b23d31a321
|
add 'translucent' block property
|
2024-11-13 03:40:20 +03:00 |
|
MihailRis
|
4b0b643342
|
add 'lowering' generated structures property
|
2024-11-13 01:10:52 +03:00 |
|
MihailRis
|
01c568e032
|
set version to 0.25
|
2024-11-12 07:51:15 +03:00 |
|
Xertis
|
a9b052e7ca
|
Revert "made the problemsLog scrollable"
This reverts commit 807bab56238459ba2920899845c01ac0bab021a3.
|
2024-11-07 22:57:00 +03:00 |
|
Xertis
|
807bab5623
|
made the problemsLog scrollable
|
2024-11-07 22:43:15 +03:00 |
|
Xertis
|
2a9ce15a83
|
Merge branch 'MihailRis:main' into main
|
2024-11-07 22:33:58 +03:00 |
|
Xertis
|
98b27af0d3
|
some fix
|
2024-11-07 22:20:09 +03:00 |
|
Xertis
|
fbacb9fe18
|
adding new lang bindings
|
2024-11-07 22:17:01 +03:00 |
|
Xertis
|
395223b018
|
Update settings_controls.xml
|
2024-11-07 22:00:42 +03:00 |
|