Kolja Strohm ddaf00d3df fix: entities got added twice to the chunk after loading vor 20 Stunden
..
Animal.cpp 17f97ab884 implement server side collision detection vor 1 Monat
Animal.h 17f97ab884 implement server side collision detection vor 1 Monat
AnimalAI.cpp 56fbc7625e use framework logging and console vor 2 Jahren
AnimalAI.h ddae1e5187 add entity generation to world generator vor 1 Jahr
Area.cpp 5f6fe46883 apply new code formatter vor 3 Jahren
Area.h 5f6fe46883 apply new code formatter vor 3 Jahren
ArrayUtils.cpp 9e77b69498 add json config for block and item types vor 2 Jahren
ArrayUtils.h 9e77b69498 add json config for block and item types vor 2 Jahren
BasicBlocks.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
BasicBlocks.h 1515b284c6 add UIMLBuilder vor 1 Woche
BasicItems.cpp c89358f536 resturcture includes vor 2 Monaten
BasicItems.h 87464f7f24 improve TypeRegistry vor 1 Jahr
BasicTool.cpp 650fa40b98 add more quest requirements vor 1 Woche
BasicTool.h c89358f536 resturcture includes vor 2 Monaten
BiomGenerator.cpp 97851bf504 remove unused includes vor 2 Monaten
BiomGenerator.h 97851bf504 remove unused includes vor 2 Monaten
Block.cpp 650fa40b98 add more quest requirements vor 1 Woche
Block.h c89358f536 resturcture includes vor 2 Monaten
BlockComponent.cpp 713d107008 add camp fire dialog and first camp fire recipie vor 6 Monaten
BlockComponent.h 33990e1a5d add api to fire based processing component vor 6 Monaten
BlockFilter.cpp 574e9216c6 add json schema export for config files vor 1 Jahr
BlockFilter.h 87464f7f24 improve TypeRegistry vor 1 Jahr
BlockInfoCommand.cpp 713d107008 add camp fire dialog and first camp fire recipie vor 6 Monaten
BlockInfoCommand.h f6d885102e console commands can nw be executed and have autocompletion vor 1 Jahr
BlockInstanceGeneratorRule.cpp c89358f536 resturcture includes vor 2 Monaten
BlockInstanceGeneratorRule.h 87464f7f24 improve TypeRegistry vor 1 Jahr
BlockReplacementDrop.cpp 892d6cb993 add stripped wood blocks and allow stripping wood of bark and resin by hand vor 9 Monaten
BlockReplacementDrop.h 892d6cb993 add stripped wood blocks and allow stripping wood of bark and resin by hand vor 9 Monaten
BlockType.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
BlockType.h 684046bf87 reduce the amount of memory needed per chunk by about 50% and bring chunk generation speed up to 115 chunks per second vor 5 Monaten
BlockTypeGeneratorRule.cpp c89358f536 resturcture includes vor 2 Monaten
BlockTypeGeneratorRule.h 87464f7f24 improve TypeRegistry vor 1 Jahr
BlockTypeNameFactory.cpp 574e9216c6 add json schema export for config files vor 1 Jahr
BlockTypeNameFactory.h 574e9216c6 add json schema export for config files vor 1 Jahr
CaveGenerator.cpp 41e7a18a93 made world generation configurable via json vor 3 Jahren
CaveGenerator.h 41e7a18a93 made world generation configurable via json vor 3 Jahren
Chat.cpp 56fbc7625e use framework logging and console vor 2 Jahren
Chat.h ec7fdc445a implement chat command security level system and grant chat command vor 3 Jahren
ChatCommand.cpp c89358f536 resturcture includes vor 2 Monaten
ChatCommand.h f6d885102e console commands can nw be executed and have autocompletion vor 1 Jahr
ChatCommandExecutor.cpp f6d885102e console commands can nw be executed and have autocompletion vor 1 Jahr
ChatCommandExecutor.h 5d9efe48c5 Add Chat and Command System vor 3 Jahren
ChatMessage.cpp ddbe48cff5 add working windows version vor 3 Jahren
ChatMessage.h 5d9efe48c5 Add Chat and Command System vor 3 Jahren
ChatObserver.cpp 7820a034c7 improve json config loading vor 2 Jahren
ChatObserver.h b6d4561fdf fix problems with chat observer configuration vor 3 Jahren
Chest.cpp c89358f536 resturcture includes vor 2 Monaten
Chest.h 7d326d1801 remove unneeded dialogId function from Chest block vor 7 Monaten
Chunk.cpp ddaf00d3df fix: entities got added twice to the chunk after loading vor 20 Stunden
Chunk.h 97851bf504 remove unused includes vor 2 Monaten
ChunkMap.cpp c89358f536 resturcture includes vor 2 Monaten
ChunkMap.h 92162d25c4 clients can now subscribe to mat changes and can request the position of all players vor 3 Jahren
Constants.h 0d55d8f2cd improve performance of fluid block ticking vor 1 Jahr
CraftingStorage.cpp c89358f536 resturcture includes vor 2 Monaten
CraftingStorage.h c89358f536 resturcture includes vor 2 Monaten
DefaultBlockItemDrop.cpp c89358f536 resturcture includes vor 2 Monaten
DefaultBlockItemDrop.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DefaultInventoryDrop.cpp 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DefaultInventoryDrop.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
Dimension.cpp d6291a5fdc fix problems with collision detection vor 1 Monat
Dimension.h 17f97ab884 implement server side collision detection vor 1 Monat
DimensionGenerator.cpp 97851bf504 remove unused includes vor 2 Monaten
DimensionGenerator.h 97851bf504 remove unused includes vor 2 Monaten
DimensionMap.cpp 56fbc7625e use framework logging and console vor 2 Jahren
DimensionMap.h ba2b133bb3 add first quest vor 2 Jahren
DoLaterHandler.cpp 5f6fe46883 apply new code formatter vor 3 Jahren
DoLaterHandler.h 5f6fe46883 apply new code formatter vor 3 Jahren
DropChanceCondition.cpp 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DropChanceCondition.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DropCondition.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DropConditionOperator.cpp 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DropConditionOperator.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DropConfig.cpp 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DropConfig.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DropUsedItemCondition.cpp 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
DropUsedItemCondition.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
Entity.cpp eab24b0309 fix generated entities were added twice to the chunk vor 21 Stunden
Entity.h eab24b0309 fix generated entities were added twice to the chunk vor 21 Stunden
EntityGenerator.cpp 650fa40b98 add more quest requirements vor 1 Woche
EntityGenerator.h 4c42c19e3b improve world generation speed to about 20 chunks per second vor 5 Monaten
EntityType.cpp d6291a5fdc fix problems with collision detection vor 1 Monat
EntityType.h 17f97ab884 implement server side collision detection vor 1 Monat
FactorizeNoise.cpp c973f4f6cd improve height noise vor 3 Jahren
FactorizeNoise.h c973f4f6cd improve height noise vor 3 Jahren
FactoryCraft.vcxproj 1515b284c6 add UIMLBuilder vor 1 Woche
FactoryCraft.vcxproj.filters 1515b284c6 add UIMLBuilder vor 1 Woche
FastNoiseLite.h 4c3a4b212d remove unneeded information from client vor 3 Jahren
FastNoiseWrapper.cpp 14eb0c6c4b fix some issues with fluid blocks and make water occure in grassland bioms vor 3 Jahren
FastNoiseWrapper.h 5f6fe46883 apply new code formatter vor 3 Jahren
FireBasedProcessingBlockComponent.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
FireBasedProcessingBlockComponent.h 33990e1a5d add api to fire based processing component vor 6 Monaten
FlattenNoise.cpp 4c42c19e3b improve world generation speed to about 20 chunks per second vor 5 Monaten
FlattenNoise.h c973f4f6cd improve height noise vor 3 Jahren
FluidBlock.cpp c89358f536 resturcture includes vor 2 Monaten
FluidBlock.h ef81ccb5f2 improved world generation speed to about 100 chunks per second vor 5 Monaten
FluidContainer.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
FluidContainer.h 1515b284c6 add UIMLBuilder vor 1 Woche
Game.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
Game.h 874e3f42cc make entities targetable by pointing at them vor 1 Monat
GameClient.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
GameClient.h ea9abd92dc improve system to save and load entities vor 2 Monaten
GeneratedStructure.cpp c89358f536 resturcture includes vor 2 Monaten
GeneratedStructure.h 1a9c44e82c fix memory error in tree template structure generation vor 2 Jahren
GeneratorRule.cpp 4c42c19e3b improve world generation speed to about 20 chunks per second vor 5 Monaten
GeneratorRule.h 650fa40b98 add more quest requirements vor 1 Woche
GeneratorTemplate.cpp 7820a034c7 improve json config loading vor 2 Jahren
GeneratorTemplate.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
GrantCommand.cpp f6d885102e console commands can nw be executed and have autocompletion vor 1 Jahr
GrantCommand.h f6d885102e console commands can nw be executed and have autocompletion vor 1 Jahr
Grass.cpp c89358f536 resturcture includes vor 2 Monaten
Grass.h e5daa55bd9 make block interactions configurable for all block types vor 7 Monaten
GrowingPlant.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
GrowingPlant.h c89358f536 resturcture includes vor 2 Monaten
InformationObserver.cpp 09e2efddc9 fix deadlock of entity tick thread with client api call processing thread vor 1 Monat
InformationObserver.h 09061cb99f fix block updates in a chunk were send to the client before the chunk itself vor 3 Jahren
InteractionConfig.cpp e5daa55bd9 make block interactions configurable for all block types vor 7 Monaten
InteractionConfig.h e5daa55bd9 make block interactions configurable for all block types vor 7 Monaten
Inventory.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
Inventory.h 650fa40b98 add more quest requirements vor 1 Woche
Item.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
Item.h 1515b284c6 add UIMLBuilder vor 1 Woche
ItemEntity.cpp eab24b0309 fix generated entities were added twice to the chunk vor 21 Stunden
ItemEntity.h 17f97ab884 implement server side collision detection vor 1 Monat
ItemFilter.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
ItemFilter.h 1515b284c6 add UIMLBuilder vor 1 Woche
ItemModifier.cpp c89358f536 resturcture includes vor 2 Monaten
ItemModifier.h 87464f7f24 improve TypeRegistry vor 1 Jahr
ItemSkill.cpp c89358f536 resturcture includes vor 2 Monaten
ItemSkill.h 87464f7f24 improve TypeRegistry vor 1 Jahr
ItemSlot.cpp 5c2d6567cd fix crash when a growing plant finished growing vor 2 Monaten
ItemSlot.h abc4466df1 add Components to BasicBlocks and add FireProcessingBlockComponent witch can process recipies fueled by fire over time vor 6 Monaten
ItemStack.cpp c89358f536 resturcture includes vor 2 Monaten
ItemStack.h 5f6fe46883 apply new code formatter vor 3 Jahren
ItemType.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
ItemType.h 1515b284c6 add UIMLBuilder vor 1 Woche
ItemTypeNameFactory.cpp 574e9216c6 add json schema export for config files vor 1 Jahr
ItemTypeNameFactory.h 574e9216c6 add json schema export for config files vor 1 Jahr
JNoise.cpp 650fa40b98 add more quest requirements vor 1 Woche
JNoise.h 87464f7f24 improve TypeRegistry vor 1 Jahr
JsonExpression.cpp c89358f536 resturcture includes vor 2 Monaten
JsonExpression.h c89358f536 resturcture includes vor 2 Monaten
JsonUtils.cpp 56fbc7625e use framework logging and console vor 2 Jahren
JsonUtils.h 55d793f320 improve recipie parsing vor 2 Jahren
LightSources.cpp 4ac05b84ff make light source blocks transparent by default so that its own light can pass through vor 8 Monaten
LightSources.h c89358f536 resturcture includes vor 2 Monaten
ModelInfo.cpp 650fa40b98 add more quest requirements vor 1 Woche
ModelInfo.h 874e3f42cc make entities targetable by pointing at them vor 1 Monat
MultiblockStructure.cpp ef81ccb5f2 improved world generation speed to about 100 chunks per second vor 5 Monaten
MultiblockStructure.h c89358f536 resturcture includes vor 2 Monaten
MultiblockStructureManager.cpp d4870ffd97 improve speed of chunk generation vor 9 Monaten
MultiblockStructureManager.h c89358f536 resturcture includes vor 2 Monaten
MultiblockTree.cpp ef81ccb5f2 improved world generation speed to about 100 chunks per second vor 5 Monaten
MultiblockTree.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
MultiplyNoise.cpp c973f4f6cd improve height noise vor 3 Jahren
MultiplyNoise.h c973f4f6cd improve height noise vor 3 Jahren
NegateNoise.cpp c973f4f6cd improve height noise vor 3 Jahren
NegateNoise.h c973f4f6cd improve height noise vor 3 Jahren
NetworkMessage.cpp 17f97ab884 implement server side collision detection vor 1 Monat
NetworkMessage.h 17f97ab884 implement server side collision detection vor 1 Monat
NeutralAnimalAI.cpp ddae1e5187 add entity generation to world generator vor 1 Jahr
NeutralAnimalAI.h 97851bf504 remove unused includes vor 2 Monaten
NoBlock.cpp 684046bf87 reduce the amount of memory needed per chunk by about 50% and bring chunk generation speed up to 115 chunks per second vor 5 Monaten
NoBlock.h 684046bf87 reduce the amount of memory needed per chunk by about 50% and bring chunk generation speed up to 115 chunks per second vor 5 Monaten
Noise.cpp dc63b156e8 improve performance of JsonExpressions by compiling them to procesor instructions at runtime vor 5 Monaten
Noise.h dc63b156e8 improve performance of JsonExpressions by compiling them to procesor instructions at runtime vor 5 Monaten
NoiseInterpolator.cpp 5f6fe46883 apply new code formatter vor 3 Jahren
NoiseInterpolator.h 5f6fe46883 apply new code formatter vor 3 Jahren
OpenDialogInteractionConfig.cpp e5daa55bd9 make block interactions configurable for all block types vor 7 Monaten
OpenDialogInteractionConfig.h e5daa55bd9 make block interactions configurable for all block types vor 7 Monaten
PlaceableProof.cpp 87464f7f24 improve TypeRegistry vor 1 Jahr
PlaceableProof.h 87464f7f24 improve TypeRegistry vor 1 Jahr
PlantConfig.cpp 2a275394de add plants to world generator vor 2 Monaten
PlantConfig.h 2a275394de add plants to world generator vor 2 Monaten
Player.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
Player.h 1515b284c6 add UIMLBuilder vor 1 Woche
PlayerHand.cpp 892d6cb993 add stripped wood blocks and allow stripping wood of bark and resin by hand vor 9 Monaten
PlayerHand.h 9e77b69498 add json config for block and item types vor 2 Jahren
PlayerRegister.cpp 136c21460f save player registeer after a new player is added vor 1 Jahr
PlayerRegister.h 7a99dc4a26 add player registry and dont use player name as filename for bedder security vor 3 Jahren
Quest.cpp f923260379 fix main quest attribute was not parsed vor 22 Stunden
Quest.h 1515b284c6 add UIMLBuilder vor 1 Woche
QuestDialog.cpp 3e05da3ad6 fix problems with item_in_inventory quest requirement vor 22 Stunden
QuestDialog.h c5d06b0ae1 finish implementing server sided quest dialog vor 2 Jahren
QuestEvent.cpp 650fa40b98 add more quest requirements vor 1 Woche
QuestEvent.h 650fa40b98 add more quest requirements vor 1 Woche
QuestRequirement.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
QuestRequirement.h 1515b284c6 add UIMLBuilder vor 1 Woche
QuestReward.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
QuestReward.h 1515b284c6 add UIMLBuilder vor 1 Woche
RandNoise.cpp c89358f536 resturcture includes vor 2 Monaten
RandNoise.h c89358f536 resturcture includes vor 2 Monaten
Recipie.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
Recipie.h 1515b284c6 add UIMLBuilder vor 1 Woche
RecipieGroupConfig.cpp fb1a71308f add recipie group configs vor 6 Monaten
RecipieGroupConfig.h fb1a71308f add recipie group configs vor 6 Monaten
RecipieList.cpp abc4466df1 add Components to BasicBlocks and add FireProcessingBlockComponent witch can process recipies fueled by fire over time vor 6 Monaten
RecipieList.h abc4466df1 add Components to BasicBlocks and add FireProcessingBlockComponent witch can process recipies fueled by fire over time vor 6 Monaten
RecipieLoader.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
RecipieLoader.h 1515b284c6 add UIMLBuilder vor 1 Woche
SaveCommand.cpp f6d885102e console commands can nw be executed and have autocompletion vor 1 Jahr
SaveCommand.h f6d885102e console commands can nw be executed and have autocompletion vor 1 Jahr
ScaleNoise.cpp 4c42c19e3b improve world generation speed to about 20 chunks per second vor 5 Monaten
ScaleNoise.h c973f4f6cd improve height noise vor 3 Jahren
Server.cpp 17f97ab884 implement server side collision detection vor 1 Monat
Server.h abcad7e553 send models and textures to clients when they join for the first time or the files wer changed vor 1 Monat
ShapedNoise.cpp 4c42c19e3b improve world generation speed to about 20 chunks per second vor 5 Monaten
ShapedNoise.h 114faa45d1 add shaped noise for rivers vor 3 Jahren
SpecificItemDrop.cpp 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
SpecificItemDrop.h 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
Start.cpp 97851bf504 remove unused includes vor 2 Monaten
StructureCollection.cpp c89358f536 resturcture includes vor 2 Monaten
StructureCollection.h c89358f536 resturcture includes vor 2 Monaten
TickOrganizer.cpp 56fbc7625e use framework logging and console vor 2 Jahren
TickOrganizer.h 6424fa64d5 add console command to shutdown the server without unsaved game data vor 3 Jahren
TickQueue.cpp 14eb0c6c4b fix some issues with fluid blocks and make water occure in grassland bioms vor 3 Jahren
TickQueue.h 396b447d77 actually tick the blocks that needs to be ticked vor 3 Jahren
TickSourceType.h 0d55d8f2cd improve performance of fluid block ticking vor 1 Jahr
TickWorker.cpp c89358f536 resturcture includes vor 2 Monaten
TickWorker.h 5f6fe46883 apply new code formatter vor 3 Jahren
Tickable.h 396b447d77 actually tick the blocks that needs to be ticked vor 3 Jahren
TreeSeblingBlock.cpp 1515b284c6 add UIMLBuilder vor 1 Woche
TreeSeblingBlock.h 1515b284c6 add UIMLBuilder vor 1 Woche
TreeTemplate.cpp 129e007172 Improve Drop configuration for blocks and entities vor 9 Monaten
TreeTemplate.h 87464f7f24 improve TypeRegistry vor 1 Jahr
TypeRegistry.cpp 650fa40b98 add more quest requirements vor 1 Woche
TypeRegistry.h d6291a5fdc fix problems with collision detection vor 1 Monat
UIController.cpp 4ff579a149 quest rewards will now be given vor 2 Jahren
UIController.h 988fdcadf0 implement dynamic uiml dialogs vor 2 Jahren
UICraftingGrid.cpp ab9217cde3 make ui elements json configurable vor 7 Monaten
UICraftingGrid.h ab9217cde3 make ui elements json configurable vor 7 Monaten
UICraftingProgress.cpp 713d107008 add camp fire dialog and first camp fire recipie vor 6 Monaten
UICraftingProgress.h 713d107008 add camp fire dialog and first camp fire recipie vor 6 Monaten
UIDialog.cpp 7820a034c7 improve json config loading vor 2 Jahren
UIDialog.h 988fdcadf0 implement dynamic uiml dialogs vor 2 Jahren
UIDialogElement.cpp e5daa55bd9 make block interactions configurable for all block types vor 7 Monaten
UIDialogElement.h ab9217cde3 make ui elements json configurable vor 7 Monaten
UIElement.cpp 56f02a1a53 fix problems with campfire dialog, inventory network updates and loading campfire blocks vor 6 Monaten
UIElement.h e5daa55bd9 make block interactions configurable for all block types vor 7 Monaten
UIFuelState.cpp 713d107008 add camp fire dialog and first camp fire recipie vor 6 Monaten
UIFuelState.h 713d107008 add camp fire dialog and first camp fire recipie vor 6 Monaten
UIInventory.cpp 650fa40b98 add more quest requirements vor 1 Woche
UIInventory.h e5daa55bd9 make block interactions configurable for all block types vor 7 Monaten
UIMLBuilder.h 3e05da3ad6 fix problems with item_in_inventory quest requirement vor 22 Stunden
UIObservable.cpp 33990e1a5d add api to fire based processing component vor 6 Monaten
UIObservable.h 33990e1a5d add api to fire based processing component vor 6 Monaten
UIReference.cpp 713d107008 add camp fire dialog and first camp fire recipie vor 6 Monaten
UIReference.h 713d107008 add camp fire dialog and first camp fire recipie vor 6 Monaten
UIText.cpp ab9217cde3 make ui elements json configurable vor 7 Monaten
UIText.h ab9217cde3 make ui elements json configurable vor 7 Monaten
WorldGenerator.cpp 97851bf504 remove unused includes vor 2 Monaten
WorldGenerator.h 97851bf504 remove unused includes vor 2 Monaten
WorldLoader.cpp 97851bf504 remove unused includes vor 2 Monaten
WorldLoader.h c89358f536 resturcture includes vor 2 Monaten
WormCaveGenerator.cpp ef81ccb5f2 improved world generation speed to about 100 chunks per second vor 5 Monaten
WormCaveGenerator.h ef81ccb5f2 improved world generation speed to about 100 chunks per second vor 5 Monaten