oweals/minetest.git
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...
2012-06-03 Perttu AholaAdd fire visualization to minimal furnace menu
2012-06-03 Perttu AholaUpdate inventory menu from formspec on-the-fly
2012-06-03 Perttu AholaAdd texture modification [lowpart:percent:filename
2012-06-03 Perttu AholaImplement image[<X>,<Y>;<W>,<H>;<texture name>] and...
2012-06-03 Perttu AholaReshape inventory menu code
2012-06-03 Perttu AholaAdd a bit of unit test for inventory
2012-06-03 Perttu AholaFix loading of legacy chests
2012-06-03 Perttu AholaUse proper furnace cook time
2012-06-03 Perttu AholaAdd ObjRef:is_player() and modify ObjRef:get_player_nam...
2012-06-03 Perttu AholaMake GUIinventoryMenu::drawList more robust with invali...
2012-06-03 darkroseLua implementation of furnace with visible active state
2012-06-03 Perttu AholaImplement locked chest; add after_place_node and after_...
2012-06-03 Perttu Aholaminetest.get_craft_result
2012-06-03 Perttu AholaNodeMetaRef:{to,from}_table and lua_api.txt additions
2012-06-03 Perttu AholaProperly handle dropping of items from nodes, and disal...
2012-06-03 Perttu Aholaon_metadata_inventory_{move,offer,take}
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-06-03 Perttu AholaConvert legacy chest inventory list "0" to "main"
2012-06-03 Perttu AholaProperly create metadata inventories in minimal
2012-06-03 Perttu AholaImprove GUIInventoryMenu error messages more
2012-06-03 Perttu AholaAdd proper error messages to GUIInventoryMenu when...
2012-06-03 Perttu AholaRandom node metadata things
2012-06-03 Perttu AholaAttempt to begin to implement chests and furnace in...
2012-06-03 Perttu AholaAdd node on_construct, on_destruct callbacks and update...
2012-06-03 darkroseStrip unneeded variables from NodeMetadata
2012-06-03 KahrlWIP node metadata, node timers
2012-06-03 Perttu AholaCatch VersionMismatchException while loading world...
2012-06-03 Perttu AholaCheck password hash validity
2012-05-31 Perttu AholaFix MSVC build (pow type overload stuff)
2012-05-21 Perttu AholaAdd support for putting modpacks directly into mod...
2012-05-20 Perttu AholaAdd better trace peudo-loglevel support
2012-05-20 Perttu AholaAllow using --worldname for local game too
2012-05-20 Perttu AholaComment out unnecessary debug output in Settings
2012-05-20 Perttu Ahola--world list
2012-05-20 Perttu AholaBetter description of static_spawnpoint in minetest...
2012-05-20 Perttu AholaUpdate minetest.conf.example a bit
2012-05-20 Perttu AholaTune smooth lighting a bit
2012-05-19 Perttu AholaLog more stuff in Client::afterContentReceived()
2012-05-19 Perttu AholaTake out the "Privileges of foo are hidden from you...
2012-04-15 Perttu AholaAdd a hack to get rid of the rare "ERROR: StaticObjectL...
2012-04-14 Perttu AholaFix continuing to process TOSERVER_INIT2 even if player...
2012-04-14 Perttu AholaAdd "Registered definitions of stuff" to doc/lua_api.txt
2012-04-13 Perttu AholaFix executing register_chatcommand-defined commands...
2012-04-10 Perttu AholaFix unhandled InvalidPositionException
2012-04-09 Perttu Aholabasic_privs to allow granting/revoking interact_extra too
2012-04-09 Perttu AholaSupport static_spawnpoint setting
2012-04-09 Perttu AholaFix ABM handling on block activation
2012-04-09 Perttu AholaAllow redefining minetest.item_place and the like
2012-04-09 Perttu AholaMake client know about reverted disallowed diggings
2012-04-09 Perttu AholaAdd basic_privs privilege
2012-04-09 Perttu AholaImprove doc/lua_api.txt and add minetest.get_item_group...
2012-04-09 Perttu AholaFix unable to join server first time with a password
2012-04-08 Perttu AholaCall this 0.4.dev-20120408 0.4.dev-20120408
2012-04-08 Perttu AholaAdd minimal documentation about the $world/game/ addition
2012-04-08 Perttu AholaSupport placing a minetest game inside $world/game...
2012-04-08 Perttu AholaFix crash after 'LuaEntity name "particles:smoke" not...
2012-04-08 Perttu Aholaminetest.get_node_group(name, group)
2012-04-08 Perttu AholaEnvRef:find_nodes_in_area(minp, maxp, nodenames)
2012-04-08 Perttu AholaAllow looping of local and positional sounds
2012-04-08 Perttu AholaMake lava brighter by showing light sources at their...
2012-04-07 Perttu AholaImprove texture atlas generation
2012-04-07 q66Fullscreen, vsync, fullscreen_bpp and fsaa options...
2012-04-07 Perttu AholaImprove doc/lua_api.txt
2012-04-07 Perttu AholaTune mapgen
2012-04-07 Perttu AholaFix collision code getting stuck if speed is 0
2012-04-07 Perttu AholaFix segfault when setting privileges of a non-connected...
next