Commit Graph
381 Commits
Author SHA1 Message Date
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
XertisandMihailRis 19665caead Fix " error: attempt to call global '__load_script' (a nil value)" 2025-11-20 23:35:56 +03:00
MihailRisandGitHub 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 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 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
MihailRisandGitHub fb25f52c67 Merge pull request #649 from MihailRis/generated-pcm-stream
Generated PCM stream (part 1)
2025-11-10 19:12:48 +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 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
MihailRis c565e9897f feat: go back in menu on Escape pressed 2025-11-05 02:13:32 +03:00
MihailRis 88e61125d1 add device select to audio settings 2025-11-04 19:47:35 +03:00
MihailRis a63df74bb6 Merge branch 'dev' into generated-pcm-stream 2025-11-04 12:55:00 +03:00
MihailRis d163f12e67 fix 2025-11-04 12:13:55 +03:00
MihailRis ca6096c397 minor refactor 2025-11-04 11:53:48 +03:00
MihailRis aa54e900d9 add U16view, I16view, U32view, I32view classes 2025-11-02 01:17:56 +03:00
MihailRis 86a4060a68 feat: multiple audio fetchers support 2025-11-01 23:06:26 +03:00
MihailRis 5a65cbe071 move PCMStream to audio 2025-11-01 22:04:39 +03:00
MihailRis fcbbdd649b split internal modules 2025-10-31 23:54:56 +03:00
MihailRis fe8e4ba7b4 add internal/audio_input module 2025-10-31 23:30:29 +03:00
MihailRis 284f24433c extract debugging code to internal/debugging module 2025-10-31 23:18:26 +03:00
MihailRis 0e2b203fb2 add debug.get_pack_by_frame 2025-10-31 22:53:04 +03:00
MihailRis be2dc1abe5 add PCMStream:create_sound method 2025-10-30 22:48:53 +03:00
MihailRis cf561e78a8 fix: stream stops and dies on underflow 2025-10-30 19:56:07 +03:00
MihailRis 7dca9255df add test audio input fetch function 2025-10-15 22:13:16 +03:00
MihailRis 84f087049d add test PCMStream lua use 2025-10-14 00:51:04 +03:00
MihailRis d861595f78 disable debugging if server is not running & make detach complete 2025-10-09 01:14:49 +03:00
MihailRis f4c3b53cd1 replace 'hit-breakpoint' with 'paused' 2025-10-09 00:28:06 +03:00
MihailRis 33a5410ca2 add 'reason' argument to debug.pause 2025-10-09 00:23:54 +03:00
MihailRis 972181022a feat: pause on exception caused by 'error' function call 2025-10-08 23:50:36 +03:00
MihailRis ddc56b46ce cleanup 2025-10-08 23:20:41 +03:00
MihailRis 4f6a443fa3 replace 'debug.breakpoint' with 'debug.pause' 2025-10-08 23:11:10 +03:00
MihailRis 8f56969997 add 'get-value' command 2025-10-08 21:35:37 +03:00
MihailRis aa42fb1e39 add 'step-into-function' command 2025-10-07 23:51:02 +03:00
MihailRis 9372a5226e add 'step' and 'resume' commands 2025-10-07 21:53:46 +03:00
MihailRis 5972bc769b add 'set-breakpoint', 'remove-breakpoint' commands 2025-10-07 21:07:02 +03:00
MihailRis 4a15abd806 Merge branch 'main' into dev 2025-10-06 19:31:58 +03:00
MihailRis 4fa430b6ba cleanup 2025-10-06 19:30:19 +03:00
MihailRis 5626163f17 fix: wrong environment used in modules imported by require(...) 2025-10-06 19:06:15 +03:00