2916 Commits

Author SHA1 Message Date
GHOST11111100
a93af583d1 added color code escaping 2025-01-15 21:22:13 +03:00
GHOST11111100
6ca8dc18cf fix hex code length and use a exists hex to int method;
added docs for color codes
2025-01-15 20:09:30 +03:00
GHOST11111100
9ce34080f7 fixed engine hang when using other special characters 2025-01-15 19:07:48 +03:00
GHOST11111100
6d9771bc32 added base hex color parser, and md statement 2025-01-15 18:42:16 +03:00
MihailRis
40cdebb175 fix lua::create_lambda 2025-01-15 07:11:28 +03:00
MihailRis
b8944f86c6 refactor vc coroutines error-handling & update socket:is_alive(), socket:send(...) 2025-01-15 05:27:10 +03:00
MihailRis
00ce65ef66 fix main shader & lua parser 2025-01-15 02:57:58 +03:00
MihailRis
f772d527e2 feat: nameless worlds 2025-01-13 05:40:43 +03:00
MihailRis
b9707e11ca fix lua::create_lambda and lua::create_lambda_nothrow 2025-01-13 04:20:48 +03:00
MihailRis
390d54c212 fix segfault at attempt to create/open world when another is open 2025-01-13 02:52:59 +03:00
MihailRis
5130907192 fix hud 2025-01-12 23:09:41 +03:00
MihailRis
90fc559234 add hud.open inventory events support 2025-01-12 17:36:42 +03:00
MihailRis
80128a4190 add on_inventory_open and on_inventory_closed events 2025-01-12 17:14:01 +03:00
MihailRis
e1150f9e05 Merge branch 'main' into new-events 2025-01-12 15:44:09 +03:00
MihailRis
89cde3e05e add missing includes 2025-01-12 15:43:13 +03:00
MihailRis
22c7cb8398 add on_chunk_present and on_chunk_remove events 2025-01-12 05:41:42 +03:00
MihailRis
fc9c096873 cleanup 2025-01-12 03:34:50 +03:00
MihailRis
41f6194fc1 introduce compressed_chunks namespace 2025-01-12 03:05:58 +03:00
MihailRis
c5fa6935a6 add metadata to chunk data used in world.get/set_chunk_data 2025-01-12 01:47:07 +03:00
MihailRis
077de25acc refactor 2025-01-11 23:38:43 +03:00
MihailRis
fe210708e5 fix 2025-01-11 23:03:19 +03:00
MihailRis
29e018cff8 fix chunk mesh refreshing 2025-01-11 20:11:29 +03:00
MihailRis
7b962841d6 fix world.set_chunk_data & rid of extra memory allocations in world.get_chunk_data 2025-01-11 18:50:45 +03:00
MihailRis
5841ec5382 Merge branch 'main' into content-related-funcs 2025-01-09 18:54:24 +03:00
MihailRis
653d1d20d4 add app.is_content_loaded() 2025-01-09 18:53:25 +03:00
Stepanov Igor
bb15d17892 add cmake-format.py and formating all cmake files 2025-01-09 16:32:54 +03:00
MihailRis
adc287baf3 fix 2025-01-08 19:22:04 +03:00
MihailRis
e0440b263e fix world deletion & fix segfault on attempt to reset content when world is open 2025-01-08 19:15:58 +03:00
MihailRis
96b904e61f add network.post 2025-01-08 17:02:07 +03:00
MihailRis
5b6ad81eba fix 2025-01-07 23:55:37 +03:00
MihailRis
dbf366eca3 fixes 2025-01-07 23:49:09 +03:00
MihailRis
df9c301f58 update input.add_callback(...) 2025-01-07 22:15:27 +03:00
MihailRis
e7555448cf fix lua stack manipulations 2025-01-07 20:57:38 +03:00
MihailRis
13de581b4b add socket:available() --> int 2025-01-07 18:44:40 +03:00
MihailRis
e94b70fd3a fix 2025-01-07 06:45:12 +03:00
MihailRis
e2bc168914 add app.reset_content() 2025-01-06 20:10:24 +03:00
MihailRis
d65da966d2 add app.load_content 2025-01-06 16:54:03 +03:00
MihailRis
ab24187b49 fix windows build 2025-01-06 16:22:05 +03:00
MihailRis
0a1a16299e move menu pages loader to Lua & add gui.load_document, file.ext(), file.prefix() & add core:gui_util module 2025-01-06 16:07:16 +03:00
MihailRis
b5a266e1c1 enable GL debug output 2025-01-06 13:08:03 +03:00
MihailRis
5a34e8d522 update gui.confirm 2025-01-06 00:41:57 +03:00
MihailRis
435a8299b7 fix temporary pages 2025-01-05 23:41:00 +03:00
MihailRis
136c35591c add file.name(), file.stem() & add 'path' to pack info & add start_coroutine() 2025-01-05 22:44:32 +03:00
MihailRis
0d1c7f1a88 fix Engine::resetContent in headless mode 2025-01-04 00:07:17 +03:00
MihailRis
bd9018dafe add pack.assemble(...), app.config_packs(...) 2025-01-03 23:51:36 +03:00
MihailRis
3187243a7d minor refactor 2025-01-03 13:50:25 +03:00
MihailRis
9d7816a286 fix grass lighting 2025-01-03 13:00:25 +03:00
MihailRis
4d0b9f049b fix small dumb legacy memory leak 2025-01-03 00:07:25 +03:00
MihailRis
a3d35cd10f add gui.alert & critical fixes 2025-01-02 21:59:18 +03:00
MihailRis
b9ff1db086 feat: key pressed event interception & 'owner' input.add_callback third argument 2025-01-02 20:51:43 +03:00