51 Commits

Author SHA1 Message Date
MihailRis
dc93cac1b9 add 'script' entry point 2024-12-21 02:34:54 +03:00
MihailRis
d745a34657 refactor 2024-12-18 04:13:33 +03:00
MihailRis
d1f92c21d0 fix on_block_interact & fix segfault after engine finished 2024-12-07 02:10:36 +03:00
MihailRis
ee1a170376 add headless mode (engine initialization and finalization) 2024-12-07 01:12:27 +03:00
MihailRis
2bd10b2456 fix: config folder is not created automatically 2024-10-20 15:57:01 +03:00
MihailRis
fd2bd15658 update voxel fragments lua api & replace structure.save command with fragment.save & add 'export' entry point 2024-10-14 19:39:58 +03:00
MihailRis
7c56d8fd7f replace biomes.json with biomes.toml & make it combined object 2024-10-13 21:50:39 +03:00
MihailRis
1eb95705f5 Merge branch 'main' into heightmaps 2024-10-04 22:51:24 +03:00
MihailRis
15342c2df2 add 'config' entry point, pack.shared_file(...) & refactor engine_paths.cpp 2024-10-04 22:40:05 +03:00
MihailRis
e590d06bb0 add file.read_combined_list(...) 2024-09-30 01:55:42 +03:00
MihailRis
aa1fb26ea5 add EnginePaths::parsePath & update generation.load_structure 2024-09-21 01:24:38 +03:00
MihailRis
e19ed3d239 add pseudopack 'core' 2024-08-14 00:24:22 +03:00
MihailRis
f43cc93cd2 update project includes format 2024-08-10 01:37:48 +03:00
MihailRis
a4862a9b8a format engine_paths.cpp 2024-08-06 21:02:49 +03:00
MihailRis
8236600c93 format engine_paths.cpp 2024-08-06 20:59:36 +03:00
MihailRis
6c165badf5 format engine_paths.cpp 2024-08-06 19:21:25 +03:00
alexei-zebra
2ff4721835 fix comment 2024-08-06 15:59:39 +03:00
alexei-zebra
62125b14b4 Merge branch 'main' into refactor-engine_paths 2024-08-06 15:42:13 +03:00
alexei-zebra
62c98b8420 refactor engine_paths 2024-08-06 15:32:56 +03:00
InfiniteCoder
5c9bc83bbd items/ + objects/ + util/ 2024-08-04 22:26:08 +03:00
InfiniteCoder
d5dc68dd38 Root includes 2024-08-04 10:24:11 +03:00
Vyacheslav Ivanov
bbf33e8e4d
format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 19:53:48 +03:00
Vyacheslav Ivanov
a20ffee7cb fix: optimization: PVS-Studio warning V823
Replaced 'push_back' with 'emplace_back' for better performance in containers.

Reported by: PVS-Studio

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 17:44:51 +03:00
MihailRis
ba046a52c0
Revert "fix: optimization: Various PVS-Studio warnings" 2024-08-02 14:51:44 +03:00
Vyacheslav Ivanov
7fbd32b8df
fix: optimization: PVS-Studio warning V823
Replaced 'push_back' with 'emplace_back' for better performance in containers.

Reported by: PVS-Studio

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-02 02:38:53 +03:00
MihailRis
166c340098 add automatic 'content' folder creation 2024-06-08 10:03:16 +03:00
MihailRis
14911aa30f remove old bindings format support 2024-06-07 14:13:49 +03:00
Pugemon
f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
MihailRis
57fd91b417 file.exists, ... completely nothrow 2024-06-03 18:23:00 +03:00
MihailRis
4e2ba865f3 controls.json -> controls.toml 2024-06-02 22:10:39 +03:00
MihailRis
b15d234a88 added file.list function 2024-05-12 13:49:23 +03:00
MihailRis
1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis
f27a418dbe however 2024-05-06 03:15:27 +03:00
MihailRis
75e56ebd83 audio listener configuration fix 2024-05-05 19:51:14 +03:00
MihailRis
5fcefaf52e missing includes 2024-05-05 16:31:14 +03:00
MihailRis
0e69db13be ResPaths.findRaw 2024-04-19 14:22:14 +03:00
MihailRis
7c16333850 menus::delete_world 2024-03-22 11:42:00 +03:00
MihailRis
1f3d1e2640 stdlib.lua load_script fix 2024-02-15 12:59:01 +03:00
MihailRis
e21b607f2d lua filesystem access fix 2024-02-15 11:19:51 +03:00
MihailRis
8e529eb63b inventory script, modules 2024-02-11 17:38:30 +03:00
MihailRis
6ae59cd851 worlds list is sorted now 2024-02-04 06:03:31 +03:00
MihailRis
ded80e0d4b more paths encoding fixes 2024-01-31 16:19:38 +03:00
MihailRis
6c47719351 EnginePaths::resolve encoding fix 2024-01-31 15:25:59 +03:00
MihailRis
c57b2d0de3 Content menu, content-pack dependencies 2024-01-27 00:36:18 +03:00
MihailRis
5d6c2b9b8e added paths 'world:' entry point 2024-01-26 15:59:04 +03:00
MihailRis
1c99dfa180 fixed worlds list scanning 2024-01-26 03:35:46 +03:00
MihailRis
04a9c2045e lua: file library 2024-01-25 16:04:02 +03:00
MihailRis
861c7f6c76 Resources priority update 2023-12-30 20:53:38 +03:00
MihailRis
396ee31bcc content-pack resources support 2023-12-14 02:30:39 +03:00
MihailRis
868ec6ee2e Paths fix 2023-11-26 15:16:49 +03:00