Skip to content
Snippets Groups Projects
  1. Sep 14, 2015
  2. Sep 13, 2015
    • kwolekr's avatar
      Ore: Add ore sheet column height range selection · beba9694
      kwolekr authored
      Modders are now able to select the range of ore column height,
      and the midpoint at which they 'grow' starting from.
      This commit adds three new parameters for the 'sheet' ore type:
      column_height_min, column_height_max, and column_midpoint_factor.
      clust_size is now deprecated for this ore type.
      beba9694
  3. Sep 12, 2015
  4. Sep 10, 2015
    • est31's avatar
      networkprotocol.h: remove "u16 command" from doc · 64a5eec1
      est31 authored
      Its obvious that "u16 command" is inside every packet, therefore this
      commit removes all mentions of the command, if non-array like notation
      is used. We already didn't add "u16 command" to new packets or removed
      it at packet changes, so now we remove it from existing packets.
      64a5eec1
    • est31's avatar
      Improve locale directory detection · 2a9da62b
      est31 authored
      Use in-place locale directory if that exists, and
      static one (RUN_IN_PLACE or CUSTOM_LOCALEDIR) doesn't exist.
      Report to errorstream if neither static nor in-place locale
      dirs exist, and report successfully found paths to infostreem.
      
      Fixes two bugs:
      
      -> Regression of commit [1] where if we use RUN_IN_PLACE=false,
      	but don't make install, locales aren't found. One might
      	think this is no regression, as its no bug, but all other
      	paths (mainmenu, etc.) are detected properly.
      -> Regression of commit [1] where locales don't work on windows.
      
      References:
      [1]: Commit 645e2086 "Use CUSTOM_LOCALEDIR if specified" by @ShadowNinja
      2a9da62b
  5. Sep 08, 2015
  6. Sep 07, 2015
  7. Sep 06, 2015
  8. Sep 03, 2015
Loading