46 Commits

Author SHA1 Message Date
MihailRis
bd4a5ef7fc optimize a bit 2024-11-17 03:19:55 +03:00
MihailRis
65287b3273 move chunk vertex attributes info to commons.hpp 2024-11-17 00:54:10 +03:00
MihailRis
608eb60514 add 'u_alphaClip' to the blocks shader 2024-11-16 16:13:18 +03:00
MihailRis
71788e4eb9 remove unnecessary shared_ptrs from ChunksRenderer and ChunkMesh 2024-11-16 16:04:00 +03:00
MihailRis
ebc890bdd6 optimize (part 4) & format ChunkRenderer 2024-11-16 15:49:53 +03:00
MihailRis
399943b253 fix 2024-11-16 15:37:30 +03:00
MihailRis
7bdeba982b optimize (part 3) 2024-11-16 15:24:46 +03:00
MihailRis
1ff89491e6 optimize (part 2) 2024-11-16 15:11:05 +03:00
MihailRis
2327f0ddf8 fix msvc error C2466: cannot allocate an array of constant size 0 2024-11-16 09:31:33 +03:00
MihailRis
171cbb48d0 fix blocks selection with semi-transparent blocks 2024-11-16 09:30:02 +03:00
MihailRis
b28bcf052b optimize (part 1) 2024-11-16 09:18:14 +03:00
MihailRis
4400366719 feat: actually working slow prototype 2024-11-16 07:41:36 +03:00
MihailRis
5b6256e0fa introduce ChunkMesh 2024-11-16 04:13:00 +03:00
MihailRis
c4170c07c5 refactor 2024-11-14 09:30:41 +03:00
MihailRis
f0b6521c76 refactor 2024-11-14 08:09:10 +03:00
MihailRis
c5ca9128e9 move getVoxels from ChunksStorage to Chunks 2024-11-11 22:30:42 +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
cbbc04edcf fix rare grass-only chunk meshes 2024-10-24 09:19:58 +03:00
MihailRis
d59fac61bb fix: backlight setting not applying on change 2024-10-15 04:58:46 +03:00
MihailRis
e750d90ff4 add 'graphics.chunk-max-vertices', 'graphics.chunk-max-renderers' settings 2024-10-01 23:25:25 +03:00
MihailRis
f43cc93cd2 update project includes format 2024-08-10 01:37:48 +03:00
InfiniteCoder
9f9b9f2d64 world/ 2024-08-05 23:49:11 +03:00
InfiniteCoder
c7755040bd voxels/ 2024-08-04 22:42:44 +03:00
InfiniteCoder
eb061bcaf4 graphics/ 2024-08-04 22:12:48 +03:00
InfiniteCoder
e6da3638f0 Logger.hpp 2024-08-04 12:46:03 +03:00
InfiniteCoder
d5dc68dd38 Root includes 2024-08-04 10:24:11 +03:00
MihailRis
71e20ff805 add block 'ambient-occlusion' property 2024-07-27 18:37:18 +03:00
Pugemon
f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
MihailRis
3003386670 chunk flags converted to a bitfield 2024-05-31 11:59:12 +03:00
MihailRis
b399679c31 other optimizations 2024-05-17 20:00:24 +03:00
MihailRis
1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis
8be0d157c2 trackbar track-width semantic update + gamma setting trackbar 2024-04-25 06:00:35 +03:00
MihailRis
1ecc608ead nothing actually done 2024-04-24 07:35:46 +03:00
MihailRis
051f0b8c6a rename 2024-04-23 18:43:02 +03:00
MihailRis
9f2bceb039 just a minor refactor, nothing special 2024-04-23 02:00:03 +03:00
MihailRis
cc58ea29bc world converter threading 2024-04-15 19:44:21 +03:00
MihailRis
90d0b54a69 thread pool update + refactor 2024-04-11 15:48:27 +03:00
MihailRis
68320629de ThreadPool stand-alone results 2024-04-05 20:36:11 +03:00
MihailRis
84c7c16860 ThreadPool onJobFailed onComplete callbacks 2024-04-05 12:38:03 +03:00
MihailRis
dc660edc74 minor refactor 2024-04-04 21:51:24 +03:00
MihailRis
781ab0e892 ThreadPool test 2024-04-04 21:32:38 +03:00
MihailRis
40c3ce0cb1 minor refactor 2024-04-04 18:40:36 +03:00
MihailRis
0c411cf227 debug::Logger 2024-04-04 18:19:19 +03:00
MihailRis
258666c377 frontend/graphics moved to graphics/render 2024-03-19 00:34:43 +03:00