Commit Graph
100 Commits
Author SHA1 Message Date
MihailRis 944450aa0f Merge branch 'main' of https://github.com/MihailRis/voxelcore 2025-11-20 17:37:15 +03:00
MihailRis 850a12c2ea fix scripts menu 2025-11-20 17:37:12 +03:00
MihailRisandGitHub 38327d93df Merge pull request #683 from MihailRis/canvas-get-data
add canvas:get_data() -> bytearray
2025-11-20 13:55:20 +03:00
MihailRis 49bd33efdb update doc/*/scripting/ui.md 2025-11-20 12:40:08 +03:00
MihailRis 531e020cbd add canvas:get_data() -> bytearray 2025-11-20 12:37:23 +03:00
MihailRis 0df5684adf fix: undo/redo also available when textbox is not editable 2025-11-19 22:54:59 +03:00
MihailRisandGitHub 38c869e72f Merge pull request #681 from MihailRis/canvas-export
image i/o in lua
2025-11-19 20:13:47 +03:00
MihailRisandGitHub 5984ee89bf Merge pull request #682 from MihailRis/test-optimization
add test optimization
2025-11-19 19:51:38 +03:00
MihailRis 9b2e81b617 update doc/*/scripting/ui.md 2025-11-19 19:50:48 +03:00
MihailRis 2095e82f1a add Canvas.decode static method 2025-11-19 19:21:09 +03:00
MihailRis d9f75c7c40 add test optimization 2025-11-19 17:40:17 +03:00
MihailRis d714e6943a add canvas:encode method 2025-11-19 00:34:16 +03:00
MihailRisandGitHub dda823ac24 Merge pull request #680 from MihailRis/new-block-event
Fix major chunks loading performance issue & add new block events
2025-11-18 22:50:16 +03:00
MihailRis c951d787b7 fix: ObjectsPool missing destructor call 2025-11-18 22:25:04 +03:00
MihailRis b1312c354d update doc/*/scripting/events.md 2025-11-18 22:18:56 +03:00
MihailRis f721731ecc add 'on_block_removed' event 2025-11-18 22:11:44 +03:00
MihailRis b3e5f2a1c0 update doc/*/scripting/events.md 2025-11-18 20:58:12 +03:00
MihailRis 1a6880a572 remove that thing 2025-11-18 20:46:24 +03:00
MihailRis d3e73be3fe fix windows build again 2025-11-18 20:24:18 +03:00
MihailRis 263c0e3b57 fix macos build 2025-11-18 20:14:37 +03:00
MihailRis 8e66d78ef0 fix msvc build 2025-11-18 20:08:11 +03:00
MihailRis 5317106d81 test chunks pool 2025-11-18 19:48:00 +03:00
MihailRis 5fdb71c47b add ObjectsPool 2025-11-18 19:47:35 +03:00
MihailRis 922a86d2b0 add that thing 2025-11-18 18:41:21 +03:00
MihailRis 957f9f5998 fix major chunks loading performance issue 2025-11-18 00:14:53 +03:00
MihailRis ca3bc45d0f add 'on_block_present' event 2025-11-17 23:50:52 +03:00
MihailRis 1c81f8b7ad fix warning 2025-11-17 22:14:34 +03:00
MihailRis 473f9f1a6a move block ticks register to separate script 2025-11-17 21:33:44 +03:00
MihailRis 9653b18143 fix: unknown warning option in clang build 2025-11-17 20:18:02 +03:00
MihailRisandGitHub a82054a6da Merge pull request #679 from MihailRis/custom-entry-points
Custom content sources
2025-11-17 19:00:05 +03:00
MihailRis bc229a39a1 fix 2025-11-17 18:39:38 +03:00
MihailRis 1a04e31919 update doc/*/scripting/builtins/libapp.md 2025-11-17 18:36:57 +03:00
MihailRis 222d4d3fc6 add actual app.set_content_sources 2025-11-17 18:35:36 +03:00
MihailRis eb1a955483 update doc/*/scripting/builtins/libapp.md 2025-11-17 18:17:13 +03:00
MihailRis 614d5f4ae4 add app.get_content_sources, app.set_content_sources 2025-11-17 17:58:16 +03:00
MihailRisandGitHub c0c0352959 Merge pull request #678 from MihailRis/memory-fs
Memory Device
2025-11-16 19:17:41 +03:00
MihailRis 0d832e5cfd update docs 2025-11-16 18:56:48 +03:00
MihailRis 1e1fd53209 fix MemoryDevice::list & update filesystem tests 2025-11-16 18:51:14 +03:00
MihailRis 262a373483 add memory_filesystem test 2025-11-16 18:35:20 +03:00
MihailRis 536035441a fixes 2025-11-16 18:35:04 +03:00
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