Commit Graph

  • 569156b013 Call this 0.4.dev-20120106-1 master Perttu Ahola 2012-01-06 20:41:52 +02:00
  • 6d4bc012f0 Fix key change menu a bit Perttu Ahola 2012-01-06 19:50:40 +02:00
  • 2f5c28aaf1 ObjectRef:setpos() to move player properly (a bit shortcuttish implementation) Perttu Ahola 2012-01-06 19:17:44 +02:00
  • 4f2c1e36a1 Implement minetest.register_on_dieplayer() Perttu Ahola 2012-01-06 00:12:33 +02:00
  • bc743ca7ce Add missing checks to texture caching Perttu Ahola 2012-01-04 00:37:46 +02:00
  • f9d7e399b2 Limit range of ABM timer initial value randomization Perttu Ahola 2012-01-03 13:49:47 +02:00
  • 3e6f824e6c Use free rather than delete for malloc'd memory Perttu Ahola 2012-01-02 21:42:33 +02:00
  • 6286c555d4 Initialize ABM timer to random value to spread processing Perttu Ahola 2012-01-02 21:06:38 +02:00
  • 4630281318 Fix ABM trigger chance being often way too high Perttu Ahola 2012-01-02 20:26:33 +02:00
  • cd0019acd2 Fix server sending stuff before textures have been sent Perttu Ahola 2012-01-02 17:44:00 +02:00
  • e82a76e438 Mark ObjectRef::get_entity_name() deprecated Perttu Ahola 2012-01-02 17:33:03 +02:00
  • ab57fbe4ca Add name field to registered entities Perttu Ahola 2012-01-02 16:26:40 +02:00
  • 56f55ab1af Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw() Perttu Ahola 2012-01-02 16:19:52 +02:00
  • 2445cbbbdc Add ObjectRef:get_luaentity() Perttu Ahola 2012-01-02 16:08:59 +02:00
  • 48131bf988 Call this 0.4.dev-20120102-1 Perttu Ahola 2012-01-02 13:51:43 +02:00
  • 2b9596fe9b Make text area in message dialog a bit larger Perttu Ahola 2012-01-02 13:34:24 +02:00
  • 0e1f448b61 Texture cache on client (mostly made by sapier) (breaks network compatibility) Perttu Ahola 2012-01-02 13:31:50 +02:00
  • ff82b95800 ObjectRef:get_entity_name() and fixing of comments in default/init.lua Perttu Ahola 2012-01-02 13:12:56 +02:00
  • 49b7055cb3 Make add_entity return a reference to added entity (or nil) Perttu Ahola 2012-01-02 12:48:25 +02:00
  • cb88f7b6d4 Clean up InvRef documentation in default/init.lua a bit Perttu Ahola 2012-01-02 03:18:23 +02:00
  • 9425fb8192 Improve mini Lua reference Perttu Ahola 2011-12-06 19:02:42 +02:00
  • e48ccd7943 Add ObjectRef:get_inventory() and add stuff to documentation comments Perttu Ahola 2011-12-06 18:59:52 +02:00
  • 6be5441176 Working implementation of experimental:luafurnace Perttu Ahola 2011-12-06 18:07:13 +02:00
  • d5ba7ebaf0 Random fixes to InvRef related stuff and a broken luafurnace Perttu Ahola 2011-12-06 17:23:58 +02:00
  • 270a482740 Add InvRef:get_list() and InvRef:set_list() and fix some things (untested) Perttu Ahola 2011-12-06 16:22:08 +02:00
  • e0b4890794 Add minetest.get_inventory(location), untested Perttu Ahola 2011-12-06 15:55:05 +02:00
  • 247e8b6e5d A small robustness addition to ItemStack Perttu Ahola 2011-12-06 15:32:41 +02:00
  • b760e2ba23 Rename InvStack to ItemStack Perttu Ahola 2011-12-06 15:28:56 +02:00
  • 103173fc9b Add InvRef and InvStack (currently untested and unusable) Perttu Ahola 2011-12-06 15:21:56 +02:00
  • 70ed371d0c Add default: to everything in default/init.lua (...hopefully doesn't break anything) Perttu Ahola 2012-01-01 21:31:47 +02:00
  • 81d3485109 Fix segfault when generating stuff on world boundaries Perttu Ahola 2012-01-01 21:01:55 +02:00
  • 7b7b68cdab Correctly pop stuff from the Lua stack in script_load() Perttu Ahola 2011-12-31 14:41:57 +02:00
  • 135a65e200 Add virtual destructors to abstract classes Giuseppe Bilotta 2011-12-09 11:20:19 +01:00
  • 123529e5eb Fix mirrored sign texture Perttu Ahola 2011-12-28 18:29:33 +02:00
  • e81989a0d8 Add wooden planks to creative inventory Perttu Ahola 2011-12-28 18:24:09 +02:00
  • 1c15f53318 Add EnvRef:get_objects_inside_radius(pos, radius) Perttu Ahola 2011-12-28 18:18:08 +02:00
  • 7937813c98 Add get_look_dir(), get_look_pitch() and get_look_yaw() for players Perttu Ahola 2011-12-28 17:34:07 +02:00
  • ad4040d982 Fix minetest.env:get_player_by_name(nil) causing segfault and similar things Perttu Ahola 2011-12-28 16:25:29 +02:00
  • 69579306dd Extend load screen maximum time Perttu Ahola 2011-12-11 16:52:19 +02:00
  • bd21f00f0a Add minetest.get_modpath(modname) Perttu Ahola 2011-12-11 16:49:40 +02:00
  • 012bcbcb48 add_luaentity->add_entity in mods/experimental Perttu Ahola 2011-12-11 01:52:37 +02:00
  • e06d4555bf Call this 0.4.dev-20111209-1 Perttu Ahola 2011-12-09 11:36:47 +02:00
  • abd106bacb Enforce modname naming convention Perttu Ahola 2011-12-04 18:26:05 +02:00
  • 008de2fb8f Delete unknown LuaEntities when punched Perttu Ahola 2011-12-04 16:25:27 +02:00
  • 2e67fa3e48 Improve /spawnentity a bit Perttu Ahola 2011-12-04 16:20:54 +02:00
  • ea36951bc4 Rename EnvRef:add_luaentity to EnvRef:add_entity Perttu Ahola 2011-12-04 16:08:37 +02:00
  • 09c48b60bd Add EnvRef:get_node_light(pos, timeofday) Perttu Ahola 2011-12-04 15:55:37 +02:00
  • 4cc117ddf6 Properly use time_from_last_punch for limiting PvP punch damage Perttu Ahola 2011-12-04 14:43:01 +02:00
  • ceaf8edade Use plain IBillboardSceneNode instead of MyBillboardSceneNode (improves Irrlicht 1.8 compat); also find dungeon master's fireball texture again; add /spawnentity command Kahrl 2011-12-04 03:28:30 +01:00
  • 520200d597 Check symlinks with stat() to know if they are directories or not Perttu Ahola 2011-12-04 13:02:00 +02:00
  • ab67985d21 Add support for unix filesystems which yield DT_UNKNOWN in dirent->d_type, falling back on stat(). Perttu Ahola 2011-12-04 12:49:58 +02:00
  • bc5cc638fc Fix player not dying when beated to death by other player Perttu Ahola 2011-12-04 03:56:22 +02:00
  • bff8be8b76 Fix getting two old-style minerals per digged node Perttu Ahola 2011-12-04 03:47:55 +02:00
  • 3e95b8a158 Determine light_propagates from paramtype Perttu Ahola 2011-12-04 03:45:02 +02:00
  • e8539d4dae Add experimental TNT's old name as an alias Perttu Ahola 2011-12-04 02:16:23 +02:00
  • 1907b31da7 Add furnace to legacy aliases Perttu Ahola 2011-12-04 02:15:05 +02:00
  • 6145a135bd Make ToolItem and MaterialItem to convert names by aliases at creation time too (necessary for eg. crafting) Perttu Ahola 2011-12-04 02:12:45 +02:00
  • 97c3bc408b Fix fence name Perttu Ahola 2011-12-04 02:12:43 +02:00
  • a00e908f52 Call this 0.4.dev-20111204-1 Perttu Ahola 2011-12-04 01:24:47 +02:00
  • 4ad8891e05 Convert CraftItems directly to the name pointed by alias; necessary due to lua definition table Perttu Ahola 2011-12-04 01:16:22 +02:00
  • 2b8b2a4f30 Fix wrong checked node names in bucket Perttu Ahola 2011-12-04 01:15:09 +02:00
  • 5c24450e54 Add some aliases to bucket Perttu Ahola 2011-12-04 00:51:19 +02:00
  • 3a689a5c4f Don't initialize ItemCAOs with stick.png Perttu Ahola 2011-12-04 00:45:12 +02:00
  • 44e36d9aad Fix craftitem aliases Perttu Ahola 2011-12-04 00:44:29 +02:00
  • 62f7f72d20 Move default_treeprop.png to treeprop.png Perttu Ahola 2011-12-04 00:40:04 +02:00
  • 829c632511 Craftitem aliases Perttu Ahola 2011-12-04 00:39:20 +02:00
  • 8730dfb1f9 Fix log message in tooldef.cpp Perttu Ahola 2011-12-04 00:35:08 +02:00
  • 6764365994 Modify a commit in tooldef.cpp and nodedef.cpp Perttu Ahola 2011-12-04 00:33:05 +02:00
  • 8addbc9655 Tool aliases Perttu Ahola 2011-12-04 00:22:34 +02:00
  • 658d1a7235 Add serialization for node aliases to let client show inventory images correctly Perttu Ahola 2011-12-04 00:07:02 +02:00
  • 4b00d4d9d2 Node definition aliases Perttu Ahola 2011-12-03 23:50:31 +02:00
  • 6a5829788e Even more texture fixing Perttu Ahola 2011-12-03 22:33:22 +02:00
  • 03074cd23e Rename lump_of_* to *_lump Perttu Ahola 2011-12-03 22:31:12 +02:00
  • 2620e8eada Fix the previous commit Perttu Ahola 2011-12-03 21:31:39 +02:00
  • 9b5e676ffa Clean and fix mods/experimental/init.lua Perttu Ahola 2011-12-03 21:30:54 +02:00
  • fd1ef11617 More texture naming fixes Perttu Ahola 2011-12-03 21:22:29 +02:00
  • 9fa567a6ce Rename textures of default mod Perttu Ahola 2011-12-03 21:10:02 +02:00
  • fc6c00cbe1 Remove iron apple from default Perttu Ahola 2011-12-03 20:31:41 +02:00
  • 66f90a6101 Make global names in default mod use good naming convention and move backwards-compatibility definitions to mods/legacy Perttu Ahola 2011-12-03 20:25:21 +02:00
  • 1fe5c58d56 Rename cookresult_item to cookresult_itemstring Perttu Ahola 2011-12-03 18:45:04 +02:00
  • f23616acaf add EnvRef:get_node_or_nil() Perttu Ahola 2011-12-03 18:37:50 +02:00
  • 7d37913ea4 Add ABM required neighbor check Perttu Ahola 2011-12-03 18:18:59 +02:00
  • ac56053c74 Fix bucket texture names Perttu Ahola 2011-12-03 17:40:58 +02:00
  • d566ffaa5f Allow digging unknown nodes Perttu Ahola 2011-12-03 13:56:39 +02:00
  • d06d7cb9a4 Show infotext for unknown nodes Perttu Ahola 2011-12-03 13:51:16 +02:00
  • e494b5d422 Show infotext for unknown items placed on ground Perttu Ahola 2011-12-03 13:46:19 +02:00
  • fdf7b3bcdf Call this 0.4.dev-20111203-3 Perttu Ahola 2011-12-03 12:02:45 +02:00
  • 871e6c0c73 On SIGINT in main menu, don't connect before shutting down Perttu Ahola 2011-12-03 12:02:27 +02:00
  • 392485aa45 inventorycube: use all three specified textures; also moved mesh creation / modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube Kahrl 2011-12-03 08:40:32 +01:00
  • 275a348b75 Do not broadcast an empty chat message when someone tries to log in with the wrong password Kahrl 2011-11-21 01:42:52 +01:00
  • 189689716c Notify player whose password is being changed Kahrl 2011-11-21 01:35:44 +01:00
  • 3965d432ca Call this 0.4.dev-20111203-2 Perttu Ahola 2011-12-03 11:45:26 +02:00
  • 746b960c0d Note about debug.txt in error message dialog when mod fails to load Perttu Ahola 2011-12-03 11:44:47 +02:00
  • 760416b81f Change naming convention to be modname:* instead of modname_* (sorry modders!) Perttu Ahola 2011-12-03 11:41:52 +02:00
  • 1c785c32ef Fix note about run-in-place mod search path in mods/default/init.lua Perttu Ahola 2011-12-03 04:00:42 +02:00
  • cd608b1877 Set version 0.4.dev-20111203-1 Perttu Ahola 2011-12-03 03:46:19 +02:00
  • c6dd75ccfb Add usermods/ to mod search paths and print out the paths at server startup Perttu Ahola 2011-12-03 03:43:20 +02:00
  • 6b2023dc3e Properly handle mod name conflicts Perttu Ahola 2011-12-03 03:32:30 +02:00
  • 2f4a92d701 Better mod loading error handling Perttu Ahola 2011-12-03 03:23:14 +02:00
  • 324c544922 Add world/mods to mod search path Perttu Ahola 2011-12-03 02:55:54 +02:00