Kolja Strohm b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
..
AddEntityUpdate.cpp ba2b133bb3 add first quest há 11 meses atrás
AddEntityUpdate.h ba2b133bb3 add first quest há 11 meses atrás
Area.cpp 5f6fe46883 apply new code formatter há 1 ano atrás
Area.h 5f6fe46883 apply new code formatter há 1 ano atrás
Axe.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Axe.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
BasicBlock.cpp ce04e66df8 implement all todos that were about items that needed to be spawned há 1 ano atrás
BasicBlocks.h ce04e66df8 implement all todos that were about items that needed to be spawned há 1 ano atrás
BasicItems.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code há 1 ano atrás
BasicItems.h 5b4c4f2119 improvd type system to reduce amount of needed souce code há 1 ano atrás
BasicTool.cpp 84cb3844ad added farmland and flint hoe há 1 ano atrás
BasicTool.h 84cb3844ad added farmland and flint hoe há 1 ano atrás
BiomGenerator.cpp 28332bd67b improved cave generation performance and fix world generation bugs há 1 ano atrás
BiomGenerator.h 41e7a18a93 made world generation configurable via json há 1 ano atrás
Block.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Block.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
BlockInfoCommand.cpp d418f08601 fix issue with block and light transmission at chunk borders há 1 ano atrás
BlockInfoCommand.h 6398635f03 add block_info command for debugging há 1 ano atrás
BlockInstanceGeneratorRule.cpp e245aa7153 fix fluid blocks were not ticked because they were not instanticated at world generation há 1 ano atrás
BlockInstanceGeneratorRule.h e245aa7153 fix fluid blocks were not ticked because they were not instanticated at world generation há 1 ano atrás
BlockType.cpp 67001cf308 improve json type system and add basic quest system há 11 meses atrás
BlockType.h 67001cf308 improve json type system and add basic quest system há 11 meses atrás
BlockTypeGeneratorRule.cpp 41e7a18a93 made world generation configurable via json há 1 ano atrás
BlockTypeGeneratorRule.h 41e7a18a93 made world generation configurable via json há 1 ano atrás
CaveGenerator.cpp 41e7a18a93 made world generation configurable via json há 1 ano atrás
CaveGenerator.h 41e7a18a93 made world generation configurable via json há 1 ano atrás
Chat.cpp b6d4561fdf fix problems with chat observer configuration há 1 ano atrás
Chat.h ec7fdc445a implement chat command security level system and grant chat command há 1 ano atrás
ChatCommand.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security há 1 ano atrás
ChatCommand.h ec7fdc445a implement chat command security level system and grant chat command há 1 ano atrás
ChatCommandExecutor.cpp 6398635f03 add block_info command for debugging há 1 ano atrás
ChatCommandExecutor.h 5d9efe48c5 Add Chat and Command System há 1 ano atrás
ChatMessage.cpp ddbe48cff5 add working windows version há 1 ano atrás
ChatMessage.h 5d9efe48c5 Add Chat and Command System há 1 ano atrás
ChatObserver.cpp b6d4561fdf fix problems with chat observer configuration há 1 ano atrás
ChatObserver.h b6d4561fdf fix problems with chat observer configuration há 1 ano atrás
Chest.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Chest.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Chunk.cpp e245aa7153 fix fluid blocks were not ticked because they were not instanticated at world generation há 1 ano atrás
Chunk.h d418f08601 fix issue with block and light transmission at chunk borders há 1 ano atrás
ChunkMap.cpp 92162d25c4 clients can now subscribe to mat changes and can request the position of all players há 1 ano atrás
ChunkMap.h 92162d25c4 clients can now subscribe to mat changes and can request the position of all players há 1 ano atrás
Constants.h 674557b8cd add day-night cycle há 1 ano atrás
CraftingStorage.cpp 988fdcadf0 implement dynamic uiml dialogs há 10 meses atrás
CraftingStorage.h 749e40e503 add possibility to recuest crafting recipies for a specific item type há 1 ano atrás
Dimension.cpp c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
Dimension.h ba2b133bb3 add first quest há 11 meses atrás
DimensionGenerator.cpp c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
DimensionGenerator.h c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
DimensionMap.cpp ba2b133bb3 add first quest há 11 meses atrás
DimensionMap.h ba2b133bb3 add first quest há 11 meses atrás
DoLaterHandler.cpp 5f6fe46883 apply new code formatter há 1 ano atrás
DoLaterHandler.h 5f6fe46883 apply new code formatter há 1 ano atrás
Effect.h 4c3a4b212d remove unneeded information from client há 2 anos atrás
EffectFactory.h 4c3a4b212d remove unneeded information from client há 2 anos atrás
Entity.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Entity.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
EntityRemovedUpdate.cpp 5b4c4f2119 improvd type system to reduce amount of needed souce code há 1 ano atrás
EntityRemovedUpdate.h 5f6fe46883 apply new code formatter há 1 ano atrás
EntityType.cpp ce04e66df8 implement all todos that were about items that needed to be spawned há 1 ano atrás
EntityType.h 5f6fe46883 apply new code formatter há 1 ano atrás
FactorizeNoise.cpp c973f4f6cd improve height noise há 1 ano atrás
FactorizeNoise.h c973f4f6cd improve height noise há 1 ano atrás
FactoryCraft.vcxproj c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
FactoryCraft.vcxproj.filters c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
FastNoiseLite.h 4c3a4b212d remove unneeded information from client há 2 anos atrás
FastNoiseWrapper.cpp 14eb0c6c4b fix some issues with fluid blocks and make water occure in grassland bioms há 1 ano atrás
FastNoiseWrapper.h 5f6fe46883 apply new code formatter há 1 ano atrás
FlattenNoise.cpp c973f4f6cd improve height noise há 1 ano atrás
FlattenNoise.h c973f4f6cd improve height noise há 1 ano atrás
FluidBlock.cpp e245aa7153 fix fluid blocks were not ticked because they were not instanticated at world generation há 1 ano atrás
FluidBlock.h e245aa7153 fix fluid blocks were not ticked because they were not instanticated at world generation há 1 ano atrás
Game.cpp 988fdcadf0 implement dynamic uiml dialogs há 10 meses atrás
Game.h 988fdcadf0 implement dynamic uiml dialogs há 10 meses atrás
GeneratedStructure.cpp 41e7a18a93 made world generation configurable via json há 1 ano atrás
GeneratedStructure.h 41e7a18a93 made world generation configurable via json há 1 ano atrás
GeneratorRule.cpp c973f4f6cd improve height noise há 1 ano atrás
GeneratorRule.h ba2b133bb3 add first quest há 11 meses atrás
GeneratorTemplate.cpp 67001cf308 improve json type system and add basic quest system há 11 meses atrás
GeneratorTemplate.h 67001cf308 improve json type system and add basic quest system há 11 meses atrás
GrantCommand.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security há 1 ano atrás
GrantCommand.h ec7fdc445a implement chat command security level system and grant chat command há 1 ano atrás
Grass.cpp d418f08601 fix issue with block and light transmission at chunk borders há 1 ano atrás
Grass.h d418f08601 fix issue with block and light transmission at chunk borders há 1 ano atrás
GrowingPlant.cpp 674557b8cd add day-night cycle há 1 ano atrás
GrowingPlant.h ce04e66df8 implement all todos that were about items that needed to be spawned há 1 ano atrás
Hoe.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Hoe.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
InformationObserver.cpp c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
InformationObserver.h 09061cb99f fix block updates in a chunk were send to the client before the chunk itself há 1 ano atrás
Inventory.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Inventory.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Item.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Item.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
ItemEntity.cpp ce04e66df8 implement all todos that were about items that needed to be spawned há 1 ano atrás
ItemEntity.h 5f6fe46883 apply new code formatter há 1 ano atrás
ItemFilter.cpp ba2b133bb3 add first quest há 11 meses atrás
ItemFilter.h 54e3efe672 fix errors in recipie lookup menue uiml há 1 ano atrás
ItemModifier.cpp 5f6fe46883 apply new code formatter há 1 ano atrás
ItemModifier.h 5f6fe46883 apply new code formatter há 1 ano atrás
ItemSkill.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
ItemSkill.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
ItemSlot.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
ItemSlot.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
ItemStack.cpp 5a7d42021f add eatable wheat plant há 1 ano atrás
ItemStack.h 5f6fe46883 apply new code formatter há 1 ano atrás
ItemType.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
ItemType.h ba2b133bb3 add first quest há 11 meses atrás
JNoise.cpp c973f4f6cd improve height noise há 1 ano atrás
JNoise.h c973f4f6cd improve height noise há 1 ano atrás
JsonExpression.cpp 28332bd67b improved cave generation performance and fix world generation bugs há 1 ano atrás
JsonExpression.h ba2b133bb3 add first quest há 11 meses atrás
LightSources.cpp ce04e66df8 implement all todos that were about items that needed to be spawned há 1 ano atrás
LightSources.h ce04e66df8 implement all todos that were about items that needed to be spawned há 1 ano atrás
ModelInfo.cpp 54e3efe672 fix errors in recipie lookup menue uiml há 1 ano atrás
ModelInfo.h 5a7d42021f add eatable wheat plant há 1 ano atrás
MultiblockStructure.cpp 5f6fe46883 apply new code formatter há 1 ano atrás
MultiblockStructure.h ba2b133bb3 add first quest há 11 meses atrás
MultiblockTree.cpp ba2b133bb3 add first quest há 11 meses atrás
MultiblockTree.h 5b4c4f2119 improvd type system to reduce amount of needed souce code há 1 ano atrás
MultiplyNoise.cpp c973f4f6cd improve height noise há 1 ano atrás
MultiplyNoise.h c973f4f6cd improve height noise há 1 ano atrás
NegateNoise.cpp c973f4f6cd improve height noise há 1 ano atrás
NegateNoise.h c973f4f6cd improve height noise há 1 ano atrás
NetworkMessage.cpp 988fdcadf0 implement dynamic uiml dialogs há 10 meses atrás
NetworkMessage.h 988fdcadf0 implement dynamic uiml dialogs há 10 meses atrás
NoBlock.cpp af6b5d5789 improve speed of world generation by alowing the config to generait air blocks instantly if a block is above air level há 1 ano atrás
NoBlock.h af6b5d5789 improve speed of world generation by alowing the config to generait air blocks instantly if a block is above air level há 1 ano atrás
Noise.cpp 5f6fe46883 apply new code formatter há 1 ano atrás
Noise.h 5f6fe46883 apply new code formatter há 1 ano atrás
NoiseInterpolator.cpp 5f6fe46883 apply new code formatter há 1 ano atrás
NoiseInterpolator.h 5f6fe46883 apply new code formatter há 1 ano atrás
OverworldDimension.cpp 674557b8cd add day-night cycle há 1 ano atrás
OverworldDimension.h 674557b8cd add day-night cycle há 1 ano atrás
OverworldDimensionGenerator.cpp c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
OverworldDimensionGenerator.h 674557b8cd add day-night cycle há 1 ano atrás
Player.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Player.h b75a7ec635 Add Chest block with inventory há 1 ano atrás
PlayerHand.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
PlayerHand.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
PlayerRegister.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security há 1 ano atrás
PlayerRegister.h 7a99dc4a26 add player registry and dont use player name as filename for bedder security há 1 ano atrás
Quest.cpp e8b76ac630 fix some issues with the quest dialog há 10 meses atrás
Quest.h 4ff579a149 quest rewards will now be given há 10 meses atrás
QuestDialog.cpp e8b76ac630 fix some issues with the quest dialog há 10 meses atrás
QuestDialog.h c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
QuestEvent.cpp ba2b133bb3 add first quest há 11 meses atrás
QuestEvent.h ba2b133bb3 add first quest há 11 meses atrás
QuestRequirement.cpp c2e95a95ef improve quest detail view in quest dialog há 10 meses atrás
QuestRequirement.h c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
QuestReward.cpp 4ff579a149 quest rewards will now be given há 10 meses atrás
QuestReward.h 4ff579a149 quest rewards will now be given há 10 meses atrás
RandNoise.cpp cd90b4d8ad fix issues with RandNoise on windows há 1 ano atrás
RandNoise.h cd90b4d8ad fix issues with RandNoise on windows há 1 ano atrás
Recipie.cpp 7a99dc4a26 add player registry and dont use player name as filename for bedder security há 1 ano atrás
Recipie.h 749e40e503 add possibility to recuest crafting recipies for a specific item type há 1 ano atrás
RecipieList.cpp 54e3efe672 fix errors in recipie lookup menue uiml há 1 ano atrás
RecipieList.h 749e40e503 add possibility to recuest crafting recipies for a specific item type há 1 ano atrás
RecipieLoader.cpp 41e7a18a93 made world generation configurable via json há 1 ano atrás
RecipieLoader.h 749e40e503 add possibility to recuest crafting recipies for a specific item type há 1 ano atrás
SaveCommand.cpp 5d9efe48c5 Add Chat and Command System há 1 ano atrás
SaveCommand.h ec7fdc445a implement chat command security level system and grant chat command há 1 ano atrás
ScaleNoise.cpp c973f4f6cd improve height noise há 1 ano atrás
ScaleNoise.h c973f4f6cd improve height noise há 1 ano atrás
Server.cpp 92162d25c4 clients can now subscribe to mat changes and can request the position of all players há 1 ano atrás
Server.h ddbe48cff5 add working windows version há 1 ano atrás
ShapedNoise.cpp 114faa45d1 add shaped noise for rivers há 1 ano atrás
ShapedNoise.h 114faa45d1 add shaped noise for rivers há 1 ano atrás
Shovel.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Shovel.h b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
Start.cpp c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
StaticInitializerOrder.cpp b1b8def23e fix tools durability was not decreased when used há 10 meses atrás
StaticRegistry.h 5f6fe46883 apply new code formatter há 1 ano atrás
StructureCollection.cpp 67001cf308 improve json type system and add basic quest system há 11 meses atrás
StructureCollection.h 41e7a18a93 made world generation configurable via json há 1 ano atrás
TickOrganizer.cpp 6424fa64d5 add console command to shutdown the server without unsaved game data há 1 ano atrás
TickOrganizer.h 6424fa64d5 add console command to shutdown the server without unsaved game data há 1 ano atrás
TickQueue.cpp 14eb0c6c4b fix some issues with fluid blocks and make water occure in grassland bioms há 1 ano atrás
TickQueue.h 396b447d77 actually tick the blocks that needs to be ticked há 1 ano atrás
TickWorker.cpp 125e019f89 fix race conditions on redirected std::cout há 1 ano atrás
TickWorker.h 5f6fe46883 apply new code formatter há 1 ano atrás
Tickable.h 396b447d77 actually tick the blocks that needs to be ticked há 1 ano atrás
TreeSeblingBlock.cpp 41e7a18a93 made world generation configurable via json há 1 ano atrás
TreeSeblingBlock.h ce04e66df8 implement all todos that were about items that needed to be spawned há 1 ano atrás
TreeTemplate.cpp ba2b133bb3 add first quest há 11 meses atrás
TreeTemplate.h ba2b133bb3 add first quest há 11 meses atrás
TypeRegistry.cpp ba2b133bb3 add first quest há 11 meses atrás
TypeRegistry.h c5d06b0ae1 finish implementing server sided quest dialog há 10 meses atrás
UIController.cpp 4ff579a149 quest rewards will now be given há 10 meses atrás
UIController.h 988fdcadf0 implement dynamic uiml dialogs há 10 meses atrás
UIDialog.cpp 988fdcadf0 implement dynamic uiml dialogs há 10 meses atrás
UIDialog.h 988fdcadf0 implement dynamic uiml dialogs há 10 meses atrás
WorldGenerator.cpp 8789b87374 fix world generation bug that leads to missing ground blocks há 1 ano atrás
WorldGenerator.h 41e7a18a93 made world generation configurable via json há 1 ano atrás
WorldLoader.cpp 674557b8cd add day-night cycle há 1 ano atrás
WorldLoader.h 5f6fe46883 apply new code formatter há 1 ano atrás
WorldUpdate.cpp 5f6fe46883 apply new code formatter há 1 ano atrás
WorldUpdate.h 5f6fe46883 apply new code formatter há 1 ano atrás
WormCaveGenerator.cpp 28332bd67b improved cave generation performance and fix world generation bugs há 1 ano atrás
WormCaveGenerator.h 28332bd67b improved cave generation performance and fix world generation bugs há 1 ano atrás