godot_voxel/storage
Marc Gilleron 3606424947 Fix bool used as pointer 2022-09-03 18:13:26 +01:00
..
funcs.cpp Use generic error macros in storage funcs 2022-04-19 01:14:40 +01:00
funcs.h Use generic error macros in storage funcs 2022-04-19 01:14:40 +01:00
modifiers.cpp Added `do_graph` to VoxelToolLodTerrain 2022-08-23 22:58:20 +01:00
modifiers.h Support modifiers in distance normalmaps 2022-08-07 23:03:45 +01:00
modifiers_gd.cpp Merge branch 'master' into storage_refactoring 2022-09-03 17:22:41 +01:00
modifiers_gd.h Initial WIP for SDF non-destructive voxel modifiers. Support is incomplete. 2022-06-09 20:35:29 +01:00
voxel_buffer_gd.cpp Removed `get_size_x/y/z` convenience functions. 2022-08-25 22:14:21 +01:00
voxel_buffer_gd.h Removed `get_size_x/y/z` convenience functions. 2022-08-25 22:14:21 +01:00
voxel_buffer_internal.cpp Fix narrowing conversion warning 2022-09-03 18:12:37 +01:00
voxel_buffer_internal.h Removed default values from VoxelDataMap 2022-08-28 23:07:36 +01:00
voxel_data.cpp Fix bool used as pointer 2022-09-03 18:13:26 +01:00
voxel_data.h Fix errors in unused template functions 2022-09-03 17:46:20 +01:00
voxel_data_block.cpp Remove a few verbose prints, they spam too much 2022-08-23 21:00:51 +01:00
voxel_data_block.h Some changes and fixes related modifiers 2022-06-18 23:14:18 +01:00
voxel_data_grid.h Support edited voxels in distance normalmaps 2022-08-09 23:56:38 +01:00
voxel_data_map.cpp Removed old code 2022-09-03 17:51:47 +01:00
voxel_data_map.h Removed old code 2022-09-03 17:51:47 +01:00
voxel_memory_pool.cpp Added basic stack tracking for memory pool allocations 2022-06-06 21:54:20 +01:00
voxel_memory_pool.h Added basic stack tracking for memory pool allocations 2022-06-06 21:54:20 +01:00
voxel_metadata.cpp Abstracted voxel metadata so internals no longer depends on Variant 2022-04-18 19:59:38 +01:00
voxel_metadata.h Convention for type indices 2022-04-18 20:19:02 +01:00
voxel_metadata_variant.cpp Fix warning about comparing enums of different types (I hope) 2022-06-08 20:43:43 +01:00
voxel_metadata_variant.h Abstracted voxel metadata so internals no longer depends on Variant 2022-04-18 19:59:38 +01:00