]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2012-01-02 Perttu AholaCall this 0.4.dev-20120102-1
2012-01-02 Perttu AholaMake text area in message dialog a bit larger
2012-01-02 Perttu AholaTexture cache on client (mostly made by sapier) (breaks...
2012-01-02 Perttu AholaObjectRef:get_entity_name() and fixing of comments...
2012-01-02 Perttu AholaMake add_entity return a reference to added entity...
2012-01-02 Perttu AholaClean up InvRef documentation in default/init.lua a bit
2012-01-02 Perttu AholaImprove mini Lua reference
2012-01-02 Perttu AholaAdd ObjectRef:get_inventory() and add stuff to document...
2012-01-02 Perttu AholaWorking implementation of experimental:luafurnace
2012-01-02 Perttu AholaRandom fixes to InvRef related stuff and a broken luafu...
2012-01-02 Perttu AholaAdd InvRef:get_list() and InvRef:set_list() and fix...
2012-01-02 Perttu AholaAdd minetest.get_inventory(location), untested
2012-01-01 Perttu AholaA small robustness addition to ItemStack
2012-01-01 Perttu AholaRename InvStack to ItemStack
2012-01-01 Perttu AholaAdd InvRef and InvStack (currently untested and unusable)
2012-01-01 Perttu AholaAdd default: to everything in default/init.lua (.....
2012-01-01 Perttu AholaFix segfault when generating stuff on world boundaries
2011-12-31 Perttu AholaCorrectly pop stuff from the Lua stack in script_load()
2011-12-28 Giuseppe BilottaAdd virtual destructors to abstract classes
2011-12-28 Perttu AholaFix mirrored sign texture
2011-12-28 Perttu AholaAdd wooden planks to creative inventory
2011-12-28 Perttu AholaAdd EnvRef:get_objects_inside_radius(pos, radius)
2011-12-28 Perttu AholaAdd get_look_dir(), get_look_pitch() and get_look_yaw...
2011-12-28 Perttu AholaFix minetest.env:get_player_by_name(nil) causing segfau...
2011-12-11 Perttu AholaExtend load screen maximum time
2011-12-11 Perttu AholaAdd minetest.get_modpath(modname)
2011-12-10 Perttu Aholaadd_luaentity->add_entity in mods/experimental
2011-12-09 Perttu AholaCall this 0.4.dev-20111209-1
2011-12-04 Perttu AholaEnforce modname naming convention
2011-12-04 Perttu AholaDelete unknown LuaEntities when punched
2011-12-04 Perttu AholaImprove /spawnentity a bit
2011-12-04 Perttu AholaRename EnvRef:add_luaentity to EnvRef:add_entity
2011-12-04 Perttu AholaAdd EnvRef:get_node_light(pos, timeofday)
2011-12-04 Perttu AholaProperly use time_from_last_punch for limiting PvP...
2011-12-04 KahrlUse plain IBillboardSceneNode instead of MyBillboardSce...
2011-12-04 Perttu AholaCheck symlinks with stat() to know if they are director...
2011-12-04 Perttu AholaAdd support for unix filesystems which yield DT_UNKNOWN...
2011-12-04 Perttu AholaFix player not dying when beated to death by other...
2011-12-04 Perttu AholaFix getting two old-style minerals per digged node
2011-12-04 Perttu AholaDetermine light_propagates from paramtype
2011-12-04 Perttu AholaAdd experimental TNT's old name as an alias
2011-12-04 Perttu AholaAdd furnace to legacy aliases
2011-12-04 Perttu AholaMake ToolItem and MaterialItem to convert names by...
2011-12-04 Perttu AholaFix fence name
2011-12-03 Perttu AholaCall this 0.4.dev-20111204-1
2011-12-03 Perttu AholaConvert CraftItems directly to the name pointed by...
2011-12-03 Perttu AholaFix wrong checked node names in bucket
2011-12-03 Perttu AholaAdd some aliases to bucket
2011-12-03 Perttu AholaDon't initialize ItemCAOs with stick.png
2011-12-03 Perttu AholaFix craftitem aliases
2011-12-03 Perttu AholaMove default_treeprop.png to treeprop.png
2011-12-03 Perttu AholaCraftitem aliases
2011-12-03 Perttu AholaFix log message in tooldef.cpp
2011-12-03 Perttu AholaModify a commit in tooldef.cpp and nodedef.cpp
2011-12-03 Perttu AholaTool aliases
2011-12-03 Perttu AholaAdd serialization for node aliases to let client show...
2011-12-03 Perttu AholaNode definition aliases
2011-12-03 Perttu AholaEven more texture fixing
2011-12-03 Perttu AholaRename lump_of_* to *_lump
2011-12-03 Perttu AholaFix the previous commit
2011-12-03 Perttu AholaClean and fix mods/experimental/init.lua
2011-12-03 Perttu AholaMore texture naming fixes
2011-12-03 Perttu AholaRename textures of default mod
2011-12-03 Perttu AholaRemove iron apple from default
2011-12-03 Perttu AholaMake global names in default mod use good naming conven...
2011-12-03 Perttu AholaRename cookresult_item to cookresult_itemstring
2011-12-03 Perttu Aholaadd EnvRef:get_node_or_nil()
2011-12-03 Perttu AholaAdd ABM required neighbor check
2011-12-03 Perttu AholaFix bucket texture names
2011-12-03 Perttu AholaAllow digging unknown nodes
2011-12-03 Perttu AholaShow infotext for unknown nodes
2011-12-03 Perttu AholaShow infotext for unknown items placed on ground
2011-12-03 Perttu AholaCall this 0.4.dev-20111203-3
2011-12-03 Perttu AholaOn SIGINT in main menu, don't connect before shutting...
2011-12-03 Kahrlinventorycube: use all three specified textures; also...
2011-12-03 KahrlDo not broadcast an empty chat message when someone...
2011-12-03 KahrlNotify player whose password is being changed
2011-12-03 Perttu AholaCall this 0.4.dev-20111203-2
2011-12-03 Perttu AholaNote about debug.txt in error message dialog when mod...
2011-12-03 Perttu AholaChange naming convention to be modname:* instead of...
2011-12-03 Perttu AholaFix note about run-in-place mod search path in mods...
2011-12-03 Perttu AholaSet version 0.4.dev-20111203-1
2011-12-03 Perttu AholaAdd usermods/ to mod search paths and print out the...
2011-12-03 Perttu AholaProperly handle mod name conflicts
2011-12-03 Perttu AholaBetter mod loading error handling
2011-12-03 Perttu AholaAdd world/mods to mod search path
2011-12-03 Perttu AholaRemove accidental stupid naming in craftitem example
2011-12-03 Perttu AholaEnforced mod global naming convention and better error...
2011-12-02 Perttu AholaFix script error reporting a bit
2011-12-02 Perttu AholaFix ActiveObject creation for fast player respawns
2011-12-02 Perttu AholaFix sending of player hp (was sent all the time)
2011-12-02 Perttu AholaRemove unnecessary debug output from mods/default/init.lua
2011-12-02 Perttu AholaShow bare hand when no item is selected
2011-12-02 Perttu AholaSet version to 0.4.dev-20111202-1
2011-12-02 Perttu AholaFix mod licensing and add a mention about sound licensi...
2011-12-02 Perttu AholaScript-defined creative inventory
2011-12-02 Perttu AholaRename "build" privilege to "interact" (backwards-compa...
2011-12-02 Perttu AholaRename "NodeItem"/"ToolItem"/"CraftItem" to "node"...
2011-12-02 Perttu AholaRemove obsolete createPickedUpItem()
2011-12-02 Perttu AholaAdd time_from_last_punch to Lua API
next