]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2011-11-30 Perttu AholaAdd ObjectRef:punch and ObjectRef:right_click to Lua API
2011-11-30 Perttu AholaList added functions in default/init.lua
2011-11-30 Perttu AholaAdd get_wielded_itemstring, get_wielded_item, damage_wi...
2011-11-30 Perttu AholaReworked the inventory move handling code, hopefully...
2011-11-29 Perttu AholaFix player getting reset to 0,0 at connect if being...
2011-11-29 Perttu AholaVersion 0.4.dev-20111129-2
2011-11-29 Perttu AholaModify builtin ABMs to have lower interval and higher...
2011-11-29 Perttu AholaProper player inventory and hp modification tracking...
2011-11-29 Perttu AholaTune main menu a bit and show version number in there
2011-11-29 Perttu AholaBetter version match fail messages from server
2011-11-29 Perttu Aholadev-20111129-1
2011-11-29 Perttu AholaCreate the necessary API for /giveme and /give and...
2011-11-29 Perttu AholaHandle items with m_count==0 sanely when placing
2011-11-29 Perttu AholaPrint debug stacks to infostream rather than errorstrea...
2011-11-29 Perttu AholaDo not install the static lua library file
2011-11-29 Perttu AholaRemove content_inventory.{h,cpp}
2011-11-29 Perttu AholaQuick fix to a bug that makes it possible to raise...
2011-11-29 Perttu AholaModify bucket namings
2011-11-29 Perttu AholaAdd bucket textures
2011-11-29 Perttu AholaReorganize mods
2011-11-29 Perttu AholaAdd missing files for a previous commit
2011-11-29 Perttu AholaUpdate version number to 0.4.dev-20111129
2011-11-29 Perttu AholaAdd a note about the default mod not using the modname_...
2011-11-29 KahrlCraftItem rework and Lua interface
2011-11-29 Perttu AholaFix active_object_count and active_object_count_wider...
2011-11-29 Perttu AholaAdd NULL terminations to EnumString definitions
2011-11-29 Perttu AholaSome MSVC fixes
2011-11-29 Perttu AholaFix CMake install data path
2011-11-29 Perttu AholaSilly MSVC doesn't know how to handle type conversions...
2011-11-29 Perttu AholaUpdate installation in CMakeLists.txt
2011-11-29 Perttu AholaRename menu background to menubg.png, move unknown_bloc...
2011-11-29 Perttu AholaGenericNodeMetadata and an example furnace
2011-11-29 Perttu AholaFix stuff in inventory.{cpp,h}
2011-11-29 Perttu AholaComment out debug output in ServerEnvironment::activate...
2011-11-29 Perttu AholaHandle ActiveBlockModifier intervals properly, down...
2011-11-29 Perttu AholaInitial NodeMetaRef stuff
2011-11-29 Perttu AholaLua interface for ActiveBlockModifier
2011-11-29 Perttu AholaRemove creation of builtin.lua defined minetest.registe...
2011-11-29 Perttu AholaComment fix in builtin.lua
2011-11-29 Perttu AholaFor consistency, implement calling of on_chat_message...
2011-11-29 Perttu AholaImplement callback registration in Lua instead of C
2011-11-29 Perttu AholaReplace old active block random node modifying things...
2011-11-29 Perttu AholaAdd chat message callback and send functions
2011-11-29 Perttu AholaPrint errors from local log to chat
2011-11-29 Perttu AholaAdd a third log output interface method
2011-11-29 Perttu AholaUse log_deregister_thread in EmergeThread
2011-11-29 Perttu AholaAdd log_remove_output and log_deregister_thread
2011-11-29 Perttu AholaFix mod dependency sort
2011-11-29 Perttu AholaAdd depends.txt for mods/give_initial_stuff
2011-11-29 Perttu AholaWarn about unsatisfied dependencies
2011-11-29 Perttu AholaMake blocks to be loaded from disk when the active...
2011-11-29 Perttu AholaFix a random commented-out piece of lighting code,...
2011-11-29 Perttu AholaOptimize lighting by a tiny bit
2011-11-29 Perttu AholaSort mods by dependencies defined by modpath/depends...
2011-11-29 Perttu AholaFix default value of visual in LuaEntityProperties
2011-11-29 Perttu AholaAllow server-side teleporting
2011-11-29 Perttu AholaFix and tune player movement checks (make them very...
2011-11-29 KahrlAdd IDropAction and related stuff
2011-11-29 Perttu AholaImprove luaentity sprite functionality (and add some...
2011-11-29 Perttu AholaComment out print("on_generated: ...") in Lua
2011-11-29 Perttu AholaFix liquid source backface culling (was not turned...
2011-11-29 Perttu AholaFix player getting thrown underground after connecting
2011-11-29 Perttu AholaMake map generator as much threaded as possible (not...
2011-11-29 Perttu AholaAdd on_generated hook
2011-11-29 Perttu AholaImprove player movement speed checking
2011-11-29 Perttu AholaPlayer movement speed and node access distance checking
2011-11-29 Perttu AholaIf available, use local textures instead of those sent...
2011-11-29 Perttu AholaFix TNT script
2011-11-29 Perttu AholaMake lighting update occur immediately after ClientActi...
2011-11-29 Perttu AholaReshape LuaEntityCAO implementation a bit and make...
2011-11-29 Perttu AholaOptimize active block modifier stuff (was left horribly...
2011-11-29 Perttu AholaRe-implement give_initial_stuff
2011-11-29 Perttu AholaException handling in Lua setting get
2011-11-29 Perttu AholaLua setting getter
2011-11-29 Perttu Aholaremove get_nodedef
2011-11-29 Perttu Aholaon_newplayer and on_respawnplayer callbacks
2011-11-29 Perttu Aholaliquid_type -> liquidtype
2011-11-29 Perttu AholaMake node definitions available to Lua
2011-11-29 Perttu AholaRemove give_initial_stuff
2011-11-29 KahrlAdd node definitions in Lua and do not use content_mapn...
2011-11-29 Perttu AholaModify CONTENT_AIR and CONTENT_IGNORE handling in noded...
2011-11-29 Perttu AholaFix random node definition stuff
2011-11-29 Perttu AholaAdd builtin.lua
2011-11-29 Perttu Aholabuiltin.lua
2011-11-29 Perttu AholaAdd object reference to Lua on_place/dig/punchnode...
2011-11-29 Perttu AholaFix "warning: comparison between signed and unsigned...
2011-11-29 Perttu AholaSome node definitions in Lua
2011-11-29 Perttu AholaDuplicate last tile image automatically to all for...
2011-11-29 Perttu AholaMake map generator more responsive
2011-11-29 Perttu AholaPrint out number of blocks in memory at unload
2011-11-29 Perttu AholaDon't allow placing CONTENT_IGNORE with Map::setNode...
2011-11-29 Perttu AholaImprove debug stack printing interface
2011-11-29 Perttu AholaMake liquid_alternative_* to be strings
2011-11-29 Perttu AholaMode node definition loading from Lua (still not finish...
2011-11-29 Perttu AholaStore metadata as metadata name in node definition
2011-11-29 Perttu AholaSet block modified flag when node metadata inventory...
2011-11-29 Perttu AholaAdd names to NodeMetadata
2011-11-29 Perttu AholaAdd Lua node definition stuff (not complete)
2011-11-29 Perttu AholaAdd texture modifier [brighten and modify [toalpha...
2011-11-29 Perttu AholaRandom Lua tweaks/fixes
next