MihailRis
3784b57eed
move biomes definition to a json file
2024-09-29 22:03:37 +03:00
MihailRis
c46090f881
update generators scanning
2024-09-27 23:55:14 +03:00
MihailRis
39030efd74
refactor ContentLoader
2024-09-27 04:21:35 +03:00
MihailRis
3d478aef08
add generator definition file (.toml)
2024-09-26 22:26:01 +03:00
MihailRis
d839da7dab
collect generator voxel fragments to directory
2024-09-26 01:30:55 +03:00
MihailRis
788ad1f6a6
add core:obstacle block & move cameras from base to core & add new generator
2024-09-25 15:45:45 +03:00
MihailRis
dbaea71398
fix structures choosing
2024-09-24 18:31:15 +03:00
MihailRis
806ed4b155
add automatic biome-based structures placement
2024-09-24 17:08:25 +03:00
MihailRis
323c2f2935
refactor & add structures.json
2024-09-24 04:05:13 +03:00
MihailRis
bf9f81a98c
Merge branch 'main' into heightmaps
2024-09-19 15:16:14 +03:00
MihailRis
28b6ec2a0e
Merge branch 'main' into blocks-metadata
2024-09-19 14:51:47 +03:00
MihailRis
3953583605
minimize extra dv::value copies
2024-09-19 13:45:32 +03:00
MihailRis
34d2e6d400
migrate from dynamic::Value to dv::value & total erase namespace 'dynamic'
2024-09-18 23:31:18 +03:00
MihailRis
e30c1b3c03
upgrade regions format version to 3
2024-09-06 12:25:52 +03:00
MihailRis
728795f0f3
update WorldConverter (WIP)
2024-09-02 23:24:59 +03:00
MihailRis
3f826a88d3
rename ContentLUT to ContentReport
2024-09-02 09:40:00 +03:00
MihailRis
c1ef4dbe9f
add content issues (WIP)
2024-09-02 09:31:53 +03:00
MihailRis
f2395dede8
Merge branch 'main' into heightmaps
2024-08-23 00:01:57 +03:00
MihailRis
5500fe34ac
Merge pull request #299 from REDxEYE/definition_clone
...
Add support for `parent` field in block/item/entity json definitions
2024-08-22 23:52:28 +03:00
REDxEYE
fcd26f4b10
ContentLoader::load: Minor cleanup
2024-08-21 19:28:08 +03:00
REDxEYE
16ddd943c2
ItemDef/EntityDef/Block: Add proper dependency resolution for blocks, items, entities
2024-08-21 19:15:09 +03:00
MihailRis
9eea7243d5
Merge branch 'main' into heightmaps
2024-08-20 22:01:36 +03:00
MihailRis
333cbfe6f5
refactor: add 'const' qualifier for content units
2024-08-20 22:00:30 +03:00
REDxEYE
5f6ae5daba
ItemDef/EntityDef/Block: Add method cloneTo to definition to other definition
...
ContentBuilder: Add method `get` to get definition or nullptr
ContentLoader: Add functionality to clone from definition specified in `parent` field in json
2024-08-20 21:58:01 +03:00
MihailRis
2a767a3638
add generator layers
2024-08-17 18:11:52 +03:00
MihailRis
ae5671364a
add heightmap-based test generation
2024-08-14 18:44:32 +03:00
MihailRis
95cf451cc8
add GeneratorScript
2024-08-14 17:12:12 +03:00
MihailRis
6f5eb6be48
refactor ContentLoader
2024-08-14 02:18:16 +03:00
MihailRis
5fa6b14f05
add GeneratorDef
2024-08-14 01:23:14 +03:00
MihailRis
cae314bc36
update ContentType naming
2024-08-14 00:47:57 +03:00
MihailRis
e19ed3d239
add pseudopack 'core'
2024-08-14 00:24:22 +03:00
MihailRis
3adf97b1b8
fix WorldFiles forward declaration
2024-08-11 18:40:35 +03:00
MihailRis
4f2448daed
refactor
2024-08-11 18:21:12 +03:00
MihailRis
de5c75d782
replace include guards with pragma once
2024-08-10 01:57:59 +03:00
MihailRis
f43cc93cd2
update project includes format
2024-08-10 01:37:48 +03:00
alexei-zebra
91ad9cc64c
add compatibility with other files
2024-08-06 15:51:55 +03:00
InfiniteCoder
8f9c7eb7ff
data/
2024-08-05 23:59:42 +03:00
InfiniteCoder
7f75c454c8
logic/
2024-08-05 23:23:28 +03:00
InfiniteCoder
c7755040bd
voxels/
2024-08-04 22:42:44 +03:00
InfiniteCoder
5c9bc83bbd
items/ + objects/ + util/
2024-08-04 22:26:08 +03:00
InfiniteCoder
3aa0298c85
files/
2024-08-04 17:08:11 +03:00
InfiniteCoder
e6da3638f0
Logger.hpp
2024-08-04 12:46:03 +03:00
InfiniteCoder
39618f09aa
ContentBuilder.hpp patch
2024-08-04 12:44:56 +03:00
InfiniteCoder
a745507ddd
coders/
2024-08-04 11:23:08 +03:00
InfiniteCoder
d5dc68dd38
Root includes
2024-08-04 10:24:11 +03:00
MihailRis
47db626145
refactor: PVS-Studio warnings fixes
2024-08-04 01:30:52 +03:00
MihailRis
245b39be62
refactor: PVS-Studio warnings fixes
2024-08-04 01:12:42 +03:00
Vyacheslav Ivanov
4211275c11
fix: PVS-Studio V523
...
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 23:05:28 +03:00
Vyacheslav Ivanov
3621e7ce1b
fix: PVS-Studio V522 mark false
...
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 23:00:10 +03:00
Vyacheslav Ivanov
bbf33e8e4d
format: reformat project
...
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 19:53:48 +03:00