Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Extend Lua API in order to implement chat commands | Matthew I | 2012-08-12 | 2 | -0/+32 | |
| | | | | | | minetest.get_server_status() minetest.request_shutdown() EnvRef:clear_objects() | |||||
* | Remove trailing comma after player list in server status string | Matthew I | 2012-08-12 | 1 | -3/+8 | |
| | ||||||
* | Allow digging of unknown nodes | Matthew I | 2012-08-12 | 2 | -2/+11 | |
| | | | | | | | | This allows the removal of nodes with unknown types. get_item_callback() (C++) would fail if a node has an unknown type. Now it will try using the callback from minetest.nodedef_default in this case. Also, minetest.node_dig() (Lua) was altered to always allow digging when the node definition is empty (i.e. unknown node). | |||||
* | Fix wrong amount of nodes being dropped from inventory | Perttu Ahola | 2012-08-12 | 1 | -0/+1 | |
| | ||||||
* | fix node timers so on_timer gets the correct position | darkrose | 2012-08-12 | 1 | -1/+2 | |
| | ||||||
* | Remove unwanted ! from ifs in inventory record-for-rollback code | Perttu Ahola | 2012-08-12 | 1 | -3/+3 | |
| | ||||||
* | Call this 0.4.2-rc1 | Perttu Ahola | 2012-07-28 | 1 | -1/+1 | |
| | ||||||
* | Fix inventory segfault when rollback recording is disabled | Perttu Ahola | 2012-07-28 | 1 | -2/+2 | |
| | ||||||
* | Add enable_rollback_recording setting, defaulting to false | Perttu Ahola | 2012-07-28 | 4 | -0/+11 | |
| | ||||||
* | Handle max<min in LuaPseudoRandom::l_next() | Perttu Ahola | 2012-07-27 | 1 | -0/+4 | |
| | ||||||
* | Tweak rollback and liquids | Perttu Ahola | 2012-07-27 | 4 | -16/+16 | |
| | ||||||
* | Tweak rollback stuff | Perttu Ahola | 2012-07-27 | 4 | -8/+15 | |
| | ||||||
* | Increase automatic suspect guess timeframe | Perttu Ahola | 2012-07-27 | 1 | -1/+1 | |
| | ||||||
* | ABM and liquid overload skip | Perttu Ahola | 2012-07-27 | 3 | -3/+11 | |
| | ||||||
* | Fix server build (a missing header) | Perttu Ahola | 2012-07-27 | 1 | -0/+1 | |
| | ||||||
* | Make the rollback system VERY FUCKING GOD DAMN POWERFUL | Perttu Ahola | 2012-07-27 | 6 | -44/+150 | |
| | ||||||
* | Don't track liquids for rollback because of too much log | Perttu Ahola | 2012-07-27 | 2 | -5/+6 | |
| | ||||||
* | Properly rollback chat command triggered things | Perttu Ahola | 2012-07-27 | 1 | -0/+4 | |
| | ||||||
* | Experimental-ish rollback functionality | Perttu Ahola | 2012-07-27 | 20 | -27/+1316 | |
| | ||||||
* | Working group-shapeless and multigroup recipes | Perttu Ahola | 2012-07-26 | 2 | -30/+100 | |
| | ||||||
* | Restore focus to formspec menu when pressing a button | Perttu Ahola | 2012-07-25 | 1 | -0/+2 | |
| | ||||||
* | Deprecate minetest.add_to_creative_inventory and use group ↵ | Perttu Ahola | 2012-07-25 | 3 | -44/+8 | |
| | | | | not_in_creative_inventory instead | |||||
* | Add notice in the minimal game | Perttu Ahola | 2012-07-25 | 1 | -0/+8 | |
| | ||||||
* | Add special return value -1 to inventry callbacks | Perttu Ahola | 2012-07-25 | 2 | -18/+42 | |
| | ||||||
* | Improve formspec positioning | Perttu Ahola | 2012-07-25 | 1 | -11/+11 | |
| | ||||||
* | Improve inventory callbacks a bit | Perttu Ahola | 2012-07-25 | 6 | -46/+65 | |
| | ||||||
* | Remove special handling of creative mode | Perttu Ahola | 2012-07-25 | 8 | -77/+25 | |
| | ||||||
* | Detached inventory callbacks and reworked node metadata callbacks | Perttu Ahola | 2012-07-25 | 11 | -239/+819 | |
| | ||||||
* | Detached inventories | Perttu Ahola | 2012-07-24 | 12 | -85/+222 | |
| | ||||||
* | builtin/item.lua: callbacks with copies of positions and nodes rather than ↵ | Perttu Ahola | 2012-07-24 | 1 | -68/+82 | |
| | | | | recycle the same ones, which callbacks can modify | |||||
* | darkrose should work at a nuclear power plant. | Perttu Ahola | 2012-07-24 | 2 | -2/+4 | |
| | | | | It'd take years to figure out what caused the accident. | |||||
* | Update minetestmapper.py to support ver. 24 and 25 | Perttu Ahola | 2012-07-24 | 1 | -1/+21 | |
| | ||||||
* | Improve node timer format (map format version 25) and update mapformat.txt | Perttu Ahola | 2012-07-24 | 5 | -41/+98 | |
| | ||||||
* | Add node timer test in minimal/experimental | Perttu Ahola | 2012-07-24 | 1 | -1/+8 | |
| | ||||||
* | Add oldnode parameter to minetest.register_on_placenode callback | Perttu Ahola | 2012-07-23 | 2 | -4/+5 | |
| | ||||||
* | Fix building on top of (pointable && buildable_to) nodes | Perttu Ahola | 2012-07-23 | 2 | -15/+42 | |
| | ||||||
* | Describe node definition fields better in lua_api.txt | Perttu Ahola | 2012-07-23 | 1 | -20/+19 | |
| | ||||||
* | Move /give, /giveme, /spawnentity and /pulverize to builtin/chatcommands.lua | Perttu Ahola | 2012-07-23 | 2 | -122/+121 | |
| | ||||||
* | Improve build configuration options | Perttu Ahola | 2012-07-23 | 7 | -35/+104 | |
| | ||||||
* | Update lua_api.txt a bit | Perttu Ahola | 2012-07-23 | 1 | -3/+3 | |
| | ||||||
* | Fix map deserialization and remove old serialization code | Perttu Ahola | 2012-07-23 | 9 | -363/+45 | |
| | ||||||
* | Increase node id/param0 to 16 bits, leaving param2 always with 8 bits | darkrose | 2012-07-23 | 4 | -61/+78 | |
| | ||||||
* | Implement node timers | darkrose | 2012-07-23 | 12 | -45/+368 | |
| | ||||||
* | Fix terrible grammar in comment! | Perttu Ahola | 2012-07-22 | 1 | -1/+1 | |
| | ||||||
* | Fix compressZlib() | Perttu Ahola | 2012-07-22 | 1 | -18/+9 | |
| | ||||||
* | Test zlib wrapper's handling of large data | Perttu Ahola | 2012-07-22 | 1 | -0/+34 | |
| | ||||||
* | Tweak test.c overally a bit | Perttu Ahola | 2012-07-22 | 1 | -246/+266 | |
| | ||||||
* | Formspec button_exit[] and image_button_exit[] | Perttu Ahola | 2012-07-22 | 4 | -7/+23 | |
| | ||||||
* | Doc updates for formspec | darkrose | 2012-07-22 | 1 | -4/+30 | |
| | ||||||
* | Add /test1 command to minimal for testing a more complicated player ↵ | Perttu Ahola | 2012-07-22 | 1 | -0/+32 | |
| | | | | inventory form |