Commit Graph

  • a203e40688 change AppImage user directory from ~/.voxeng to ~/.config/voxelcore MihailRis 2025-03-01 12:18:20 +03:00
  • 37fdf7f638 update res/content/base/preload.json MihailRis 2025-02-28 18:50:57 +03:00
  • 7c32a42cc5 add 'weather' command MihailRis 2025-02-28 18:50:35 +03:00
  • 9c4db8fa10 refactor: move Weather instance to WorldInfo MihailRis 2025-02-28 18:49:44 +03:00
  • 0ea842580c add 'thunder_rate' weather property MihailRis 2025-02-28 18:48:21 +03:00
  • aed7c1c5b8 add thunder sounds MihailRis 2025-02-28 18:46:03 +03:00
  • 6e6800aef5 Revert "sort packs in PacksManager::assemble" MihailRis 2025-02-28 14:03:05 +03:00
  • a152237f26 add gfx.weather.get_current, get_current_data, get_fall_intencity MihailRis 2025-02-28 05:23:29 +03:00
  • 4d5b450145 add gfx.weather library & add weather.set command MihailRis 2025-02-27 07:30:49 +03:00
  • aa80bbb14f
    Merge pull request #480 from MihailRis/despawned-entities-save-fix MihailRis 2025-02-27 01:20:36 +03:00
  • 5607e0f039 fix: entity:despawn in on_save not preventing entity save MihailRis 2025-02-26 16:35:23 +03:00
  • 02d8d8d6bf weather change test MihailRis 2025-02-26 12:19:47 +03:00
  • 589518fb25 add fall.max_opacity, fall.opaque properties & update snow texture & weather mix test MihailRis 2025-02-26 06:24:05 +03:00
  • 18773b3230 fix sky sprites visibility MihailRis 2025-02-26 05:04:49 +03:00
  • b1bb595169 add fog preset MihailRis 2025-02-26 05:04:13 +03:00
  • e6ea4fe37e add fog_curve parameter & update shaders MihailRis 2025-02-26 04:49:45 +03:00
  • d7f20e7388 add snow preset MihailRis 2025-02-26 03:16:02 +03:00
  • 61a469aeb8 add rain preset MihailRis 2025-02-26 03:03:14 +03:00
  • 7b1c03c208 enable weather splash particles serialization MihailRis 2025-02-26 03:02:50 +03:00
  • fe503d1192 add weather intensity (WIP) MihailRis 2025-02-11 15:51:19 +03:00
  • 830e05733f minor refactor MihailRis 2025-02-11 02:39:31 +03:00
  • 7635fdf807 add rain noise & add rain splashes (WIP) MihailRis 2025-02-11 02:26:00 +03:00
  • 8dfc948fe3 update main shader MihailRis 2025-02-10 22:41:30 +03:00
  • 35cf07b0f0 add WeatherPreset MihailRis 2025-02-10 00:50:41 +03:00
  • 787011d164 optimize PrecipitationRenderer MihailRis 2025-02-09 14:48:53 +03:00
  • 64fd5d7504 refactor and fix MihailRis 2025-02-08 21:13:32 +03:00
  • 5cb119cc4c fix pause MihailRis 2025-01-13 23:41:55 +03:00
  • 0f33b9dd15 fix lights MihailRis 2025-01-13 19:28:34 +03:00
  • d36eb85dba snow test MihailRis 2025-01-13 19:02:08 +03:00
  • fa6e2e1b1d fix vertical uv mapping MihailRis 2025-01-12 22:53:08 +03:00
  • b4456fdb51 add PrecipitationRenderer (WIP) MihailRis 2025-01-12 22:32:41 +03:00
  • fd59aa4f65
    Merge pull request #476 from MihailRis/zip MihailRis 2025-02-26 01:21:19 +03:00
  • 7facc33a7e cleanup MihailRis 2025-02-26 00:22:57 +03:00
  • b52cc1aea0 fix ZipFileDevice::list for root path MihailRis 2025-02-25 23:04:31 +03:00
  • bd614c5f2e enable deflate compression in io::write_zip MihailRis 2025-02-25 22:49:31 +03:00
  • 226ee40b5a add output versions of deflate and memory streams MihailRis 2025-02-25 22:42:57 +03:00
  • da2fecb02e
    Merge pull request #478 from Onran0/main MihailRis 2025-02-25 11:37:01 +03:00
  • e253260b79
    Update libblock.md Onran 2025-02-25 14:09:28 +09:00
  • 6d80560aa9
    Update libblock.md Onran 2025-02-25 14:08:35 +09:00
  • bba66c33f2
    Merge pull request #477 from ShadelessFox/canvas-data-fix MihailRis 2025-02-25 02:57:14 +03:00
  • 57d05bde57 add io::last_write_time & add io::write_zip MihailRis 2025-02-25 02:03:01 +03:00
  • edb581bee3 add io::copy, io::copy_all & fix ZipFileDevice::list MihailRis 2025-02-24 21:00:23 +03:00
  • 9cc55e30e3 add separateFunc ZipFileDevice constructor argument MihailRis 2025-02-24 20:06:55 +03:00
  • 310bef1723 implement ZipFileDevice::list MihailRis 2025-02-22 07:30:16 +03:00
  • f7fa9774d6
    Update representation of RGBA ShadelessFox 2025-02-22 17:50:21 +01:00
  • 0b6ba2faee
    Reuse image data instead of fetching it every time off the GPU ShadelessFox 2025-02-22 17:49:36 +01:00
  • 58acc1b2ec implement ZipFileDevice methods (WIP) MihailRis 2025-02-22 07:04:04 +03:00
  • 9389d63a5f add deflate_istream MihailRis 2025-02-22 07:03:18 +03:00
  • 7f4b074d70 add ZipFileDevice (WIP) MihailRis 2025-02-22 05:48:48 +03:00
  • decb820cf9 add memory_istream MihailRis 2025-02-22 05:47:27 +03:00
  • 8a8c1525fd
    Fix syntax highlighting unicode support (#475) MihailRis 2025-02-22 01:01:20 +03:00
  • b61f594495
    Merge pull request #474 from Xertis/patch-7 MihailRis 2025-02-21 21:47:23 +03:00
  • 5e10afc9b5 fix: disabled bodies not skipping in entities raycast MihailRis 2025-02-21 21:13:22 +03:00
  • 589ca50b4d
    Update content_menu.xml.lua Xertis 2025-02-21 20:02:38 +03:00
  • 15e143afb0
    bug fix content_menu.xml.lua Xertis 2025-02-21 19:59:57 +03:00
  • 0649419485 randomize rotatable plants in world generation MihailRis 2025-02-21 19:35:37 +03:00
  • 721286c2ba
    Merge pull request #473 from MihailRis/new-inventory-funcs MihailRis 2025-02-20 22:33:10 +03:00
  • 1fa20b15ad
    Merge pull request #472 from MihailRis/update-combined-object-files MihailRis 2025-02-20 22:23:23 +03:00
  • 84d5b5d1a8 add dv::merge & update EnginePaths::readCombinedObject MihailRis 2025-02-20 22:08:09 +03:00
  • 8fecc70e05 add inventory.decrement, inventory.set_count MihailRis 2025-02-20 19:47:50 +03:00
  • 12105c2933 fix: incorrect UV on custom model blocks MihailRis 2025-02-19 23:39:50 +03:00
  • 0ccfc2d3a0 update stone_hit.ogg MihailRis 2025-02-19 23:38:39 +03:00
  • 9813170a6f Merge remote-tracking branch 'upstream/main' Xertis 2025-02-19 23:14:23 +03:00
  • 0dc1f9e50a
    Merge pull request #471 from Xertis/patch-6 MihailRis 2025-02-19 17:42:24 +03:00
  • c5d1e25b7b
    correction order Xertis 2025-02-19 09:56:36 +03:00
  • 79cd2b45b7
    fix caves generation x2 Xertis 2025-02-19 09:54:15 +03:00
  • 4c8b082418
    fix caves generation Xertis 2025-02-18 21:54:18 +03:00
  • 1584b07706
    Merge pull request #467 from MihailRis/update-items MihailRis 2025-02-18 19:06:39 +03:00
  • 2908009e92 Merge branch 'main' into update-items MihailRis 2025-02-18 18:51:11 +03:00
  • ce9853d813 add BlockMaterial.hitSound MihailRis 2025-02-18 18:50:50 +03:00
  • 3d0d6cab93 Merge branch 'main' into update-items MihailRis 2025-02-18 18:39:37 +03:00
  • 17e4776f95
    Merge pull request #470 from MihailRis/update-materials MihailRis 2025-02-18 18:39:03 +03:00
  • ca35724ec0 revert grass texture MihailRis 2025-02-18 18:20:30 +03:00
  • c7104ab599 add 'hit-sound' to materials & update base pack MihailRis 2025-02-18 18:17:01 +03:00
  • b1bd4feee7 add 'number' uses display mode MihailRis 2025-02-18 12:49:15 +03:00
  • 64e433593c fix MihailRis 2025-02-18 06:37:11 +03:00
  • f0448c3080 move inventory.get_uses, inventory.use from stdmin to stdlib MihailRis 2025-02-18 04:17:50 +03:00
  • 81f9e6c7ee refactor & debug output fixes MihailRis 2025-02-18 04:14:36 +03:00
  • df2cff3e4c add item 'uses-display' property MihailRis 2025-02-18 03:24:52 +03:00
  • 449b0ebca4 fix stack increment (right click) with item data MihailRis 2025-02-18 03:23:45 +03:00
  • 6ef82982bd fix stack split (right click) with item data MihailRis 2025-02-18 01:04:09 +03:00
  • 3aa7d6ac28 feat: support items data in base pack MihailRis 2025-02-18 01:03:34 +03:00
  • 801354c15d fix: camera rotation not updating when menu is open MihailRis 2025-02-17 22:35:35 +03:00
  • 5384843892 fix bazalt_breaker with infinite items enabled MihailRis 2025-02-17 16:58:03 +03:00
  • bbfc0dbf17 add inventory.get_uses, inventory.use, item.uses & update base:bazalt_breaker MihailRis 2025-02-17 04:40:18 +03:00
  • 21c630024a
    Merge pull request #469 from alexei-zebra/fix-Label MihailRis 2025-02-17 01:16:10 +03:00
  • 6e8a4bacff fix: Label.cpp: uinode size alexei-zebra 2025-02-17 00:32:33 +03:00
  • 231fc7e0d0 refactor InventoryView & add 'uses' item property (WIP) MihailRis 2025-02-16 20:41:13 +03:00
  • a118016c8f add data argument to inventory.add MihailRis 2025-02-16 03:31:06 +03:00
  • d25180406b add data argument to inventory.set & add inventory.get_all_data MihailRis 2025-02-16 03:00:00 +03:00
  • 8837542561 add inventory.has_data MihailRis 2025-02-16 02:27:21 +03:00
  • ace01b6ac9 rename inventory.get_field/set_field to inventory.get_data/set_data MihailRis 2025-02-16 02:15:53 +03:00
  • c7061c70cb fix: console/chat open still available when menu is open & cleanup MihailRis 2025-02-16 00:38:33 +03:00
  • 31d5cb6880 fix TextBox behavior with markup used MihailRis 2025-02-15 23:26:32 +03:00
  • 35d0b0f7f6 add inventory.get_field, .set_field & refactor libinventory.cpp MihailRis 2025-02-15 20:31:00 +03:00
  • d86c5508d2 add ItemStack::fields MihailRis 2025-02-15 20:30:22 +03:00
  • fd8c26d585 Merge branch 'main' into update-items MihailRis 2025-02-14 18:49:43 +03:00
  • 33795f06f7 fix syntax highlighting not refreshing on selected text removal MihailRis 2025-02-13 23:45:05 +03:00
  • 07aa2f4730 Merge branch 'main' into update-items MihailRis 2025-02-13 15:24:56 +03:00
  • b832b9850f fix incorrect entity transform scale & rotation combination MihailRis 2025-02-12 21:16:05 +03:00