Commit Graph
61 Commits
Author SHA1 Message Date
MihailRis e7d7753d47 Merge branch 'main' into heightmaps 2024-10-13 12:20:21 +03:00
MihailRis 6a2b2062b3 feat: array of tables support 2024-10-13 12:09:56 +03:00
MihailRis 68c3a646c8 feat: local date-time, offset date-time, local time, local date support (reading to string) 2024-10-13 10:51:24 +03:00
MihailRis 9667b81438 fix: string literal line separator escape 2024-10-13 10:16:17 +03:00
MihailRis 2f7fbd57ee feat: toml multiline string test 2024-10-12 23:07:10 +03:00
MihailRis 66825d62aa feat: toml arrays and inline tables support 2024-10-11 20:43:37 +03:00
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 bc05716772 implement blocks data conversion 2024-10-01 19:08:45 +03:00
MihailRis 28d746f371 implement blocks data saving/loading 2024-09-30 23:42:16 +03:00
MihailRis 4f882a3ca3 add StructurePlacement & add SurroundMap visualization test 2024-09-20 23:43:54 +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 827a09b1d0 refactor data/dv & update data/dv-related tests 2024-09-19 00:40:06 +03:00
MihailRis 34d2e6d400 migrate from dynamic::Value to dv::value & total erase namespace 'dynamic' 2024-09-18 23:31:18 +03:00
MihailRis 27c8307562 add dv::value support to binary_json 2024-09-16 22:53:27 +03:00
MihailRis 271db9a6f1 add dv::value support to json::parse 2024-09-16 22:23:22 +03:00
MihailRis ceaa676a3a add dv::value support to json::stringify & add dv.cpp 2024-09-16 21:36:35 +03:00
MihailRis 3bc329041a add dv::list(initializer_list<value>) 2024-09-16 19:43:20 +03:00
MihailRis 2aae28e193 fix dv::value::operator=(const value&) 2024-09-16 19:27:59 +03:00
MihailRis adde5bd80d add new dv::value methods and iterators 2024-09-15 18:23:05 +03:00
MihailRis fa12b9b751 add dv::value.object(...), .list(...) 2024-09-15 11:15:37 +03:00
MihailRis 371d714774 add dv::value.add(...) 2024-09-15 01:01:11 +03:00
MihailRis d703567dc1 add data/dv.hpp 2024-09-14 23:25:43 +03:00
MihailRis f5d2a1f1b7 make StructLayout serializable 2024-09-14 18:56:37 +03:00
MihailRis 8447cf5ad5 Merge branch 'main' into blocks-metadata 2024-09-13 13:22:27 +03:00
MihailRis 7dec651ac1 Merge branch 'main' into heightmaps 2024-09-12 18:06:23 +03:00
MihailRis c3fb30b20e fix bjson decoder 2024-09-12 17:39:05 +03:00
MihailRis f8fadf8b74 add json BJSON_TYPE_BYTES support 2024-09-12 17:22:00 +03:00
MihailRis ab110ab8bf add AreaMap2D tests 2024-09-10 22:19:54 +03:00
MihailRis 6fdea11e2e advanced SurroundMap test 2024-09-10 21:10:04 +03:00
MihailRis fdefbda49f implement SurroundMap & update AreaMap2D 2024-09-10 20:34:26 +03:00
MihailRis 2a4dbe3ac4 rebuild SurroundMap (WIP) 2024-09-10 14:50:57 +03:00
MihailRis c3569b5dd4 add AreaMap2D 2024-09-09 18:02:08 +03:00
MihailRis feb86a547f Merge branch 'main' into heightmaps 2024-09-06 18:38:53 +03:00
MihailRis 69b90f53c3 fix extRLE16 encoder 2024-09-06 12:08:10 +03:00
MihailRis cbb0ecd1f6 remove compatibility test (requires input file) 2024-09-04 23:41:53 +03:00
MihailRis 184e9c6648 update region file format 2 to 3 (WIP) 2024-09-04 23:37:39 +03:00
MihailRis 73a8343f61 add extRLE16 encoder/decoder 2024-09-04 23:27:52 +03:00
MihailRis 0b3bb36188 update byte_utils 2024-09-04 15:41:51 +03:00
MihailRis c15abfa715 add util::Buffer, rle::encode16, rle::decode16 2024-09-03 23:33:29 +03:00
MihailRis dfb5baf79b fix StructLayout::getNumber 2024-08-31 19:58:41 +03:00
MihailRis 35079d1b49 rename setChars to setAscii 2024-08-31 09:25:05 +03:00
MihailRis 8baabf4c0d add checkCompatibility method, convertStrategy field, tests 2024-08-31 08:47:16 +03:00
MihailRis caa5e1b03b add StructLayout::convert (WIP) 2024-08-30 06:16:41 +03:00
MihailRis bcd6f40ddb rename StructMapping to StructLayout 2024-08-29 18:56:26 +03:00
MihailRis 96941cb707 fix utf-8 decoder & add u32string functions 2024-08-29 15:40:51 +03:00
MihailRis 5045ffb923 fix stringutil test 2024-08-29 15:40:13 +03:00
MihailRis f8d0a4f4c7 add util::crop_utf8 (stringutil) 2024-08-29 15:39:14 +03:00
MihailRis 77229b8d9a add StructMapping::setUnicode 2024-08-29 15:10:51 +03:00