- Jan 21, 2013
-
-
Ilya Zhuravlev authored
-
Ilya Zhuravlev authored
-
sapier authored
-
Perttu Ahola authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
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
-
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"
-
- Jan 14, 2013
- Jan 12, 2013
-
-
PilzAdam authored
-
Jürgen Doser authored
liquid_kind was declared as an u8, but used to hold a content_t value, which is delcared to be a u16. changing this fixes (at least for me) the problem reported in bug #414.
-
- Jan 11, 2013
-
-
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.
-
- Jan 07, 2013
-
-
DannyDark authored
-
PilzAdam authored
-
PilzAdam authored
-
sapier authored
-
RealBadAngel authored
-
- Jan 04, 2013
-
-
Ilya Zhuravlev authored
-
Jeija authored
-
PilzAdam authored
-
DannyDark authored
Since commit 5a13c494 when I'm in a new area of the world that hasn't yet been generated the debug log gets flooded with the following error: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "default:dirt_with_grass" at (729,1,-219) (block (45,0,-14)) This commit fixes that.
-
PilzAdam authored
Can be turned off in the key change GUI or in minetest.conf via doubletab_space
-
Jeija authored
Configure using repeat_rightclick_time in minetest.conf
-
PilzAdam authored
-