2012-06-06 |
Perttu Ahola | Add disallow_empty_password setting |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Perttu Ahola | Call this 0.4.dev-20120606 0.4.dev-20120606 |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Perttu Ahola | Add minetest.serialize() and minetest.deserialize() |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Perttu Ahola | Allow groups in crafting recipes |
commit | commitdiff | tree | snapshot |
2012-06-06 |
Perttu Ahola | Remove obsolete "footprints" default setting from defau... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Kahrl | Allow replacements in cooking and fuel recipes |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Perttu Ahola | Fix small errors in lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Perttu Ahola | Add after_destruct and cache the existence of on_constr... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Perttu Ahola | place_node, dig_node and punch_node; an in-game tester... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Perttu Ahola | Fix NDT_RAILLIKE tweakings |
commit | commitdiff | tree | snapshot |
2012-06-05 |
darkrose | Shadily clean up NDT_RAILLIKE to surely differ from... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Perttu Ahola | Clean and optimize clouds.cpp enough to not really... |
commit | commitdiff | tree | snapshot |
2012-06-05 |
Perttu Ahola | Switch the license to be LGPLv2/later, with small parts... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Perttu Ahola | Update translation template po/minetest.pot |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Perttu Ahola | Use gettext for more basic user interface strings |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Perttu Ahola | Remove misdesigned exception from ReliablePacketBuffer |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Perttu Ahola | Add ignore_world_load_errors configuration option and... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Perttu Ahola | Improve GUIMessageMenu (move and resize elements based... |
commit | commitdiff | tree | snapshot |
2012-06-04 |
Perttu Ahola | Fix loading of old signs |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Call this 0.4.dev-20120603 0.4.dev-20120603 |
commit | commitdiff | tree | snapshot |
2012-06-03 |
darkrose | Add InvRef:is_empty(listname) and make chests/furnaces... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
darkrose | Add can_dig callback |
commit | commitdiff | tree | snapshot |
2012-06-03 |
darkrose | fix locked chest to not destroy denied items (minimal... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Add fire visualization to minimal furnace menu |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Update inventory menu from formspec on-the-fly |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Add texture modification [lowpart:percent:filename |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Implement image[<X>,<Y>;<W>,<H>;<texture name>] and... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Reshape inventory menu code |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Add a bit of unit test for inventory |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Fix loading of legacy chests |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Use proper furnace cook time |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Add ObjRef:is_player() and modify ObjRef:get_player_nam... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Make GUIinventoryMenu::drawList more robust with invali... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
darkrose | Lua implementation of furnace with visible active state |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Implement locked chest; add after_place_node and after_... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | minetest.get_craft_result |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | NodeMetaRef:{to,from}_table and lua_api.txt additions |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Properly handle dropping of items from nodes, and disal... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | on_metadata_inventory_{move,offer,take} |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Implement sign using form field protocol |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Convert legacy chest inventory list "0" to "main" |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Properly create metadata inventories in minimal |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Improve GUIInventoryMenu error messages more |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Add proper error messages to GUIInventoryMenu when... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Random node metadata things |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Attempt to begin to implement chests and furnace in... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Add node on_construct, on_destruct callbacks and update... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
darkrose | Strip unneeded variables from NodeMetadata |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Kahrl | WIP node metadata, node timers |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Catch VersionMismatchException while loading world... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Perttu Ahola | Check password hash validity |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Perttu Ahola | Fix MSVC build (pow type overload stuff) |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Perttu Ahola | Add support for putting modpacks directly into mod... |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | Add better trace peudo-loglevel support |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | Allow using --worldname for local game too |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | Comment out unnecessary debug output in Settings |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | --world list |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | Better description of static_spawnpoint in minetest... |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | Update minetest.conf.example a bit |
commit | commitdiff | tree | snapshot |
2012-05-20 |
Perttu Ahola | Tune smooth lighting a bit |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Perttu Ahola | Log more stuff in Client::afterContentReceived() |
commit | commitdiff | tree | snapshot |
2012-05-19 |
Perttu Ahola | Take out the "Privileges of foo are hidden from you... |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Perttu Ahola | Add a hack to get rid of the rare "ERROR: StaticObjectL... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Perttu Ahola | Fix continuing to process TOSERVER_INIT2 even if player... |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Perttu Ahola | Add "Registered definitions of stuff" to doc/lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-04-13 |
Perttu Ahola | Fix executing register_chatcommand-defined commands... |
commit | commitdiff | tree | snapshot |
2012-04-10 |
Perttu Ahola | Fix unhandled InvalidPositionException |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | basic_privs to allow granting/revoking interact_extra too |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Support static_spawnpoint setting |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Fix ABM handling on block activation |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Allow redefining minetest.item_place and the like |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Make client know about reverted disallowed diggings |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Add basic_privs privilege |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Improve doc/lua_api.txt and add minetest.get_item_group... |
commit | commitdiff | tree | snapshot |
2012-04-09 |
Perttu Ahola | Fix unable to join server first time with a password |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Call this 0.4.dev-20120408 0.4.dev-20120408 |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Add minimal documentation about the $world/game/ addition |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Support placing a minetest game inside $world/game... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Fix crash after 'LuaEntity name "particles:smoke" not... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | minetest.get_node_group(name, group) |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | EnvRef:find_nodes_in_area(minp, maxp, nodenames) |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Allow looping of local and positional sounds |
commit | commitdiff | tree | snapshot |
2012-04-08 |
Perttu Ahola | Make lava brighter by showing light sources at their... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Improve texture atlas generation |
commit | commitdiff | tree | snapshot |
2012-04-07 |
q66 | Fullscreen, vsync, fullscreen_bpp and fsaa options... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Improve doc/lua_api.txt |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Tune mapgen |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Fix collision code getting stuck if speed is 0 |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Fix segfault when setting privileges of a non-connected... |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Fix fabs() brainfart |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Tune desert beaches |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Fix MSVC ambiguous fabs() call errors |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Add deserts to map generator |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Tune mapgen a bit |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Sergey Gilfanov | PerlinNoise for Lua. |
commit | commitdiff | tree | snapshot |
2012-04-07 |
Perttu Ahola | Support custom textures installed as /textures/all... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | Add EnvRef:find_node_near(pos, radius, nodenames) |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | Add missing mapgen.lua to games/minimal |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | Handle failing openal init properly, add enable_sound... |
commit | commitdiff | tree | snapshot |
2012-04-06 |
Perttu Ahola | Add #include <unistd.h> to filesys.cpp |
commit | commitdiff | tree | snapshot |
next |