- May 02, 2013
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
- May 01, 2013
-
-
PilzAdam authored
-
- Apr 25, 2013
-
-
PilzAdam authored
-
- Apr 08, 2013
-
-
sapier authored
-
- Apr 03, 2013
-
-
ShadowNinja authored
-
- Mar 30, 2013
- Mar 29, 2013
-
-
kwolekr authored
-
- Mar 23, 2013
-
-
Mukul Sati authored
the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring.
-
proller authored
-
- Mar 14, 2013
-
-
kwolekr authored
-
ShadowNinja authored
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
-
- Feb 24, 2013
- Feb 21, 2013
-
-
proller authored
-
- Feb 14, 2013
-
-
Ilya Zhuravlev authored
-
- Jan 22, 2013
-
-
Jürgen Doser authored
A check for that was there, but was comparing an unsigned variable to -1, which doesn't work.
-
Jürgen Doser authored
by moving return statement out of if-then-else clause...
-
- Jan 21, 2013
-
-
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
-
-
Jeija authored
-
- Dec 06, 2012
-
-
Perttu Ahola authored
-
- Dec 01, 2012
-
-
obneq authored
-
- Nov 09, 2012
-
-
Vanessa Dannenberg authored
-
- Sep 05, 2012
- Jul 21, 2012
-
-
Perttu Ahola authored
-
- Jun 17, 2012
-
-
Perttu Ahola authored
-
- Jun 05, 2012
-
-
Perttu Ahola authored
Switch the license to be LGPLv2/later, with small parts still remaining as GPLv2/later, by agreement of major contributors
-
- Jun 04, 2012
-
-
Perttu Ahola authored
-
- Apr 08, 2012
-
- Mar 26, 2012
-
-
Perttu Ahola authored
-
- Mar 18, 2012
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
- Mar 15, 2012
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-