Commit Graph
100 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
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
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
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
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
MihailRisandGitHub 0dc1f9e50a Merge pull request #471 from Xertis/patch-6
Fix caves generation
2025-02-19 17:42:24 +03:00
MihailRisandGitHub 1584b07706 Merge pull request #467 from MihailRis/update-items
Items data
2025-02-18 19:06:39 +03:00
MihailRis 2908009e92 Merge branch 'main' into update-items 2025-02-18 18:51:11 +03:00
MihailRis ce9853d813 add BlockMaterial.hitSound 2025-02-18 18:50:50 +03:00
MihailRis 3d0d6cab93 Merge branch 'main' into update-items 2025-02-18 18:39:37 +03:00
MihailRisandGitHub 17e4776f95 Merge pull request #470 from MihailRis/update-materials
Update materials
2025-02-18 18:39:03 +03:00
MihailRis ca35724ec0 revert grass texture 2025-02-18 18:20:30 +03:00
MihailRis c7104ab599 add 'hit-sound' to materials & update base pack 2025-02-18 18:17:01 +03:00
MihailRis b1bd4feee7 add 'number' uses display mode 2025-02-18 12:49:15 +03:00
MihailRis 64e433593c fix 2025-02-18 06:37:11 +03:00
MihailRis f0448c3080 move inventory.get_uses, inventory.use from stdmin to stdlib 2025-02-18 04:17:50 +03:00
MihailRis 81f9e6c7ee refactor & debug output fixes 2025-02-18 04:14:36 +03:00
MihailRis df2cff3e4c add item 'uses-display' property 2025-02-18 03:24:52 +03:00
MihailRis 449b0ebca4 fix stack increment (right click) with item data 2025-02-18 03:23:45 +03:00
MihailRis 6ef82982bd fix stack split (right click) with item data 2025-02-18 01:04:09 +03:00
MihailRis 3aa7d6ac28 feat: support items data in base pack 2025-02-18 01:03:34 +03:00
MihailRis 801354c15d fix: camera rotation not updating when menu is open 2025-02-17 22:35:35 +03:00
MihailRis 5384843892 fix bazalt_breaker with infinite items enabled 2025-02-17 16:58:03 +03:00
MihailRis bbfc0dbf17 add inventory.get_uses, inventory.use, item.uses & update base:bazalt_breaker 2025-02-17 04:40:18 +03:00
MihailRisandGitHub 21c630024a Merge pull request #469 from alexei-zebra/fix-Label
fix: Label.cpp: uinode size
2025-02-17 01:16:10 +03:00
MihailRis 231fc7e0d0 refactor InventoryView & add 'uses' item property (WIP) 2025-02-16 20:41:13 +03:00
MihailRis a118016c8f add data argument to inventory.add 2025-02-16 03:31:06 +03:00
MihailRis d25180406b add data argument to inventory.set & add inventory.get_all_data 2025-02-16 03:00:00 +03:00
MihailRis 8837542561 add inventory.has_data 2025-02-16 02:27:21 +03:00
MihailRis ace01b6ac9 rename inventory.get_field/set_field to inventory.get_data/set_data 2025-02-16 02:15:53 +03:00
MihailRis c7061c70cb fix: console/chat open still available when menu is open & cleanup 2025-02-16 00:38:33 +03:00
MihailRis 31d5cb6880 fix TextBox behavior with markup used 2025-02-15 23:26:32 +03:00
MihailRis 35d0b0f7f6 add inventory.get_field, .set_field & refactor libinventory.cpp 2025-02-15 20:31:00 +03:00
MihailRis d86c5508d2 add ItemStack::fields 2025-02-15 20:30:22 +03:00
MihailRis fd8c26d585 Merge branch 'main' into update-items 2025-02-14 18:49:43 +03:00
MihailRis 33795f06f7 fix syntax highlighting not refreshing on selected text removal 2025-02-13 23:45:05 +03:00
MihailRis 07aa2f4730 Merge branch 'main' into update-items 2025-02-13 15:24:56 +03:00
MihailRis b832b9850f fix incorrect entity transform scale & rotation combination 2025-02-12 21:16:05 +03:00
MihailRis 3430e5cd6f add 'player-entity' to defaults.toml 2025-02-12 16:32:21 +03:00
MihailRisandGitHub f0c7bc6377 Merge pull request #451 from Xertis/patch-4
Added new extensions for tables and math
2025-02-12 03:10:48 +03:00
MihailRisandGitHub fd8b4b018a Merge pull request #466 from MihailRis/update-dockerfile
Update Dockerfile & AppImage
2025-02-12 02:27:39 +03:00
MihailRis 865073d5cd downgrade appimage action ubuntu version 2025-02-12 02:10:41 +03:00
MihailRis 84ff983fd6 update AppImageBuilder.yml 2025-02-12 01:23:40 +03:00
MihailRis f21fdbe968 update libglew version in AppImageBuilder.yml 2025-02-12 01:04:09 +03:00
MihailRis 71b313dee0 update appimage.yml 2025-02-12 01:02:09 +03:00
MihailRis 06f3aee731 update Dockerfile 2025-02-12 00:57:16 +03:00
MihailRis 41a45fc432 rename hud_element_mode to HudElementMode 2025-02-12 00:09:44 +03:00
MihailRis c1e9976d95 Merge branch 'main' into update-items 2025-02-11 23:52:06 +03:00
MihailRis 4d3cc50edb update base:demo component 2025-02-11 23:50:32 +03:00
MihailRis 6500f9b6f3 fix textbox text offset & fix invisible alerts 2025-02-11 23:46:13 +03:00
MihailRis 577655504e Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2025-02-11 16:16:28 +03:00
MihailRis 0eeea9dde6 fix hud libraries not removing after on_hud_close & fix segfault on illegal access to hud functions 2025-02-11 16:16:15 +03:00
MihailRisandGitHub 8bd7b50467 Merge pull request #458 from alexei-zebra/main
rewrite run script
2025-02-10 16:06:37 +03:00
MihailRis 4306573320 refactor 2025-02-06 20:26:06 +03:00
MihailRis b1740bf7eb update io::path::normalized() 2025-02-05 14:56:45 +03:00
MihailRisandGitHub 596132ebe2 Merge pull request #460 from MihailRis/update-file-subsystem
Update file subsystem
2025-02-04 18:22:52 +03:00
MihailRis 1c98d6cb37 update io::Device::write 2025-02-04 17:38:43 +03:00
MihailRis 3e67d887f4 update io::Device::read 2025-02-04 16:55:43 +03:00
MihailRis b89cf65165 update version to 0.27 2025-02-04 15:12:30 +03:00
MihailRis dceb5f6ee4 Merge branch 'main' into update-file-subsystem 2025-02-04 15:09:23 +03:00
MihailRisandGitHub 6303975ddc Merge pull request #461 from clasher113/main
add side mouse buttons & bug fix
2025-02-04 15:07:30 +03:00
MihailRis 59f46ad530 add io::path.normalized() 2025-02-04 14:58:41 +03:00
MihailRis 1ec8f89599 add io::Device::mkdir 2025-02-04 14:10:23 +03:00
MihailRis f8d0ded70e fix windows build 2025-02-04 13:52:33 +03:00
MihailRis 94bae83de6 fix windows build 2025-02-04 13:32:50 +03:00
MihailRis 8a12ff5879 fix EnginePaths::setContentPacks 2025-02-04 13:17:35 +03:00