- Jul 31, 2015
-
-
est31 authored
Also make only one >-redirection, sparing repetition. Also, use cut instead of awk, which is shorter and should be a bit faster.
-
Loïc Blot authored
-> Remove the SendableMediaAnnouncement struct -> Forge the packet directly in the m_media loop, spare one loop and the construction of a vector -> Use preincrement to spare iterator copies
-
- Jul 29, 2015
-
-
est31 authored
Before, our libiconv build was a joke. We first called configure for our own build host system, then called make, before we executed a Android.mk script we provided as patch. The first "native make" always failed, and the LIBICONV_LIB file setting in our Makefile didn't match the built one, resulting in an always-rebuild of iconv. This commit cleans up this total mess, removes the double-build, and the Android.mk, and properly calls ./configure with the according target platform, and uses a built toolchain. As we have to deal with the android bug "NDK: Support for prebuild libs with full sonames" https://code.google.com/p/android/issues/detail?id=55868 as the 2013 patch https://lists.gnu.org/archive/html/libtool-patches/2013-06/msg00002.html by Google's David Turner wasn't inside the 2011 libtool, we pass -avoid-version to libtool. Thanks to the proper build, wide_to_utf8 works for android now, removing us of the need to disable it.
-
est31 authored
Fix commenting happening thanks to missing quotes and dereference variable the right way, to get rid of a compile error.
-
Loïc Blot authored
-
- Jul 27, 2015
-
-
Břetislav Štec authored
-
SmallJoker authored
-
est31 authored
Thanks @Zeno-
-
est31 authored
-
- Jul 25, 2015
-
-
SmallJoker authored
-
Jean-Patrick Guerrero authored
-
Loïc Blot authored
-
Jean-Patrick Guerrero authored
-
- 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.
-
Nathanaëlle Courant authored
-
- 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
-
-
Robert Zenz authored
-
paramat authored
-
paramat authored
Tune and optimise noise parameters
-
- Jul 21, 2015
- 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
-
-
TeTpaAka authored
Replaces while loops with proper getfield calls
-
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
-