Skip to content
Snippets Groups Projects
  1. Jan 21, 2013
    • kwolekr's avatar
      stop MSVC++ from generating dumb warnings · 9b3287b8
      kwolekr authored
      9b3287b8
    • kwolekr's avatar
      Proper RUN_IN_PLACE support for OSX and FreeBSD · 14657bd2
      kwolekr authored
      14657bd2
    • Jürgen Doser's avatar
      Basic support for configuring which mods to load for each world · 6af8a34d
      Jürgen Doser authored
      settings.h: added function to return all keys used in settings, and a
      function to remove a setting
      
      mods.{h,cpp}: added class ModConfiguration that represents a subset of the installed mods.
      
      server.{h,cpp}: server does not load add-on mods that are disabled in
      the world.mt file. mods are disabled by a setting of the form
      "load_mod_<modname> = false". if no load_mod_<modname> = ... setting
      is found, the mod is loaded anyways for backwards compatibilty. server
      also complains to errorstream about mods with unstatisfied
      dependencies and about mods that are not installed.
      
      guiConfigureWorld.{h,cpp}: shows a treeview of installed add-on mods
      and modpacks with little icons in front of their name indicating their
      status: a checkmark for enabled mods, a cross for disabled mods, a
      question mark for "new" mods
      
      Mods can be enabled/disabled by a checkbox. Mods also show a list of
      dependencies and reverse dependencies. double-click on a mod in
      dependency or reverse dependency listbox selects the corresponding
      mod. Enabling a mod also enables all its dependencies. Disabling a mod
      also disables all its reverse dependencies.
      
      For modpacks, show buttons to enable/disable all mods (recursively,
      including their dependencies) in it.
      
      Button "Save" saves the current settings to the world.mt file and
      returns to the main menu. Button "Cancel" returns to main menu without
      saving.
      
      basic keyboard controls (if the proper widget has keyboard focus):
      
      up/down: scroll through tree of mods
      left/right: collaps/expand a modpack
      space: enable/disable the selected mod
      6af8a34d
    • Jeija's avatar
      Add a list of servers to the "Multiplayer" tab · 6f93c01a
      Jeija authored
      If USE_CURL is set, it also downloads a list from a remote server.
      The url of this list is configurable in minetest.conf using the setting "serverlist_url"
      The local list of favorite servers is saved in client/serverlist/filename
      filename is also configureable using the setting "serverlist_file"
      6f93c01a
  2. Jan 14, 2013
  3. Jan 12, 2013
  4. Jan 11, 2013
    • Jürgen Doser's avatar
      fixes node timer bug (fixes #407). · 076f13cc
      Jürgen Doser authored
      Previously, when a block was activated, on_timer callbacks where
      called with the relative position of the node inside the block,
      instead of the absolute position of the node.
      076f13cc
  5. Jan 07, 2013
  6. Jan 04, 2013
  7. Jan 03, 2013
  8. Jan 02, 2013
  9. Dec 30, 2012
  10. Dec 27, 2012
  11. Dec 26, 2012
  12. Dec 23, 2012
  13. Dec 22, 2012
  14. Dec 21, 2012
  15. Dec 20, 2012
    • DannyDark's avatar
      Fixed u64 ambiguous symbol error · 40dac4cd
      DannyDark authored
      Fixed the compiler not being able to determine which symbol it should
      use when compiling Minetest as 64bit with Irrlicht 1.8+
      40dac4cd
Loading