]> git.lizzy.rs Git - dragonfireclient.git/history - src/client/clientlauncher.cpp
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / src / client / clientlauncher.cpp
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-05 rubenwardyAdd register dialog to separate login/register (#12185)
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-04-08 ShadowNinjaFix compiler warnings
2022-01-09 sfan5Restore pass-through of direction keys (#11924)
2021-09-26 TheBrokenRailTouch UI support for desktop builds (#10729)
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-06-23 WuzzyPerform some quality assurance for translation strings...
2021-06-16 sfan5Drop --videomodes, fullscreen_bpp and high_precision_fp...
2021-05-24 savilliFix client crash on when con::PeerNotFoundException...
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-03 Loic Blotrefacto: RenderingEngine is now better hidden
2021-03-31 sfan5Irrlicht support code maintenance
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-29 SmallJokerSettings: Purge getDefault, clean FontEngine
2021-01-22 rubenwardyUse JSON for favorites, move server list code to Lua...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-07-29 SmallJokerAllow starting local server using --go again (#10229)
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-07-14 SmallJokerCleanup ClientLauncher structure (#10160)
2020-05-13 Elias FleckensteinHacked Client
2020-05-05 Loïc BlotFix broken client if openal cannot be opened (#9804)
2019-02-04 random-geekFix cloud color in loading screen and main menu (#8174)
2018-12-18 Kevin AbramsAdd command line option to load password from file...
2018-11-18 stujones11Android: Improve UI scaling on smaller high-density...
2018-06-17 thoughtjigsProvide Xorg/net wm process ID (#7445)
2018-03-29 nOOb3167Sound: fix static initialization order dependency by...
2018-03-23 nOOb3167Global initialization of sound using SoundManagerGlobal...
2018-03-11 stujones11Android build fixes for c++11
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-15 Loïc BlotModernize client code (#6250)
2017-08-12 Ben DeutschRemove cloud_height setting
2017-08-09 JuozasFix error not printed to console when no name is provided
2017-07-05 Ben DeutschFog effect when camera is inside cloud
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-21 Vincent GlizeC++11 cleanup on constructors dir client (#6012)
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-11 QrchackOfficialRemove superfluous pointer null checks
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-03 Vincent GlizeSnake case for screen options in minetest.conf (#5792)
2017-05-13 Loïc BlotMove KeyList & InputHandler from game.h to client/input...
2017-04-28 ShadowNinjaClean up getTime helpers
2017-04-07 rubenwardyAdd Joystick type detection and Xbox controller support
2017-03-30 adridoWindows: Set window icon (#5486)
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-02-16 red-001Fix a small regression caused by e2ad76f.
2017-02-09 red-001No longer auto-generate a 'guest####' player name when...
2016-08-20 est31Also support X11 icon for minetest copies installed...
2016-07-05 est31Finally set a window icon on X11
2016-07-03 est31Remove top left minetest watermark
2016-06-03 est31Initial Gamepad support
2016-03-15 est31Fix two reconnect bugs
2016-01-23 RealBadAngelFix texture tear issue
2016-01-09 Dalai FelintoNew 3D Mode: Pageflip
2015-11-02 KahrlPrint --videomodes response to standard output, too
2015-10-14 ShadowNinjaRefactor logging
2015-08-24 ShadowNinjaClean up threading
2015-07-23 est31Optional reconnect functionality
2015-07-08 est31Use UTF-8 instead of narrow
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-27 sfan5Revert the upper-case PROJECT_NAME nonsense that was...
2015-04-17 est31Refactor around translatePassword
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-29 Craig RobbinsMake sure g_timegetter is initalised before running...
2015-03-28 ShadowNinjaChange error_message from wstring to string
2015-03-27 ShadowNinjaClean up and tweak build system
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 BlockMenFix some rendering glitches
2015-02-14 Loic BlotRe-apply 4a6582c13c36cab457b78f32338c6bb4ab9ea58b broke...
2015-02-12 Loic Blotmain.cpp rework * Move ClientLauncher class to a dedica...