Skip to content
Snippets Groups Projects
  1. Jun 28, 2013
  2. Jun 03, 2013
  3. Mar 23, 2013
    • Mukul Sati's avatar
      Set of changes to build mineTest using Visual Studio 11.0. These affect · ca7043e5
      Mukul Sati authored
      the following:
      1. String concatenation in guiMainMenu.cpp - it is required for all
      individual strings to be of the same type <unicode/non-unicode>; adding
      explicit L qualifier before the other strings.
      2. Correcting type of BlockMakeData to struct in place of class forward
      declarations. This information is used for name decoration by Visual
      Studio, leading to linker errors in case of mismatches.
      3. Windows headers define max as a macro somewhere, leading to a compile
      time error in profiler.h; using () around function to prevent macro match
      from occurring.
      ca7043e5
  4. Mar 12, 2013
  5. Feb 26, 2013
  6. Feb 24, 2013
  7. Jan 23, 2013
  8. Jan 21, 2013
  9. Jul 27, 2012
  10. Jul 23, 2012
  11. Jun 17, 2012
  12. Jun 05, 2012
  13. Jun 03, 2012
  14. Mar 29, 2012
  15. Mar 28, 2012
  16. Mar 15, 2012
  17. Jan 22, 2012
  18. Nov 29, 2011
  19. Oct 17, 2011
  20. Sep 22, 2011
  21. 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
  22. 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
  23. Sep 04, 2011
  24. Sep 03, 2011
    • JacobF's avatar
      Initial sqlite3 maps. · d1a16f24
      JacobF authored
      * The map will reside in world/map.sqlite
      * It will load from the sectors folder but will not save there
      d1a16f24
  25. Jul 01, 2011
  26. Jun 26, 2011
Loading