Commit Graph
86 Commits
Author SHA1 Message Date
Stepanov Igor bb15d17892 add cmake-format.py and formating all cmake files 2025-01-09 16:32:54 +03:00
MihailRis 857bdd7f37 update cmake lists 2024-12-27 07:14:47 +03:00
MihailRis d73c0b21f5 fix cmake in linux 2024-12-27 07:00:30 +03:00
Stepanov Igor 2229cd538c Fix ctest 2024-12-22 01:00:23 +03:00
Ygrik2003andGitHub 885438999d Fix resources 2024-12-21 10:31:02 +03:00
Ygrik2003andGitHub fdcc5b68bf Remove relative path 2024-12-21 10:27:34 +03:00
MihailRis 28f49ac948 add Lua code tokenizer 2024-12-04 16:26:55 +03:00
MihailRis fb0f4bff52 complete simple connection implementation 2024-11-27 12:10:59 +03:00
MihailRis 353046b9d5 turn off extra workflows to minimize spam 2024-11-26 19:26:18 +03:00
MihailRis 5e0d5b6db2 turn on failing test to check an error message 2024-11-26 18:10:45 +03:00
MihailRis 18bdce52df make socket non-blocking 2024-11-26 17:12:24 +03:00
MihailRis 5e063d9fe0 refactor Network 2024-11-23 09:49:17 +03:00
MihailRis b23318a06c add network.http_get, network.http_get_binary 2024-11-22 07:30:38 +03:00
MihailRis 8160ebb91e Merge branch 'main' into curl 2024-11-21 08:58:19 +03:00
MihailRis c543575150 replace '<string>' source name with '[string]' 2024-11-19 09:53:15 +03:00
MihailRis d660880365 fix util::base64_encode 2024-11-18 12:37:48 +03:00
MihailRis 4aacd130ab update Socket interface 2024-11-15 07:09:55 +03:00
MihailRis dc84fe1f07 add Network.connect (WIP) 2024-11-11 19:55:23 +03:00
MihailRis 4328c83c79 add httpGet error handling 2024-11-11 14:47:09 +03:00
MihailRis d7389c2220 add Network.getTotalUpload, getTotalDownload 2024-11-11 04:26:07 +03:00
MihailRis 46dfdac998 add Network.httpGet (WIP) 2024-11-11 03:50:00 +03:00
MihailRis cb925d005c add libcurl 2024-11-10 22:37:28 +03:00
MihailRis 7a5fe3b2b0 update vec3 test & update macos workflow 2024-10-26 17:32:37 +03:00
MihailRis a205d7f170 replace obj models with vec3 2024-10-26 15:51:30 +03:00
MihailRis 91f45ad4d7 add VEC3 model loader 2024-10-24 18:34:40 +03:00
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