Skip to content
Snippets Groups Projects
  1. Jul 26, 2016
  2. Jul 24, 2016
  3. Jul 21, 2016
  4. Jul 12, 2016
  5. Jul 09, 2016
  6. Jul 08, 2016
  7. Jul 07, 2016
  8. Jul 05, 2016
  9. Jul 04, 2016
    • est31's avatar
      Temporarily disable "testStartStopWait" Threading unit test on mac · c1bdb552
      est31 authored
      The "testStartStopWait" unit test is unreliably failing on mac,
      for some time already. See bug #3786.
      
      Having the unittest fail unreliably doesn't help anybody but mostly
      inhibits the main feature of travis builds: to test PRs for regressions.
      
      Therefore, disable the specific unit test for until bug #3786
      is fixed.
      c1bdb552
    • Rogier's avatar
      Fix & make linux conditionals uniform (#4278) · 1dfd977e
      Rogier authored
      The source used a hodge-podge of different combinations of different
      macros to check for linux: 'linux', '__linux', '__linux__'.
      
      As '__linux__' is standard (Posix), and the others are not, the source
      now uniformly uses __linux__. If either linux or __linux are defined,
      it is made sure that __linux__ is defined as well.
      1dfd977e
    • est31's avatar
      Disable joysticks per default for now · f6491470
      est31 authored
      It seems that various different devices register as
      Joysticks on linux, and their presence has caused
      lots of confusion amongst minetest users.
      
      Therefore, disable the joystick feature.
      
      Closes #4261
      Closes #4221
      f6491470
  10. Jul 03, 2016
    • est31's avatar
      Remove top left minetest watermark · e1aa98fe
      est31 authored
      Move version information into the window caption.
      
      On popular player request.
      
      Fixes #4209.
      e1aa98fe
    • kwolekr's avatar
      Add MapSettingsManager and new mapgen setting script API functions · 3c63c304
      kwolekr authored
      This commit refactors the majority of the Mapgen settings system.
      - MapgenParams is now owned by MapSettingsManager, itself a part of ServerMap,
        instead of the EmergeManager.
      - New Script API functions added:
          core.get_mapgen_setting
          core.get_mapgen_setting_noiseparams,
          core.set_mapgen_setting, and
          core.set_mapgen_setting_noiseparams.
      - minetest.get/set_mapgen_params are deprecated by the above new functions.
      - It is now possible to view and modify any arbitrary mapgen setting from a mod,
        rather than the base MapgenParams structure.
      - MapgenSpecificParams has been removed.
      3c63c304
    • kwolekr's avatar
      Mapgen: Refactor mapgen creation and management · 92705306
      kwolekr authored
      - Move mapgen creation logic out of EmergeManager and into Mapgen
      - Internally represent mapgen type as an enum value, instead of a string
      - Remove the need for a MapgenFactory per mapgen
      92705306
    • Pavel Puchkin's avatar
    • David Carlier's avatar
      openbsd's port fix for non Linux systems w/o libRT · b6eef1c0
      David Carlier authored
      X11 headers are not always in expected locations, add them to include list.
      
      Modifications by est31: indentation fixes, commit message improved
      b6eef1c0
  11. Jun 28, 2016
Loading