.. |
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
|
Fix material ID, can be 0 or 256 (whatever that's supposed to mean, while the palette can only have 256 colors)
|
2021-08-01 15:40:22 +01:00 |
vox_data.h
|
Unused struct
|
2021-08-01 15:40:51 +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
|
Reorganized some utility files
|
2021-02-17 20:34:35 +00:00 |
voxel_stream_block_files.h
|
Removed VoxelStreamFile
|
2021-02-01 22:25:25 +00: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 |