godot_voxel/streams
Scott Wadden 511422c30d Fixed macos build errors 2021-09-22 09:48:35 -03:00
..
region Don't save meta file on loading, not sure why that was done before 2021-08-01 15:42:24 +01:00
sqlite Added test for instance data serialization 2021-07-18 19:42:42 +01:00
compressed_data.cpp Renamed ArraySlice -> Span 2021-05-31 16:48:49 +01:00
compressed_data.h Renamed ArraySlice -> Span 2021-05-31 16:48:49 +01:00
file_utils.cpp Made file streams thread-safe (but still won't be used in more than one thread) 2021-01-16 13:34:45 +00:00
file_utils.h Reorganized some utility files 2021-02-17 20:34:35 +00:00
instance_data.cpp Added test for instance data serialization 2021-07-18 19:42:42 +01:00
instance_data.h Comments 2021-07-25 20:37:47 +01:00
vox_data.cpp Fixed macos build errors 2021-09-22 09:48:35 -03:00
vox_data.h Added importer to import vox files into a single mesh 2021-08-14 16:49:46 +01:00
vox_loader.cpp Added vox scene importer. No options at the moments. 2021-07-31 18:48:47 +01:00
vox_loader.h Added vox scene importer. No options at the moments. 2021-07-31 18:48:47 +01:00
voxel_block_request.h Reorganized some utility files 2021-02-17 20:34:35 +00:00
voxel_block_serializer.cpp Error more explicitely in case trying to serialize an empty block 2021-07-25 20:38:15 +01:00
voxel_block_serializer.h Upgraded block serialized format, added some error handling 2021-01-30 01:36:37 +00:00
voxel_stream.cpp Renamed ArraySlice -> Span 2021-05-31 16:48:49 +01:00
voxel_stream.h Renamed ArraySlice -> Span 2021-05-31 16:48:49 +01:00
voxel_stream_block_files.cpp Fix VoxelStreamBlockFiles always showing a warning about channels 2021-09-18 01:44:33 +01:00
voxel_stream_block_files.h Fix VoxelStreamBlockFiles always showing a warning about channels 2021-09-18 01:44:33 +01:00
voxel_stream_cache.cpp Update to latest Godot's threading primitives 2021-02-19 01:30:22 +00:00
voxel_stream_cache.h Update to latest Godot's threading primitives 2021-02-19 01:30:22 +00:00
voxel_stream_script.cpp Moved constants and tables under a folder 2021-02-21 23:58:00 +00:00
voxel_stream_script.h Refactor generators and streams 2021-01-17 17:18:05 +00:00