2828 Commits

Author SHA1 Message Date
MihailRis
0bbd215ab7 fix server mainloop 2025-01-30 22:45:54 +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
MihailRis
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
MihailRis
2f93d38fde fix biome choosing 2025-01-25 02:10:44 +03:00
MihailRis
9c630645b4 add console.get(...) & add 'player' console variable 2025-01-22 10:15:31 +03:00
MihailRis
2e89cc14ee fix color markdown 2025-01-22 10:14:39 +03:00
MihailRis
a0210c82ce reformat gui_xml.cpp 2025-01-22 08:38:37 +03:00
MihailRis
6d1cacb512 fix 2025-01-22 08:38:19 +03:00
MihailRis
b2cda8070b add SIGTERM handler 2025-01-22 08:20:21 +03:00
MihailRis
02554e469a refactor 2025-01-22 08:18:17 +03:00
MihailRis
9c8e4e813c fix extra lights-related work in world.set_chunk_data 2025-01-21 23:15:31 +03:00
MihailRis
b12982655d fix gui.alert 2025-01-21 09:39:06 +03:00
MihailRis
9443892406 fixes 2025-01-21 06:51:29 +03:00
MihailRis
23c66654a2 add ENTITY_NONE, ENTITY_AUTO reserved entity id & update player.set_entity(...) 2025-01-21 05:56:14 +03:00
MihailRis
f2101f6504 add entity:set_enabled(...) 2025-01-21 05:31:07 +03:00
MihailRis
13fde2116d fix textbox horizontal scroll & fix console log width 2025-01-21 04:42:08 +03:00
MihailRis
85600eafea fix in-game chat 2025-01-21 04:31:33 +03:00
MihailRis
266f3059b4 fix 2025-01-21 04:17:29 +03:00
MihailRis
92f226cbcf miscellaneous fixes 2025-01-20 04:39:37 +03:00
MihailRis
02a93d8bc3 feat: world.get_chunk_data(...) saved chunk data when chunk is not loaded 2025-01-20 01:25:43 +03:00
MihailRis
f1f81371af add world.save_chunk_data(...) 2025-01-19 23:36:37 +03:00
MihailRis
0b2e089ecf
Merge pull request #444 from ShadelessFox/canvas-ui-node
Add `canvas` UI node
2025-01-19 20:38:49 +03:00
MihailRis
eaa64cbdd1 fix pause menu 2025-01-19 20:32:02 +03:00
ShadelessFox
5ee44a02f9
Use integer instead of number function variants 2025-01-19 18:21:48 +01:00
ShadelessFox
ee31f401aa
Add canvas UI node 2025-01-19 14:11:56 +01:00
MihailRis
0494db9187 fix infinite block fields conversion requests 2025-01-18 21:00:58 +03:00
MihailRis
c6951e0965 add in-game chat & update gui post-runnables timing & fix panel elements removal 2025-01-18 07:17:52 +03:00
MihailRis
731c72da7c add 'uinode:reposition()' 2025-01-18 07:16:57 +03:00
MihailRis
209490192c add 'min-size' ui property 2025-01-18 06:37:27 +03:00
MihailRis
0ce5e23a2a add 'min-length' panel property 2025-01-18 05:55:02 +03:00
MihailRis
c9adbe80ea add Bytearray support to world.set_chunk_data(...) 2025-01-18 04:25:32 +03:00
MihailRis
eaff5643a3 add Bytearray support to lua::tovalue 2025-01-18 03:46:42 +03:00
MihailRis
d2bbd82dbe add 'discardAll' parameter to socket:close(...) 2025-01-17 23:43:44 +03:00
MihailRis
20bd7666cd add download/upload info to debug panel 2025-01-17 21:30:18 +03:00
MihailRis
645f87494c Merge branch 'main' into suspend-players 2025-01-17 21:17:40 +03:00
MihailRis
47e8e4e71e remove extra 'todo' 2025-01-17 21:15:25 +03:00
MihailRis
177994b9fd Merge branch 'main' into suspend-players 2025-01-17 03:59:02 +03:00
MihailRis
55117c9fe9 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2025-01-17 03:58:35 +03:00
MihailRis
17c4cd2054 fix libbyteutil 2025-01-17 03:58:22 +03:00