aboutsummaryrefslogtreecommitdiff
path: root/builtin/game
AgeCommit message (Collapse)Author
2014-12-04Make dropped items larger and rotate fasterCalinou
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-11-26Fix some undeclared global variablesCraig Davison
2014-11-19Add strict moduleShadowNinja
Also fix leaking globals found by it.
2014-11-14Improved VoxelArea variable locality, thus performanceWouters Dorian
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-11-08Add last_login field to auth.txtRyan Newell
Also shortens some related code and adds more parameters to string.split.
2014-10-07Add a better error message when trying to teleport another player without ↵LeMagnesium
bring privileges
2014-09-28Use round if falling node is misplacedSmallJoker
Fixes: http://i.imgur.com/arAWw1i.png (middle-right)
2014-08-24Fix retval of entity.get_staticdata beeing lost while profiling is enabledsapier
2014-08-22Remove buildable_to nodes without dropping item when replaced by a falling nodeCasimir
2014-08-19Mod profiling supportsapier
Config settings: profiling = true/false (gather statistics) detailed_profiling = true/false (break mod times to callbacks) Chat commands: save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel)
2014-07-29Rework texture generating code, add texture grouping via ( ... )sfan5
2014-07-16Fix indexing error in timer processingZefram
2014-07-13Fix crash reported here: https://forum.minetest.net/viewtopic.php?f=6&t=9726Novatux
2014-06-10New feature: drop a item instead a stack while...Lord89James
sneaking
2014-06-08Allow custom liquids to have dropssfan5
2014-05-28Add success and output return values to chat commandsShadowNinja
2014-05-26Add item eat callbackrubenwardy
2014-05-24Sort commands and privs alphabetically in '/help'.Diego Martinez
Also make a stray variable local.
2014-05-23Item entity stacks merge on the ground.RealBadAngel
Add TTL to item entities.
2014-05-11Fix old client showing duplicated health bar on new serversapier
Fix client not showing hearts and bubbles on connecting to old server Fix server not remembering hud flags correctly
2014-05-10Fix healthbar not beeing hidden on disabled damagesapier
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja