oweals/minetest.git
2012-03-11 Perttu Ahola--verbose, not --info-on-stderr
2012-03-11 Perttu AholaClean up log messages everywhere
2012-03-10 Perttu AholaDo not print errors when searching for usable configura...
2012-03-10 Perttu AholaFix configuration file behaviour
2012-03-10 Perttu AholaIncrease Peer max_packets_per_second (hopefully doesn...
2012-03-10 Perttu AholaAdd description in minetest.conf.example
2012-03-10 Perttu AholaTune "Connecting to server" and "Waiting content" screens
2012-03-10 KahrlChat console, including a number of rebases and modific...
2012-03-10 Perttu AholaStarting the game in the pause menu is lame, don't...
2012-03-10 KahrlSet fixed FOV for the wielded item
2012-03-10 KahrlDifferent implementation of KeyPress::operator==
2012-03-10 Perttu AholaMake Camera::updateViewingRange more snappy in followin...
2012-03-10 Perttu AholaFaster player movement and smaller collision box
2012-03-10 Perttu Aholadig_immediate=2 -> 0.5 seconds digging time
2012-03-10 Perttu AholaSet rail to have dig_immediate=2
2012-03-10 Perttu AholaTidy up server log output a bit
2012-03-10 Perttu AholaClean unit test output
2012-03-10 Perttu AholaAdd and tidy up some Server log output for declined...
2012-03-10 Perttu AholaRemove servermain.cpp, use main.cpp with a couple of...
2012-03-10 Perttu AholaFix addon and configuration file paths
2012-03-10 Perttu AholaInitial directory structure rework
2012-03-10 Perttu AholaBan and Auth managers use infostream rather than dstream
2012-03-10 Perttu AholaReplace dig_immediate=1 with dig_immediate=3 in mods...
2012-03-10 Perttu AholaAdd a small bunch of notes about groups in mods/default...
2012-03-10 Perttu Aholadig_immediate=3 instead of 1 means 0 seconds
2012-03-10 Perttu AholaUpdate mini documentation in mods/default/init.lua...
2012-03-10 Perttu AholaImmediate smoke puff when a normal entity is punched...
2012-03-10 Perttu AholaFix and tune things, add tool "recharge" animation...
2012-03-10 Perttu AholaSet proper armor group for experimental:tnt
2012-03-10 Perttu AholaLuaEntity armor groups
2012-03-10 Perttu AholaClientActiveObject::debugInfoText()
2012-03-10 Perttu AholaRemove header in servermain.cpp to make minetestserver...
2012-03-10 Perttu AholaDamage groups WIP
2012-03-10 Perttu AholaEntity damage system WIP; Remove C++ mobs
2012-03-10 Perttu AholaSmall fix in getHitParams
2012-03-10 Perttu AholaDon't draw cracks when digging is impossible
2012-03-10 Perttu Aholaitemgroup.h and ItemGroupList typedef
2012-03-10 Perttu AholaTune group digging time stuff a bit
2012-03-10 Perttu Aholaremove material from minetest.nodedef_default
2012-03-10 Perttu AholaDigging time groups WIP
2012-03-10 JeijaImprove raillike drawtype
2012-03-08 Perttu AholaHandle select errno EINTR properly (not doing this...
2012-03-07 Perttu AholaMove profiler measurements into inside of mutex locking...
2012-03-07 Perttu AholaAdd dedicated_server_step setting
2012-02-28 Perttu AholaMerge remote-tracking branch 'jn/random-fixes'
2012-02-28 Juhani NumminenAdd UNIX man pages to aid package creators.
2012-02-28 Juhani NumminenAdd descriptions to command line arguments
2012-02-28 Juhani NumminenInstall icon and .desktop file on Unix systems
2012-02-28 celeron55Merge pull request #46 from garrosh/master
2012-02-28 Perttu AholaAdd minetest.get_worldpath() for getting location for...
2012-02-28 Perttu AholaFix pointed.thing.ref -> pointed_thing.ref in builtin.lua
2012-02-27 Perttu AholaAdd descriptions to minetest.conf.example
2012-02-24 Jonathan Neuschäferserver: /give: show the actual stackstring
2012-02-24 Jonathan Neuschäfercreative inventory: update to use default:fence_wood
2012-02-24 Jonathan Neuschäfermesh: warn only once about render-to-target not being...
2012-02-24 Jonathan Neuschäfertile: remove redundant warning about failing render...
2012-02-24 Jonathan Neuschäfertile: don't duplicate std::string::find_last_of
2012-02-24 Jonathan Neuschäferitemdef: handle the !render-to-target case
2012-02-06 Perttu AholaTune brightness stuff and fog color
2012-02-06 Perttu AholaSet default maximum viewing range to a bit more than...
2012-02-06 Perttu AholaFix calculating if block is in viewing range; fix fog...
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-25 GarroshAdded Kate backup file scheme to .gitignore for Kate... 46/head
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
next