- Mar 24, 2015
- Mar 23, 2015
-
-
kwolekr authored
This feature is still experimental and has some issues. Also, increase texture_min_size to 64 px. The setting was initially a conservative 16 so that the effect would not be noticable for players who aren't using aniso/bi/trilinear filtering. This isn't necessary now that texture_clean_transparent is disabled by default.
-
paramat authored
-
Aaron Suen authored
-
est31 authored
Remove the --system=linux-x86_64 which isn't neccessary on 64 bit, as, when given no --system parameter, the standalone-toolchain.sh script figures out the platform on itself. Naturally, the hardcoded setting broke android building on 32 bit systems.
-
est31 authored
Previously, cmake po detection would treat the "timestamp" file created by building for android as own language directory.
-
est31 authored
Previously, calling it resulted in a crash.
-
- Mar 22, 2015
-
-
Loïc Blot authored
-
Loïc Blot authored
Sometimes HUD can be modified by ServerThread and EmergeThread results in a crash on client side because the HUD is not correct
-
paramat authored
Fixes biome layer at y = 47 when base/alt terrain exceeds it Also fixes missing dust glitch at y = 47 Mgv5/mgv7:Cleanup code
-
Loïc Blot authored
Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgePacket returns Buffer instead of SharedBuffer and is used in ConnectionCommand instead of Connection::Send This remove the NetworkPacket buffer => SharedBuffer => Buffer copy. Now NetworkPacket => Buffer
-
kwolekr authored
-
kwolekr authored
-
- Mar 21, 2015
-
-
poet-nohit authored
This call was missing when change looping to triggering SendInventory: 1b2f6447
-
Aaron Suen authored
Fix composite textures with texture_min_size. Moved upscaling of textures to later in the process, when images are converted to textures, instead of right after image load, so the original image is unmodified for generateImagePart.
-
SmallJoker authored
-
gregorycu authored
Signed off by: ShadowNinja, kwolekr
-
Aaron Suen authored
Signed off by: Zeno, kwolekr
-
- Mar 20, 2015
-
- Mar 19, 2015
- Mar 18, 2015
- Mar 17, 2015
-
-
Loïc Blot authored
-
Loïc Blot authored
-
Pavel Puchkin authored
-
Loïc Blot authored
Replace it with an errorstream + assert for server This throw can be trigger by LuaError exception or ConnectionBindFailed exception in the following functions: * EmergeThread::Thread() * ScriptApiEnv::environment_Step() * ScriptApiEnv::player_event() * ServerThread::Thread()
-
Loïc Blot authored
Use the NetworkPacket api to read full version string instead of u8 pointers. Also store the reserved byte to use API properly Fixes #2509
-
Loïc Blot authored
Fix a little regression on SendActiveObjectMessages which send all TOCLIENT_ACTIVE_OBJECT_MESSAGES as reliable
-
Zeno- authored
-
Zeno- authored
E.g. spawning or teleporting into lava to become invinsible
-
Zeno- authored
* Sort includes * Remove unnecessary includes * Ensure the parameter name for GameRunData is consistent for class member functions
-