aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make bumpmapping compatible with irrlicht 1.8Esteban I. Ruiz Moreno2013-07-311-0/+5
* Weather supportproller2013-07-271-1/+4
* Make range of tools configureablePilzAdam2013-07-201-1/+6
* Dont play digging sound if not diggingPilzAdam2013-07-091-14/+14
* Add texture bumpmapping feature.RealBadAngel2013-07-041-0/+4
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-27/+0
* Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl2013-07-021-5/+8
* Fix i18n of some strings.arsdragonfly2013-07-021-7/+9
* Add support for IPv6proller2013-06-231-8/+23
* Play placing sound only if place prediction was successfulPilzAdam2013-06-191-7/+13
* Dont dig or place nodes if interact priv is missing (clientside)PilzAdam2013-06-191-3/+6
* Add drowningPilzAdam2013-06-191-1/+1
* Reset dig_time when switching to a tool that cant dig the current nodePilzAdam2013-06-131-1/+6
* Enable word wrapping in profiler IGUIStaticText (freetype needs this)Kahrl2013-06-131-0/+1
* Play player_damage.ogg when recieving damage and additionally play player_fal...PilzAdam2013-06-121-0/+17
* Close console when it loses focus but it is still on screenEsteban I. Ruiz Moreno2013-06-051-0/+4
* Generate debug HUD text with ostringstream instead of snprintf.Kahrl2013-06-011-26/+24
* Bugfix: Update formname on showing new formspec while already one shownsapier2013-05-261-2/+11
* Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAMKahrl2013-05-261-2/+2
* Predict param2 of facedir nodes and attachment of attached_node nodesPilzAdam2013-05-241-3/+28
* Add a little animation when changing the wielded itemPilzAdam2013-05-201-1/+1
* Fix regression of world loading caused by 81c863ackwolekr2013-05-191-2/+2
* Add mouse_sensitivity optionEsteban I. Ruiz Moreno2013-05-131-1/+2
* Add progress bar to item visuals preloadingZeg92013-05-131-1/+1
* Fix memory leak by dropping skyPilzAdam2013-05-101-0/+2
* Add clouds to all loading screens and better progress handlingZeg92013-05-101-61/+127
* Add progress bar and clouds to loading screenZeg92013-05-081-18/+69
* Don't predict placement of nodes if they would replace a non buildable_to nodeShadowNinja2013-05-031-0/+2
* Predict wallmounted param2 during node placement prediction.Kahrl2013-05-031-44/+68
* Generalize hud_builtin_enable into hud_set_flagskwolekr2013-04-251-12/+3
* Added support to disable built-in HUD elementsDiego Martínez2013-04-241-3/+12
* Added offset support for HUD itemsDiego Martínez2013-04-231-0/+6
* Added support for alignment in HUD itemsDiego Martínez2013-04-231-0/+6
* Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr2013-04-181-428/+88
* Lua HUDJonathon Anderson2013-04-181-2/+259
* addon extended resource accountingsapier2013-04-071-0/+16
* replace Server smart pointer with conventional one to gain control over dtor ...sapier2013-04-071-3/+19
* unkn own block -> unkn own nodekhonkhortisan2013-04-051-1/+1
* Add different place sound for nodesPilzAdam2013-03-291-5/+3
* Allow spawning particles from the server, from luaJeija2013-03-231-2/+47
* Fix most warnings, re-fix MSVC compile errorkwolekr2013-02-261-2/+2
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Add sound volume controls to ingame menuRealBadAngel2013-02-231-0/+8
* Disable placement prediction for nodes that use on_rightclickJeija2013-02-191-1/+2
* Enable multiline signsPilzAdam2013-02-121-1/+1
* Place block when holding sneak while right-clicking nodes with formspecJeija2013-01-281-2/+5
* Bugfix: else repeat_rightclick_timer = 0;PilzAdam2013-01-141-0/+2
* Add particlesJeija2013-01-141-0/+22
* Disable all HP handling if enable_damage is falsePilzAdam2013-01-071-1/+2