Commit Graph
1418 Commits
Author SHA1 Message Date
MihailRisandShiftyX1 06f6550624 fix the stupid
Build / Build (push) Failing after 17s
MSVC Build / build-windows (windows-latest) (push) Has been cancelled
2025-12-08 19:21:50 +03:00
MihailRisandShiftyX1 00f269ca7e debug it 2025-12-08 19:21:50 +03:00
MihailRisandShiftyX1 dd40780334 add 'network' permission 2025-12-08 19:21:50 +03:00
MihailRisandShiftyX1 56d808e3e2 add 'write-to-user' permission & refactor checking for writeability 2025-12-08 19:21:50 +03:00
MihailRisandShiftyX1 5ae34c2dc2 fix: pack environment not passed to components 2025-12-08 19:21:49 +03:00
MihailRis 66bb734a4e fix canvas:set_data 2025-11-26 22:46:43 +03:00
eliotbyteandMihailRis 9ccaecddd2 add :block placement for single blocks 2025-11-24 21:23:59 +03:00
MihailRis 28589c4b3b fix utf8 support 2025-11-23 19:56:12 +03:00
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
MihailRisandGitHub 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
MihailRisandGitHub 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