Skip to content
Snippets Groups Projects
  1. Apr 01, 2015
    • Zeno-'s avatar
      Move globals from main.cpp to more sane locations · 9527984d
      Zeno- authored
      Move debug streams to log.cpp|h
      
      Move GUI-related globals to clientlauncher
      
      Move g_settings and g_settings_path to settings.cpp|h
      
      Move g_menuclouds to clouds.cpp|h
      
      Move g_profiler to profiler.cpp|h
      9527984d
  2. Mar 07, 2015
  3. Jan 01, 2015
    • paramat's avatar
      MgV5/6/7: Generate dungeons above water level · 7452d539
      paramat authored
      Use/add stone_surface_max_y to speed-optimise/guide dungeon generation
      MgV7: Don't let mountain terrain chop dungeons at mapchunk borders
      Make mountain terrain update stone_surface_max_y for caves in mountains
      7452d539
  4. Dec 08, 2014
  5. Dec 06, 2014
    • kwolekr's avatar
      Rewrite generate notification mechanism · 5062b99c
      kwolekr authored
      Add support for notify-on-decoration
      Clean up mapgen constructors
      Clean up mapgen.cpp code style somewhat
      Remove trailing whitespace from some files
      5062b99c
  6. 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
  7. Dec 14, 2013
  8. Dec 08, 2013
  9. Sep 06, 2013
  10. Mar 10, 2013
Loading