aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-04-09Make client know about reverted disallowed diggingsPerttu Ahola
2012-04-08Call this 0.4.dev-201204080.4.dev-20120408Perttu 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-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-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-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-06Attempt to fix sound left-right channelsPerttu Ahola
2012-04-05Fix crash when inputting only / in chatPerttu Ahola
2012-04-04Show reported map seed on debug info (F5)Perttu Ahola
2012-04-04Fix visual='cube' sizePerttu Ahola
2012-04-04Fix sound direction and add experimental:soundblock alias sb in minimal for ↵Perttu Ahola
testing
2012-04-04Remove debug outputPerttu Ahola
2012-04-04Fix dropped nodeitem visualsPerttu Ahola
2012-04-03Fix buildbotPerttu Ahola
2012-04-03Add optional MINGWM10_DLL to cmake installPerttu Ahola
2012-04-02Fix things for cross-compiling using mingwPerttu Ahola
2012-04-02Tune cave generationPerttu Ahola
2012-04-02Improve caves morePerttu Ahola
2012-04-01Some completely crapshit coding to make caves more variedPerttu Ahola
2012-04-01Implement dropped items as LuaEntities; leave the old ones as is for ↵Perttu Ahola
compatibility
2012-04-01Fix disabling of player movement cheat detection in singleplayerPerttu Ahola
2012-04-01Don't apply player movement cheat detection in singleplayerPerttu Ahola
2012-04-01Remplement and improve /setting in Lua, now called /setPerttu Ahola
2012-04-01Allow getting the path of builtin.lua using minetest.get_modpath("__builtin")Perttu Ahola
2012-03-31Change default privileges from "build, shout" to "interact, shout"Perttu Ahola
2012-03-31Add server-side enforcement of the 'fast' privilege; also fix client ↵Perttu Ahola
checking 'fly' instead of 'fast'
2012-03-31Fix client.h getting included on the server buildPerttu Ahola
2012-03-31Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola
2012-03-31initial_properties field in entity definitionPerttu Ahola
2012-03-31Allow group:groupname in ABM definition and implement ↵Perttu Ahola
minetest.hash_node_position()
2012-03-31cmake: lua: use COMMON_CFLAGSJonathan Neuschäfer
This fixes LUA_USE_DLOPEN having no effect.
2012-03-30Make server ignore media files with unknown filename extensionsPerttu Ahola
2012-03-30Improved teleport commandPerttu Ahola
2012-03-30Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola
names, 2) minetest.register_authentication_handler()