Kolja Strohm 0587311ef1 corrected block neighbour system 3 years ago
..
AbstractEventListener.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
AddChunkUpdate.cpp ddd5c63ba0 Entities will now be saved and loaded 3 years ago
AddChunkUpdate.h ddd5c63ba0 Entities will now be saved and loaded 3 years ago
Area.cpp 0587311ef1 corrected block neighbour system 3 years ago
Area.h 0587311ef1 corrected block neighbour system 3 years ago
BasicBlock.cpp ddd5c63ba0 Entities will now be saved and loaded 3 years ago
BasicBlocks.h ddd5c63ba0 Entities will now be saved and loaded 3 years ago
BasicInterpolator.cpp a1cfecfcfb Projektdateien hinzufügen. 3 years ago
BasicInterpolator.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
BiomGenerator.cpp a1cfecfcfb Projektdateien hinzufügen. 3 years ago
BiomGenerator.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
BiomInterpolator.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
Block.cpp 0587311ef1 corrected block neighbour system 3 years ago
Block.h 0587311ef1 corrected block neighbour system 3 years ago
BlockDestroyedEvent.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
BlockPlacedEvent.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
BlockType.cpp 9028f508a2 fix some inventory memory leaks 3 years ago
BlockType.h 9028f508a2 fix some inventory memory leaks 3 years ago
Chunk.cpp 0587311ef1 corrected block neighbour system 3 years ago
Chunk.h 1c827c2f83 removed old includes 3 years ago
Constants.h 0870c1fb7d finished work on inventory system 3 years ago
DefaultEventListener.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
Dimension.cpp 172f61f656 implement basic network api design 3 years ago
Dimension.h 172f61f656 implement basic network api design 3 years ago
DimensionGenerator.cpp 40a9ac8c27 add tick and world update system 3 years ago
DimensionGenerator.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
Effect.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
EffectFactory.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
Entity.cpp 172f61f656 implement basic network api design 3 years ago
Entity.h 172f61f656 implement basic network api design 3 years ago
EntityType.cpp 172f61f656 implement basic network api design 3 years ago
EntityType.h 172f61f656 implement basic network api design 3 years ago
Event.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
EventListener.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
EventThrower.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
FactoryCraft.vcxproj 172f61f656 implement basic network api design 3 years ago
FactoryCraft.vcxproj.filters 172f61f656 implement basic network api design 3 years ago
Game.cpp 5390ccb98d fixed a bug when calculating the world generator seed 3 years ago
Game.h 99aeb1fa2e fixed a bug in the world loader if the world does not exists 3 years ago
GrasslandBiom.cpp 40a9ac8c27 add tick and world update system 3 years ago
GrasslandBiom.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
Inventory.cpp ddd5c63ba0 Entities will now be saved and loaded 3 years ago
Inventory.h 1c827c2f83 removed old includes 3 years ago
Item.cpp 0870c1fb7d finished work on inventory system 3 years ago
Item.h 0870c1fb7d finished work on inventory system 3 years ago
ItemFilter.cpp 0870c1fb7d finished work on inventory system 3 years ago
ItemFilter.h 0870c1fb7d finished work on inventory system 3 years ago
ItemSkill.cpp 0870c1fb7d finished work on inventory system 3 years ago
ItemSkill.h 0870c1fb7d finished work on inventory system 3 years ago
ItemSlot.cpp 9028f508a2 fix some inventory memory leaks 3 years ago
ItemSlot.h 9028f508a2 fix some inventory memory leaks 3 years ago
ItemStack.cpp 9028f508a2 fix some inventory memory leaks 3 years ago
ItemStack.h 9028f508a2 fix some inventory memory leaks 3 years ago
ItemType.cpp ddd5c63ba0 Entities will now be saved and loaded 3 years ago
ItemType.h ddd5c63ba0 Entities will now be saved and loaded 3 years ago
LocationChangedEvent.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
NetworkResponse.cpp 172f61f656 implement basic network api design 3 years ago
NetworkResponse.h 172f61f656 implement basic network api design 3 years ago
Noise.cpp a1cfecfcfb Projektdateien hinzufügen. 3 years ago
Noise.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
OverworldDimension.cpp 40a9ac8c27 add tick and world update system 3 years ago
OverworldDimension.h 40a9ac8c27 add tick and world update system 3 years ago
PerlinNoise.cpp a1cfecfcfb Projektdateien hinzufügen. 3 years ago
PerlinNoise.h a1cfecfcfb Projektdateien hinzufügen. 3 years ago
Player.cpp 172f61f656 implement basic network api design 3 years ago
Player.h 172f61f656 implement basic network api design 3 years ago
Server.cpp 2b0d9a16a5 add a routine to save the game when the server stopps 3 years ago
Server.h 172f61f656 implement basic network api design 3 years ago
Start.cpp 2b0d9a16a5 add a routine to save the game when the server stopps 3 years ago
StaticInitializerOrder.cpp ddd5c63ba0 Entities will now be saved and loaded 3 years ago
StaticRegistry.h 40a9ac8c27 add tick and world update system 3 years ago
TickOrganizer.cpp ddd5c63ba0 Entities will now be saved and loaded 3 years ago
TickOrganizer.h 40a9ac8c27 add tick and world update system 3 years ago
TickQueue.cpp 40a9ac8c27 add tick and world update system 3 years ago
TickQueue.h 40a9ac8c27 add tick and world update system 3 years ago
TickWorker.cpp 40a9ac8c27 add tick and world update system 3 years ago
TickWorker.h 40a9ac8c27 add tick and world update system 3 years ago
WorldGenerator.cpp 40a9ac8c27 add tick and world update system 3 years ago
WorldGenerator.h 40a9ac8c27 add tick and world update system 3 years ago
WorldLoader.cpp 5390ccb98d fixed a bug when calculating the world generator seed 3 years ago
WorldLoader.h ddd5c63ba0 Entities will now be saved and loaded 3 years ago
WorldUpdate.cpp ab42ad176e finished basic implementation of the world 3 years ago
WorldUpdate.h ddd5c63ba0 Entities will now be saved and loaded 3 years ago