Skip to content
Snippets Groups Projects
  1. Nov 30, 2013
  2. Nov 29, 2013
  3. Sep 16, 2013
  4. Jun 28, 2013
  5. Jun 23, 2013
    • proller's avatar
      Add support for IPv6 · f960c3be
      proller authored
      Two new configuration options are added:
           - "enable_ipv6" to enable/disable the overall use of IPv6
           - "ipv6_server" to enable/disable the use of IPv6 sockets when running
             a server (when "enable_ipv6" is enabled)
      f960c3be
  6. 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
  7. Feb 26, 2013
    • kwolekr's avatar
      Fix build on Windows · 28c50c16
      kwolekr authored
      28c50c16
    • kwolekr's avatar
      Add emerge.cpp, initial EmergeThread changes · b9d8e59b
      kwolekr authored
      - Neatly placed all emerge related code into a new file, emerge.cpp
      - Greatly cleaned up the code in EmergeThread::Thread()
      - Reworked Emerge queue.  Now an actual std::queue of v3s16 block positions
      - Removed the completely unnecessary map of peer ids requesting blocks
      b9d8e59b
  8. Feb 20, 2011
  9. Jan 08, 2011
Loading