oweals/minetest.git
2012-02-05 KahrlPlayers stay in environment even when dead, damage...
2012-02-05 Perttu AholaModify light values to work a bit better with non-smoot...
2012-02-04 Perttu AholaAdd groups = {} to item definition
2012-02-02 Perttu AholaSet better visual light levels
2012-02-02 Giuseppe BilottaFix some warnings on some compilers
2012-02-02 Perttu AholaMerge remote-tracking branch 'kahrl/hidehud'
2012-02-02 KahrlFix server hang when stepping a furnace with a huge...
2012-02-01 KahrlPage up/down: don't display the old value, it was a...
2012-02-01 KahrlPage up and down change the minimum viewing range
2012-02-01 KahrlShow the top line too when only chat, but not HUD is...
2012-01-31 KahrlF1 toggles HUD, F2 toggles chat, F5 toggles debug info...
2012-01-25 KahrlFix craftresult_is_preview flood in log and remove...
2012-01-24 Perttu AholaRemove unnecessary delays from large data transfer...
2012-01-24 Perttu AholaSet default number of maximum users to 100 instead...
2012-01-24 Perttu AholaAdd EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()
2012-01-22 Perttu AholaCall this 0.4.dev-20120122-1 0.4.dev-20120122-1
2012-01-22 Perttu AholaFix "illegal escape sequence" in MSVC (actually not...
2012-01-22 KahrlFix give_initial_stuff mod; experimental mod: dug_item...
2012-01-22 Kahrltool and ToolItem apply item aliases
2012-01-22 KahrlCleanup (some stuff went wrong when reverting 4-byte...
2012-01-22 Kahrlcleanup
2012-01-22 KahrlCreate node metadata when placing nodes again
2012-01-22 KahrlClient-side prediction of inventory changes, and some...
2012-01-22 KahrlInventory menu (with dragging) improved. Crafting is...
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2012-01-14 KahrlFix inventory glitch when connecting as new user
2012-01-13 KahrlInventory menu changes: Tooltips; dragging; drop from...
2012-01-12 KahrlTool progress bar tweaking
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-06 Perttu AholaCall this 0.4.dev-20120106-1 0.4.dev-20120106-1
2012-01-06 Perttu AholaFix key change menu a bit
2012-01-06 Perttu AholaObjectRef:setpos() to move player properly (a bit short...
2012-01-05 Perttu AholaImplement minetest.register_on_dieplayer()
2012-01-03 Perttu AholaAdd missing checks to texture caching
2012-01-03 Perttu AholaLimit range of ABM timer initial value randomization
2012-01-02 Perttu AholaUse free rather than delete for malloc'd memory
2012-01-02 Perttu AholaInitialize ABM timer to random value to spread processing
2012-01-02 Perttu AholaFix ABM trigger chance being often way too high
2012-01-02 Perttu AholaFix server sending stuff before textures have been...
2012-01-02 Perttu AholaMark ObjectRef::get_entity_name() deprecated
2012-01-02 Perttu AholaAdd name field to registered entities
2012-01-02 Perttu AholaAdd ObjectRef:getvelocity(), ObjectRef:setyaw() and...
2012-01-02 Perttu AholaAdd ObjectRef:get_luaentity()
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 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 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
next