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