Skip to content
Snippets Groups Projects
  1. Oct 15, 2011
  2. Oct 14, 2011
  3. Oct 12, 2011
  4. Sep 23, 2011
  5. Sep 16, 2011
  6. 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
  7. Aug 12, 2011
  8. Aug 11, 2011
  9. Aug 01, 2011
  10. Jul 30, 2011
  11. Jul 24, 2011
    • Giuseppe Bilotta's avatar
      Sanitize GETTEXT usage macros · e034f8a2
      Giuseppe Bilotta authored
      Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is
      only set to true if gettext was enabled and found. This simplifies all
      check to USE_GETTEXT only rather than the double checks for it being
      enabled and found.
      e034f8a2
    • Giuseppe Bilotta's avatar
      Bring po update out of cmake again · 47381bde
      Giuseppe Bilotta authored
      This solves two issues at once:
      * CMake would delete po files during ‘make clean’ because it thought
        they were autogenerated and not just managed
      * the only gettext tools readily available in Windows are so old they
        don't support options like --package-name
      
      The change also moves minetest.pot down one level, so we don't need to
      special case ‘en’ anymore.
      
      The downside is of course that you need some sane POSIX shell to update
      the po files.
      47381bde
    • Giuseppe Bilotta's avatar
    • Giuseppe Bilotta's avatar
      Gettext domain should match the project name · d4e7faca
      Giuseppe Bilotta authored
      This partially reverts 023cc0d37776976b4b192b7363f73a5d2debdef6, goes
      back to using PROJECT_NAME for the filename and also uses PROJECT_NAME
      as text domain in the source code.
      d4e7faca
  12. Jul 23, 2011
  13. Jul 22, 2011
  14. Jul 21, 2011
Loading