aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientlauncher.cpp
AgeCommit message (Expand)Author
2018-11-18Android: Improve UI scaling on smaller high-density displays (#7834)stujones11
2018-06-17Provide Xorg/net wm process ID (#7445)thoughtjigs
2018-03-29Sound: fix static initialization order dependency by not having one (#7168)nOOb3167
2018-03-23Global initialization of sound using SoundManagerGlobal (#7063)nOOb3167
2018-03-11Android build fixes for c++11stujones11
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-08-15Modernize client code (#6250)Loïc Blot
2017-08-12Remove cloud_height settingBen Deutsch
2017-08-09Fix error not printed to console when no name is providedJuozas
2017-07-05Fog effect when camera is inside cloudBen Deutsch
2017-06-26Isolate irrlicht references and use a singleton (#6041)Loïc Blot
2017-06-21C++11 cleanup on constructors dir client (#6012)Vincent Glize
2017-06-17Cpp11 initializers 2 (#5999)Loïc Blot
2017-06-10Remove superfluous pointer null checksQrchackOfficial
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-06-03Snake case for screen options in minetest.conf (#5792)Vincent Glize
2017-05-13Move KeyList & InputHandler from game.h to client/inputhandler.h (#5752)Loïc Blot
2017-04-28Clean up getTime helpersShadowNinja
2017-04-06Add Joystick type detection and Xbox controller supportrubenwardy
2017-03-30Windows: Set window icon (#5486)adrido
2017-03-22Some performance optimizations (#5424)Loïc Blot
2017-02-16Fix a small regression caused by e2ad76f.red-001
2017-02-09No longer auto-generate a 'guest####' player name when name is emptyred-001
2016-08-20Also support X11 icon for minetest copies installed via make install (#4407)est31
2016-07-05Finally set a window icon on X11est31
2016-07-03Remove top left minetest watermarkest31
2016-06-03Initial Gamepad supportest31
2016-03-15Fix two reconnect bugsest31
2016-01-23Fix texture tear issueRealBadAngel
2016-01-09New 3D Mode: PageflipDalai Felinto
2015-11-02Print --videomodes response to standard output, tooKahrl
2015-10-14Refactor loggingShadowNinja
2015-08-23Clean up threadingShadowNinja
2015-07-23Optional reconnect functionalityest31
2015-07-08Use UTF-8 instead of narrowest31
2015-05-11Make early protocol auth mechanism generic, and add SRPest31
2015-04-27Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan5
2015-04-17Refactor around translatePasswordest31
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-03-29Make sure g_timegetter is initalised before running speedtestsCraig Robbins
2015-03-27Change error_message from wstring to stringShadowNinja
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-05Fix some rendering glitchesBlockMen
2015-02-14Re-apply 4a6582c13c36cab457b78f32338c6bb4ab9ea58b broken since 146f77fdb75083...Loic Blot
2015-02-12main.cpp rework * Move ClientLauncher class to a dedicated file * ClientLaunc...Loic Blot