Commit Graph
100 Commits
Author SHA1 Message Date
MihailRis 78fcc46f79 update doc/*/world-generator.md 2024-10-28 01:31:06 +03:00
MihailRis c433681842 revert ChancellorIkseew/bicubic-interpolation 2024-10-27 23:43:06 +03:00
MihailRis a2e8d13f22 update doc/*/world-generator.md 2024-10-27 23:14:06 +03:00
MihailRisandGitHub 072744db00 Merge pull request #332 from MihailRis/upgrade-utf8-lib
Add more functions to utf8 library
2024-10-27 22:15:06 +03:00
MihailRisandGitHub 34838f408d Merge pull request #333 from ChancellorIkseew/bicubic-interpolation
add cubic interpolation type
2024-10-27 22:11:36 +03:00
MihailRis 176267e7ac fix msvc build again 2024-10-27 22:05:57 +03:00
MihailRis 8ae6d89ed4 fix msvc build again 2024-10-27 21:54:25 +03:00
MihailRis bb239c0f49 add missing include 2024-10-27 21:44:15 +03:00
MihailRis 329d4903d8 replace string.lower, string.upper with utf8 versions 2024-10-27 21:39:46 +03:00
MihailRis 3e86d49a7b add utf8.upper, utf8.lower 2024-10-27 21:32:30 +03:00
MihailRis 699d8ce2bb add 'sub-consumer' to textbox 2024-10-27 21:04:32 +03:00
MihailRisandGitHub 868b69db90 Merge pull request #331 from Xertis/main
console bug fix
2024-10-26 22:57:43 +03:00
MihailRis 7afdde5912 add world.get_generator 2024-10-26 22:46:26 +03:00
MihailRis 84ba063908 apply model offset to meshes 2024-10-26 14:11:23 +03:00
MihailRisandGitHub 322d7cd7a6 Merge pull request #326 from MihailRis/vec3-models-loader
VEC3 models loader
2024-10-26 13:24:59 +03:00
MihailRis 75805642b5 feat: VEC3 automatic normals generation 2024-10-26 13:13:47 +03:00
MihailRis 016d91704b Merge branch 'main' into vec3-models-loader 2024-10-26 12:55:10 +03:00
MihailRisandGitHub 8a594c41b4 Merge pull request #329 from MihailRis/add-utf8-lib
Add Lua utf8 library
2024-10-26 12:11:31 +03:00
MihailRis 137e6fc767 add utf8.sub 2024-10-26 11:24:58 +03:00
MihailRis bd60d05c3a add utf8 library docs 2024-10-26 11:07:48 +03:00
MihailRis ce7698e9ee rename utf8.encode to utf8.tobytes, utf8.decode to utf8.tostring 2024-10-26 10:54:33 +03:00
MihailRis 3dc334e778 add utf8.length, utf8.codepoint 2024-10-26 10:32:34 +03:00
MihailRis f3181dee88 add util::length_utf8 2024-10-26 10:31:45 +03:00
MihailRis 52ed1abf1c add utf8.decode 2024-10-25 22:56:11 +03:00
MihailRis 52e62bbf95 add utf8.encode 2024-10-25 17:22:54 +03:00
MihailRis 87ba344401 add 'vec3model.modelname' notation support to skeletons 2024-10-25 15:57:50 +03:00
MihailRisandGitHub ab7b2cd0f0 Merge pull request #327 from MihailRis/open-folder
Add platform::open_folder & core.open_folder
2024-10-25 14:59:04 +03:00
MihailRis df31b9e589 update platform::open_folder docs 2024-10-25 14:46:18 +03:00
MihailRis 87e3247ecf update platform.cpp 2024-10-25 14:43:31 +03:00
MihailRis 74b9dd6d2f update platform.cpp 2024-10-25 14:26:59 +03:00
MihailRis 751cde7503 add core.open_folder 2024-10-25 14:07:32 +03:00
MihailRis 6964a18605 add platform::open_folder 2024-10-25 13:58:17 +03:00
MihailRis 0c9fb987a1 update files::write_string signature 2024-10-25 13:30:12 +03:00
MihailRis a6dea71bf5 update textures loading 2024-10-25 11:55:44 +03:00
MihailRis 9224d14d32 update demo model 2024-10-25 10:13:15 +03:00
MihailRis caf3376ef9 add VEC3 models support 2024-10-25 10:10:30 +03:00
MihailRis 5c019c53f0 fix VEC3 loader 2024-10-25 10:09:36 +03:00
MihailRis 30725c80c7 update VEC3 structure 2024-10-24 20:15:59 +03:00
MihailRis 2a150049c6 fix world-generator.md 2024-10-24 19:04:02 +03:00
MihailRis 39d9f269fa add 16 bit indices support 2024-10-24 18:37:03 +03:00
MihailRis 91f45ad4d7 add VEC3 model loader 2024-10-24 18:34:40 +03:00
MihailRis b3d942b76c add Buffer move assignment operator 2024-10-24 17:40:04 +03:00
MihailRis 229456ced5 add ByteReader.get(dst, size) method 2024-10-24 17:39:23 +03:00
MihailRis f884455299 fix typos 2024-10-24 16:38:28 +03:00
MihailRis f89f825081 update files::read_bytes 2024-10-24 15:48:46 +03:00
MihailRis edc9d9546d add VEC3 format specification 2024-10-24 15:03:51 +03:00
MihailRis 941c9f4b97 add demo model 2024-10-24 14:57:21 +03:00
MihailRis 9f70e14a13 update X sprites rendering randomization 2024-10-24 14:03:05 +03:00
MihailRis 4ea4224452 increase SKY_LIGHT_MUL 2024-10-24 13:38:43 +03:00
MihailRis 2b057a0977 fix: core:struct_air is being replaced with plants 2024-10-24 13:27:32 +03:00
MihailRisandGitHub 9157012cdb Merge pull request #325 from MihailRis/optimize-ChunksRenderer
Optimize ChunksRenderer
2024-10-24 11:58:58 +03:00
MihailRis 054b3926cd remove extra shared_ptr use from util::ThreadPool 2024-10-24 11:49:06 +03:00
MihailRis 7f0e12bb4e rename a variable 2024-10-24 11:26:14 +03:00
MihailRis 3e1a82d137 make BlocksRenderer::createMesh return MeshData & make ChunksRenderer workers have standalone results 2024-10-24 10:54:07 +03:00
MihailRis 4e3064e37b fix util::Buffer 2024-10-24 10:51:03 +03:00
MihailRis cc37fa57f1 update Mesh from MeshData constructor 2024-10-24 10:22:04 +03:00
MihailRis 5c6b73ee2b add MeshData 2024-10-24 10:11:57 +03:00
MihailRis d41ec3a019 upgrade util::Buffer 2024-10-24 09:56:57 +03:00
MihailRis cbbc04edcf fix rare grass-only chunk meshes 2024-10-24 09:19:58 +03:00
MihailRis eb400e68ca add more new world info to logger messages 2024-10-23 15:08:26 +03:00
MihailRis b108c4710d update events.md 2024-10-23 13:38:53 +03:00
MihailRis 37fadec007 update README.md 2024-10-23 13:33:15 +03:00
MihailRis 109cfbfceb add dependency levels to content-packs.md 2024-10-23 13:21:03 +03:00
MihailRis 9b53def82a fix: dependency level prefix is ignored 2024-10-23 13:20:47 +03:00
MihailRis 3b5857ee62 fix: on_block_placed not calling 2024-10-23 12:10:02 +03:00
MihailRis 5dce372156 fix glm quaternions issues 2024-10-23 09:45:31 +03:00
MihailRis 24c1a0f942 update version to 0.24 2024-10-22 19:07:39 +03:00
MihailRisandGitHub d3d4e0a69a Miscellaneous release improvements (#324) 2024-10-22 09:19:52 +03:00
MihailRis 9ec69a43ba update windows workflow to run in release branches 2024-10-22 08:09:35 +03:00
MihailRis b217c902c4 fix extended blocks solidity & fix extended blocks neighbours update 2024-10-22 08:06:26 +03:00
MihailRis 64cf9bb273 flip generator minimap 2024-10-22 06:44:58 +03:00
MihailRisandGitHub 3ea6d2ccf9 Merge pull request #323 from Sergwest585/main
FullCheckBox resize function
2024-10-22 06:07:17 +03:00
MihailRisandGitHub 5fbc05d21d Fix windows workflow (#322) 2024-10-21 21:16:12 +03:00
MihailRisandGitHub 731c00d504 Merge pull request #321 from MihailRis/remove-spng
Replace libspng with libpng on Windows (#311)
2024-10-21 14:35:05 +03:00
MihailRis d2805f40e8 remove libspng-related code from png.cpp 2024-10-21 14:09:15 +03:00
MihailRis d0dbe549a1 remove libspng mentions from Windows build 2024-10-21 13:58:54 +03:00
MihailRis 6e07ea1a44 update CMakeLists.txt 2024-10-21 13:52:59 +03:00
MihailRis 1f4ef8a4de fix 'access denied' in file.remove for entry points 'export', 'config' 2024-10-21 12:16:24 +03:00
MihailRis e0df715128 fix fast memory consumption growth in travels 2024-10-21 11:57:52 +03:00
MihailRis 6796b12414 update generator-test-mode behaviour 2024-10-21 09:01:31 +03:00
MihailRis 2bd10b2456 fix: config folder is not created automatically 2024-10-20 15:57:01 +03:00
MihailRis 9c70623aab fix AreaMap2D.clear 2024-10-20 08:15:35 +03:00
MihailRisandGitHub 5ca83a572b Merge pull request #315 from Sergwest585/main
small ide stuff + search controls
2024-10-20 06:03:23 +03:00
MihailRisandGitHub 3d5db34203 Merge pull request #314 from Xertis/main
bugs fix
2024-10-20 00:07:06 +03:00
MihailRis 6b84fa82fc fix: non-air lines are not placed 2024-10-19 05:37:10 +03:00
MihailRis 6e6f9616cd fix fatal error on wrong placement args 2024-10-19 05:33:59 +03:00
MihailRis cd949126b2 format base:demo generator script 2024-10-19 04:21:37 +03:00
MihailRis affc4197be update base:demo generator 2024-10-19 03:53:57 +03:00
MihailRis dfc33db445 update CHANGELOG.md 2024-10-19 02:09:10 +03:00
MihailRis ba9417a7e4 fix player entity teleport using debug_panel 2024-10-19 01:27:51 +03:00
MihailRis 6dc73646f0 fix: EVT_CHUNK_HIDDEN not triggered 2024-10-19 00:53:56 +03:00
MihailRis 7b0db7b660 update base:demo generator & update default bpd values 2024-10-18 15:26:32 +03:00
MihailRis 27196f6166 Merge branch 'main' into release-0.23 2024-10-18 11:04:26 +03:00
MihailRis fc9f2574cd fix dv::is_numeric 2024-10-18 11:04:10 +03:00
MihailRis 26d92750f2 fix dv::is_numeric 2024-10-18 11:02:48 +03:00
MihailRis ab2b24d982 make generation.get_generators nothrow 2024-10-18 08:16:55 +03:00
MihailRis 955e5257d5 fix: conditional jump or move depends on uninitialised value 2024-10-18 07:56:18 +03:00
MihailRis 552740b87b add missing includes 2024-10-18 02:43:16 +03:00
MihailRis b5431fc734 update /doc/*/main-page.md 2024-10-17 10:41:57 +03:00
MihailRis 8323633037 update README.md 2024-10-17 10:38:11 +03:00