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