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