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 |
|
MihailRis
|
83f7bf80c4
|
add canvas:mul and canvas:add methods
|
2025-11-11 19:30:27 +03:00 |
|
MihailRis
|
b9777cc682
|
add canvas:unbind_texture method
|
2025-11-11 17:46:38 +03:00 |
|
MihailRis
|
7d367a9793
|
add app.set_title
|
2025-11-10 20:48:26 +03:00 |
|
MihailRis
|
4f675dde27
|
Merge branch 'dev' into generated-pcm-stream
|
2025-11-10 12:44:49 +03:00 |
|
MihailRis
|
49bc040593
|
Merge pull request #667 from MihailRis/more-about-projects
More about projects (part 3)
|
2025-11-10 12:41:59 +03:00 |
|
MihailRis
|
a4461a7dc3
|
update non-reset-packs semantics
|
2025-11-10 12:23:35 +03:00 |
|
MihailRis
|
db05527fcf
|
add hud.is_open(layoutid) --> bool
|
2025-11-09 23:11:12 +03:00 |
|
MihailRis
|
0e6fb878bf
|
add app.reset_content 'non_reset_packs' optional argument
|
2025-11-09 23:04:50 +03:00 |
|
MihailRis
|
17ffa73ce7
|
refactor: move and rename EnginePaths
|
2025-11-09 20:13:59 +03:00 |
|
MihailRis
|
be1f336d90
|
rename audio.input.fetch_input to audio.input.fetch
|
2025-11-07 22:32:16 +03:00 |
|
MihailRis
|
219d5aab31
|
Merge branch 'dev' into generated-pcm-stream
|
2025-11-06 12:18:47 +03:00 |
|