summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-25Add special return value -1 to inventry callbacksPerttu Ahola
2012-07-25Improve formspec positioningPerttu Ahola
2012-07-25Improve inventory callbacks a bitPerttu Ahola
2012-07-25Remove special handling of creative modePerttu Ahola
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-07-24Detached inventoriesPerttu Ahola
2012-07-24darkrose should work at a nuclear power plant.Perttu Ahola
2012-07-24Improve node timer format (map format version 25) and update mapformat.txtPerttu Ahola
2012-07-23Fix building on top of (pointable && buildable_to) nodesPerttu Ahola
2012-07-23Improve build configuration optionsPerttu Ahola
2012-07-23Fix map deserialization and remove old serialization codePerttu Ahola
2012-07-23Increase node id/param0 to 16 bits, leaving param2 always with 8 bitsdarkrose
2012-07-23Implement node timersdarkrose
2012-07-22Fix terrible grammar in comment!Perttu Ahola
2012-07-22Fix compressZlib()Perttu Ahola
2012-07-22Test zlib wrapper's handling of large dataPerttu Ahola
2012-07-22Tweak test.c overally a bitPerttu Ahola
2012-07-22Formspec button_exit[] and image_button_exit[]Perttu Ahola
2012-07-22minetest.register_on_player_receive_fields()Perttu Ahola
2012-07-22Implement formspecdarkrose
2012-07-22Add minetest.get_modnames() to Lua APIMatthew I
2012-07-21Fix signedness warning in base64.cppAndreas Zwinkau
2012-07-21Fix wctomb useAndreas Zwinkau
2012-07-21Remove mbtowc warningsAndreas Zwinkau
2012-07-21Fix hovering after mining a block underneath you while sneakingMatthew I
2012-07-21Rotate facedir-rotated top and bottom textures too, and re-implement nodebox ...Perttu Ahola
2012-07-21Facedir rotation of nodebox texturesPerttu Ahola
2012-07-21Fix signed overflow in getPointedThingBad-Command
2012-07-21Fix typo in scriptapi.cpp in minetest.get_craft_recipe()Perttu Ahola
2012-07-21Server-side checking of digging; disable_anticheat settingPerttu Ahola
2012-07-21Define M_PI on MSVCPerttu Ahola
2012-07-21Add a random-ish contributor list to credit screenPerttu Ahola
2012-07-21Check for table type when reading groups from Luadarkrose
2012-07-21Add minetest.get_craft_recipe()darkrose
2012-07-21Add support for "textures/all" (and thus texture packs) to serverdarkrose
2012-07-21Remove trenches from map generator (cyisfor) (glitches: read below)darkrose
2012-07-21Message cleanups (consistency) and prevent /me when not allowed to shoutCalinou
2012-07-19Allow defining player's inventory form in LuaPerttu Ahola
2012-06-19Fix /builtin/misc.lua:47: attempt to call method 'is_player' (a nil value)Perttu Ahola
2012-06-18Fix random glitches in transparent animationsPerttu Ahola
2012-06-17Hopefully fix includes on mingwPerttu Ahola
2012-06-17Increment protocol versionPerttu Ahola
2012-06-17Custom boxy nodes (stairs, slabs) and collision changesKahrl
2012-06-17Optimize headersPerttu Ahola
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-17Initially split utility.h to multiple files in util/Perttu Ahola
2012-06-16Fix "Node placement prediction failed for (places __default) - Name not known"Perttu Ahola
2012-06-16Add desynchronize_mapblock_texture_animation setting and improve minetest.con...Perttu Ahola
2012-06-16Fix build error due to DEBUGFILEPerttu Ahola
2012-06-16Clean up constants.h a bitPerttu Ahola