aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-31cmake: lua: use COMMON_CFLAGSJonathan Neuschäfer1-0/+5
This fixes LUA_USE_DLOPEN having no effect.
2012-03-31Install minetest_game without .git and other unnecessary thingsPerttu Ahola1-1/+3
2012-03-30Fix handling of missing auth.txt in the new handlerPerttu Ahola1-1/+2
2012-03-30Make server ignore media files with unknown filename extensionsPerttu Ahola1-2/+15
2012-03-30Fix admin password handling in minetest.builtin_auth_handler.get_authPerttu Ahola1-2/+9
2012-03-30Improved teleport commandPerttu Ahola3-49/+105
2012-03-30Reimplement authentication handler in Lua; now we have 1) infinite privilege ↵Perttu Ahola11-727/+477
names, 2) minetest.register_authentication_handler()
2012-03-30Fix the position of LuaEntityCAOs not getting updated at allPerttu Ahola1-0/+1
2012-03-30Add minetest.get_connected_players()Perttu Ahola2-7/+16
2012-03-30Fix object visuals flashing brightly or disappearing when switching them at ↵Perttu Ahola1-7/+12
night
2012-03-30Fix walking sound of other players (and other objects)Perttu Ahola1-1/+2
2012-03-30ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola6-64/+154
players too!
2012-03-30ObjectPropertiesPerttu Ahola11-186/+175
2012-03-30minetest.register_chatcommand(cmd, def)Perttu Ahola4-20/+126
2012-03-29Raise the player fall damage threshold to a much more fun levelPerttu Ahola1-2/+4
2012-03-29Improve the look of fencesPerttu Ahola1-24/+28
2012-03-29[transformN image modifierKahrl1-0/+149
2012-03-29Simple fix for camera blinking black when jumping into ceiling with current ↵Perttu Ahola2-2/+18
smaller collision box
2012-03-29Use GenericCAO in place of LuaEntityCAO and PlayerCAOPerttu Ahola6-965/+561
2012-03-29Add GenericCAO and player armor groups, but don't use them yetPerttu Ahola7-25/+532
2012-03-29on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl4-109/+206
Add minetest.register_on_joinplayer and minetest.register_on_leaveplayer, make adding new callbacks to scriptapi.cpp easier by adding scriptapi_run_callbacks, also fix a minor bug with PlayerSAO <-> singleplayer mode interaction
2012-03-29added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl20-806/+829
2012-03-29Modify minimal/give_initial_stuff to always give stuffPerttu Ahola1-9/+12
2012-03-29Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵Perttu Ahola5-79/+141
leveldiff)
2012-03-29Try a default day+night length of 20 minutes instead of 15Perttu Ahola1-1/+1
2012-03-29Generate beachesPerttu Ahola3-10/+13
2012-03-29Generate blobs of dirt and gravel in stonePerttu Ahola1-2/+37
2012-03-29Remove unnecessary debug outputPerttu Ahola2-3/+2
2012-03-29Area-based MapEditEvent ignore and that put to use for on_generate tooPerttu Ahola3-8/+82
2012-03-29Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update ↵Perttu Ahola5-20/+47
until it is actually needed
2012-03-28Fix on_generate minp/maxp (was broken due to chunkymapgen)Perttu Ahola1-2/+3
2012-03-28Add EnvRef:set_node()Perttu Ahola2-5/+12
2012-03-28Add range option to PseudoRandom:next()Perttu Ahola2-3/+17
2012-03-28Add blockseed to on_generatedPerttu Ahola6-7/+25
2012-03-28Default to having fancy trees and 3d clouds turned onPerttu Ahola1-2/+2
2012-03-28Add minetest.is_singleplayer()Perttu Ahola3-0/+11
2012-03-28doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()Perttu Ahola1-1/+1
2012-03-28Correctly lock mutexes when the server sends MapEditEvents (could cause ↵Perttu Ahola1-0/+4
memory corruption)
2012-03-28No occlusion culling when free_move is on and camera is inside groundPerttu Ahola1-0/+11
2012-03-28Make mapgen use mapgen_* node aliases rather than the LEGN macroPerttu Ahola2-33/+56
2012-03-28Add PseudoRandom in Lua APIPerttu Ahola3-0/+127
2012-03-27Tune skyboxPerttu Ahola1-9/+69
2012-03-27Try to make background/fog/sky color selection work betterPerttu Ahola1-2/+2
2012-03-27Set default minimum viewing range of 35 nodesPerttu Ahola1-1/+1
2012-03-27Unrelated, but anyway: tune light levels againPerttu Ahola1-0/+24
2012-03-27Tune cavesPerttu Ahola1-3/+1
2012-03-27Fix deep ground cave generation a bitPerttu Ahola1-4/+6
2012-03-27Fix mapgen block_is_underground heuristicPerttu Ahola1-3/+1
2012-03-27Tune mapgenPerttu Ahola1-13/+47
2012-03-27Set default maximum viewing range to a bit more than default server send ↵Perttu Ahola1-2/+2
range to make fog work well