MihailRis
|
2a8fa4f2fa
|
update filesystem test
|
2025-11-16 18:34:51 +03:00 |
|
MihailRis
|
0c517709a1
|
add file.create_memory_device, app.create_memory_device
|
2025-11-16 18:13:53 +03:00 |
|
MihailRis
|
654267f2d4
|
add io::MemoryDevice
|
2025-11-16 17:38:26 +03:00 |
|
MihailRis
|
dae7d10a74
|
fix
|
2025-11-16 17:38:05 +03:00 |
|
MihailRis
|
9279b8385e
|
add finalizing_ostream
|
2025-11-16 16:52:29 +03:00 |
|
MihailRis
|
1c92a7c9e7
|
add memory_view_istream
|
2025-11-16 16:52:20 +03:00 |
|
MihailRis
|
5b26c7d85a
|
add missing '#pragma once'
|
2025-11-16 16:12:04 +03:00 |
|
 MihailRisandGitHub
|
3a6da29b55
|
Merge pull request #677 from MihailRis/network-find-free-port
add 'network.find_free_port' function
|
2025-11-15 16:42:08 +03:00 |
|
MihailRis
|
37494b4fe6
|
update doc/*/scripting/builtins/libnetwork.md
|
2025-11-15 16:25:36 +03:00 |
|
MihailRis
|
1f1cb22e4d
|
add 'network.find_free_port' function
|
2025-11-15 16:18:34 +03:00 |
|
 MihailRisandGitHub
|
5b3e88bbf1
|
Merge pull request #676 from MihailRis/connection-error-callback
add error callback to network.tcp_connect
|
2025-11-15 13:07:08 +03:00 |
|
MihailRis
|
c7680ea196
|
update doc/*/scripting/builtins/libnetwork.md
|
2025-11-15 12:48:50 +03:00 |
|
MihailRis
|
f8be3e74f1
|
add error callback to network.tcp_connect
|
2025-11-15 12:46:36 +03:00 |
|
 MihailRisandGitHub
|
553ee8b1f2
|
Merge pull request #675 from MihailRis/update-uinode
Cleanup UINode
|
2025-11-14 21:14:32 +03:00 |
|
MihailRis
|
5f76e72748
|
cleanup
|
2025-11-14 20:56:11 +03:00 |
|
MihailRis
|
95721a6864
|
combine uinode actions callbacks sets & cleanup
|
2025-11-14 19:50:09 +03:00 |
|
MihailRis
|
f9bab5a5cf
|
fix UINode function typedefs naming
|
2025-11-14 12:35:27 +03:00 |
|
MihailRis
|
7abe552e3c
|
fix UINode enums naming
|
2025-11-14 12:33:30 +03:00 |
|
 MihailRisandGitHub
|
c6b78dae3e
|
Merge pull request #674 from MihailRis/canvas-element-autoresize
Autoresize (extend/shrink) canvas element
|
2025-11-13 18:25:30 +03:00 |
|
MihailRis
|
0d4838facf
|
feat: autoresize (extend/shrink) canvas element
|
2025-11-13 18:06:47 +03:00 |
|
 MihailRisandGitHub
|
b644a76904
|
Merge pull request #673 from MihailRis/move-development-to-main
As part of an experiment with moving the repository to development in the dev branch, I'm temporarily moving it to the main branch.
|
2025-11-12 20:57:42 +03:00 |
|
 MihailRisandGitHub
|
3fb42efc03
|
Merge pull request #666 from MihailRis/dev
0.30 development
|
2025-11-12 20:36:25 +03:00 |
|
MihailRis
|
eb52c8aef3
|
Merge branch 'main' into dev
|
2025-11-12 20:12:12 +03:00 |
|
MihailRis
|
dec1ea7b15
|
fix documentation links in README.md
|
2025-11-12 20:11:51 +03:00 |
|
MihailRis
|
72a7175846
|
update doc/*/main-page.md
|
2025-11-12 20:09:31 +03:00 |
|
 MihailRisandGitHub
|
f137481990
|
Merge pull request #672 from MihailRis/make-cursor-slot-public
Make cursor slot public & add 'exists' ui property
|
2025-11-12 19:06:45 +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
|
371aaaa9f5
|
make exchange slot available as 'hud.exchange-slot'
|
2025-11-12 12:29:07 +03:00 |
|
MihailRis
|
1c777746a0
|
fix atlas canvas update extrusion
|
2025-11-11 21:22:28 +03:00 |
|
 MihailRisandGitHub
|
c058532eab
|
Merge pull request #670 from MihailRis/upgrade-canvas
add canvas:unbind_texture method
|
2025-11-11 21:03:37 +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
|
7715301d65
|
update workflows
|
2025-11-10 19:15:57 +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 |
|
 MihailRisandGitHub
|
d5469acb55
|
Merge pull request #669 from MihailRis/ability-to-turn-off-soft-lighting
Ability to turn-off soft lighting
|
2025-11-10 18:59:04 +03:00 |
|
MihailRis
|
1a0535c8af
|
add 'graphics.soft-lighting' to settings menu
|
2025-11-10 18:40:50 +03:00 |
|
MihailRis
|
0a45277f96
|
add 'graphics.soft-lighting' setting
|
2025-11-10 18:28:24 +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 |
|
 MihailRisandGitHub
|
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
|
b0d662f845
|
limit adaptive fps to display.framerate setting
|
2025-11-10 00:34:01 +03:00 |
|
MihailRis
|
630e75c7d9
|
make adaptive menu fps optional ('display.adaptive-menu-fps' flag)
|
2025-11-10 00:25:38 +03:00 |
|
MihailRis
|
7a4eb87195
|
fix
|
2025-11-10 00:20:32 +03:00 |
|
MihailRis
|
be5a9077ca
|
fix
|
2025-11-10 00:16:06 +03:00 |
|
 MihailRisandGitHub
|
840c0f3c12
|
Merge pull request #668 from MihailRis/add-hud-is-open
add hud.is_open(layoutid) -> bool
|
2025-11-09 23:32:28 +03:00 |
|
MihailRis
|
50cd4f98d9
|
update doc/*/scripting/builtins/libhud.md
|
2025-11-09 23:13:59 +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
|
50d520e747
|
fix: container:setInterval in menu screen
|
2025-11-09 22:27:37 +03:00 |
|
MihailRis
|
7fc3703ad2
|
feat: refresh on demand in menu (adaptive framerate)
|
2025-11-09 22:22:24 +03:00 |
|
MihailRis
|
50af44c9de
|
update doc/*/content-packs.md
|
2025-11-09 21:31:36 +03:00 |
|
MihailRis
|
ba0977a6f0
|
Merge branch 'dev' into more-about-projects
|
2025-11-09 21:24:47 +03:00 |
|
MihailRis
|
65bba0088b
|
update doc/*/content-packs.md
|
2025-11-09 21:24:21 +03:00 |
|
MihailRis
|
17ffa73ce7
|
refactor: move and rename EnginePaths
|
2025-11-09 20:13:59 +03:00 |
|
MihailRis
|
3b583d4dd6
|
refactor: Engine, EnginePaths, move CoreParameters to new header
|
2025-11-09 19:56:46 +03:00 |
|
MihailRis
|
01bf474a2b
|
cleanup Engine.cpp a bit
|
2025-11-09 19:37:40 +03:00 |
|
MihailRis
|
4bafad708e
|
move window-related code from Engine.cpp to WindowControl
|
2025-11-09 19:09:35 +03:00 |
|
MihailRis
|
87ff77a73f
|
add project start application script
|
2025-11-09 18:26:36 +03:00 |
|
MihailRis
|
05de043154
|
add 'project:content' content source
|
2025-11-09 18:23:10 +03:00 |
|
MihailRis
|
60ed10c0a1
|
add prefix check to events.on
|
2025-11-08 11:42:10 +03:00 |
|
MihailRis
|
8de7f79ed5
|
update doc/*/audio.md
|
2025-11-07 23:05:50 +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 |
|
 MihailRisandGitHub
|
31d2dde534
|
Merge pull request #663 from MihailRis/canvases-and-atlases
Canvas from texture / atlas
|
2025-11-06 00:46:00 +03:00 |
|
MihailRis
|
340b469b40
|
update doc/*/scripting/builtins/libassets.md
|
2025-11-05 20:59:35 +03:00 |
|
MihailRis
|
878d824548
|
feat: create canvas from texture
|
2025-11-05 20:50:27 +03:00 |
|
MihailRis
|
28dd2f38d2
|
feat: update atlas texture extrusion on its reload
|
2025-11-05 12:25:50 +03:00 |
|
MihailRis
|
b89888969f
|
Merge branch 'dev' into canvases-and-atlases
|
2025-11-05 02:40:31 +03:00 |
|
 MihailRisandGitHub
|
21cb533f17
|
Merge pull request #664 from MihailRis/menu-back-on-escape
menu:back on escape pressed
|
2025-11-05 02:39:59 +03:00 |
|
MihailRis
|
c565e9897f
|
feat: go back in menu on Escape pressed
|
2025-11-05 02:13:32 +03:00 |
|
MihailRis
|
7b45b4083b
|
feat: keep previous values in debug panel if cursor is not locked
|
2025-11-05 01:47:42 +03:00 |
|
MihailRis
|
643ae11d5c
|
feat: rebuild mip-maps on texture reload
|
2025-11-05 01:30:47 +03:00 |
|
MihailRis
|
d9f2d54bf0
|
feat: canvas from texture atlas element
|
2025-11-05 00:20:58 +03:00 |
|
MihailRis
|
41e2b015d7
|
update audio settings page
|
2025-11-04 22:06:06 +03:00 |
|
MihailRis
|
88e61125d1
|
add device select to audio settings
|
2025-11-04 19:47:35 +03:00 |
|
MihailRis
|
25808d2b21
|
Merge branch 'dev' into generated-pcm-stream
|
2025-11-04 18:15:42 +03:00 |
|
 MihailRisandGitHub
|
497160a5b9
|
Merge pull request #662 from MihailRis/core-cameras-and-mouse-delta
Core cameras and mouse delta things
|
2025-11-04 18:14:43 +03:00 |
|
MihailRis
|
9e817c39ce
|
disable mouse camera control if non-standard camera used
|
2025-11-04 17:55:01 +03:00 |
|
MihailRis
|
751489b003
|
add input.get_mouse_delta()
|
2025-11-04 16:17:57 +03:00 |
|
MihailRis
|
4f88e3b964
|
Merge branch 'main' into dev
|
2025-11-04 16:02:46 +03:00 |
|
MihailRis
|
652f652e55
|
fix: player.get_camera, set_camera are not documented
|
2025-11-04 16:02:11 +03:00 |
|
MihailRis
|
934c5f194e
|
fix: on_hud_render is not documented
|
2025-11-04 15:50:52 +03:00 |
|
MihailRis
|
a63df74bb6
|
Merge branch 'dev' into generated-pcm-stream
|
2025-11-04 12:55:00 +03:00 |
|
 MihailRisandGitHub
|
5859e6cdf2
|
Merge pull request #661 from MihailRis/environments-related
Environments-related works
|
2025-11-04 12:54:05 +03:00 |
|
MihailRis
|
d163f12e67
|
fix
|
2025-11-04 12:13:55 +03:00 |
|
MihailRis
|
9afe265094
|
update doc/*/scripting/builtins/libapp.md
|
2025-11-04 11:59:58 +03:00 |
|
MihailRis
|
ca6096c397
|
minor refactor
|
2025-11-04 11:53:48 +03:00 |
|
MihailRis
|
90f7fce2b1
|
feat: pass pack environment to menu page script
|
2025-11-04 09:30:38 +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 |
|