aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-221-1/+2
* Server: move shutdown parts to a specific shutdown state object (#7437)Loïc Blot2018-06-131-1/+2
* Stop autoforward on BACKWARD key-press (#7417)tukkek2018-06-061-0/+3
* Fix more GCC 8.1 warnings ...Loïc Blot2018-05-281-1/+2
* Camera: Improve subpixel movement (#7319)SmallJoker2018-05-121-10/+13
* Fix invisible chat error messages (#7289)Vincent Glize2018-05-011-2/+2
* [clang-tidy] Promote some performance-* as a coding error (#7194)Loïc Blot2018-04-041-6/+6
* Fix last performance-type-promotion-in-math-fn problemsLoic Blot2018-04-041-3/+3
* Client eventmanager refactor (#7179)Loïc Blot2018-03-301-16/+15
* Add formspec theming using prepended stringsAndrew Ward2018-03-281-5/+7
* Cleanup sound manager class (#7158)Loïc Blot2018-03-241-3/+3
* Global initialization of sound using SoundManagerGlobal (#7063)nOOb31672018-03-231-1/+1
* Android build fixes for c++11stujones112018-03-111-1/+2
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-5/+5
* Switch F3 to use 'enable_fog' settingThomasMonroe3142018-02-081-6/+6
* [CSM] HUD Fix not updating server HUDs caused by 4f688d5SmallJoker2018-01-261-1/+1
* Fix issues with earlier CSM HUD commit (#6940)red-0012018-01-261-10/+7
* Game refactor [4/X]: keycache is now owned by InputHandlerLoic Blot2018-01-201-19/+16
* Game refactor [3/X]: Move keycache to inputhandlerLoic Blot2018-01-201-105/+0
* Game refactor [2/X]: Various moves (profilergraph, nodePlacementPrediction, ...Loic Blot2018-01-201-363/+163
* Game/Input refactor [1/X]: make RealInputHandler handle joystick inputs with ...Loic Blot2018-01-201-51/+19
* Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto2018-01-131-12/+30
* Don't recalculate statustext initial color everytime & review fixesLoic Blot2018-01-051-5/+4
* GameUI refactor (part 7/7): Finish to include profiler things to GameUILoic Blot2018-01-051-54/+20
* GameUI refactor (part 6/X): Move Game::guitext_profiler & showStatusTextSimpl...Loic Blot2018-01-051-112/+42
* GameUI refactor (part 5/X): Move Game::guitext_chat to GameUI classLoic Blot2018-01-051-114/+70
* GameUI refactor (part 4/X): Move Game::guitext_status, Game::m_statustext, Ga...Loic Blot2018-01-051-96/+14
* GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::in...Loic Blot2018-01-051-79/+9
* GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on St...Loic Blot2018-01-051-53/+7
* GameUI refactor (part 1/X): GameUI object creation + GameUIFlags move to GameUILoic Blot2018-01-051-83/+64
* Add check to pause game on lost window focusrubenwardy2017-12-261-0/+7
* Zoom: Add 'disabled by game or mod' messageparamat2017-12-141-0/+11
* Minimap messages: Improve 'disabled by server' messageparamat2017-12-141-1/+1
* CSM fixes: load mods after flavours & add flavour to block mod loading (#6738)Loïc Blot2017-12-111-3/+2
* F5 debug info: Add colons, use lowercase except for FPS and RTTThomasMonroe3142017-12-101-10/+10
* F5 Debug info: More compact, return to 2 linesparamat2017-11-271-54/+32
* Move files to subdirectories (#6599)Vitaliy2017-11-081-6/+6
* Rewrite rendering engine (#6253)Vitaliy2017-10-311-4/+18
* Allow overriding tool capabilities through itemstack metadataraymoo2017-10-291-5/+10
* don't pass g_settings around, and use it directlyEsteban I. RM2017-10-171-2/+2
* Implement #6096Esteban I. RM2017-10-171-0/+3
* [CSM] Add callback on open inventory (#5793)Vincent Glize2017-10-021-5/+8
* game.cpp: remove dead code for proto v25 compat (#6481)Loïc Blot2017-09-301-21/+2
* Server: affect bind_addr on constructor instead of start() (#6474)Loïc Blot2017-09-281-4/+2
* Add mute setting (toggled by the mute key and in the volume menu) (#6415)DTA72017-09-261-14/+17
* Implement client node dig predictionAuke Kok2017-09-111-1/+11
* Fix incorrect buffer size calculation on creation of HUD status messagesrubenwardy2017-09-101-7/+7
* Particles: Do not add digging particles for airlike nodes (#6392)SmallJoker2017-09-081-1/+1
* Make HUD status messages translatable (#5795)Wuzzy2017-09-051-78/+122
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-10/+0