voxelman/world
2019-11-10 03:10:42 +01:00
..
environment_data.cpp Added an EnvironmentData class. 2019-10-07 22:22:47 +02:00
environment_data.h Added an EnvironmentData class. 2019-10-07 22:22:47 +02:00
grid_map_editor_plugin.cpp Added in gridmap from godot, I currently think it is a nice place to start from with the voxel world, as it pretty much already works like it, and it has a nice editor plugin as well. Also I haven't yet used godot's servers too much. 2019-05-31 23:03:38 +02:00
grid_map_editor_plugin.h Added in gridmap from godot, I currently think it is a nice place to start from with the voxel world, as it pretty much already works like it, and it has a nice editor plugin as well. Also I haven't yet used godot's servers too much. 2019-05-31 23:03:38 +02:00
grid_map.cpp Added in gridmap from godot, I currently think it is a nice place to start from with the voxel world, as it pretty much already works like it, and it has a nice editor plugin as well. Also I haven't yet used godot's servers too much. 2019-05-31 23:03:38 +02:00
grid_map.h Added in gridmap from godot, I currently think it is a nice place to start from with the voxel world, as it pretty much already works like it, and it has a nice editor plugin as well. Also I haven't yet used godot's servers too much. 2019-05-31 23:03:38 +02:00
voxel_buffer.cpp Added binds for liquids. 2019-11-09 23:39:19 +01:00
voxel_buffer.h Added binds for liquids. 2019-11-09 23:39:19 +01:00
voxel_chunk_prop_data.cpp Renamed VoxelmanProp to PropData. 2019-11-07 21:32:31 +01:00
voxel_chunk_prop_data.h Renamed VoxelmanProp to PropData. 2019-11-07 21:32:31 +01:00
voxel_chunk.cpp Added chunk states, and dirty flag to Chunk. 2019-11-10 03:10:42 +01:00
voxel_chunk.h Added chunk states, and dirty flag to Chunk. 2019-11-10 03:10:42 +01:00
voxel_structure.cpp Implemented the remaining stub methods for voxel structure. 2019-09-25 11:30:07 +02:00
voxel_structure.h Implemented the remaining stub methods for voxel structure. 2019-09-25 11:30:07 +02:00
voxel_world.cpp Added WorldArea. 2019-11-10 01:03:48 +01:00
voxel_world.h Added WorldArea. 2019-11-10 01:03:48 +01:00