- Jul 24, 2015
-
-
est31 authored
-
est31 authored
Also add static identifier as upstream did
-
Loïc Blot authored
always evaluate to true.
-
est31 authored
This was needed due to the TileDef serialisation changes. Originally it has been planned to also add utf-8 based chat to 26, but chat changes aren't final yet, so they are done in one change, after the release, and not two small ones, causing us having to be compliant to three versions of the packet.
-
- Jul 23, 2015
-
-
est31 authored
Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
-
RealBadAngel authored
-
- Jul 22, 2015
-
-
paramat authored
Tune and optimise noise parameters
-
- Jul 21, 2015
-
-
RealBadAngel authored
-
est31 authored
-
est31 authored
-> Fix server crash with protocol >=25 if a default password is set. -> Remove some useless and possibly confusion causing code for the TOCLIENT_FIRST_SRP packet handler
-
Loïc Blot authored
-
- Jul 20, 2015
-
-
Elia Argentieri authored
-
- Jul 19, 2015
-
-
est31 authored
-> Fix bug where MoveSomewhere from an infinite source would fill the destination inventory with copies of itself. -> Fix bug where MoveSomewhere would needlessly call callbacks. -> Remove trailing whitespaces
-
paramat authored
Mgv5/mgv7: Remove 'should make cave hole' feature Remove ravine code
-
- Jul 18, 2015
- Jul 17, 2015
- 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
-
- Jul 13, 2015
-
-
paramat authored
-
- Jul 10, 2015
- 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
-