]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2012-07-24 Perttu AholaAdd node timer test in minimal/experimental
2012-07-23 Perttu AholaAdd oldnode parameter to minetest.register_on_placenode...
2012-07-23 Perttu AholaFix building on top of (pointable && buildable_to)...
2012-07-23 Perttu AholaDescribe node definition fields better in lua_api.txt
2012-07-23 Perttu AholaMove /give, /giveme, /spawnentity and /pulverize to...
2012-07-23 Perttu AholaImprove build configuration options
2012-07-23 Perttu AholaUpdate lua_api.txt a bit
2012-07-23 Perttu AholaFix map deserialization and remove old serialization...
2012-07-23 darkroseIncrease node id/param0 to 16 bits, leaving param2...
2012-07-23 darkroseImplement node timers
2012-07-22 Perttu AholaFix terrible grammar in comment!
2012-07-22 Perttu AholaFix compressZlib()
2012-07-22 Perttu AholaTest zlib wrapper's handling of large data
2012-07-22 Perttu AholaTweak test.c overally a bit
2012-07-22 Perttu AholaFormspec button_exit[] and image_button_exit[]
2012-07-22 darkroseDoc updates for formspec
2012-07-22 Perttu AholaAdd /test1 command to minimal for testing a more compli...
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-07-22 darkroseImplement formspec
2012-07-22 Matthew IUpdate Lua API documentation to include minetest.get_mo...
2012-07-22 Matthew IAdd "/mods" command to list mods to client
2012-07-22 Matthew IAdd minetest.get_modnames() to Lua API
2012-07-21 Perttu AholaVersion 0.4.1 0.4.1
2012-07-21 Andreas ZwinkauFix signedness warning in base64.cpp
2012-07-21 Andreas ZwinkauFix wctomb use
2012-07-21 Andreas ZwinkauRemove mbtowc warnings
2012-07-21 Perttu AholaActually fix facedir-rotated nodes placed using minetes...
2012-07-21 Matthew IFix hovering after mining a block underneath you while...
2012-07-21 Perttu AholaRotate facedir-rotated top and bottom textures too...
2012-07-21 Perttu AholaFacedir rotation of nodebox textures
2012-07-21 Perttu AholaCheck whether node is known before reading definition...
2012-07-21 Bad-CommandFix signed overflow in getPointedThing
2012-07-21 Perttu AholaFix typo in scriptapi.cpp in minetest.get_craft_recipe()
2012-07-21 Perttu AholaServer-side checking of digging; disable_anticheat...
2012-07-21 Perttu AholaBITCH, THIS IS 0.4.0. 0.4.0
2012-07-21 Perttu AholaDefine M_PI on MSVC
2012-07-21 Perttu AholaAdd a random-ish contributor list to credit screen
2012-07-20 darkroseCheck for table type when reading groups from Lua
2012-07-20 darkroseAdd minetest.get_craft_recipe()
2012-07-20 darkroseAdd support for "textures/all" (and thus texture packs...
2012-07-20 darkroseMake lava buckets work as fuel in minimal game
2012-07-20 darkroseRemove trenches from map generator (cyisfor) (glitches...
2012-07-20 CalinouMessage cleanups (consistency) and prevent /me when...
2012-07-20 darkroseHandle nil placer as it might occur when using minetest...
2012-07-19 Perttu AholaRemove util/old/genmap.py, because it is uselessly old
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-18 Perttu AholaFix /builtin/misc.lua:47: attempt to call method 'is_pl...
2012-06-17 Perttu AholaFix random glitches in transparent animations
2012-06-17 Perttu AholaAdd pointed_thing to lua_api.txt
2012-06-17 Perttu AholaHopefully fix includes on mingw
2012-06-17 Perttu AholaIncrement protocol version
2012-06-17 Perttu AholaExplain node boxes in lua_api.txt
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/
2012-06-16 Perttu AholaMention node drawtypes in lua_api.txt
2012-06-16 Perttu AholaFix /setpassword and /clearpassword
2012-06-16 Perttu AholaFix "Node placement prediction failed for (places __def...
2012-06-16 Perttu AholaAdd desynchronize_mapblock_texture_animation setting...
2012-06-16 Perttu AholaFix build error due to DEBUGFILE
2012-06-16 Perttu AholaRevert back proper crack texture
2012-06-16 Perttu AholaClean up constants.h a bit
2012-06-16 Perttu AholaAllow node cracking animations of any length
2012-06-16 Perttu AholaRemove tiles and special_tiles from node definition...
2012-06-16 Perttu AholaUpdate field names to non-deprecated ones in node defin...
2012-06-16 Perttu AholaUse new field names and reorder fields a bit in minimal...
2012-06-16 Perttu AholaNode texture animation
2012-06-11 Perttu AholaAdd comment about ItemSAO being deprecated
2012-06-10 Perttu AholaAdd some missing object properties to doc/lua_api.txt
2012-06-10 Perttu AholaNode placement client-side prediction
2012-06-09 Perttu AholaRemove a random old comment and a #define from game.cpp
2012-06-08 Perttu AholaAdd experimental_tester_tool_1.png to minimal game...
2012-06-08 Perttu AholaMove genmap.py and pnoise.py to old/
2012-06-08 Perttu AholaUpdate minetestmapper.py to support the current map...
2012-06-08 Perttu AholaUpdate and fix doc/mapformat.txt; make current format...
2012-06-07 Perttu AholaDon't deprecate minetest.register_on_placenode and...
2012-06-06 Perttu AholaAdd disallow_empty_password setting
2012-06-06 Perttu AholaCall this 0.4.dev-20120606 0.4.dev-20120606
2012-06-06 Perttu AholaAdd minetest.serialize() and minetest.deserialize()
2012-06-06 Perttu AholaAllow groups in crafting recipes
2012-06-06 Perttu AholaRemove obsolete "footprints" default setting from defau...
2012-06-05 KahrlAllow replacements in cooking and fuel recipes
2012-06-05 Perttu AholaFix small errors in lua_api.txt
2012-06-05 Perttu AholaAdd after_destruct and cache the existence of on_constr...
2012-06-05 Perttu Aholaplace_node, dig_node and punch_node; an in-game tester...
2012-06-05 Perttu AholaFix NDT_RAILLIKE tweakings
2012-06-05 darkroseShadily clean up NDT_RAILLIKE to surely differ from...
2012-06-05 Perttu AholaClean and optimize clouds.cpp enough to not really...
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-04 Perttu AholaUpdate translation template po/minetest.pot
2012-06-04 Perttu AholaUse gettext for more basic user interface strings
2012-06-04 Perttu AholaRemove misdesigned exception from ReliablePacketBuffer
2012-06-04 Perttu AholaAdd ignore_world_load_errors configuration option and...
2012-06-04 Perttu AholaImprove GUIMessageMenu (move and resize elements based...
2012-06-04 Perttu AholaFix loading of old signs
2012-06-03 Perttu AholaCall this 0.4.dev-20120603 0.4.dev-20120603
2012-06-03 darkroseAdd InvRef:is_empty(listname) and make chests/furnaces...
2012-06-03 darkroseAdd can_dig callback
2012-06-03 darkrosefix locked chest to not destroy denied items (minimal...
next