aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix special characters in pause and message menuBlockMen2014-03-131-8/+9
* Replace usage of long long with u64/s64ShadowNinja2014-03-121-1/+1
* Fix race condition on exit to menusapier2014-03-091-4/+4
* Replace pause and message menu by formspec onessapier2014-03-051-73/+154
* Fix rendering glitches when far from the center of the mapNovatux2014-03-041-7/+21
* Remove lots of dead codesapier2014-02-071-16/+5
* Add the option to bind to a specific addressShadowNinja2014-02-051-3/+23
* Add player:override_day_night_ratio() for arbitrarily controlling sunlight br...Perttu Ahola2014-02-011-0/+6
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-011-0/+36
* New HUD element - waypoint.RealBadAngel2014-01-261-1/+9
* Prevent placing node when player would be inside new nodeBlockMen2014-01-151-15/+31
* Allow vertical axis particle rotation constraintkhonkhortisan2014-01-131-0/+2
* Make MutexQueue use jsemaphore for signalingsapier2014-01-101-11/+21
* Actually pause singleplayer game in pause menu and use lower maximum FPS in itPerttu Ahola2014-01-061-15/+20
* Fix objects being selected behind a nodeNovatux2014-01-021-2/+3
* Remove FPS from window titlePilzAdam2013-12-251-16/+9
* Check for denied access in itemdef/nodedef/media fetch loopKahrl2013-12-191-0/+6
* Handle LuaErrors in Lua -> C++ calls on LuaJITShadowNinja2013-12-181-6/+4
* Directional fog + horizon colors, based on sun & moon positions at sunrise / ...MirceaKitsune2013-12-151-1/+1
* Rewrite client media download and support hash-based remote downloadKahrl2013-12-131-6/+3
* Optimize shaders code. Add settings at compile time.RealBadAngel2013-12-091-38/+0
* Fix paralax occlusion settingShadowNinja2013-12-061-1/+1
* Shaders rework.RealBadAngel2013-12-031-3/+54
* Show git hash in version string at top left corner of windowKahrl2013-09-281-5/+5
* Use cached "weather" settingproller2013-09-171-1/+3
* Fog depend on humidityproller2013-09-171-0/+2
* Change mainmenu texture handling + small misc changesKahrl2013-09-111-3/+3
* Fix selectionbox not honoring anaglyph mode 3d distortionsapier2013-09-051-2/+14
* Fix enable_fog = false not having any effect when shaders are enabledKahrl2013-09-031-4/+4
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-3/+2
* Remove farmeshKahrl2013-08-131-37/+3
* Add texture pack selection to main menuNovatux2013-08-041-0/+1
* Fix and improve view range tunerPerttu Ahola2013-08-031-1/+3
* 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