- Feb 24, 2013
-
-
PilzAdam authored
-
RealBadAngel authored
-
- Feb 23, 2013
-
-
PilzAdam authored
-
RealBadAngel authored
-
- Feb 22, 2013
-
-
kwolekr authored
-
- Feb 21, 2013
-
-
Ilya Zhuravlev authored
-
proller authored
-
- Feb 20, 2013
-
-
Jürgen Doser authored
i.e., not only the mod with missing dependencies, but also the missing dependencies itself. (This already used to be the case before the mod selection gui was added) Also, mods with unsatisfied dependencies are no longer reported as mods that could not be found.
-
- Feb 19, 2013
-
-
Jeija authored
-
- Feb 15, 2013
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
- Feb 14, 2013
-
-
Ilya Zhuravlev authored
-
- Feb 13, 2013
-
-
MirceaKitsune authored
-
- Feb 12, 2013
-
-
Dmitry Marakasov authored
-
PilzAdam authored
-
- Feb 10, 2013
-
-
PilzAdam authored
-
Jürgen Doser authored
This way, plants actually show the real backface on their back side, i.e., the front face mirrored around the vertical axis, instead of showing the front face on both sides. This looked weird when the texture was not symmetrical around the vertical axis.
-
ShadowNinja authored
-
ShadowNinja authored
-
- Feb 07, 2013
-
-
Ilya Zhuravlev authored
-
- Feb 06, 2013
- Feb 01, 2013
-
-
Jürgen Doser authored
All uses of operator[] in guiConfigureWorld.cpp have been replaced with .find() operations. In some places, operator[] had been called with mod names of "Add-Ons" or "N/A", which would insert a default-constructed ModSpec into the list of add-on mods. In other places, the use of operator[] was safe now, but it probably is safer for future changes to use .find() everywhere.
-
- Jan 30, 2013
-
-
PilzAdam authored
-
- Jan 27, 2013
-
-
Jeija authored
-
- Jan 26, 2013
-
-
sapier authored
-
- Jan 23, 2013
-
-
kwolekr authored
-
kwolekr authored
-
kwolekr authored
-
RealBadAngel authored
-
- Jan 22, 2013
-
-
Jürgen Doser authored
Previously, settings where only written when a value has changed, and removal of a setting value didn't count as a change.
-
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
Only show enable all / disable all buttons for all add-ons when at least one add-on is installed. When no add-on ist installed, don't show any buttons or checkboxes. Added is_modpack flag to ModSpec to distinguish empty modpacks from normal mods and check this flag in mod selection gui so that empty modpacks are not treated like mods that can be enabled or disabled.
-
Jürgen Doser authored
by moving return statement out of if-then-else clause...
-
- Jan 21, 2013
-
-
Ilya Zhuravlev authored
-