voxelman/world
2020-03-06 14:22:04 +01:00
..
environment_data.cpp Updated the license for 2020, and added it to the top of my cpp files. 2020-01-31 19:52:37 +01:00
environment_data.h Updated the license for 2020, and added it to the top of my cpp files. 2020-01-31 19:52:37 +01:00
voxel_chunk_prop_data.cpp Updated the license for 2020, and added it to the top of my cpp files. 2020-01-31 19:52:37 +01:00
voxel_chunk_prop_data.h Updated the license for 2020, and added it to the top of my cpp files. 2020-01-31 19:52:37 +01:00
voxel_chunk.cpp build_phase() and _build_phase() in Chunk now won't return/need to return a value, as get_build_phase_done() is equivalent. Also now chunk building is actually threaded, as it seems like I managed to remove thread creation in one of the refactor commits. Also fixed a few smaller issues/inconsistencies. 2020-03-06 14:22:04 +01:00
voxel_chunk.h build_phase() and _build_phase() in Chunk now won't return/need to return a value, as get_build_phase_done() is equivalent. Also now chunk building is actually threaded, as it seems like I managed to remove thread creation in one of the refactor commits. Also fixed a few smaller issues/inconsistencies. 2020-03-06 14:22:04 +01:00
voxel_structure.cpp Fleshed out VoxelStructure's api. 2020-02-23 22:09:45 +01:00
voxel_structure.h Fleshed out VoxelStructure's api. 2020-02-23 22:09:45 +01:00
voxel_world_editor.cpp Setup for a new VoxelWorldEditor. 2020-02-27 14:27:52 +01:00
voxel_world_editor.h Setup for a new VoxelWorldEditor. 2020-02-27 14:27:52 +01:00
voxel_world.cpp Fix math in is_position_walkable. 2020-03-04 18:35:09 +01:00
voxel_world.h Added is_position_walkable query to World, also a few related things. 2020-03-04 15:21:32 +01:00