Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get the new animation framework properly working | MirceaKitsune | 2012-11-25 |
| | | | | | | Store start and end frames as v2f Also move bone animations to their own function instead of object properties | ||
* | Joint positioning and rotation code, and fix a problem related to their lua API | MirceaKitsune | 2012-11-25 |
| | | | | Attempt to move the animation system to a more correct implementation, rather than using object properties. Incomplete and breaks functionality | ||
* | Allow the LUA API to set animations to meshes as well as the animation ↵ | MirceaKitsune | 2012-11-25 |
| | | | | | | | | | | | | speed. Also update animations only when needed. Support for animation blending, though for some reason it doesn't work. Don't enable animation transitions by default for many reaosons Object property to store individual bone positions. LUA can specify a bone name followed by a bone position. No functionality yet. Bone rotation to be added in the following commit Same system for bone rotation, plus a few other things I missed | ||
* | Get the mesh working through the memory cache properly. Most credit goes to ↵ | MirceaKitsune | 2012-11-25 |
| | | | | | | | | | | celeron55 for the help on this code Get the texture from memory as well Add .x to the list of supported formats Update LUA API documentation | ||
* | Adding background to Formspec | RealBadAngel | 2012-11-08 |
| | |||
* | Merge pull request #243 from xyzz/liquid_renewable | PilzAdam | 2012-11-03 |
|\ | | | | | Add liquid_renewable property, allow non-renewable liquids. | ||
| * | Add liquid_renewable property. | Ilya Zhuravlev | 2012-09-07 |
| | | |||
* | | Add falling_node to special groups in lua-api.txt | PilzAdam | 2012-11-01 |
| | | |||
* | | Add nodedef.on_blast() to lua_api.txt in order to support chained explosions ↵ | Perttu Ahola | 2012-09-09 |
| | | | | | | | | of any explosives | ||
* | | Add dtime_s to entity activation | Perttu Ahola | 2012-09-09 |
| | | |||
* | | Fix ObjectRef:punch() | Perttu Ahola | 2012-09-09 |
|/ | |||
* | Add overridable function for handling dropped items from nodes | Perttu Ahola | 2012-09-02 |
| | |||
* | Add bouncy node group | Perttu Ahola | 2012-09-01 |
| | |||
* | Add disable_jump and fall_damage_add_percent node groups | Perttu Ahola | 2012-09-01 |
| | |||
* | Add InventoryList width property & allow custom crafting grids. | Ilya Zhuravlev | 2012-09-01 |
| | |||
* | Add ban management routines to Lua API | Matthew I | 2012-08-12 |
| | | | | | | | | Those functions are: * minetest.get_ban_list() * minetest.get_ban_description(ip_or_name) * minetest.ban_player(name) * minetest.unban_player_or_ip(ip_or_name) | ||
* | Extend Lua API in order to implement chat commands | Matthew I | 2012-08-12 |
| | | | | | | minetest.get_server_status() minetest.request_shutdown() EnvRef:clear_objects() | ||
* | Experimental-ish rollback functionality | Perttu Ahola | 2012-07-27 |
| | |||
* | Working group-shapeless and multigroup recipes | Perttu Ahola | 2012-07-26 |
| | |||
* | Add special return value -1 to inventry callbacks | Perttu Ahola | 2012-07-25 |
| | |||
* | Improve inventory callbacks a bit | Perttu Ahola | 2012-07-25 |
| | |||
* | Detached inventory callbacks and reworked node metadata callbacks | Perttu Ahola | 2012-07-25 |
| | |||
* | Detached inventories | Perttu Ahola | 2012-07-24 |
| | |||
* | Improve node timer format (map format version 25) and update mapformat.txt | Perttu Ahola | 2012-07-24 |
| | |||
* | Add oldnode parameter to minetest.register_on_placenode callback | Perttu Ahola | 2012-07-23 |
| | |||
* | Describe node definition fields better in lua_api.txt | Perttu Ahola | 2012-07-23 |
| | |||
* | Update lua_api.txt a bit | Perttu Ahola | 2012-07-23 |
| | |||
* | Implement node timers | darkrose | 2012-07-23 |
| | |||
* | Formspec button_exit[] and image_button_exit[] | Perttu Ahola | 2012-07-22 |
| | |||
* | Doc updates for formspec | darkrose | 2012-07-22 |
| | |||
* | minetest.register_on_player_receive_fields() | Perttu Ahola | 2012-07-22 |
| | |||
* | Update Lua API documentation to include minetest.get_modnames() | Matthew I | 2012-07-22 |
| | |||
* | BITCH, THIS IS 0.4.0. | Perttu Ahola | 2012-07-21 |
| | |||
* | Add minetest.get_craft_recipe() | darkrose | 2012-07-21 |
| | |||
* | Allow defining player's inventory form in Lua | Perttu Ahola | 2012-07-19 |
| | |||
* | Add pointed_thing to lua_api.txt | Perttu Ahola | 2012-06-17 |
| | |||
* | Explain node boxes in lua_api.txt | Perttu Ahola | 2012-06-17 |
| | |||
* | Mention node drawtypes in lua_api.txt | Perttu Ahola | 2012-06-16 |
| | |||
* | Node texture animation | Perttu Ahola | 2012-06-16 |
| | |||
* | Add some missing object properties to doc/lua_api.txt | Perttu Ahola | 2012-06-10 |
| | |||
* | Node placement client-side prediction | Perttu Ahola | 2012-06-10 |
| | |||
* | Update and fix doc/mapformat.txt; make current format more solid in mapblock.cpp | Perttu Ahola | 2012-06-08 |
| | |||
* | Add minetest.serialize() and minetest.deserialize() | Perttu Ahola | 2012-06-07 |
| | |||
* | Allow groups in crafting recipes | Perttu Ahola | 2012-06-06 |
| | |||
* | Fix small errors in lua_api.txt | Perttu Ahola | 2012-06-06 |
| | |||
* | Add after_destruct and cache the existence of on_construct, on_destruct and ↵ | Perttu Ahola | 2012-06-05 |
| | | | | after_destruct for quick skipping when a node does not have them | ||
* | place_node, dig_node and punch_node; an in-game tester tool; remove old code | Perttu Ahola | 2012-06-05 |
| | |||
* | Add InvRef:is_empty(listname) and make chests/furnaces not diggable if not ↵ | darkrose | 2012-06-03 |
| | | | | empty in minimal game | ||
* | Add can_dig callback | darkrose | 2012-06-03 |
| | |||
* | Implement image[<X>,<Y>;<W>,<H>;<texture name>] and allow floating-point ↵ | Perttu Ahola | 2012-06-03 |
| | | | | values in formspec |