Kolja Strohm 637114d113 fix inventory rendering bug před 3 roky
..
data_release 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
AddChunkUpdate.cpp 9dc6078ac5 add foreground and background connection před 3 roky
AddChunkUpdate.h e2e33d1631 add player model and improved safty of world updates před 3 roky
AddEntityUpdate.cpp 201195c511 add entity system před 3 roky
AddEntityUpdate.h e2e33d1631 add player model and improved safty of world updates před 3 roky
Area.cpp 9f078c1f34 remove unneeded chunks from memory před 3 roky
Area.h 201195c511 add entity system před 3 roky
BasicBlocks.cpp aac81e186c add lawn to dirt před 3 roky
BasicBlocks.h aac81e186c add lawn to dirt před 3 roky
Block.cpp 2bdf78004c fix duplicated function před 3 roky
Block.h 2bdf78004c fix duplicated function před 3 roky
BlockChangedUpdate.cpp 09650b38f0 fixed a bug that caused destroyed blocks to appear again před 3 roky
BlockChangedUpdate.h e2e33d1631 add player model and improved safty of world updates před 3 roky
BlockRemovedUpdate.cpp e361f6ce8a blocks can now be destroyed by the player před 3 roky
BlockRemovedUpdate.h e2e33d1631 add player model and improved safty of world updates před 3 roky
BlockType.cpp e2844e8ab5 block updates will now be processed před 3 roky
BlockType.h e2844e8ab5 block updates will now be processed před 3 roky
Chunk.cpp ecc195d13d fixed block positioning bug před 3 roky
Chunk.h 201195c511 add entity system před 3 roky
Constants.h 31286b19ef add some missing implementations před 3 roky
CurrentPlayer.h 201195c511 add entity system před 3 roky
Dimension.cpp a0cdcc16ed fix a fiew memory access bugs před 3 roky
Dimension.h a0cdcc16ed fix a fiew memory access bugs před 3 roky
DirectConnect.cpp 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
DirectConnect.h 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
Entity.cpp a0cdcc16ed fix a fiew memory access bugs před 3 roky
Entity.h a0cdcc16ed fix a fiew memory access bugs před 3 roky
EntityChangedUpdate.cpp a0cdcc16ed fix a fiew memory access bugs před 3 roky
EntityChangedUpdate.h e2e33d1631 add player model and improved safty of world updates před 3 roky
EntityRemovedUpdate.cpp 6d9671f97f process EntityRemovedUpdate world updates před 3 roky
EntityRemovedUpdate.h e2e33d1631 add player model and improved safty of world updates před 3 roky
EntityType.cpp 09650b38f0 fixed a bug that caused destroyed blocks to appear again před 3 roky
EntityType.h 2c6f503ecc entities are now synchronized před 3 roky
FactoryClient.cpp 9f078c1f34 remove unneeded chunks from memory před 3 roky
FactoryClient.h 9f078c1f34 remove unneeded chunks from memory před 3 roky
FactoryCraft.exe 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
FactoryCraft.vcxproj 6d9671f97f process EntityRemovedUpdate world updates před 3 roky
FactoryCraft.vcxproj.filters 6d9671f97f process EntityRemovedUpdate world updates před 3 roky
Game.cpp 637114d113 fix inventory rendering bug před 3 roky
Game.h b6659fd759 render basic inventory information před 3 roky
Globals.cpp 38799a9959 improved camera control by mouse před 3 roky
Globals.h 38799a9959 improved camera control by mouse před 3 roky
Initialisierung.cpp b6659fd759 render basic inventory information před 3 roky
Initialisierung.h b6659fd759 render basic inventory information před 3 roky
Inventory.h 201195c511 add entity system před 3 roky
Inventoty.cpp a0cdcc16ed fix a fiew memory access bugs před 3 roky
Item.cpp b6659fd759 render basic inventory information před 3 roky
Item.h b6659fd759 render basic inventory information před 3 roky
ItemEntity.cpp a0cdcc16ed fix a fiew memory access bugs před 3 roky
ItemEntity.h b312518b3d display item entities in the world před 3 roky
ItemSlot.cpp a0cdcc16ed fix a fiew memory access bugs před 3 roky
ItemSlot.h b312518b3d display item entities in the world před 3 roky
ItemStack.cpp b312518b3d display item entities in the world před 3 roky
ItemStack.h b312518b3d display item entities in the world před 3 roky
ItemType.cpp 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
ItemType.h b312518b3d display item entities in the world před 3 roky
Load.cpp 9a17d632df selected inventory slot is now synchronized for player před 3 roky
Load.h 38799a9959 improved camera control by mouse před 3 roky
Login.cpp 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
Login.h 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
Main.cpp d3bc31ca40 change to new textures před 3 roky
Menu.cpp 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
Menu.h 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
Menü.h 3620864d4a initial commit před 3 roky
NetworkHandler.cpp 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
NetworkHandler.h 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
NoBlock.cpp 934b4c7f06 render only blocksides where the direct neighbor block is transparent před 3 roky
NoBlock.h 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
PlaceBlockUpdate.cpp e361f6ce8a blocks can now be destroyed by the player před 3 roky
PlaceBlockUpdate.h e2e33d1631 add player model and improved safty of world updates před 3 roky
Player.cpp 9a17d632df selected inventory slot is now synchronized for player před 3 roky
Player.h 9a17d632df selected inventory slot is now synchronized for player před 3 roky
PlayerKam.cpp 9a17d632df selected inventory slot is now synchronized for player před 3 roky
PlayerKam.h 38799a9959 improved camera control by mouse před 3 roky
Registries.h 201195c511 add entity system před 3 roky
StaticInitializerOrder.cpp 6d9671f97f process EntityRemovedUpdate world updates před 3 roky
StaticInitializerOrder.h 5cb4c24f10 fixed some errors před 3 roky
StaticRegistry.h 2c7f34cca6 adjust system for lazy block instantiation před 3 roky
World.cpp eae1cfdd7e fix deadlock před 3 roky
World.h a0cdcc16ed fix a fiew memory access bugs před 3 roky
WorldUpdate.cpp e2e33d1631 add player model and improved safty of world updates před 3 roky
WorldUpdate.h e2e33d1631 add player model and improved safty of world updates před 3 roky
error_core_memory_dump.dmp 2c7f34cca6 adjust system for lazy block instantiation před 3 roky