Kolja Strohm 41e7a18a93 made world generation configurable via json vor 2 Jahren
..
AddEntityUpdate.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
AddEntityUpdate.h 5f6fe46883 apply new code formatter vor 2 Jahren
Area.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
Area.h 5f6fe46883 apply new code formatter vor 2 Jahren
Axe.cpp 53193918e6 replaced stone tool by axe vor 2 Jahren
Axe.h b75a7ec635 Add Chest block with inventory vor 2 Jahren
BasicBlock.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
BasicBlocks.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
BasicItems.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code vor 2 Jahren
BasicItems.h 5b4c4f2119 improvd type system to reduce amount of needed souce code vor 2 Jahren
BasicTool.cpp 84cb3844ad added farmland and flint hoe vor 2 Jahren
BasicTool.h 84cb3844ad added farmland and flint hoe vor 2 Jahren
BiomGenerator.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
BiomGenerator.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
Block.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Block.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
BlockType.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
BlockType.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
BlockTypeGeneratorRule.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
BlockTypeGeneratorRule.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
CaveGenerator.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
CaveGenerator.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
Chat.cpp b6d4561fdf fix problems with chat observer configuration vor 2 Jahren
Chat.h ec7fdc445a implement chat command security level system and grant chat command vor 2 Jahren
ChatCommand.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security vor 2 Jahren
ChatCommand.h ec7fdc445a implement chat command security level system and grant chat command vor 2 Jahren
ChatCommandExecutor.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security vor 2 Jahren
ChatCommandExecutor.h 5d9efe48c5 Add Chat and Command System vor 2 Jahren
ChatMessage.cpp ddbe48cff5 add working windows version vor 2 Jahren
ChatMessage.h 5d9efe48c5 Add Chat and Command System vor 2 Jahren
ChatObserver.cpp b6d4561fdf fix problems with chat observer configuration vor 2 Jahren
ChatObserver.h b6d4561fdf fix problems with chat observer configuration vor 2 Jahren
Chest.cpp 125e019f89 fix race conditions on redirected std::cout vor 2 Jahren
Chest.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Chunk.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
Chunk.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
ChunkMap.cpp 92162d25c4 clients can now subscribe to mat changes and can request the position of all players vor 2 Jahren
ChunkMap.h 92162d25c4 clients can now subscribe to mat changes and can request the position of all players vor 2 Jahren
Constants.h 14eb0c6c4b fix some issues with fluid blocks and make water occure in grassland bioms vor 2 Jahren
CraftingStorage.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
CraftingStorage.h 749e40e503 add possibility to recuest crafting recipies for a specific item type vor 2 Jahren
Dimension.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
Dimension.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
DimensionGenerator.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
DimensionGenerator.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
DimensionMap.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
DimensionMap.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
DoLaterHandler.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
DoLaterHandler.h 5f6fe46883 apply new code formatter vor 2 Jahren
Effect.h 4c3a4b212d remove unneeded information from client vor 2 Jahren
EffectFactory.h 4c3a4b212d remove unneeded information from client vor 2 Jahren
Entity.cpp 125e019f89 fix race conditions on redirected std::cout vor 2 Jahren
Entity.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
EntityRemovedUpdate.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code vor 2 Jahren
EntityRemovedUpdate.h 5f6fe46883 apply new code formatter vor 2 Jahren
EntityType.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
EntityType.h 5f6fe46883 apply new code formatter vor 2 Jahren
FactoryCraft.vcxproj 41e7a18a93 made world generation configurable via json vor 2 Jahren
FactoryCraft.vcxproj.filters 41e7a18a93 made world generation configurable via json vor 2 Jahren
FastNoiseLite.h 4c3a4b212d remove unneeded information from client vor 2 Jahren
FastNoiseWrapper.cpp 14eb0c6c4b fix some issues with fluid blocks and make water occure in grassland bioms vor 2 Jahren
FastNoiseWrapper.h 5f6fe46883 apply new code formatter vor 2 Jahren
FluidBlock.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
FluidBlock.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Game.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
Game.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
GeneratedStructure.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
GeneratedStructure.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
GeneratorRule.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
GeneratorRule.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
GeneratorTemplate.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
GeneratorTemplate.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
GrantCommand.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security vor 2 Jahren
GrantCommand.h ec7fdc445a implement chat command security level system and grant chat command vor 2 Jahren
Grass.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Grass.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
GrowingPlant.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
GrowingPlant.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Hoe.cpp 53193918e6 replaced stone tool by axe vor 2 Jahren
Hoe.h 84cb3844ad added farmland and flint hoe vor 2 Jahren
Inventory.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Inventory.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Item.cpp 0e3f1d58f7 send item names to clients for filtering vor 2 Jahren
Item.h 0e3f1d58f7 send item names to clients for filtering vor 2 Jahren
ItemEntity.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
ItemEntity.h 5f6fe46883 apply new code formatter vor 2 Jahren
ItemFilter.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security vor 2 Jahren
ItemFilter.h 54e3efe672 fix errors in recipie lookup menue uiml vor 2 Jahren
ItemModifier.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
ItemModifier.h 5f6fe46883 apply new code formatter vor 2 Jahren
ItemSkill.cpp b75a7ec635 Add Chest block with inventory vor 2 Jahren
ItemSkill.h b75a7ec635 Add Chest block with inventory vor 2 Jahren
ItemSlot.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
ItemSlot.h 5f6fe46883 apply new code formatter vor 2 Jahren
ItemStack.cpp 5a7d42021f add eatable wheat plant vor 2 Jahren
ItemStack.h 5f6fe46883 apply new code formatter vor 2 Jahren
ItemType.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
ItemType.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
JNoise.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
JNoise.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
JsonExpression.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
JsonExpression.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
LightSources.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
LightSources.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
ModelInfo.cpp 54e3efe672 fix errors in recipie lookup menue uiml vor 2 Jahren
ModelInfo.h 5a7d42021f add eatable wheat plant vor 2 Jahren
MultiblockStructure.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
MultiblockStructure.h 5f6fe46883 apply new code formatter vor 2 Jahren
MultiblockTree.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
MultiblockTree.h 5b4c4f2119 improvd type system to reduce amount of needed souce code vor 2 Jahren
NetworkMessage.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
NetworkMessage.h 6548d5b031 change animation messages to be handled by chunk api vor 2 Jahren
NoBlock.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
NoBlock.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Noise.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
Noise.h 5f6fe46883 apply new code formatter vor 2 Jahren
NoiseInterpolator.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
NoiseInterpolator.h 5f6fe46883 apply new code formatter vor 2 Jahren
OverworldDimension.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
OverworldDimension.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
Player.cpp ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
Player.h b75a7ec635 Add Chest block with inventory vor 2 Jahren
PlayerHand.cpp 3bb19ec0ac improved live cost when trying to destroy a block that is to hard vor 2 Jahren
PlayerHand.h 5b4c4f2119 improvd type system to reduce amount of needed souce code vor 2 Jahren
PlayerRegister.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security vor 2 Jahren
PlayerRegister.h 7a99dc4a26 add player registry and dont use player name as filename for bedder security vor 2 Jahren
RandNoise.cpp cd90b4d8ad fix issues with RandNoise on windows vor 2 Jahren
RandNoise.h cd90b4d8ad fix issues with RandNoise on windows vor 2 Jahren
Recipie.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security vor 2 Jahren
Recipie.h 749e40e503 add possibility to recuest crafting recipies for a specific item type vor 2 Jahren
RecipieList.cpp 54e3efe672 fix errors in recipie lookup menue uiml vor 2 Jahren
RecipieList.h 749e40e503 add possibility to recuest crafting recipies for a specific item type vor 2 Jahren
RecipieLoader.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
RecipieLoader.h 749e40e503 add possibility to recuest crafting recipies for a specific item type vor 2 Jahren
SaveCommand.cpp 5d9efe48c5 Add Chat and Command System vor 2 Jahren
SaveCommand.h ec7fdc445a implement chat command security level system and grant chat command vor 2 Jahren
Server.cpp 92162d25c4 clients can now subscribe to mat changes and can request the position of all players vor 2 Jahren
Server.h ddbe48cff5 add working windows version vor 2 Jahren
ShapedNoise.cpp 114faa45d1 add shaped noise for rivers vor 2 Jahren
ShapedNoise.h 114faa45d1 add shaped noise for rivers vor 2 Jahren
Shovel.cpp 56e9d84d66 add shovel to harvest dirt gravel and sand faster vor 2 Jahren
Shovel.h 56e9d84d66 add shovel to harvest dirt gravel and sand faster vor 2 Jahren
Start.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
StaticInitializerOrder.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
StaticRegistry.h 5f6fe46883 apply new code formatter vor 2 Jahren
StructureCollection.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
StructureCollection.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
TickOrganizer.cpp 6424fa64d5 add console command to shutdown the server without unsaved game data vor 2 Jahren
TickOrganizer.h 6424fa64d5 add console command to shutdown the server without unsaved game data vor 2 Jahren
TickQueue.cpp 14eb0c6c4b fix some issues with fluid blocks and make water occure in grassland bioms vor 2 Jahren
TickQueue.h 396b447d77 actually tick the blocks that needs to be ticked vor 2 Jahren
TickWorker.cpp 125e019f89 fix race conditions on redirected std::cout vor 2 Jahren
TickWorker.h 5f6fe46883 apply new code formatter vor 2 Jahren
Tickable.h 396b447d77 actually tick the blocks that needs to be ticked vor 2 Jahren
TreeSeblingBlock.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
TreeSeblingBlock.h ce04e66df8 implement all todos that were about items that needed to be spawned vor 2 Jahren
TreeTemplate.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
TreeTemplate.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
TypeRegistry.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
TypeRegistry.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
WorldGenerator.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
WorldGenerator.h 41e7a18a93 made world generation configurable via json vor 2 Jahren
WorldLoader.cpp bad613fef0 add some usefull outputs vor 2 Jahren
WorldLoader.h 5f6fe46883 apply new code formatter vor 2 Jahren
WorldUpdate.cpp 5f6fe46883 apply new code formatter vor 2 Jahren
WorldUpdate.h 5f6fe46883 apply new code formatter vor 2 Jahren
WormCaveGenerator.cpp 41e7a18a93 made world generation configurable via json vor 2 Jahren
WormCaveGenerator.h 41e7a18a93 made world generation configurable via json vor 2 Jahren