Predict param2 of facedir nodes and attachment of attached_node nodes
[oweals/minetest.git] / src / game.cpp
2013-05-24 PilzAdamPredict param2 of facedir nodes and attachment of attac...
2013-05-19 PilzAdamAdd a little animation when changing the wielded item
2013-05-19 kwolekrFix regression of world loading caused by 81c863ac
2013-05-13 WeblateMerge remote-tracking branch 'origin/master'
2013-05-13 Esteban I. Ruiz... Add mouse_sensitivity option
2013-05-13 Zeg9Add progress bar to item visuals preloading
2013-05-10 PilzAdamFix memory leak by dropping sky
2013-05-10 Zeg9Add clouds to all loading screens and better progress... 713/head
2013-05-08 Zeg9Add progress bar and clouds to loading screen
2013-05-03 ShadowNinjaDon't predict placement of nodes if they would replace...
2013-05-03 KahrlPredict wallmounted param2 during node placement predic...
2013-05-01 WeblateMerge remote-tracking branch 'origin/master'
2013-04-25 kwolekrGeneralize hud_builtin_enable into hud_set_flags
2013-04-24 Diego MartínezAdded support to disable built-in HUD elements
2013-04-23 Diego MartínezAdded offset support for HUD items
2013-04-23 Diego MartínezAdded support for alignment in HUD items
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-18 kwolekrSplit HUD code off to hud.cpp, make into a class, exten...
2013-04-18 Jonathon AndersonLua HUD
2013-04-08 sapieraddon extended resource accounting
2013-04-08 sapierreplace Server smart pointer with conventional one...
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-05 khonkhortisanunkn own block -> unkn own node
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-29 PilzAdamAdd different place sound for nodes
2013-03-23 JeijaAllow spawning particles from the server, from lua
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrFix most warnings, re-fix MSVC compile error
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #503 from RealBadAngel/master
2013-02-23 RealBadAngelAdd sound volume controls to ingame menu 503/head
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-19 JeijaDisable placement prediction for nodes that use on_righ...
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-12 PilzAdamEnable multiline signs
2013-01-29 kwolekrMerge pull request #442 from kwolekr/mingw_compile_fix
2013-01-29 kwolekrMerge pull request #441 from kwolekr/mapgen_factories
2013-01-27 JeijaPlace block when holding sneak while right-clicking...
2013-01-14 PilzAdamBugfix: else repeat_rightclick_timer = 0;
2013-01-14 JeijaAdd particles 427/head
2013-01-07 PilzAdamDisable all HP handling if enable_damage is false
2013-01-07 sapierFix buttons not working for Lua-triggered formspecs
2013-01-04 PilzAdamFix typo doubletab -> doubletap
2013-01-04 PilzAdamSwitch to fly mode if spacebar is doubleclicked
2013-01-04 JeijaRepeated right clicking when holding the right mouse...
2013-01-03 PilzAdamAdjust the maximum alpha of the red hurt screen
2013-01-03 JeijaTilt camera on player damage (tweaked by PilzAdam)
2013-01-02 PilzAdamReplace constant red hurt screen with fade out red
2013-01-02 sapierAdd TOCLIENT_SHOW_FORMSPEC to display formspecs at...
2012-12-27 Esteban I. Ruiz... Add selectionbox_color, crosshair_color, and crosshair_... 367/head
2012-12-11 PilzAdamOnly fly through walls in noclip mode wich requires...
2012-12-06 Perttu AholaUpdate GUI texts
2012-12-06 Jürgen Doserdraw gui later. this fixes the hotbar disappearing...
2012-12-02 Perttu AholaSmooth day-night transitions
2012-12-02 Perttu AholaHandle day-night transition in shader and make light...
2012-12-01 Perttu AholaImplement a global shader parameter passing system...
2012-12-01 KahrlShaderSource and silly example shaders
2012-12-01 Perttu AholaOn-demand item meshes and textures
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-30 Jürgen DoserMake dragged itemstack following the mouse cursor much...
2012-11-25 MirceaKitsuneRealBadAngel's patch which allows the lua api to read...
2012-11-13 MirceaKitsuneAnaglyph stereo support, created by xyz
2012-09-04 Perttu AholaReorganize ClientMap rendering code for a bit more...
2012-07-23 Perttu AholaFix building on top of (pointable && buildable_to)...
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-07-22 darkroseImplement formspec
2012-07-21 Bad-CommandFix signed overflow in getPointedThing
2012-07-21 Perttu AholaServer-side checking of digging; disable_anticheat...
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaAllow node cracking animations of any length
2012-06-16 Perttu AholaNode texture animation
2012-06-10 Perttu AholaNode placement client-side prediction
2012-06-09 Perttu AholaRemove a random old comment and a #define from game.cpp
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-03 Perttu AholaUpdate inventory menu from formspec on-the-fly
2012-06-03 Perttu AholaImplement image[<X>,<Y>;<W>,<H>;<texture name>] and...
2012-06-03 Perttu AholaReshape inventory menu code
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-06-03 darkroseStrip unneeded variables from NodeMetadata
2012-06-03 KahrlWIP node metadata, node timers
2012-04-06 Perttu AholaHandle failing openal init properly, add enable_sound...
2012-04-04 Perttu AholaShow reported map seed on debug info (F5)
2012-04-04 Perttu AholaFix sound direction and add experimental:soundblock...
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-25 Perttu AholaChange postfixes from N.ogg to .N.ogg in user/testsound...
2012-03-25 Perttu AholaSome serialization version stuff
2012-03-25 Perttu AholaSound loading from memory (by using a quick hack)
2012-03-25 Perttu AholaAlmost support loading sounds from server
2012-03-25 Perttu AholaTexture cache -> Media cache WIP
2012-03-24 Perttu AholaAdd sound.dig
2012-03-24 Perttu AholaAdd sounds, tune things
2012-03-24 Perttu AholaDigging and placing sounds
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-24 Perttu Aholac55sound continued
2012-03-24 Perttu Aholaceleron55's sound system initial framework
2012-03-22 Perttu AholaRemove useless clearing of the Z buffer
next