aboutsummaryrefslogtreecommitdiff
path: root/src/filesys.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-25Deprecate minetest.add_to_creative_inventory and use group not_in_creative_in...Perttu Ahola3-44/+8
2012-07-25Add notice in the minimal gamePerttu Ahola1-0/+8
2012-07-25Add special return value -1 to inventry callbacksPerttu Ahola2-18/+42
2012-07-25Improve formspec positioningPerttu Ahola1-11/+11
2012-07-25Improve inventory callbacks a bitPerttu Ahola6-46/+65
2012-07-25Remove special handling of creative modePerttu Ahola8-77/+25
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola11-239/+819
2012-07-24Detached inventoriesPerttu Ahola12-85/+222
2012-07-24builtin/item.lua: callbacks with copies of positions and nodes rather than re...Perttu Ahola1-68/+82
2012-07-24darkrose should work at a nuclear power plant.Perttu Ahola2-2/+4
2012-07-24Update minetestmapper.py to support ver. 24 and 25Perttu Ahola1-1/+21
2012-07-24Improve node timer format (map format version 25) and update mapformat.txtPerttu Ahola5-41/+98
2012-07-24Add node timer test in minimal/experimentalPerttu Ahola1-1/+8
2012-07-23Add oldnode parameter to minetest.register_on_placenode callbackPerttu Ahola2-4/+5
2012-07-23Fix building on top of (pointable && buildable_to) nodesPerttu Ahola2-15/+42
2012-07-23Describe node definition fields better in lua_api.txtPerttu Ahola1-20/+19
2012-07-23Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.luaPerttu Ahola2-122/+121
2012-07-23Improve build configuration optionsPerttu Ahola7-35/+104
2012-07-23Update lua_api.txt a bitPerttu Ahola1-3/+3
2012-07-23Fix map deserialization and remove old serialization codePerttu Ahola9-363/+45
2012-07-23Increase node id/param0 to 16 bits, leaving param2 always with 8 bitsdarkrose4-61/+78
2012-07-23Implement node timersdarkrose12-45/+368
2012-07-22Fix terrible grammar in comment!Perttu Ahola1-1/+1
2012-07-22Fix compressZlib()Perttu Ahola1-18/+9
2012-07-22Test zlib wrapper's handling of large dataPerttu Ahola1-0/+34
2012-07-22Tweak test.c overally a bitPerttu Ahola1-246/+266
2012-07-22Formspec button_exit[] and image_button_exit[]Perttu Ahola4-7/+23
2012-07-22Doc updates for formspecdarkrose1-4/+30
2012-07-22Add /test1 command to minimal for testing a more complicated player inventory...Perttu Ahola1-0/+32
2012-07-22minetest.register_on_player_receive_fields()Perttu Ahola11-3/+127
2012-07-22Implement formspecdarkrose8-57/+407
2012-07-22Update Lua API documentation to include minetest.get_modnames()Matthew I1-0/+2
2012-07-22Add "/mods" command to list mods to clientMatthew I1-0/+17
2012-07-22Add minetest.get_modnames() to Lua APIMatthew I3-0/+63
2012-07-21Version 0.4.1Perttu Ahola1-1/+1
2012-07-21Fix signedness warning in base64.cppAndreas Zwinkau1-1/+1
2012-07-21Fix wctomb useAndreas Zwinkau1-2/+1
2012-07-21Remove mbtowc warningsAndreas Zwinkau1-6/+10
2012-07-21Actually fix facedir-rotated nodes placed using minetest.env:place_node()Perttu Ahola2-5/+10
2012-07-21Fix hovering after mining a block underneath you while sneakingMatthew I2-13/+38
2012-07-21Rotate facedir-rotated top and bottom textures too, and re-implement nodebox ...Perttu Ahola2-44/+51
2012-07-21Facedir rotation of nodebox texturesPerttu Ahola1-0/+42
2012-07-21Check whether node is known before reading definition in __builtin:item:on_st...Perttu Ahola1-1/+2
2012-07-21Fix signed overflow in getPointedThingBad-Command1-0/+8
2012-07-21Fix typo in scriptapi.cpp in minetest.get_craft_recipe()Perttu Ahola1-1/+1
2012-07-21Server-side checking of digging; disable_anticheat settingPerttu Ahola6-7/+101
2012-07-21BITCH, THIS IS 0.4.0.Perttu Ahola3-3/+5
2012-07-21Define M_PI on MSVCPerttu Ahola5-0/+11
2012-07-21Add a random-ish contributor list to credit screenPerttu Ahola1-3/+3
2012-07-21Check for table type when reading groups from Luadarkrose1-0/+2