MihailRis
ea9ad08bfd
Merge branch 'main' into heightmaps
2024-10-03 19:12:37 +03:00
MihailRis
ab53922474
extend user block fields check
2024-10-03 16:08:40 +03:00
MihailRis
0ad588fd33
fix world converter
2024-10-03 02:38:57 +03:00
MihailRis
e0a4876f3f
add explicit block fields total size limit - 240 bytes
2024-10-02 17:08:46 +03:00
MihailRis
6016433f47
format ContentReport.cpp
2024-10-02 00:35:50 +03:00
MihailRis
c79b65a432
fix: error if indices.json has no 'blocks-data' element
2024-10-02 00:29:00 +03:00
MihailRis
024dccb135
fix: no blocks data conversion if no data loss detected
2024-10-01 21:05:08 +03:00
MihailRis
bc05716772
implement blocks data conversion
2024-10-01 19:08:45 +03:00
MihailRis
fc99343fb5
add block.get_field(...), block.set_field(...)
2024-09-30 18:55:01 +03:00
MihailRis
e30e0083a0
add ores
2024-09-30 13:14:53 +03:00
MihailRis
abc8eccab8
add biome-bpd and heights-bpd generator def parameters
2024-09-29 23:12:45 +03:00
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