Skip to content
Snippets Groups Projects
  1. Jun 12, 2016
  2. Oct 28, 2015
    • kwolekr's avatar
      Add DISABLE_CLASS_COPY macro (and use it) · c56d7fe0
      kwolekr authored
      Use this macro to disallow copying of an object using the assignment
      operator or copy constructor.  This catches otherwise silent-but-deadly
      mistakes such as "ServerMap map = env->getMap();" at compile time.
      
      If so desired, it is still possible to copy a class, but it now requires
      an explicit call to memcpy or std::copy.
      c56d7fe0
  3. Oct 04, 2015
  4. Aug 13, 2015
  5. May 05, 2015
  6. Mar 07, 2015
  7. Mar 06, 2015
  8. Mar 04, 2015
  9. Feb 17, 2015
  10. Jan 18, 2015
  11. Jan 15, 2015
  12. Jan 05, 2015
  13. Dec 29, 2014
  14. Dec 28, 2014
  15. Dec 17, 2014
  16. Nov 19, 2014
  17. Nov 14, 2014
  18. Sep 01, 2014
  19. Jul 12, 2014
  20. Jul 07, 2014
  21. Jun 23, 2014
  22. Jun 15, 2014
  23. Apr 18, 2014
  24. Feb 09, 2014
  25. 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
  26. Jan 07, 2014
  27. Dec 14, 2013
  28. Dec 05, 2013
  29. Nov 30, 2013
  30. 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
  31. Sep 17, 2013
  32. Sep 10, 2013
  33. Sep 09, 2013
  34. Aug 14, 2013
  35. Aug 11, 2013
  36. Jul 27, 2013
Loading