voxelman/world
2020-04-15 12:44:16 +02:00
..
blocky Fix building for 3.2. 2020-04-09 15:45:51 +02:00
default Cleaned up the light baking api. 2020-04-15 12:41:52 +02:00
block_voxel_structure.cpp VoxelChunk now inherits from Resource instead of from Spatial. This is to make the scene cleaner (especially after I implement the world editor plugin). As a small bonus this should also make multithreading-related crashes harder to create, as manipulating the Scenetree from a thread by accident is now a lot harder. 2020-04-02 21:28:19 +02:00
block_voxel_structure.h Fix build for 4.0. 2020-04-09 12:34:39 +02:00
environment_data.cpp Fix build for 4.0. 2020-04-09 12:34:39 +02:00
environment_data.h Fix build for 4.0. 2020-04-09 12:34:39 +02:00
voxel_chunk_prop_data.cpp Started reworking the way props are handled. Removed every old PropData related classes. Props are now just normal PackedScenes. Spawning conveniences/network synchronization will come later. 2020-04-04 17:22:07 +02:00
voxel_chunk_prop_data.h Started reworking the way props are handled. Removed every old PropData related classes. Props are now just normal PackedScenes. Spawning conveniences/network synchronization will come later. 2020-04-04 17:22:07 +02:00
voxel_chunk.cpp Cleaned up the light baking api. 2020-04-15 12:41:52 +02:00
voxel_chunk.h Removed _THREAD_SAFE_CLASS_ from VoxelChunk as its not used aywhere right now. 2020-04-15 12:44:16 +02:00
voxel_structure.cpp Fix build for 4.0. 2020-04-09 12:34:39 +02:00
voxel_structure.h Fix build for 4.0. 2020-04-09 12:34:39 +02:00
voxel_world_editor.cpp A bit more work on the world editor. 2020-04-10 16:28:33 +02:00
voxel_world_editor.h A bit more work on the world editor. 2020-04-10 16:28:33 +02:00
voxel_world.cpp Cleaned up the light baking api. 2020-04-15 12:41:52 +02:00
voxel_world.h Cleaned up the light baking api. 2020-04-15 12:41:52 +02:00