- Jul 14, 2015
-
-
Kahrl authored
Also don't show "probably running a different version" message in simple singleplayer mode
-
- Jul 09, 2015
-
-
est31 authored
Spare some copies.
-
- 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.
-
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
-
- Jun 27, 2015
-
-
RealBadAngel authored
-
- Jun 20, 2015
-
-
est31 authored
-
- Jun 13, 2015
-
-
Ilya Zhuravlev authored
-
- May 29, 2015
-
-
Zeno- authored
-
- May 19, 2015
-
-
kwolekr authored
Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators
-
- May 15, 2015
-
-
Zeno- authored
Before this commit autofast for Android was ignored if the user was sneaking, digging or building. There is no reason for this and it impedes movement control
-
- May 06, 2015
-
-
ShadowNinja authored
-
- Apr 27, 2015
-
-
sfan5 authored
-
- Apr 26, 2015
-
-
Kevin Ott authored
-
- Apr 19, 2015
-
-
est31 authored
In worlds with many mods we can easily reach timeout, waiting for the server to start.
-
- Apr 17, 2015
-
-
SmallJoker authored
-
- Mar 31, 2015
-
-
Aaron Suen authored
Move texture_min_size even further down the pipe. Now, textures are JIT-upscaled using an image transformation, right at the time they're added to a mesh or particle; images used in 2D elements are left unscaled. This should fix any remaining issues with HUD elements.
-
- Mar 29, 2015
-
-
Zeno- authored
Invert the meaning of holding down the fast button (i.e. holding down the fast button -- if there is one -- means walk), unless performing an action, sneaking or jumping. Still requires fast move to be toggled on (and fast priv)
-
- Mar 28, 2015
-
-
ShadowNinja authored
This removes a lot of narrow/wide conversions where a wide string was never used.
-
- 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 17, 2015
-
-
Zeno- authored
* Sort includes * Remove unnecessary includes * Ensure the parameter name for GameRunData is consistent for class member functions
-
- Mar 15, 2015
-
-
est31 authored
The bar is only drawn when the user will notice a change, which prevents time overheads that this commit would cause, resulting from useless draws.
-
- Mar 07, 2015
- Mar 05, 2015
- Feb 25, 2015
-
-
rubenwardy authored
-
- Feb 18, 2015
-
-
Perttu Ahola authored
-
- Feb 16, 2015
-
-
Yaman authored
(PR Modified slightly)
-
- Feb 12, 2015
-
-
ngosang authored
-
- Feb 11, 2015
- Feb 10, 2015
-
-
ngosang authored
-
- Feb 07, 2015
-
-
gregorycu authored
-
- Feb 05, 2015
-
-
ShadowNinja authored
-
ShadowNinja authored
-
ShadowNinja authored
-
- Jan 30, 2015
-
-
Zeno- authored
Disables local map saving for all local server types See: https://github.com/minetest/minetest/issues/2024
-
- Jan 25, 2015
-
-
gregorycu authored
Settings fixes Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop) Ensure variable is set Ensure settings callback is threadsafe
-
- Jan 24, 2015
-
-
Zeno- authored