Commit Graph
4146 Commits
Author SHA1 Message Date
MihailRis e48216da40 experimental optimize canvas:set_data using ffi 2025-03-08 18:04:10 +03:00
MihailRis 6078a8802e add canvas:set_data 2025-03-08 14:55:17 +03:00
MihailRis 22d49c1c65 update doc/*/scripting/ui.md 2025-03-08 14:08:44 +03:00
MihailRis 2af55a0227 add Canvas constructor & add canvas:blit 2025-03-08 14:02:57 +03:00
MihailRis 5bbba7f39d add ImageData.drawLine 2025-03-08 13:36:43 +03:00
MihailRis e8c6c9a7b3 update doc/*/scripting/ui.md 2025-03-07 20:31:50 +03:00
MihailRis dca4f283cc add canvas:clear(...), canvas:line(...) 2025-03-07 20:20:27 +03:00
MihailRis ee3fbc6831 fix: incorrect canvas Y direction 2025-03-07 20:15:25 +03:00
MihailRisandGitHub 345e140aab Merge pull request #481 from Xertis/patch-8
table.filter bug fix
2025-03-07 01:37:21 +03:00
XertisandGitHub 0d9cd6fefc table.filter bug fix 2025-03-06 15:54:40 +03:00
MihailRisandGitHub cbf07a6351 Merge pull request #430 from Xertis/main
Redesign of the content addition menu
2025-03-05 18:47:23 +03:00
MihailRis a203e40688 change AppImage user directory from ~/.voxeng to ~/.config/voxelcore 2025-03-01 12:18:20 +03:00
MihailRis 6e6800aef5 Revert "sort packs in PacksManager::assemble"
This reverts commit 3fb16ab50e.
2025-02-28 14:03:05 +03:00
MihailRisandGitHub aa80bbb14f Merge pull request #480 from MihailRis/despawned-entities-save-fix
fix: entity:despawn in on_save not preventing entity save
2025-02-27 01:20:36 +03:00
MihailRis 5607e0f039 fix: entity:despawn in on_save not preventing entity save 2025-02-26 16:35:23 +03:00
MihailRisandGitHub fd59aa4f65 Merge pull request #476 from MihailRis/zip
ZIP Files
2025-02-26 01:21:19 +03:00
MihailRis 7facc33a7e cleanup 2025-02-26 00:22:57 +03:00
MihailRis b52cc1aea0 fix ZipFileDevice::list for root path 2025-02-25 23:04:31 +03:00
MihailRis bd614c5f2e enable deflate compression in io::write_zip 2025-02-25 22:49:31 +03:00
MihailRis 226ee40b5a add output versions of deflate and memory streams 2025-02-25 22:42:57 +03:00
MihailRisandGitHub da2fecb02e Merge pull request #478 from Onran0/main
doc: block.properties added to libblock.md
2025-02-25 11:37:01 +03:00
OnranandGitHub e253260b79 Update libblock.md 2025-02-25 14:09:28 +09:00
OnranandGitHub 6d80560aa9 Update libblock.md 2025-02-25 14:08:35 +09:00
MihailRisandGitHub bba66c33f2 Merge pull request #477 from ShadelessFox/canvas-data-fix
Canvas: Reuse image data instead of fetching it every time off the GPU
2025-02-25 02:57:14 +03:00
MihailRis 57d05bde57 add io::last_write_time & add io::write_zip 2025-02-25 02:03:01 +03:00
MihailRis edb581bee3 add io::copy, io::copy_all & fix ZipFileDevice::list 2025-02-24 21:00:23 +03:00
MihailRis 9cc55e30e3 add separateFunc ZipFileDevice constructor argument 2025-02-24 20:06:55 +03:00
MihailRis 310bef1723 implement ZipFileDevice::list 2025-02-23 04:16:02 +03:00
ShadelessFox f7fa9774d6 Update representation of RGBA 2025-02-22 17:50:21 +01:00
ShadelessFox 0b6ba2faee Reuse image data instead of fetching it every time off the GPU 2025-02-22 17:49:36 +01:00
MihailRis 58acc1b2ec implement ZipFileDevice methods (WIP) 2025-02-22 07:04:04 +03:00
MihailRis 9389d63a5f add deflate_istream 2025-02-22 07:03:18 +03:00
MihailRis 7f4b074d70 add ZipFileDevice (WIP) 2025-02-22 05:48:48 +03:00
MihailRis decb820cf9 add memory_istream 2025-02-22 05:47:27 +03:00
MihailRisandGitHub 8a8c1525fd Fix syntax highlighting unicode support (#475)
* convert BasicParser to a template

* fix syntax hightlighting with unicode characters
2025-02-22 01:01:20 +03:00
MihailRisandGitHub b61f594495 Merge pull request #474 from Xertis/patch-7
Bug fix content_menu.xml.lua
2025-02-21 21:47:23 +03:00
MihailRis 5e10afc9b5 fix: disabled bodies not skipping in entities raycast 2025-02-21 21:13:22 +03:00
XertisandGitHub 589ca50b4d Update content_menu.xml.lua 2025-02-21 20:02:38 +03:00
XertisandGitHub 15e143afb0 bug fix content_menu.xml.lua 2025-02-21 19:59:57 +03:00
MihailRis 0649419485 randomize rotatable plants in world generation 2025-02-21 19:35:37 +03:00
MihailRisandGitHub 721286c2ba Merge pull request #473 from MihailRis/new-inventory-funcs
Add new inventory funcs
2025-02-20 22:33:10 +03:00
MihailRisandGitHub 1fa20b15ad Merge pull request #472 from MihailRis/update-combined-object-files
Improve combined object files
2025-02-20 22:23:23 +03:00
MihailRis 84d5b5d1a8 add dv::merge & update EnginePaths::readCombinedObject 2025-02-20 22:08:09 +03:00
MihailRis 8fecc70e05 add inventory.decrement, inventory.set_count 2025-02-20 19:47:50 +03:00
MihailRis 12105c2933 fix: incorrect UV on custom model blocks 2025-02-19 23:39:50 +03:00
MihailRis 0ccfc2d3a0 update stone_hit.ogg 2025-02-19 23:38:39 +03:00
Xertis 9813170a6f Merge remote-tracking branch 'upstream/main' 2025-02-19 23:14:23 +03:00
MihailRisandGitHub 0dc1f9e50a Merge pull request #471 from Xertis/patch-6
Fix caves generation
2025-02-19 17:42:24 +03:00
XertisandGitHub c5d1e25b7b correction order 2025-02-19 09:56:36 +03:00
XertisandGitHub 79cd2b45b7 fix caves generation x2 2025-02-19 09:54:15 +03:00