- Aug 06, 2015
- Aug 02, 2015
-
-
Břetislav Štec authored
-
kwolekr authored
Multiplying by a factor of 1/1000.f (rather than dividing by 1000.f) directly introduces an error of 1 ULP. With this patch, an exact comparison of a floating point literal with the deserialized F1000 form representing it is now guaranteed to be successful. In addition, the maxmium and minimum safely representible floating point numbers are now well-defined as constants.
-
kwolekr authored
-
- 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.
-
- Jul 27, 2015
-
-
est31 authored
-
- Jul 24, 2015
- Jul 21, 2015
-
-
est31 authored
-
- Jul 14, 2015
- Jul 10, 2015
-
-
kwolekr authored
-
- Jul 08, 2015
-
-
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.
-
- Jun 29, 2015
- Jun 23, 2015
-
-
est31 authored
-
- Jun 20, 2015
-
-
figec authored
-
- Jun 18, 2015
-
-
figec authored
Also fix UTF-8 inner byte bounds and make unittest for case this fixes.
-
- Jun 17, 2015
- Jun 14, 2015
-
-
est31 authored
While utf8_to_wide works well, wide_to_utf8 is quite broken on android, for some reason.
-
- Jun 13, 2015
-
-
est31 authored
-
- May 19, 2015
-
-
kwolekr authored
-
- May 11, 2015
-
-
est31 authored
Adds everything needed for SRP (and everything works too), but still deactivated, as protocol v25 init packets aren't final yet. Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25 inside networkprotocol.h.
-
- May 01, 2015
-
-
SmallJoker authored
-> Round negative numbers correctly CMakeLists.txt -> Link Json with the static run-time library
-
- Apr 26, 2015
-
-
Aaron Suen authored
-
- Apr 17, 2015
-
-
est31 authored
Change types for passed password from wstring to string, which removes converting back and forth in most cases. Move the narrow_to_wide conversion, where its neccessary, closer to irrlicht. Remove trailing spaces in guiPasswordChange.cpp. Make parameters for translatePassword passed as const reference.
-
- Apr 01, 2015
-
-
Aaron Suen authored
-
kwolekr authored
-
- Mar 31, 2015
-
-
kwolekr authored
Add core.clear_registered_schematics() and refactor schematics somewhat
-
- Mar 27, 2015
-
-
ShadowNinja authored
* Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files.
-
- Mar 22, 2015
-
-
kwolekr authored
-
- Mar 17, 2015
-
-
Loïc Blot authored
-
- Mar 07, 2015
- Mar 05, 2015
-
-
Loïc Blot authored
-
- Mar 04, 2015
-
-
Loïc Blot authored
-
- Mar 02, 2015
-
- Feb 27, 2015
-
-
Zeno- authored
-