Commit Graph

  • 3430e5cd6f add 'player-entity' to defaults.toml MihailRis 2025-02-12 16:32:21 +03:00
  • f0c7bc6377
    Merge pull request #451 from Xertis/patch-4 MihailRis 2025-02-12 03:10:48 +03:00
  • fd8b4b018a
    Merge pull request #466 from MihailRis/update-dockerfile MihailRis 2025-02-12 02:27:39 +03:00
  • 865073d5cd downgrade appimage action ubuntu version MihailRis 2025-02-12 02:10:41 +03:00
  • 84ff983fd6 update AppImageBuilder.yml MihailRis 2025-02-12 01:23:40 +03:00
  • f21fdbe968 update libglew version in AppImageBuilder.yml MihailRis 2025-02-12 01:04:09 +03:00
  • 71b313dee0 update appimage.yml MihailRis 2025-02-12 01:02:09 +03:00
  • 06f3aee731 update Dockerfile MihailRis 2025-02-12 00:57:16 +03:00
  • 41a45fc432 rename hud_element_mode to HudElementMode MihailRis 2025-02-12 00:09:44 +03:00
  • c1e9976d95 Merge branch 'main' into update-items MihailRis 2025-02-11 23:52:06 +03:00
  • 4d3cc50edb update base:demo component MihailRis 2025-02-11 23:50:32 +03:00
  • 6500f9b6f3 fix textbox text offset & fix invisible alerts MihailRis 2025-02-11 23:46:13 +03:00
  • 577655504e Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp MihailRis 2025-02-11 16:16:28 +03:00
  • 0eeea9dde6 fix hud libraries not removing after on_hud_close & fix segfault on illegal access to hud functions MihailRis 2025-02-11 16:16:15 +03:00
  • 39f3f12382
    fix pad Xertis 2025-02-10 17:39:20 +03:00
  • 78ceff54e7 upd Xertis 2025-02-10 16:39:05 +03:00
  • 185b0e5cbd upd string.left/right _padding Xertis 2025-02-10 16:24:28 +03:00
  • 8bd7b50467
    Merge pull request #458 from alexei-zebra/main MihailRis 2025-02-10 16:06:37 +03:00
  • c22f7e0eb5 add string.padding Xertis 2025-02-09 14:06:23 +03:00
  • 4306573320 refactor MihailRis 2025-02-06 20:26:06 +03:00
  • b1740bf7eb update io::path::normalized() MihailRis 2025-02-05 14:56:45 +03:00
  • 0d32b1987c I forgot about "t[x] or default" Xertis 2025-02-04 20:09:36 +03:00
  • e106a31d82 correction table.slice & adding get_default Xertis 2025-02-04 19:54:01 +03:00
  • 596132ebe2
    Merge pull request #460 from MihailRis/update-file-subsystem MihailRis 2025-02-04 18:22:52 +03:00
  • 1c98d6cb37 update io::Device::write MihailRis 2025-02-04 17:38:43 +03:00
  • 3e67d887f4 update io::Device::read MihailRis 2025-02-04 16:55:43 +03:00
  • b89cf65165 update version to 0.27 MihailRis 2025-02-04 15:12:30 +03:00
  • dceb5f6ee4 Merge branch 'main' into update-file-subsystem MihailRis 2025-02-04 15:09:23 +03:00
  • 6303975ddc
    Merge pull request #461 from clasher113/main MihailRis 2025-02-04 15:07:30 +03:00
  • 59f46ad530 add io::path.normalized() MihailRis 2025-02-04 14:58:41 +03:00
  • aeb5312ed2 bug fix @clasher113 2025-02-04 13:31:40 +02:00
  • 1ec8f89599 add io::Device::mkdir MihailRis 2025-02-04 14:10:23 +03:00
  • f8d0ded70e fix windows build MihailRis 2025-02-04 13:52:33 +03:00
  • 94bae83de6 fix windows build MihailRis 2025-02-04 13:32:50 +03:00
  • 8a12ff5879 fix EnginePaths::setContentPacks MihailRis 2025-02-04 13:17:35 +03:00
  • bced20be1f update io::SubDevice constructor MihailRis 2025-02-04 13:08:42 +03:00
  • e4c33e539e fix io::path.parent() & update tests MihailRis 2025-02-04 12:53:05 +03:00
  • a653b063e6 completely remove EnginePaths::resolve MihailRis 2025-02-04 12:35:19 +03:00
  • b955ae59c1 update StdfsDevice::removeAll MihailRis 2025-02-04 11:59:05 +03:00
  • 2105d56b3b add side mouse buttons definitions @clasher113 2025-02-04 10:34:28 +02:00
  • ef170247cc fix ResPaths::listdir MihailRis 2025-02-03 21:56:44 +03:00
  • e31952b990 Merge branch 'main' into update-file-subsystem MihailRis 2025-02-03 19:19:56 +03:00
  • 93e9fbbe84 update /doc/*/block-properties.md MihailRis 2025-02-02 17:38:50 +03:00
  • 28caec6aa0 Merge branch 'main' into update-file-subsystem MihailRis 2025-02-02 16:32:25 +03:00
  • 3fb16ab50e sort packs in PacksManager::assemble MihailRis 2025-02-01 16:49:48 +03:00
  • 17ce49bdf1 add table.slice Xertis 2025-02-01 01:34:11 +03:00
  • e5f9efd87a fix: error message is not included in coroutine error alert MihailRis 2025-01-31 18:09:31 +03:00
  • b00160eb26 add chunk data validity check to world.set_chunk_data MihailRis 2025-01-31 12:41:49 +03:00
  • 347d76870a add io::directory_iterator MihailRis 2025-01-31 10:07:05 +03:00
  • c3066eebd3 Merge branch 'main' into update-file-subsystem MihailRis 2025-01-31 08:55:39 +03:00
  • 1e851b05b4 fix uncaught exception: invalid vector subscript in BlockWrapsRenderer on invalid block state MihailRis 2025-01-31 07:49:49 +03:00
  • 0bbd215ab7 fix server mainloop MihailRis 2025-01-30 22:45:54 +03:00
  • 6eeb7a81d9
    Merge pull request #459 from rekvizitt/main MihailRis 2025-01-30 22:24:36 +03:00
  • e0314803c0 migrate from std::filesystem::path to io::path (WIP) MihailRis 2025-01-30 22:23:13 +03:00
  • 1e22882284 rename 'files' to 'io' MihailRis 2025-01-30 16:53:52 +03:00
  • e5d558d357 move world-related sources from files/ to world/files MihailRis 2025-01-30 15:02:28 +03:00
  • 41391176e7 Complete Belarusian translation for be_BY.txt rekvizitt 2025-01-30 11:03:32 +03:00
  • 4c4a6e08b8
    Merge branch 'MihailRis:main' into main Alex Zebra 2025-01-30 01:53:02 +03:00
  • fcb5c7fc1d run script: add help page Alexei Kartashov 2025-01-30 01:52:20 +03:00
  • b5f410793f rewrite run script Alexei Kartashov 2025-01-30 01:51:38 +03:00
  • df5645eb07
    Merge pull request #457 from cutekitek/main MihailRis 2025-01-29 07:37:51 +03:00
  • 41dfcad474 fix segfaults due to access to dead lua states (coroutines) MihailRis 2025-01-29 07:36:54 +03:00
  • 39fcc10dd8 fix player rotation MihailRis 2025-01-29 06:51:07 +03:00
  • efdd0226f6
    improved menu stability Xertis 2025-01-28 23:59:24 +03:00
  • e205182da6
    bug fix refresh bug fix Xertis 2025-01-28 20:39:00 +03:00
  • 2c29e77f82
    refresh bug fix Xertis 2025-01-28 20:23:41 +03:00
  • dfd18d6453 fix dockerfile Andrey 2025-01-28 20:13:55 +03:00
  • efa5a5be2b
    Merge pull request #455 from clasher113/main MihailRis 2025-01-28 17:56:14 +03:00
  • c5db0bd937 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp @clasher113 2025-01-28 16:13:34 +02:00
  • fac95c1c36 detect_locale crash fix @clasher113 2025-01-28 16:09:45 +02:00
  • 79f6dcb171 use Bytearray in lua::pushvalue for byte arrays MihailRis 2025-01-28 13:03:38 +03:00
  • e3c86cd1da fix some small issues in Network.cpp MihailRis 2025-01-28 11:34:18 +03:00
  • e9a7a32249 fix windows build MihailRis 2025-01-28 05:23:18 +03:00
  • 756ff4a2c7 fix gui alert window size MihailRis 2025-01-28 05:09:18 +03:00
  • bec7e59e33
    Merge branch 'MihailRis:main' into main Xertis 2025-01-27 16:35:11 +03:00
  • dece2e25bc
    Merge pull request #448 from alexei-zebra/main MihailRis 2025-01-27 13:13:53 +03:00
  • 6844b4c5e4 update doc/*/scripting/builtins/libgui.md MihailRis 2025-01-27 08:29:39 +03:00
  • 047b1772f2 update doc/*/scripting/builtins/libplayer.md MihailRis 2025-01-27 07:58:42 +03:00
  • 9b2cceac18 update CHANGELOG.md MihailRis 2025-01-27 05:38:52 +03:00
  • e377450589 fix world.get_list in headless mode MihailRis 2025-01-27 05:37:03 +03:00
  • 6592684db1 math.sum return Xertis 2025-01-26 20:47:45 +03:00
  • 089d86d0a1 documentation and stdmin corrections Xertis 2025-01-26 20:28:58 +03:00
  • c6966aa153 fix CHANGELOG.md MihailRis 2025-01-26 19:41:39 +03:00
  • 1731962339 Merge branch 'main' into release-0.26 MihailRis 2025-01-26 19:35:29 +03:00
  • 84f39dde39 update some blocks lighting params MihailRis 2025-01-26 19:35:13 +03:00
  • 5187ee76e9
    Changes to comply with the documentation Xertis 2025-01-26 14:21:44 +03:00
  • 266ddd400f
    Update extensions.md Xertis 2025-01-26 14:20:20 +03:00
  • 35004c2075
    Added new extensions for tables and math Xertis 2025-01-26 14:02:38 +03:00
  • fc6629f4ca update CHANGELOG.md MihailRis 2025-01-26 12:29:49 +03:00
  • e03467cd1c fix pack.assemble & app.reconfig_packs/app.config_packs missing packs non-informative error messages MihailRis 2025-01-26 09:56:06 +03:00
  • ac3b3e85f9
    Merge pull request #450 from MihailRis/update-base-sounds MihailRis 2025-01-26 07:49:28 +03:00
  • 3abdb3b91f update wood break and place sounds MihailRis 2025-01-26 07:46:26 +03:00
  • 41d490a091 add base:snow material & add more snow sounds & update snow step sounds MihailRis 2025-01-26 07:45:52 +03:00
  • abfbf6bffc
    Merge pull request #449 from Xertis/patch-5 MihailRis 2025-01-26 05:55:32 +03:00
  • 9af5dcb68e
    fix second gsub Xertis 2025-01-26 00:00:25 +03:00
  • 46c38edf8a
    fix unexpected ")" Xertis 2025-01-25 23:32:20 +03:00
  • 224f5d9aee
    Fix gui.template Xertis 2025-01-25 23:24:36 +03:00
  • d2ceb991b9
    bug fix Xertis 2025-01-25 22:09:09 +03:00
  • b3c244e4eb Merge branch 'main' into release-0.26 MihailRis 2025-01-25 16:52:16 +03:00
  • c1e301b95a update CHANGELOG.md MihailRis 2025-01-25 16:51:58 +03:00