]> git.lizzy.rs Git - minetest.git/shortlog
minetest.git
2011-12-03 Perttu AholaSet version 0.4.dev-20111203-1 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 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
2011-12-02 Perttu AholaAdd a note about mods being under CC BY-SA 3.0 like...
2011-12-02 Mark Holmquist+ middle-click now empties the inventory slot properly
2011-12-02 Perttu AholaAdd enable_pvp setting
2011-12-02 Perttu AholaMake unlimited player transfer distance configurable
2011-12-02 Perttu AholaFix player double damage
2011-12-02 Perttu AholaMake hitting players make a visual damage flash to...
2011-12-02 Perttu AholaDon't hide players in pitch black (like oerkkis)
2011-12-02 Perttu AholaMove ServerRemotePlayer to a separate file
2011-12-02 Perttu AholaFix /give(me) commands a bit in default mod
2011-12-02 Perttu AholaFix the previous commit
2011-12-02 Perttu AholaEnforce PLAYER_INVENTORY_SIZE in ObjectRef::l_inventory...
2011-12-01 Perttu AholaPrint out PROTOCOL_VERSIONs if server is incompatible...
2011-12-01 Perttu AholaHigher default map save and unload interval
2011-12-01 Perttu AholaDon't send objects or map data before definitions have...
2011-12-01 Perttu AholaMake players be again visible from a long distance
2011-12-01 Perttu AholaRemove stuff made obsolete by making players more Activ...
2011-12-01 Perttu AholaPlayers are more like objects + related stuff
2011-12-01 Perttu AholaPlayer-is-SAO WIP
2011-12-01 Perttu AholaFix non-fancy leaves not making faces with water
2011-12-01 Perttu AholaMake non-fancy leaf texture to go in texture atlas too
2011-12-01 Perttu AholaAdd ServerActiveObject::removingFromEnvironment()
2011-12-01 Perttu AholaRemove +"^[forcesingle" from ContentFeatures::setInvent...
2011-12-01 Perttu AholaFix getTextureRaw to always return an image that is...
2011-12-01 Perttu AholaFix loading of legacy MaterialItems (was loaded as...
2011-12-01 Perttu AholaFix texture atlas not being created correctly
2011-12-01 Perttu AholaInclude the freedesktop.org-standard .desktop file...
2011-12-01 Perttu AholaRemove old stuff from misc/
2011-12-01 KahrlFix processing of the default_password setting. It...
2011-12-01 KahrlMake camera.cpp Irrlicht 1.8-compatible by calling...
2011-12-01 KahrlWireshark dissector: correct messed up field names
2011-12-01 KahrlWireshark dissector: Add TOSERVER_RESPAWN and TOCLIENT_...
2011-12-01 Perttu AholaEnable simple drag and drop in inventory
2011-12-01 Perttu AholaInventory move-to-slot hilighting
2011-12-01 Perttu AholaNote in init.lua the methods specific to the "generic...
2011-12-01 Giuseppe BilottaFix conditional bug in inventory
2011-12-01 Giuseppe BilottaFix structs being declared as classes
2011-12-01 Perttu AholaFix sand to be cookable to glass
2011-12-01 Perttu AholaUpdate version in CMakeLists.txt to 0.4.dev-20111201-1
2011-12-01 Perttu AholaFix deadlock if MeshUpdateThread asks new textures...
2011-11-30 Perttu AholaMove NodeMetadata prototype containers to content_nodem...
2011-11-30 Perttu AholaUpdate version in CMakeLists.txt to 0.4.dev-20111201-0 0.4.dev-20111201-0
2011-11-30 Perttu AholaDo not assert if count becomes larger than getStackMax...
2011-11-30 Perttu AholaLoad count 0 in itemstring as 1
2011-11-30 Perttu AholaMove craftitem_place_item as minetest.craftitem_place_i...
2011-11-30 Perttu AholaObjectRef:get_player_name, ObjectRef:inventory_set_list...
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
next