summaryrefslogtreecommitdiff
path: root/game.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-07-03Load and save terrain objects, added ModelManager for object models.HEADmasterJon Bergli Heier1-2/+20
2011-07-02Import and render tree models.Jon Bergli Heier1-0/+22
Trees are loaded from the new trees.blend using assimp. Tree objects are then received from the server and rendered on the given terrain locations. Each chunk now holds a list of objects and coordinates, which can be used to easily add other models as well. Also moded the GLSL fog code to its own shader which can be linked in different programs.
2011-06-13Handle player position updates.Jon Bergli Heier1-1/+23
2011-06-12Added a say() function to lua.Jon Bergli Heier1-0/+7
2011-06-12Minor changes to work with the reworked message classes.Jon Bergli Heier1-16/+6
2011-06-12Handle and render players with a placeholder texture.Jon Bergli Heier1-0/+19
2011-06-02Added a new transparent scheme based on Vanilla and a simple chat window, ↵Jon Bergli Heier1-2/+17
which displays text strings received from the server.
2011-06-01A bunch of network-related changes.Jon Bergli Heier1-0/+108