Commit Graph
2864 Commits
Author SHA1 Message Date
MihailRis 801354c15d fix: camera rotation not updating when menu is open 2025-02-17 22:35:35 +03:00
alexei-zebra 6e8a4bacff fix: Label.cpp: uinode size 2025-02-17 00:32:33 +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 33795f06f7 fix syntax highlighting not refreshing on selected text removal 2025-02-13 23:45:05 +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
MihailRis 6500f9b6f3 fix textbox text offset & fix invisible alerts 2025-02-11 23:46:13 +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
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
MihailRis 59f46ad530 add io::path.normalized() 2025-02-04 14:58:41 +03:00
@clasher113 aeb5312ed2 bug fix 2025-02-04 13:31:40 +02: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
MihailRis bced20be1f update io::SubDevice constructor 2025-02-04 13:08:42 +03:00
MihailRis e4c33e539e fix io::path.parent() & update tests 2025-02-04 12:53:05 +03:00
MihailRis a653b063e6 completely remove EnginePaths::resolve 2025-02-04 12:35:19 +03:00
MihailRis b955ae59c1 update StdfsDevice::removeAll 2025-02-04 11:59:05 +03:00
@clasher113 2105d56b3b add side mouse buttons definitions 2025-02-04 10:34:28 +02:00
MihailRis ef170247cc fix ResPaths::listdir 2025-02-03 21:56:44 +03:00
MihailRis 28caec6aa0 Merge branch 'main' into update-file-subsystem 2025-02-02 16:32:25 +03:00
MihailRis 3fb16ab50e sort packs in PacksManager::assemble 2025-02-01 16:49:48 +03:00
MihailRis b00160eb26 add chunk data validity check to world.set_chunk_data 2025-01-31 12:41:49 +03:00
MihailRis 347d76870a add io::directory_iterator 2025-01-31 10:07:05 +03:00
MihailRis c3066eebd3 Merge branch 'main' into update-file-subsystem 2025-01-31 08:55:39 +03:00
MihailRis 1e851b05b4 fix uncaught exception: invalid vector subscript in BlockWrapsRenderer on invalid block state 2025-01-31 07:49:49 +03:00
MihailRis 0bbd215ab7 fix server mainloop 2025-01-30 22:45:54 +03:00
MihailRis e0314803c0 migrate from std::filesystem::path to io::path (WIP) 2025-01-30 22:23:13 +03:00
MihailRis 1e22882284 rename 'files' to 'io' 2025-01-30 16:53:52 +03:00
MihailRis e5d558d357 move world-related sources from files/ to world/files 2025-01-30 15:02:28 +03:00
MihailRis 41dfcad474 fix segfaults due to access to dead lua states (coroutines) 2025-01-29 07:36:54 +03:00
@clasher113 c5db0bd937 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2025-01-28 16:13:34 +02:00
@clasher113 fac95c1c36 detect_locale crash fix 2025-01-28 16:09:45 +02:00
MihailRis 79f6dcb171 use Bytearray in lua::pushvalue for byte arrays 2025-01-28 13:03:38 +03:00
MihailRis e3c86cd1da fix some small issues in Network.cpp 2025-01-28 11:34:18 +03:00
MihailRis e9a7a32249 fix windows build 2025-01-28 05:23:18 +03:00
MihailRis 756ff4a2c7 fix gui alert window size 2025-01-28 05:09:18 +03:00
MihailRisandGitHub dece2e25bc Merge pull request #448 from alexei-zebra/main
fix build project in ALT Linux
2025-01-27 13:13:53 +03:00
MihailRis e377450589 fix world.get_list in headless mode 2025-01-27 05:37:03 +03:00
MihailRis 1731962339 Merge branch 'main' into release-0.26 2025-01-26 19:35:29 +03:00
MihailRis 84f39dde39 update some blocks lighting params 2025-01-26 19:35:13 +03:00
MihailRis e03467cd1c fix pack.assemble & app.reconfig_packs/app.config_packs missing packs non-informative error messages 2025-01-26 09:56:06 +03:00
Alexei Kartashov 6629d07bc2 fix: "‘find’ is not a member of ‘std’" (import algorithm) 2025-01-25 02:40:02 +03:00