Kolja Strohm b5ec0599b2 refactor ground model building for different ground model types 1 year ago
..
data_release f3c1421494 improved keybort input delay and added textures and models for hoe and farmland 2 years ago
AddEntityUpdate.cpp 563dae9468 apply new code formatter 2 years ago
AddEntityUpdate.h 563dae9468 apply new code formatter 2 years ago
AddServerMenu.cpp 563dae9468 apply new code formatter 2 years ago
AddServerMenu.h 563dae9468 apply new code formatter 2 years ago
Area.cpp 563dae9468 apply new code formatter 2 years ago
Area.h 563dae9468 apply new code formatter 2 years ago
Block.cpp b5ec0599b2 refactor ground model building for different ground model types 1 year ago
Block.h b5ec0599b2 refactor ground model building for different ground model types 1 year ago
BlockAnimation.cpp e34b571470 support block animations and dialog close notifications 2 years ago
BlockAnimation.h e34b571470 support block animations and dialog close notifications 2 years ago
BlockType.cpp b5ec0599b2 refactor ground model building for different ground model types 1 year ago
BlockType.h b5ec0599b2 refactor ground model building for different ground model types 1 year ago
Chat.cpp a45903ce8f improved ui buttons 2 years ago
Chat.h a45903ce8f improved ui buttons 2 years ago
ChatHistory.cpp f0a81be569 add ingame chat 2 years ago
ChatHistory.h f0a81be569 add ingame chat 2 years ago
ChatMessage.cpp 72ac999482 improve performance by not ticking blocks anymore since they do never change 2 years ago
ChatMessage.h 72ac999482 improve performance by not ticking blocks anymore since they do never change 2 years ago
ChatOptions.cpp a45903ce8f improved ui buttons 2 years ago
ChatOptions.h fc03969777 add chat options to igore channels and players 2 years ago
Chunk.cpp b5ec0599b2 refactor ground model building for different ground model types 1 year ago
Chunk.h b5ec0599b2 refactor ground model building for different ground model types 1 year ago
ChunkFluidModel.cpp b5ec0599b2 refactor ground model building for different ground model types 1 year ago
ChunkFluidModel.h b5ec0599b2 refactor ground model building for different ground model types 1 year ago
ChunkGroundModel.cpp b5ec0599b2 refactor ground model building for different ground model types 1 year ago
ChunkGroundModel.h b5ec0599b2 refactor ground model building for different ground model types 1 year ago
ChunkMap.cpp 4f63f51ede improve map loading speed and added options window 2 years ago
ChunkMap.h 4f63f51ede improve map loading speed and added options window 2 years ago
ChunkModelBuilder.cpp d7a8195b58 WIP: refactoring of chunk model generation 2 years ago
ChunkModelBuilder.h d7a8195b58 WIP: refactoring of chunk model generation 2 years ago
Constants.h 168fa833ad improve grass rendering 2 years ago
CraftingGrid.cpp 422eeed94a implement recipie lookup menue 2 years ago
CraftingGrid.h 6bc09bae6d add inventoty search filter 2 years ago
CraftingRecipies.cpp 422eeed94a implement recipie lookup menue 2 years ago
CraftingRecipies.h 422eeed94a implement recipie lookup menue 2 years ago
CustomDX11API.cpp 168fa833ad improve grass rendering 2 years ago
CustomDX11API.h 168fa833ad improve grass rendering 2 years ago
CustomUIDX11PixelShader.h b5ec0599b2 refactor ground model building for different ground model types 1 year ago
CustomUIDX11VertexShader.h b5ec0599b2 refactor ground model building for different ground model types 1 year ago
DX11CustomPixelShader.hlsl b5ec0599b2 refactor ground model building for different ground model types 1 year ago
DX11CustomVertexShader.hlsl d19971ddbc fix light sources were affected by sun position 2 years ago
Dialog.cpp 3405d50d6d fix dialog close notification were not send if the dialog was closed via escape key 2 years ago
Dialog.h 3405d50d6d fix dialog close notification were not send if the dialog was closed via escape key 2 years ago
Dimension.cpp a67c878d63 add grass to ground models to improve rendering performance 2 years ago
Dimension.h a67c878d63 add grass to ground models to improve rendering performance 2 years ago
DimensionMap.cpp d19971ddbc fix light sources were affected by sun position 2 years ago
DimensionMap.h 07239e7cc3 adjust to framework changes 2 years ago
DragController.h 563dae9468 apply new code formatter 2 years ago
DragElement.cpp b282a3912a items in inventory views can now moved to different slots 2 years ago
DragElement.h 563dae9468 apply new code formatter 2 years ago
Entity.cpp 6059e124f5 improve rendering performance by combining block models to chunk models 2 years ago
Entity.h 6059e124f5 improve rendering performance by combining block models to chunk models 2 years ago
EntityRemovedUpdate.cpp 563dae9468 apply new code formatter 2 years ago
EntityRemovedUpdate.h 563dae9468 apply new code formatter 2 years ago
EntityType.cpp 563dae9468 apply new code formatter 2 years ago
EntityType.h 563dae9468 apply new code formatter 2 years ago
Equipment.cpp 563dae9468 apply new code formatter 2 years ago
Equipment.h 563dae9468 apply new code formatter 2 years ago
FactoryClient.cpp b5ec0599b2 refactor ground model building for different ground model types 1 year ago
FactoryClient.h e34b571470 support block animations and dialog close notifications 2 years ago
FactoryCraft.exe 2c7f34cca6 adjust system for lazy block instantiation 3 years ago
FactoryCraft.vcxproj b5ec0599b2 refactor ground model building for different ground model types 1 year ago
FactoryCraft.vcxproj.filters b5ec0599b2 refactor ground model building for different ground model types 1 year ago
FactoryCraftModel.cpp 6059e124f5 improve rendering performance by combining block models to chunk models 2 years ago
FactoryCraftModel.h 6059e124f5 improve rendering performance by combining block models to chunk models 2 years ago
Game.cpp a67c878d63 add grass to ground models to improve rendering performance 2 years ago
Game.h a67c878d63 add grass to ground models to improve rendering performance 2 years ago
Globals.cpp 713146c71a add a map of the landscape 2 years ago
Globals.h 9ae57c43e8 fix wrong item icons are used 2 years ago
Initialisierung.cpp fc03969777 add chat options to igore channels and players 2 years ago
Initialisierung.h fc03969777 add chat options to igore channels and players 2 years ago
InventoryView.cpp d19971ddbc fix light sources were affected by sun position 2 years ago
InventoryView.h 6bc09bae6d add inventoty search filter 2 years ago
ItemBar.cpp 07239e7cc3 adjust to framework changes 2 years ago
ItemBar.h 563dae9468 apply new code formatter 2 years ago
ItemList.cpp a45903ce8f improved ui buttons 2 years ago
ItemList.h 422eeed94a implement recipie lookup menue 2 years ago
ItemType.cpp 422eeed94a implement recipie lookup menue 2 years ago
ItemType.h 422eeed94a implement recipie lookup menue 2 years ago
Load.cpp b5ec0599b2 refactor ground model building for different ground model types 1 year ago
Load.h 563dae9468 apply new code formatter 2 years ago
Main.cpp 168fa833ad improve grass rendering 2 years ago
MapOptions.cpp 4f63f51ede improve map loading speed and added options window 2 years ago
MapOptions.h 4f63f51ede improve map loading speed and added options window 2 years ago
MapWindow.cpp e34b571470 support block animations and dialog close notifications 2 years ago
MapWindow.h 76be6c4d33 The map will now be updates automatically and player positions are visible 2 years ago
Menu.cpp 563dae9468 apply new code formatter 2 years ago
Menu.h b265526132 add day-night cycle 2 years ago
Menü.h 3620864d4a initial commit 3 years ago
ModelInfo.cpp 6059e124f5 improve rendering performance by combining block models to chunk models 2 years ago
ModelInfo.h d7a8195b58 WIP: refactoring of chunk model generation 2 years ago
NetworkAPIProcessor.h 78fd0fd567 add uiml based gui system 2 years ago
OptionsWindow.cpp a45903ce8f improved ui buttons 2 years ago
OptionsWindow.h a45903ce8f improved ui buttons 2 years ago
PlayerKam.cpp 017b5cc046 fix chunk data loading order issue 2 years ago
PlayerKam.h 563dae9468 apply new code formatter 2 years ago
RecipieGroup.cpp 422eeed94a implement recipie lookup menue 2 years ago
RecipieGroup.h 422eeed94a implement recipie lookup menue 2 years ago
RecipieIngredient.cpp 422eeed94a implement recipie lookup menue 2 years ago
RecipieIngredient.h 422eeed94a implement recipie lookup menue 2 years ago
RecipieOutput.cpp 422eeed94a implement recipie lookup menue 2 years ago
RecipieOutput.h 422eeed94a implement recipie lookup menue 2 years ago
Registries.h 563dae9468 apply new code formatter 2 years ago
ServerSelection.cpp 07239e7cc3 adjust to framework changes 2 years ago
ServerSelection.h 76be6c4d33 The map will now be updates automatically and player positions are visible 2 years ago
ShapedRecipie.cpp 422eeed94a implement recipie lookup menue 2 years ago
ShapedRecipie.h 422eeed94a implement recipie lookup menue 2 years ago
StaticInitializerOrder.cpp 563dae9468 apply new code formatter 2 years ago
StaticInitializerOrder.h 5cb4c24f10 fixed some errors 3 years ago
StaticRegistry.h 563dae9468 apply new code formatter 2 years ago
StatusBars.cpp b0aa400ab2 add gui element for player status bars 2 years ago
StatusBars.h b0aa400ab2 add gui element for player status bars 2 years ago
UIMLToolTip.cpp 563dae9468 apply new code formatter 2 years ago
UIMLToolTip.h 7d1d400d57 add inventory uiml tooltips 2 years ago
UnshapedRecipie.cpp 422eeed94a implement recipie lookup menue 2 years ago
UnshapedRecipie.h 422eeed94a implement recipie lookup menue 2 years ago
World.cpp b5ec0599b2 refactor ground model building for different ground model types 1 year ago
World.h a67c878d63 add grass to ground models to improve rendering performance 2 years ago
WorldUpdate.cpp 563dae9468 apply new code formatter 2 years ago
WorldUpdate.h 563dae9468 apply new code formatter 2 years ago
error_core_memory_dump.dmp 168fa833ad improve grass rendering 2 years ago