Kolja Strohm 9abb131634 add FloadDistributions to allow plants with a variety of heights 3 nedēļas atpakaļ
..
Animal.cpp 17f97ab884 implement server side collision detection 2 mēneši atpakaļ
Animal.h 17f97ab884 implement server side collision detection 2 mēneši atpakaļ
AnimalAI.cpp 56fbc7625e use framework logging and console 2 gadi atpakaļ
AnimalAI.h ddae1e5187 add entity generation to world generator 1 gadu atpakaļ
Area.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
Area.h 6e04fa0148 add frontDirection to blocks 3 nedēļas atpakaļ
ArrayUtils.cpp 9e77b69498 add json config for block and item types 2 gadi atpakaļ
ArrayUtils.h 9e77b69498 add json config for block and item types 2 gadi atpakaļ
BasicBlocks.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
BasicBlocks.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
BasicItems.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
BasicItems.h 87464f7f24 improve TypeRegistry 1 gadu atpakaļ
BasicTool.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
BasicTool.h c89358f536 resturcture includes 3 mēneši atpakaļ
BiomGenerator.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
BiomGenerator.h 2770537f3c add vines that hang down from trees and drop threads 3 nedēļas atpakaļ
Block.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
Block.h 6e04fa0148 add frontDirection to blocks 3 nedēļas atpakaļ
BlockComponent.cpp 713d107008 add camp fire dialog and first camp fire recipie 7 mēneši atpakaļ
BlockComponent.h 33990e1a5d add api to fire based processing component 7 mēneši atpakaļ
BlockFilter.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
BlockFilter.h 588736ad6b add broken tree branches to gather sticks 1 mēnesi atpakaļ
BlockInfoCommand.cpp 713d107008 add camp fire dialog and first camp fire recipie 7 mēneši atpakaļ
BlockInfoCommand.h f6d885102e console commands can nw be executed and have autocompletion 2 gadi atpakaļ
BlockInstanceGeneratorRule.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
BlockInstanceGeneratorRule.h 87464f7f24 improve TypeRegistry 1 gadu atpakaļ
BlockReplacementDrop.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
BlockReplacementDrop.h 892d6cb993 add stripped wood blocks and allow stripping wood of bark and resin by hand 10 mēneši atpakaļ
BlockType.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
BlockType.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
BlockTypeGeneratorRule.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
BlockTypeGeneratorRule.h 87464f7f24 improve TypeRegistry 1 gadu atpakaļ
BlockTypeNameFactory.cpp 574e9216c6 add json schema export for config files 1 gadu atpakaļ
BlockTypeNameFactory.h 574e9216c6 add json schema export for config files 1 gadu atpakaļ
CaveGenerator.cpp 41e7a18a93 made world generation configurable via json 3 gadi atpakaļ
CaveGenerator.h 41e7a18a93 made world generation configurable via json 3 gadi atpakaļ
Chat.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Chat.h ec7fdc445a implement chat command security level system and grant chat command 3 gadi atpakaļ
ChatCommand.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ChatCommand.h f6d885102e console commands can nw be executed and have autocompletion 2 gadi atpakaļ
ChatCommandExecutor.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ChatCommandExecutor.h 5d9efe48c5 Add Chat and Command System 3 gadi atpakaļ
ChatMessage.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ChatMessage.h 5d9efe48c5 Add Chat and Command System 3 gadi atpakaļ
ChatObserver.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ChatObserver.h b6d4561fdf fix problems with chat observer configuration 3 gadi atpakaļ
Chest.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
Chest.h 7d326d1801 remove unneeded dialogId function from Chest block 9 mēneši atpakaļ
Chunk.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
Chunk.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ChunkMap.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ChunkMap.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Constants.h 0d55d8f2cd improve performance of fluid block ticking 2 gadi atpakaļ
CraftingStorage.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
CraftingStorage.h c89358f536 resturcture includes 3 mēneši atpakaļ
DefaultBlockItemDrop.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
DefaultBlockItemDrop.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
DefaultInventoryDrop.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
DefaultInventoryDrop.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
Dimension.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Dimension.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
DimensionGenerator.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
DimensionGenerator.h 97851bf504 remove unused includes 3 mēneši atpakaļ
DimensionMap.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
DimensionMap.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
DoLaterHandler.cpp 5f6fe46883 apply new code formatter 3 gadi atpakaļ
DoLaterHandler.h 5f6fe46883 apply new code formatter 3 gadi atpakaļ
DropChanceCondition.cpp 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
DropChanceCondition.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
DropCondition.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
DropConditionOperator.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
DropConditionOperator.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
DropConfig.cpp 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
DropConfig.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
DropUsedItemCondition.cpp 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
DropUsedItemCondition.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
Entity.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
Entity.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
EntityGenerator.cpp 650fa40b98 add more quest requirements 1 mēnesi atpakaļ
EntityGenerator.h 4c42c19e3b improve world generation speed to about 20 chunks per second 6 mēneši atpakaļ
EntityType.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
EntityType.h 17f97ab884 implement server side collision detection 2 mēneši atpakaļ
FactorizeNoise.cpp c973f4f6cd improve height noise 3 gadi atpakaļ
FactorizeNoise.h c973f4f6cd improve height noise 3 gadi atpakaļ
FactoryCraft.vcxproj 9abb131634 add FloadDistributions to allow plants with a variety of heights 3 nedēļas atpakaļ
FactoryCraft.vcxproj.filters 9abb131634 add FloadDistributions to allow plants with a variety of heights 3 nedēļas atpakaļ
FastNoiseLite.h 4c3a4b212d remove unneeded information from client 3 gadi atpakaļ
FastNoiseWrapper.cpp 14eb0c6c4b fix some issues with fluid blocks and make water occure in grassland bioms 3 gadi atpakaļ
FastNoiseWrapper.h 5f6fe46883 apply new code formatter 3 gadi atpakaļ
FireBasedProcessingBlockComponent.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
FireBasedProcessingBlockComponent.h 33990e1a5d add api to fire based processing component 7 mēneši atpakaļ
FlattenNoise.cpp 4c42c19e3b improve world generation speed to about 20 chunks per second 6 mēneši atpakaļ
FlattenNoise.h c973f4f6cd improve height noise 3 gadi atpakaļ
FloatDistribution.cpp 9abb131634 add FloadDistributions to allow plants with a variety of heights 3 nedēļas atpakaļ
FloatDistribution.h 9abb131634 add FloadDistributions to allow plants with a variety of heights 3 nedēļas atpakaļ
FluidBlock.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
FluidBlock.h ad65b726ce add item stack images to quest requirements 1 mēnesi atpakaļ
FluidContainer.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
FluidContainer.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
Game.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Game.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
GameClient.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
GameClient.h ea9abd92dc improve system to save and load entities 3 mēneši atpakaļ
GeneratedStructure.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
GeneratedStructure.h 1a9c44e82c fix memory error in tree template structure generation 2 gadi atpakaļ
GeneratorRule.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
GeneratorRule.h 650fa40b98 add more quest requirements 1 mēnesi atpakaļ
GeneratorTemplate.cpp 7820a034c7 improve json config loading 2 gadi atpakaļ
GeneratorTemplate.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
GrantCommand.cpp f6d885102e console commands can nw be executed and have autocompletion 2 gadi atpakaļ
GrantCommand.h f6d885102e console commands can nw be executed and have autocompletion 2 gadi atpakaļ
Grass.cpp ad65b726ce add item stack images to quest requirements 1 mēnesi atpakaļ
Grass.h ad65b726ce add item stack images to quest requirements 1 mēnesi atpakaļ
GrowingPlant.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
GrowingPlant.h ad65b726ce add item stack images to quest requirements 1 mēnesi atpakaļ
InformationObserver.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
InformationObserver.h 09061cb99f fix block updates in a chunk were send to the client before the chunk itself 3 gadi atpakaļ
InteractionConfig.cpp e5daa55bd9 make block interactions configurable for all block types 9 mēneši atpakaļ
InteractionConfig.h e5daa55bd9 make block interactions configurable for all block types 9 mēneši atpakaļ
Inventory.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Inventory.h 650fa40b98 add more quest requirements 1 mēnesi atpakaļ
Item.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Item.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
ItemEntity.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ItemEntity.h 17f97ab884 implement server side collision detection 2 mēneši atpakaļ
ItemFilter.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ItemFilter.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
ItemModifier.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
ItemModifier.h 87464f7f24 improve TypeRegistry 1 gadu atpakaļ
ItemSkill.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ItemSkill.h 87464f7f24 improve TypeRegistry 1 gadu atpakaļ
ItemSlot.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
ItemSlot.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
ItemStack.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
ItemStack.h 5f6fe46883 apply new code formatter 3 gadi atpakaļ
ItemType.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ItemType.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
ItemTypeNameFactory.cpp 574e9216c6 add json schema export for config files 1 gadu atpakaļ
ItemTypeNameFactory.h 574e9216c6 add json schema export for config files 1 gadu atpakaļ
JNoise.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
JNoise.h 87464f7f24 improve TypeRegistry 1 gadu atpakaļ
JsonExpression.cpp 6e04fa0148 add frontDirection to blocks 3 nedēļas atpakaļ
JsonExpression.h 2770537f3c add vines that hang down from trees and drop threads 3 nedēļas atpakaļ
JsonUtils.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
JsonUtils.h 55d793f320 improve recipie parsing 2 gadi atpakaļ
LightSources.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
LightSources.h ad65b726ce add item stack images to quest requirements 1 mēnesi atpakaļ
ModelInfo.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
ModelInfo.h 874e3f42cc make entities targetable by pointing at them 2 mēneši atpakaļ
MultiblockStructure.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
MultiblockStructure.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
MultiblockStructureManager.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
MultiblockStructureManager.h c89358f536 resturcture includes 3 mēneši atpakaļ
MultiblockTree.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
MultiblockTree.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
MultiplyNoise.cpp c973f4f6cd improve height noise 3 gadi atpakaļ
MultiplyNoise.h c973f4f6cd improve height noise 3 gadi atpakaļ
NegateNoise.cpp c973f4f6cd improve height noise 3 gadi atpakaļ
NegateNoise.h c973f4f6cd improve height noise 3 gadi atpakaļ
NetworkMessage.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
NetworkMessage.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
NeutralAnimalAI.cpp ddae1e5187 add entity generation to world generator 1 gadu atpakaļ
NeutralAnimalAI.h 97851bf504 remove unused includes 3 mēneši atpakaļ
NoBlock.cpp 6e04fa0148 add frontDirection to blocks 3 nedēļas atpakaļ
NoBlock.h ad65b726ce add item stack images to quest requirements 1 mēnesi atpakaļ
Noise.cpp dc63b156e8 improve performance of JsonExpressions by compiling them to procesor instructions at runtime 6 mēneši atpakaļ
Noise.h dc63b156e8 improve performance of JsonExpressions by compiling them to procesor instructions at runtime 6 mēneši atpakaļ
NoiseInterpolator.cpp 5f6fe46883 apply new code formatter 3 gadi atpakaļ
NoiseInterpolator.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
OpenDialogInteractionConfig.cpp e5daa55bd9 make block interactions configurable for all block types 9 mēneši atpakaļ
OpenDialogInteractionConfig.h e5daa55bd9 make block interactions configurable for all block types 9 mēneši atpakaļ
Orientation.cpp 6e04fa0148 add frontDirection to blocks 3 nedēļas atpakaļ
Orientation.h 6e04fa0148 add frontDirection to blocks 3 nedēļas atpakaļ
PlaceableProof.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
PlaceableProof.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
PlantConfig.cpp 9abb131634 add FloadDistributions to allow plants with a variety of heights 3 nedēļas atpakaļ
PlantConfig.h 9abb131634 add FloadDistributions to allow plants with a variety of heights 3 nedēļas atpakaļ
Player.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Player.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
PlayerHand.cpp 892d6cb993 add stripped wood blocks and allow stripping wood of bark and resin by hand 10 mēneši atpakaļ
PlayerHand.h 9e77b69498 add json config for block and item types 2 gadi atpakaļ
PlayerRegister.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
PlayerRegister.h 7a99dc4a26 add player registry and dont use player name as filename for bedder security 3 gadi atpakaļ
Quest.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Quest.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
QuestDialog.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
QuestDialog.h c5d06b0ae1 finish implementing server sided quest dialog 2 gadi atpakaļ
QuestEvent.cpp 650fa40b98 add more quest requirements 1 mēnesi atpakaļ
QuestEvent.h 650fa40b98 add more quest requirements 1 mēnesi atpakaļ
QuestRequirement.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
QuestRequirement.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
QuestReward.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
QuestReward.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
RandNoise.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
RandNoise.h c89358f536 resturcture includes 3 mēneši atpakaļ
Recipie.cpp 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
Recipie.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
RecipieGroupConfig.cpp fb1a71308f add recipie group configs 7 mēneši atpakaļ
RecipieGroupConfig.h fb1a71308f add recipie group configs 7 mēneši atpakaļ
RecipieList.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
RecipieList.h abc4466df1 add Components to BasicBlocks and add FireProcessingBlockComponent witch can process recipies fueled by fire over time 7 mēneši atpakaļ
RecipieLoader.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
RecipieLoader.h 1515b284c6 add UIMLBuilder 1 mēnesi atpakaļ
SaveCommand.cpp f6d885102e console commands can nw be executed and have autocompletion 2 gadi atpakaļ
SaveCommand.h f6d885102e console commands can nw be executed and have autocompletion 2 gadi atpakaļ
ScaleNoise.cpp 4c42c19e3b improve world generation speed to about 20 chunks per second 6 mēneši atpakaļ
ScaleNoise.h c973f4f6cd improve height noise 3 gadi atpakaļ
Server.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
Server.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ
ShapedNoise.cpp 4c42c19e3b improve world generation speed to about 20 chunks per second 6 mēneši atpakaļ
ShapedNoise.h 114faa45d1 add shaped noise for rivers 3 gadi atpakaļ
SpecificItemDrop.cpp 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
SpecificItemDrop.h 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
Start.cpp 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
StructureCollection.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
StructureCollection.h c89358f536 resturcture includes 3 mēneši atpakaļ
TickOrganizer.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
TickOrganizer.h 6424fa64d5 add console command to shutdown the server without unsaved game data 3 gadi atpakaļ
TickQueue.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
TickQueue.h 396b447d77 actually tick the blocks that needs to be ticked 3 gadi atpakaļ
TickSourceType.h 0d55d8f2cd improve performance of fluid block ticking 2 gadi atpakaļ
TickWorker.cpp c89358f536 resturcture includes 3 mēneši atpakaļ
TickWorker.h 5f6fe46883 apply new code formatter 3 gadi atpakaļ
Tickable.h 396b447d77 actually tick the blocks that needs to be ticked 3 gadi atpakaļ
TreeSeblingBlock.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
TreeSeblingBlock.h ad65b726ce add item stack images to quest requirements 1 mēnesi atpakaļ
TreeTemplate.cpp 129e007172 Improve Drop configuration for blocks and entities 11 mēneši atpakaļ
TreeTemplate.h 87464f7f24 improve TypeRegistry 1 gadu atpakaļ
TypeRegistry.cpp 9abb131634 add FloadDistributions to allow plants with a variety of heights 3 nedēļas atpakaļ
TypeRegistry.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
UIController.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
UIController.h 988fdcadf0 implement dynamic uiml dialogs 2 gadi atpakaļ
UICraftingGrid.cpp ab9217cde3 make ui elements json configurable 9 mēneši atpakaļ
UICraftingGrid.h ab9217cde3 make ui elements json configurable 9 mēneši atpakaļ
UICraftingProgress.cpp 713d107008 add camp fire dialog and first camp fire recipie 7 mēneši atpakaļ
UICraftingProgress.h 713d107008 add camp fire dialog and first camp fire recipie 7 mēneši atpakaļ
UIDialog.cpp 7820a034c7 improve json config loading 2 gadi atpakaļ
UIDialog.h 988fdcadf0 implement dynamic uiml dialogs 2 gadi atpakaļ
UIDialogElement.cpp e5daa55bd9 make block interactions configurable for all block types 9 mēneši atpakaļ
UIDialogElement.h ab9217cde3 make ui elements json configurable 9 mēneši atpakaļ
UIElement.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
UIElement.h e5daa55bd9 make block interactions configurable for all block types 9 mēneši atpakaļ
UIFuelState.cpp 713d107008 add camp fire dialog and first camp fire recipie 7 mēneši atpakaļ
UIFuelState.h 713d107008 add camp fire dialog and first camp fire recipie 7 mēneši atpakaļ
UIInventory.cpp 650fa40b98 add more quest requirements 1 mēnesi atpakaļ
UIInventory.h e5daa55bd9 make block interactions configurable for all block types 9 mēneši atpakaļ
UIMLBuilder.h 3d6f3d8469 fix linux build 3 nedēļas atpakaļ
UIObservable.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
UIObservable.h 33990e1a5d add api to fire based processing component 7 mēneši atpakaļ
UIReference.cpp 713d107008 add camp fire dialog and first camp fire recipie 7 mēneši atpakaļ
UIReference.h 713d107008 add camp fire dialog and first camp fire recipie 7 mēneši atpakaļ
UIText.cpp ab9217cde3 make ui elements json configurable 9 mēneši atpakaļ
UIText.h ab9217cde3 make ui elements json configurable 9 mēneši atpakaļ
WorldGenerator.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
WorldGenerator.h 97851bf504 remove unused includes 3 mēneši atpakaļ
WorldLoader.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
WorldLoader.h c89358f536 resturcture includes 3 mēneši atpakaļ
WormCaveGenerator.cpp e0896b946c adjust to framework changes 1 mēnesi atpakaļ
WormCaveGenerator.h e0896b946c adjust to framework changes 1 mēnesi atpakaļ