1282 Commits

Author SHA1 Message Date
ShiftyX1
bd5dbc6494 fix: update version to 0.31.12 in documentation and constants
Some checks failed
Build / Build (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-09 01:41:24 +03:00
ShiftyX1
5507e17402 fix: replace copy_directory_if_different with copy_directory
Some checks failed
Build and Release / prepare (push) Successful in 0s
Build / Build (push) Has been cancelled
Build and Release / build_linux (push) Failing after 9m9s
Build and Release / build_macos (push) Failing after 5s
Build and Release / build_windows (push) Failing after 5s
Build and Release / publish_release (push) Has been skipped
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
- copy_directory_if_different doesn't exist in CMake 3.22
- Use standard copy_directory command instead
2025-12-08 20:52:57 +03:00
MihailRis
06f6550624 fix the stupid
Some checks failed
Build / Build (push) Failing after 17s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:21:50 +03:00
MihailRis
00f269ca7e debug it 2025-12-08 19:21:50 +03:00
MihailRis
dd40780334 add 'network' permission 2025-12-08 19:21:50 +03:00
MihailRis
6fca6eab56 start 0.31 development 2025-12-08 19:21:50 +03:00
MihailRis
32189b5fa2 fix nil coords passed to on_block_tick 2025-12-08 19:21:49 +03:00
MihailRis
417521e94f temporary fix improvement 2025-12-08 19:21:49 +03:00
MihailRis
fbc6d072e8 fix canvas:set_data with table argument 2025-12-08 19:21:49 +03:00
MihailRis
9bd6b39952 temporary fix 2025-12-08 19:21:49 +03:00
MihailRis
66bb734a4e fix canvas:set_data 2025-11-26 22:46:43 +03:00
MihailRis
a14f85a0a9 fix internal code editor 2025-11-25 22:15:17 +03:00
MihailRis
2af7b23b2e
Merge pull request #698 from MihailRis/editor-related
editor-related changes
2025-11-23 22:53:17 +03:00
MihailRis
ff12461ae5 cleanup 2025-11-23 22:34:54 +03:00
MihailRis
e1ea0cb0fe add gui.ask function 2025-11-23 22:17:16 +03:00
MihailRis
14523d4285 add gui.show_message 2025-11-23 20:15:53 +03:00
MihailRis
6810f9a03a add utf8.escape_xml and alias - string.escape_xml 2025-11-23 19:52:49 +03:00
MihailRis
50f6c48771 add gui.set_syntax_styles 2025-11-23 18:10:06 +03:00
rekvizitt
b491d9330f
Update be_BY.txt (#697)
* small fix

* Update be_BY.txt
2025-11-23 18:03:31 +03:00
MihailRis
3acb9f7409
Merge pull request #688 from MihailRis/continue-audio
Continue audio
2025-11-21 22:52:52 +03:00
MihailRis
0f0e00cdde add 'audio.input-device' setting 2025-11-21 22:32:19 +03:00
MihailRis
8cfff09c0b add 'none' input device 2025-11-21 21:43:29 +03:00
Xertis
76be41e8f2 fix access to console.__add_command 2025-11-21 21:33:48 +03:00
Xertis
e7e47df7bf improving the cheat commands 2025-11-21 20:59:57 +03:00
MihailRis
96bc395561 update audio lib 2025-11-21 20:34:33 +03:00
Xertis
19665caead Fix " error: attempt to call global '__load_script' (a nil value)" 2025-11-20 23:35:56 +03:00
MihailRis
6def370c2b
Merge pull request #671 from MihailRis/debugging-client
Debugging client
2025-11-20 22:55:16 +03:00
MihailRis
850a12c2ea fix scripts menu 2025-11-20 17:37:12 +03:00
MihailRis
4d82fb7873 Merge branch 'main' into debugging-client 2025-11-19 20:14:21 +03:00
MihailRis
f721731ecc add 'on_block_removed' event 2025-11-18 22:11:44 +03:00
MihailRis
ca3bc45d0f add 'on_block_present' event 2025-11-17 23:50:52 +03:00
MihailRis
473f9f1a6a move block ticks register to separate script 2025-11-17 21:33:44 +03:00
MihailRis
97c8bac9ff fix paused mode value requests handling 2025-11-16 14:01:22 +03:00
MihailRis
289c962df1 update res/devtools/syntax/lua.toml 2025-11-15 23:52:17 +03:00
MihailRis
062188ede7 add socket:recv_async 2025-11-15 20:16:31 +03:00
MihailRis
fbc9ceece4 Merge branch 'main' into debugging-client 2025-11-15 13:07:48 +03:00
MihailRis
f8be3e74f1 add error callback to network.tcp_connect 2025-11-15 12:46:36 +03:00
MihailRis
1e16ab5464 fix Schedule:set_timeout 2025-11-14 23:46:21 +03:00
MihailRis
203862e206 Merge branch 'dev' into debugging-client 2025-11-11 21:38:11 +03:00
MihailRis
7d367a9793 add app.set_title 2025-11-10 20:48:26 +03:00
MihailRis
fb25f52c67
Merge pull request #649 from MihailRis/generated-pcm-stream
Generated PCM stream (part 1)
2025-11-10 19:12:48 +03:00
MihailRis
1a0535c8af add 'graphics.soft-lighting' to settings menu 2025-11-10 18:40:50 +03:00
MihailRis
232a86aae4 fix the stupid 2025-11-10 17:29:46 +03:00
MihailRis
4f675dde27 Merge branch 'dev' into generated-pcm-stream 2025-11-10 12:44:49 +03:00
MihailRis
a4461a7dc3 update non-reset-packs semantics 2025-11-10 12:23:35 +03:00
MihailRis
0e6fb878bf add app.reset_content 'non_reset_packs' optional argument 2025-11-09 23:04:50 +03:00
MihailRis
60ed10c0a1 add prefix check to events.on 2025-11-08 11:42:10 +03:00
MihailRis
be1f336d90 rename audio.input.fetch_input to audio.input.fetch 2025-11-07 22:32:16 +03:00
MihailRis
ebe8220548 cleanup 2025-11-06 12:25:21 +03:00
MihailRis
219d5aab31 Merge branch 'dev' into generated-pcm-stream 2025-11-06 12:18:47 +03:00