Skip to content
Snippets Groups Projects
  1. Nov 02, 2014
  2. Nov 01, 2014
  3. Oct 27, 2014
  4. Sep 21, 2014
  5. Jul 12, 2014
  6. Jul 06, 2014
  7. Apr 15, 2014
  8. Apr 09, 2014
  9. Feb 16, 2014
  10. Feb 08, 2014
  11. Feb 05, 2014
  12. Feb 04, 2014
    • kwolekr's avatar
      Huge overhaul of the entire MapgenParams system · 5a34f40d
      kwolekr authored
      MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations.
      Separation between the common and mapgen-specific parameters is now strongly defined.
      Mapgen parameters objects are now properly encapsulated within the proper subsystems.
      5a34f40d
  13. Jan 31, 2014
    • sapier's avatar
      Add propper client initialization · e258675e
      sapier authored
        -add client states to avoid server sending data to uninitialized clients
        -don't show uninitialized clients to other players
        -propper client disconnect handling
      Minor comment fixes in server
      Minor bugfixes in connection
        -improved peer id calculation
        -honor NDEBUG flag
        -improved disconnect handling
        -increased initial send window
      Remove some dead code
      e258675e
  14. Jan 26, 2014
  15. Dec 15, 2013
  16. Dec 14, 2013
  17. Dec 08, 2013
  18. Dec 01, 2013
  19. Nov 17, 2013
    • kwolekr's avatar
      Actually fix weather · e396fb29
      kwolekr authored
      The real problem was that MapBlocks were not activated before getting sent to the client
      e396fb29
  20. Nov 05, 2013
  21. Sep 17, 2013
  22. Aug 14, 2013
  23. Jul 27, 2013
  24. Jun 28, 2013
  25. Jun 23, 2013
  26. Jun 18, 2013
  27. Jun 17, 2013
  28. 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
  29. May 19, 2013
  30. Apr 21, 2013
  31. Apr 12, 2013
  32. Apr 09, 2013
  33. Apr 07, 2013
Loading