- Jul 18, 2015
-
-
Rui authored
-
Mark Schreiber authored
The Irrlicht engine supports antialiasing, and Minetest already supports saving an antialiasing setting in its configuration file. However, Minetest lacked UI elements to set this setting, and previously the only way to enable the feature was by hand-editing the configuration file. Add a drop-down menu that can enable antialiasing.
-
Marcin authored
-
TeTpaAka authored
The doc and the actual behaviour differed.
-
D Laboratory authored
-
ExcaliburZero authored
Change the name for texture pack description files from "info.txt" to "description.txt" in order to keep the naming consistent between description files for both mods and texture packs. Also add backwards compatibility for texture packs that use "info.txt", and note in the log that "info.txt" is depreciated.
-
TeTpaAka authored
-
- Jul 17, 2015
-
-
Kahrl authored
-
est31 authored
-
Michal Čihař authored
Currently translated at 100.0% (269 of 269 strings)
-
Rui authored
Currently translated at 100.0% (264 of 264 strings)
-
sfan5 authored
Currently translated at 100.0% (264 of 264 strings)
-
Tae Lim Kook authored
Currently translated at 1.7% (4 of 235 strings)
-
Tae Lim Kook authored
Currently translated at 100.0% (264 of 264 strings)
-
Jean-Patrick Guerrero authored
Currently translated at 99.1% (233 of 235 strings)
-
Michal Čihař authored
Currently translated at 82.5% (194 of 235 strings)
-
est31 authored
-
- Jul 16, 2015
-
-
Loïc Blot authored
-
RealBadAngel authored
-
- Jul 14, 2015
-
-
Kahrl authored
Also don't show "probably running a different version" message in simple singleplayer mode
-
Loïc Blot authored
-
kwolekr authored
-
kwolekr authored
Improve TOCLIENT_ACTIVE_OBJECT_MESSAGES robustness for handling invalid data
-
kwolekr authored
Add serializeHexString() Clean up util/serialize.cpp
-
paramat authored
Fix 'is ground content' for some nodes
-
- Jul 13, 2015
-
-
paramat authored
-
- Jul 10, 2015
-
-
Jean-Patrick Guerrero authored
- Stop attempting to start a world when no world's created/selected in server tab - Better world's indexes handling between subgames lists
-
kwolekr authored
-
kwolekr authored
-
Loïc Blot authored
-
- Jul 09, 2015
-
-
est31 authored
Spare some copies.
-
est31 authored
-
Diego Martínez authored
-
- Jul 08, 2015
-
-
paramat authored
The neighbours checked are the 8 nodes horizontally surrounding the decoration base and the 8 nodes horizontally surrounding the ground node below the decoration
-
RealBadAngel authored
-
est31 authored
Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
-
kwolekr authored
- Fixed race conditions - Fixed null dereference - Fixed out-of-bounds array access - MinimapMapblock is now allocated and added to update queue only when enabled - Removed dependency on LocalPlayer - Fixed code style - Simplified expressions and program logic - Cleaned minimap object interfaces
-
paramat authored
Lowest level of base terrain determines mountain generation in mapchunk Change some positional function arguments from int to s16
-
- Jul 07, 2015
-
-
est31 authored
Previously, m_proto_ver was set to the serialisation version inside the legacy init packet. Now, if the server doesn't send a protocol version (protocols < 25), we set m_proto_ver to some value < 25 and > 0.
-
- Jul 05, 2015
-
-
ShadowNinja authored
-