Skip to content
Snippets Groups Projects
  1. May 01, 2015
  2. Apr 26, 2015
  3. Mar 08, 2015
  4. Feb 23, 2015
  5. Dec 12, 2014
    • Jürgen Doser's avatar
      Add basic support for generating API documentation using Doxygen · 83830e86
      Jürgen Doser authored
      If CMake is run and Doxygen is found, add a make target called "doc",
      which builds API documention in doc/html. This target is not included
      in the default "all" target, you have to explicitly run "make doc" to
      generate the documentation.
      
      If graphviz is installed, in particular, if the "dot" binary is found,
      doxygen is configured to generate various kinds of diagrams. Note that
      due to this, the first run of doxygen can take a while.
      83830e86
  6. Jun 29, 2014
    • sapier's avatar
      Add support for Android 2.3+ · 1cc40c0a
      sapier authored
      There have been plenty of ppl involved in creating this version.
      I don't wanna mention names as I'm sure I'd forget someone so I
      just tell where help has been done:
      - The partial android versions done by various ppl
      - Testing on different android devices
      - reviewing code (especially the in core changes)
      - testing controls
      - reviewing texts
      
      A big thank you to everyone helping this to be completed!
      1cc40c0a
  7. Sep 28, 2013
  8. Jun 03, 2013
  9. May 25, 2013
    • sapier's avatar
      Move scriptapi to separate folder (by sapier) · ab433775
      sapier authored
      On the lua side, notably minetest.env:<function>(<args>) should now
      be replaced by minetest.<function>(<args>).
      The old way is and will stay supported for a long time.
      
      Also:
      Update and clean up lua_api.txt (by celeron55)
      Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
      Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
      ab433775
  10. Apr 07, 2013
  11. Mar 19, 2013
  12. Mar 14, 2013
  13. Mar 06, 2013
  14. Feb 21, 2013
  15. Feb 14, 2013
  16. Mar 26, 2012
  17. Mar 25, 2012
  18. Mar 20, 2012
  19. Mar 19, 2012
  20. Jan 25, 2012
  21. Nov 29, 2011
  22. Aug 11, 2011
  23. Jun 25, 2011
  24. May 29, 2011
  25. May 09, 2011
Loading