aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-20Tune smooth lighting a bitPerttu Ahola
2012-05-19Log more stuff in Client::afterContentReceived()Perttu Ahola
2012-05-19Take out the "Privileges of foo are hidden from you." response of /privsPerttu Ahola
2012-04-15Add a hack to get rid of the rare "ERROR: StaticObjectList::insert(): id ↵Perttu Ahola
already exists" failure
2012-04-14Fix continuing to process TOSERVER_INIT2 even if player doesn't existPerttu Ahola
2012-04-14Add "Registered definitions of stuff" to doc/lua_api.txtPerttu Ahola
2012-04-13Fix executing register_chatcommand-defined commands even in the middle of a ↵Perttu Ahola
chat line
2012-04-10Fix unhandled InvalidPositionExceptionPerttu Ahola
2012-04-10basic_privs to allow granting/revoking interact_extra tooPerttu Ahola
2012-04-09Support static_spawnpoint settingPerttu Ahola
2012-04-09Fix ABM handling on block activationPerttu Ahola
2012-04-09Allow redefining minetest.item_place and the likePerttu Ahola
2012-04-09Make client know about reverted disallowed diggingsPerttu Ahola
2012-04-09Add basic_privs privilegePerttu Ahola
2012-04-09Improve doc/lua_api.txt and add minetest.get_item_group(name, group)Perttu Ahola
2012-04-09Fix unable to join server first time with a passwordPerttu Ahola
2012-04-08Call this 0.4.dev-201204080.4.dev-20120408Perttu Ahola
2012-04-08Add minimal documentation about the $world/game/ additionPerttu Ahola
2012-04-08Support placing a minetest game inside $world/game to allow creating proper ↵Perttu Ahola
adventure maps Pro-tip: You can open a world in minetest by opening the world.mt file using minetest.
2012-04-08Fix crash after 'LuaEntity name "particles:smoke" not defined' and similar ↵Perttu Ahola
errors
2012-04-08minetest.get_node_group(name, group)Perttu Ahola
2012-04-08EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola
2012-04-08Allow looping of local and positional soundsPerttu Ahola
2012-04-08Make lava brighter by showing light sources at their full emitted light levelPerttu Ahola
2012-04-07Improve texture atlas generationPerttu Ahola
2012-04-07Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is ↵q66
experimental atm, causes visible spaces between blocks.
2012-04-07Improve doc/lua_api.txtPerttu Ahola
2012-04-07Tune mapgenPerttu Ahola
2012-04-07Fix collision code getting stuck if speed is 0Perttu Ahola
2012-04-07Fix segfault when setting privileges of a non-connected playerPerttu Ahola
2012-04-07Fix fabs() brainfartPerttu Ahola
2012-04-07Tune desert beachesPerttu Ahola
2012-04-07Fix MSVC ambiguous fabs() call errorsPerttu Ahola
2012-04-07Add deserts to map generatorPerttu Ahola
2012-04-07Tune mapgen a bitPerttu Ahola
2012-04-07PerlinNoise for Lua.Sergey Gilfanov
2012-04-07Support custom textures installed as /textures/all/*.pngPerttu Ahola
2012-04-06Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola
2012-04-06Add missing mapgen.lua to games/minimalPerttu Ahola
2012-04-06Handle failing openal init properly, add enable_sound and sound_volume settingsPerttu Ahola
2012-04-06Add #include <unistd.h> to filesys.cppPerttu Ahola
2012-04-06experimental:soundblock dig_immediate=3Perttu Ahola
2012-04-06Attempt to fix sound left-right channelsPerttu Ahola
2012-04-05Make the minimal development test somewhat playable by adding ore generation ↵Perttu Ahola
and removing the player visual switch test
2012-04-05Fix crash when inputting only / in chatPerttu Ahola
2012-04-04Fix super-small size of regular item entitiesPerttu Ahola
2012-04-04Show reported map seed on debug info (F5)Perttu Ahola
2012-04-04Minimally update compiling on Windows in README.txtPerttu Ahola
2012-04-04Add to README.txt's example dependencies on Linux: libogg-dev libvorbis-dev ↵Perttu Ahola
libopenal-dev
2012-04-04Fix visual='cube' sizePerttu Ahola