- Oct 08, 2016
-
-
gregorycu authored
-
Foghrye4 authored
-
Loïc Blot authored
-
Loïc Blot authored
* LocalPlayer take ownership of maxHudId as it's the only caller * RemotePlayer take ownership of day night ratio as it's the only user * Pass getPlayerControl as const reference to prevent object copy on each call (perf improvement in ObjectRef::l_get_player_control call) * getPlayerSAO is now only RemotePlayer call * get/setHotbarItemCount is now RemotePlayer owned * Server: Use RemotePlayer instead of Player object on concerned call to properly fix the object type * PlayerSAO now uses RemotePlayer instead of Player because it's only server side * ObjectRef::getplayer also returns RemotePlayer as it's linked with PlayerSAO
-
SmallJoker authored
-
- Oct 06, 2016
-
-
sfan5 authored
The initial problem was that mutex_auto_lock.h tries to use std::unique_lock<std::mutex> despite mutex.h not using C++11's std::mutex on Windows. The problem here is the mismatch between C++11 usage conditions of the two headers. This commit moves the decision logic to threads.h and makes sure mutex.h, mutex_auto_lock.h and event.h all use the same features.
-
Loïc Blot authored
Also remove some unused parameters/functions
-
SmallJoker authored
-
Loïc Blot authored
-
SmallJoker authored
-
Loïc Blot authored
-
- Oct 05, 2016
-
-
Loïc Blot authored
-
Loïc Blot authored
* This permit to improve performance on C++11 builds * use some existing typedefs in tools maps * minor code style changes
-
Loïc Blot authored
Added the following chat coreside features * Chat messages length limit * Message rate limiting * Message rate kicking Note: * handleChat now takes RemotePlayer pointer instead of u16 to remove useless lookups
-
- Oct 04, 2016
-
-
paramat authored
Remove uses of std::map. Make sure we use ContentFeatures reference not value. Original commit by gregorycu.
-
- Oct 03, 2016
-
-
est31 authored
-
rubenwardy authored
-
- Oct 02, 2016
-
-
sfan5 authored
-
- Sep 30, 2016
- Sep 29, 2016
-
-
sfan5 authored
-
- Sep 25, 2016
- Sep 21, 2016
-
-
sfan5 authored
This allows you to use an stdcall zlib (zlib1.dll instead of zlibwapi.dll) when building Minetest for win32.
-
sfan5 authored
This commit fixes #4516, though note that this will gradually fix MapBlocks as they are used/modified and thus re-serialized.
-
James Stevenson authored
-
- Sep 17, 2016
-
-
paramat authored
Add 'core.LIGHT_MAX = 14' to builtin/game/constants.lua with the intention to replace misplaced 'default.LIGHT_MAX = 14' in Minetest Game. Add comment in light.h requiring the constant be changed in both places. Add lighting bug warning to note in lua_api.txt. There are hundreds of mod uses of 15 which causes a lighting bug.
-
- Sep 15, 2016
-
-
Thomas--S authored
Inverts the given channels of the base image. Mode may contain the characters "r", "g", "b", "a". Only the channels that are mentioned in the mode string will be inverted.
-
ShadowNinja authored
-
- Sep 14, 2016
-
-
paramat authored
In lua_api.txt, make clear that 'place on' and 'spawn by' can be lists.
-
sfan5 authored
-
Eric Mountain authored
Adds CMakeLists.txt include to fix this issue: $ cmake . -DBUILD_SERVER=TRUE -DBUILD_CLIENT=FALSE \ -DCMAKE_BUILD_TYPE=Release -DENABLE_CURL=TRUE -DENABLE_CURSES=FALSE \ -DENABLE_FREETYPE=TRUE -DENABLE_GETTEXT=FALSE \ -DENABLE_POSTGRESQL=FALSE -DENABLE_SOUND=FALSE -DENABLE_LUAJIT=TRUE \ -DIRRLICHT_SOURCE_DIR=$HOME/irrlicht-1.8.4 -LH ... CMake Error at src/CMakeLists.txt:339 (check_library_exists): Unknown CMake command "check_library_exists". ...
-
- Sep 13, 2016
-
-
Auke Kok authored
This snuck in with the meshoptions patch and accidentally kills degrotate plants. Thanks to @hybriddog for finding this.
-
- Sep 09, 2016
-
-
James Stevenson authored
-
SmallJoker authored
-
- Sep 08, 2016
-
-
SmallJoker authored
-
paly2 authored
-
- Aug 30, 2016
-
-
Rui authored
-