Skip to content
Snippets Groups Projects
  1. Jul 24, 2012
  2. Jul 22, 2012
  3. Jun 17, 2012
  4. Jun 05, 2012
  5. Jun 03, 2012
  6. Mar 31, 2012
  7. Mar 25, 2012
  8. Mar 24, 2012
  9. Mar 18, 2012
  10. Mar 15, 2012
  11. Mar 10, 2012
  12. Jan 22, 2012
  13. Jan 12, 2012
  14. Jan 02, 2012
  15. Nov 29, 2011
  16. Oct 20, 2011
  17. Oct 17, 2011
  18. Oct 15, 2011
  19. Sep 19, 2011
  20. Sep 08, 2011
    • Kahrl's avatar
      Collected and moved existing camera infrastructure from game.cpp to camera.cpp... · baf7da9d
      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.
      baf7da9d
  21. Sep 07, 2011
    • Kahrl's avatar
      Removed unused camera_position and camera_direction fields from Client. Moved... · c0b35fa4
      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.
      c0b35fa4
    • JacobF's avatar
      Display which tool the player is holding · f31b0a33
      JacobF authored
      And some simple animation when trying to dig...
      f31b0a33
Loading