Skip to content
Snippets Groups Projects
  1. Nov 13, 2014
  2. Nov 01, 2014
  3. Oct 29, 2014
  4. Oct 27, 2014
  5. Sep 21, 2014
  6. Apr 15, 2014
  7. Feb 16, 2014
  8. Feb 08, 2014
  9. 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
  10. Jan 13, 2014
  11. Dec 14, 2013
  12. Dec 08, 2013
  13. Dec 01, 2013
  14. Aug 14, 2013
  15. Aug 13, 2013
  16. Aug 11, 2013
  17. Aug 03, 2013
  18. Aug 02, 2013
  19. Jul 08, 2013
  20. Jul 06, 2013
  21. Jul 02, 2013
  22. Jun 28, 2013
  23. Jun 23, 2013
  24. Jun 22, 2013
  25. Jun 18, 2013
  26. Jun 17, 2013
  27. May 19, 2013
  28. Apr 08, 2013
  29. Apr 01, 2013
  30. Mar 31, 2013
  31. Mar 24, 2013
  32. Mar 23, 2013
    • Mukul Sati's avatar
      Set of changes to build mineTest using Visual Studio 11.0. These affect · ca7043e5
      Mukul Sati authored
      the following:
      1. String concatenation in guiMainMenu.cpp - it is required for all
      individual strings to be of the same type <unicode/non-unicode>; adding
      explicit L qualifier before the other strings.
      2. Correcting type of BlockMakeData to struct in place of class forward
      declarations. This information is used for name decoration by Visual
      Studio, leading to linker errors in case of mismatches.
      3. Windows headers define max as a macro somewhere, leading to a compile
      time error in profiler.h; using () around function to prevent macro match
      from occurring.
      ca7043e5
  33. Mar 18, 2013
  34. Mar 16, 2013
Loading