1410 Commits

Author SHA1 Message Date
MihailRis
6810f9a03a add utf8.escape_xml and alias - string.escape_xml 2025-11-23 19:52:49 +03:00
MihailRis
91cb5ab7d8 fix: root node id overriding 2025-11-23 19:37:44 +03:00
MihailRis
17e8d9bb1b fix headless mode 2025-11-23 18:21:52 +03:00
MihailRis
50f6c48771 add gui.set_syntax_styles 2025-11-23 18:10:06 +03:00
MihailRis
5250c748be make chunk lightmap optional 2025-11-23 15:22:18 +03:00
MihailRis
6bc549dd90 fix world previews generation 2025-11-22 19:23:46 +03:00
MihailRis
f6dd298e07 add canvas:rect 2025-11-22 14:40:31 +03:00
MihailRis
f1cf5c43e6 feat: throw exception in headless mode if player id is not passed to player.* functions 2025-11-21 23:08:23 +03:00
MihailRis
3acb9f7409
Merge pull request #688 from MihailRis/continue-audio
Continue audio
2025-11-21 22:52:52 +03:00
MihailRis
6cee20ed86 remove audio.__set_input_device 2025-11-21 22:34:39 +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
MihailRis
4f96ec47cd fix warnings 2025-11-21 19:14:04 +03:00
MihailRis
6def370c2b
Merge pull request #671 from MihailRis/debugging-client
Debugging client
2025-11-20 22:55:16 +03:00
MihailRis
0711a2d23e fix LevelController::processBeforeQuit 2025-11-20 21:27:56 +03:00
MihailRis
531e020cbd add canvas:get_data() -> bytearray 2025-11-20 12:37:23 +03:00
MihailRis
4d82fb7873 Merge branch 'main' into debugging-client 2025-11-19 20:14:21 +03:00
MihailRis
2095e82f1a add Canvas.decode static method 2025-11-19 19:21:09 +03:00
MihailRis
d714e6943a add canvas:encode method 2025-11-19 00:34:16 +03:00
MihailRis
f721731ecc add 'on_block_removed' event 2025-11-18 22:11:44 +03:00
MihailRis
1a6880a572 remove that thing 2025-11-18 20:46:24 +03:00
MihailRis
922a86d2b0 add that thing 2025-11-18 18:41:21 +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
0760a5b552 Merge branch 'main' into debugging-client 2025-11-17 19:24:04 +03:00
MihailRis
bc229a39a1 fix 2025-11-17 18:39:38 +03:00
MihailRis
222d4d3fc6 add actual app.set_content_sources 2025-11-17 18:35:36 +03:00
MihailRis
614d5f4ae4 add app.get_content_sources, app.set_content_sources 2025-11-17 17:58:16 +03:00
MihailRis
cf3aad166a Merge branch 'main' into debugging-client 2025-11-16 19:20:42 +03:00
MihailRis
536035441a fixes 2025-11-16 18:35:04 +03:00
MihailRis
0c517709a1 add file.create_memory_device, app.create_memory_device 2025-11-16 18:13:53 +03:00
MihailRis
bcfdb6196a add 'istoplevel' argument to input.add_callback 2025-11-16 14:25:16 +03:00
MihailRis
218c716892 fixes 2025-11-16 01:19:27 +03:00
MihailRis
c42d661223 add app.focus function 2025-11-15 21:22:18 +03:00
MihailRis
637896fb0f fix: textbox methods line numbers startfrom 0 2025-11-15 18:45:30 +03:00
MihailRis
31ea198301 add app.start_debug_instance 2025-11-15 16:57:24 +03:00
MihailRis
5edd7b2bb5 make network.find_free_port return nil if not found 2025-11-15 16:52:58 +03:00
MihailRis
3725aacbb1 Merge branch 'main' into debugging-client 2025-11-15 16:42:36 +03:00
MihailRis
1f1cb22e4d add 'network.find_free_port' function 2025-11-15 16:18:34 +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
65b4ac8262 add textbox:indexByPos and :lineY methods 2025-11-14 23:48:02 +03:00
MihailRis
091542da39 Merge branch 'main' into debugging-client 2025-11-14 21:18:16 +03:00
MihailRis
0d4838facf feat: autoresize (extend/shrink) canvas element 2025-11-13 18:06:47 +03:00
MihailRis
89488aecae Merge branch 'dev' into debugging-client 2025-11-12 19:07:18 +03:00
MihailRis
ef656e9ff1 revert non-throwing 'id' and add 'exists' property & update doc/*/scripting/ui.md 2025-11-12 18:49:04 +03:00
MihailRis
b5e69f1eae make ui_element.id access non-throwing 2025-11-12 18:43:34 +03:00
MihailRis
203862e206 Merge branch 'dev' into debugging-client 2025-11-11 21:38:11 +03:00
MihailRis
1c777746a0 fix atlas canvas update extrusion 2025-11-11 21:22:28 +03:00
MihailRis
34d13442b6 add canvas:sub method 2025-11-11 19:34:40 +03:00