- Sep 19, 2011
- Sep 18, 2011
- Sep 16, 2011
-
-
Kahrl authored
-
- Sep 15, 2011
- Sep 08, 2011
-
-
Kahrl authored
-
Kahrl authored
-
Kahrl authored
-
Kahrl authored
-
Kahrl authored
-
Kahrl authored
-
Kahrl authored
-
Kahrl authored
Collected and moved existing camera infrastructure from game.cpp to camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant.
-
- Sep 07, 2011
-
-
Kahrl authored
Removed unused camera_position and camera_direction fields from Client. Moved ClientEnvironment::drawPostFx to ClientMap::renderPostFx -- this will make the camera management classes easier to write, as ClientMap already knows the camera position but ClientEnvironment doesn't and has to be told about it. This also eliminates the need for Client::getEnv(). Made the post effect color a content feature defined in content_mapnode.h.
-
JacobF authored
And some simple animation when trying to dig...
-
Perttu Ahola authored
-
Perttu Ahola authored
-
- Sep 06, 2011
-
-
Perttu Ahola authored
-
JacobF authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
Speed up periodical map unloading by moving beginSave() and endSave() to outer loop in Map::timerUpdate()
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
Fix some texture stuff: remove item_fence.png, use fence.png, remove inexisting cactus.png from texture atlas (replace with nothing because cactus is rare)
-
Kahrl authored
-
JacobF authored
Also, the temp item wasn't being deleted, might have been a memory leak. Now you will only eat 1 item off a stack
-
- Sep 04, 2011
- Sep 03, 2011
-
-
JacobF authored
* The map will reside in world/map.sqlite * It will load from the sectors folder but will not save there
-
- Sep 02, 2011
- Sep 01, 2011
-
-
JacobF authored
* I didn't understand that expression last fix and now the furnace would burn fuel even when it had no source item.
-
- Aug 31, 2011
-
-
Perttu Ahola authored
-
- Aug 30, 2011
-
-
Perttu Ahola authored
-