Kolja Strohm 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
..
AbstractEventListener.h a1cfecfcfb Projektdateien hinzufügen. 3 年 前
AddEntityUpdate.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
AddEntityUpdate.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Area.cpp 4c3a4b212d remove unneeded information from client 2 年 前
Area.h 4c3a4b212d remove unneeded information from client 2 年 前
BasicBlock.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
BasicBlocks.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
BasicInterpolator.cpp a57b9f9611 blocks are now lazy instantiated to save memory 2 年 前
BasicInterpolator.h a57b9f9611 blocks are now lazy instantiated to save memory 2 年 前
BasicItems.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
BasicItems.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
BiomGenerator.cpp 4c3a4b212d remove unneeded information from client 2 年 前
BiomGenerator.h 677429fe6f add some basic caves 2 年 前
Block.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Block.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
BlockDestroyedEvent.h a1cfecfcfb Projektdateien hinzufügen. 3 年 前
BlockPlacedEvent.h a1cfecfcfb Projektdateien hinzufügen. 3 年 前
BlockType.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
BlockType.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
CaveGenerator.cpp 677429fe6f add some basic caves 2 年 前
CaveGenerator.h 677429fe6f add some basic caves 2 年 前
Chunk.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Chunk.h dec141550b introduce Multiblock structures (WIP) 2 年 前
Constants.h bc47a43da6 add structure template system to world generator 2 年 前
CraftingStorage.cpp b3ad4aca8c add tree seblings 2 年 前
CraftingStorage.h acbc9e424e add item modifiers to shaped recipies to allow recipies that do not consume an item completly 2 年 前
DefaultEventListener.h a1cfecfcfb Projektdateien hinzufügen. 3 年 前
Dimension.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Dimension.h 106ad437b5 save and load multiblock structures 2 年 前
DimensionGenerator.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
DimensionGenerator.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
DoLaterHandler.cpp a212c2aa0d fixed lagging while chunk generation 2 年 前
DoLaterHandler.h a212c2aa0d fixed lagging while chunk generation 2 年 前
Effect.h 4c3a4b212d remove unneeded information from client 2 年 前
EffectFactory.h 4c3a4b212d remove unneeded information from client 2 年 前
Entity.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Entity.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
EntityRemovedUpdate.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
EntityRemovedUpdate.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
EntityType.cpp 74c4ba2226 player data will now be saved an loaded from save folder 2 年 前
EntityType.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Event.h a1cfecfcfb Projektdateien hinzufügen. 3 年 前
EventListener.h a1cfecfcfb Projektdateien hinzufügen. 3 年 前
EventThrower.h a1cfecfcfb Projektdateien hinzufügen. 3 年 前
FactoryCraft.vcxproj 225a611a68 add tree seablings 1 年間 前
FactoryCraft.vcxproj.filters 225a611a68 add tree seablings 1 年間 前
FastNoiseLite.h 4c3a4b212d remove unneeded information from client 2 年 前
FastNoiseWrapper.cpp 4c3a4b212d remove unneeded information from client 2 年 前
FastNoiseWrapper.h 4c3a4b212d remove unneeded information from client 2 年 前
Game.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Game.h 225a611a68 add tree seablings 1 年間 前
GeneratedStructure.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
GeneratedStructure.h dec141550b introduce Multiblock structures (WIP) 2 年 前
GenerationTemplate.cpp 4c3a4b212d remove unneeded information from client 2 年 前
GenerationTemplate.h dec141550b introduce Multiblock structures (WIP) 2 年 前
GrasslandBiom.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
GrasslandBiom.h 677429fe6f add some basic caves 2 年 前
Inventory.cpp de23ca92ba add inventory tooltips 2 年 前
Inventory.h b3ad4aca8c add tree seblings 2 年 前
Item.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Item.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
ItemEntity.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
ItemEntity.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
ItemFilter.cpp 667b3bbc39 fix not executed recipie modifiers due to wrong filtering in locl inventory transactions 2 年 前
ItemFilter.h 667b3bbc39 fix not executed recipie modifiers due to wrong filtering in locl inventory transactions 2 年 前
ItemModifier.cpp acbc9e424e add item modifiers to shaped recipies to allow recipies that do not consume an item completly 2 年 前
ItemModifier.h acbc9e424e add item modifiers to shaped recipies to allow recipies that do not consume an item completly 2 年 前
ItemSkill.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
ItemSkill.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
ItemSlot.cpp dec141550b introduce Multiblock structures (WIP) 2 年 前
ItemSlot.h 07fcb7293f add uiml based gui system 2 年 前
ItemStack.cpp 4c3a4b212d remove unneeded information from client 2 年 前
ItemStack.h 4c3a4b212d remove unneeded information from client 2 年 前
ItemType.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
ItemType.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
LightSources.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
LightSources.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
LocationChangedEvent.h a1cfecfcfb Projektdateien hinzufügen. 3 年 前
ModelInfo.cpp 4c3a4b212d remove unneeded information from client 2 年 前
ModelInfo.h 4c3a4b212d remove unneeded information from client 2 年 前
MultiblockStructure.cpp 106ad437b5 save and load multiblock structures 2 年 前
MultiblockStructure.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
MultiblockTree.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
MultiblockTree.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
NetworkMessage.cpp bb7b5010d5 add torches and improved light sytsem 2 年 前
NetworkMessage.h bb7b5010d5 add torches and improved light sytsem 2 年 前
NoBlock.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
NoBlock.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Noise.cpp 4c3a4b212d remove unneeded information from client 2 年 前
Noise.h 4c3a4b212d remove unneeded information from client 2 年 前
NoiseInterpolator.cpp 4c3a4b212d remove unneeded information from client 2 年 前
NoiseInterpolator.h 4c3a4b212d remove unneeded information from client 2 年 前
OverworldDimension.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
OverworldDimension.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Player.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
Player.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
PlayerHand.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
PlayerHand.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
RandNoise.cpp 4c3a4b212d remove unneeded information from client 2 年 前
RandNoise.h 4c3a4b212d remove unneeded information from client 2 年 前
Recipie.cpp acbc9e424e add item modifiers to shaped recipies to allow recipies that do not consume an item completly 2 年 前
Recipie.h acbc9e424e add item modifiers to shaped recipies to allow recipies that do not consume an item completly 2 年 前
RecipieList.h ab403e6da4 players can now craft items using a basic shaped crafter 2 年 前
RecipieLoader.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
RecipieLoader.h acbc9e424e add item modifiers to shaped recipies to allow recipies that do not consume an item completly 2 年 前
Server.cpp 225a611a68 add tree seablings 1 年間 前
Server.h 4c3a4b212d remove unneeded information from client 2 年 前
Start.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
StaticInitializerOrder.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
StaticRegistry.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
StoneTool.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
StoneTool.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
TickOrganizer.cpp 225a611a68 add tree seablings 1 年間 前
TickOrganizer.h 4c3a4b212d remove unneeded information from client 2 年 前
TickQueue.cpp 225a611a68 add tree seablings 1 年間 前
TickQueue.h 225a611a68 add tree seablings 1 年間 前
TickWorker.cpp 4c3a4b212d remove unneeded information from client 2 年 前
TickWorker.h 4c3a4b212d remove unneeded information from client 2 年 前
TreeSeblingBlock.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
TreeSeblingBlock.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
TreeTemplate.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
TreeTemplate.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
WorldGenerator.cpp 225a611a68 add tree seablings 1 年間 前
WorldGenerator.h 225a611a68 add tree seablings 1 年間 前
WorldLoader.cpp 106ad437b5 save and load multiblock structures 2 年 前
WorldLoader.h 4c3a4b212d remove unneeded information from client 2 年 前
WorldUpdate.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
WorldUpdate.h 5b4c4f2119 improvd type system to reduce amount of needed souce code 1 年間 前
WormCaveGenerator.cpp dec141550b introduce Multiblock structures (WIP) 2 年 前
WormCaveGenerator.h 677429fe6f add some basic caves 2 年 前