aboutsummaryrefslogtreecommitdiff
path: root/src/logoutputbuffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-01Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola6-8/+130
2012-04-01Fix disabling of player movement cheat detection in singleplayerPerttu Ahola1-1/+6
2012-04-01Don't apply player movement cheat detection in singleplayerPerttu Ahola3-48/+57
2012-04-01Remplement and improve /setting in Lua, now called /setPerttu Ahola4-65/+80
2012-04-01Don't allow /granting unknown privilegesPerttu Ahola1-0/+8
2012-04-01Split builtin.lua to multiple filesPerttu Ahola9-1387/+1408
2012-04-01Allow getting the path of builtin.lua using minetest.get_modpath("__builtin")Perttu Ahola3-3/+12
2012-04-01granting and revoking of all privileges at oncePerttu Ahola1-4/+11
2012-03-31Add license of Lua in README.txtPerttu Ahola1-0/+28
2012-03-31Change default privileges from "build, shout" to "interact, shout"Perttu Ahola1-1/+1
2012-03-31Fix authentication handler reporting failed password change while it isn'tPerttu Ahola1-0/+1
2012-03-31Improve /grant and /revoke output, add /auth_reloadPerttu Ahola2-12/+48
2012-03-31Add server-side enforcement of the 'fast' privilege; also fix client checking...Perttu Ahola4-9/+32
2012-03-31Fix client.h getting included on the server buildPerttu Ahola1-0/+2
2012-03-31Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola18-740/+928
2012-03-31Fix doc/lua_api.txtPerttu Ahola1-2/+2
2012-03-31initial_properties field in entity definitionPerttu Ahola3-13/+22
2012-03-31More documentation in doc/lua_api.txtPerttu Ahola2-8/+50
2012-03-31Allow group:groupname in ABM definition and implement minetest.hash_node_posi...Perttu Ahola5-15/+54
2012-03-31cmake: lua: use COMMON_CFLAGSJonathan Neuschäfer1-0/+5
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
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 n...Perttu Ahola1-7/+12
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 player...Perttu Ahola6-64/+154
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 s...Perttu Ahola2-2/+18
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
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 le...Perttu Ahola5-79/+141
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 u...Perttu Ahola5-20/+47
2012-03-28Fix on_generate minp/maxp (was broken due to chunkymapgen)Perttu Ahola1-2/+3