godot_voxel/streams
Marc Gilleron 98eed9adba Remove some usages of Vector<T>. Also fixed some indexing issues in streams.
Reason: in a future port to GDExtension, that class won't be available.
This may also apply to Map and HashMap.

Note: the issues in streams were not hit so far because they are in
multi-block load/save functions. We've been loading and saving blocks
one by one at the moment.
2022-02-06 21:26:48 +00:00
..
region Remove some usages of Vector<T>. Also fixed some indexing issues in streams. 2022-02-06 21:26:48 +00:00
sqlite Remove some usages of Vector<T>. Also fixed some indexing issues in streams. 2022-02-06 21:26:48 +00:00
compressed_data.cpp
compressed_data.h
file_utils.cpp
file_utils.h
instance_data.cpp Namespaced remaining stuff 2022-01-09 22:46:26 +00:00
instance_data.h Namespaced remaining stuff 2022-01-09 22:46:26 +00:00
vox_data.cpp
vox_data.h
vox_loader.cpp Namespaced every registered class 2022-01-09 22:16:44 +00:00
vox_loader.h Namespaced every registered class 2022-01-09 22:16:44 +00:00
voxel_block_request.h Moved other tasks out of VoxelServer 2022-02-02 21:03:09 +00:00
voxel_block_serializer.cpp BlockSerializer is no longer a class 2022-01-16 04:01:22 +00:00
voxel_block_serializer.h BlockSerializer is no longer a class 2022-01-16 04:01:22 +00:00
voxel_stream.cpp Remove some usages of Vector<T>. Also fixed some indexing issues in streams. 2022-02-06 21:26:48 +00:00
voxel_stream.h Remove some usages of Vector<T>. Also fixed some indexing issues in streams. 2022-02-06 21:26:48 +00:00
voxel_stream_block_files.cpp Renamed emerge/imerge_block => load_voxel_block/save_voxel_block 2022-01-16 04:21:02 +00:00
voxel_stream_block_files.h Renamed emerge/imerge_block => load_voxel_block/save_voxel_block 2022-01-16 04:21:02 +00:00
voxel_stream_cache.cpp Namespaced remaining stuff 2022-01-09 22:46:26 +00:00
voxel_stream_cache.h Remove a few unnecessary usages of the wrapper version of VoxelBuffer 2022-02-03 00:02:10 +00:00
voxel_stream_script.cpp Remove a few unnecessary usages of the wrapper version of VoxelBuffer 2022-02-03 00:02:10 +00:00
voxel_stream_script.h Renamed emerge/imerge_block => load_voxel_block/save_voxel_block 2022-01-16 04:21:02 +00:00