aboutsummaryrefslogtreecommitdiff
path: root/src/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette2019-02-072-46/+81
* Fix cloud color in loading screen and main menu (#8174)random-geek2019-02-041-1/+1
* Import strstr function from FreeBSD 11 libcLoic Blot2019-01-101-4/+3
* Android build fixesLoïc Blot2019-01-091-0/+1
* Fix a crash on Android with Align2Npot2 (#8070)Loïc Blot2019-01-071-5/+6
* Remove remote media compatibility mode. (#8044)sofar2019-01-042-26/+1
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-031-41/+35
* CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat2019-01-032-12/+28
* Extend pitch fly mode to swimming (#7943)random-geek2018-12-316-14/+24
* Fix more transparency issues with ogles2 driver (#8005)stujones112018-12-202-0/+7
* Add command line option to load password from file (#7832)Kevin Abrams2018-12-181-0/+14
* Add an activeobject manager to hold active objects (#7939)Loïc Blot2018-12-135-89/+188
* Network: Send IEEE floats (#7768)SmallJoker2018-12-131-6/+6
* Make showOverlayMessage strings translatable (#7964)Wuzzy2018-12-131-6/+6
* Add object visual type 'item' (#7870)Alex2018-12-113-6/+8
* Fix crash if display resolution is not set (#7950)Martin Renold2018-12-082-12/+14
* Draw all horizons and sky base, in front of stars (#7932)Paramat2018-12-061-98/+102
* Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker2018-12-041-0/+1
* Raise hotbar limit to 32 slots, add associated keybinding options (#7916)Vanessa Dannenberg2018-12-023-6/+15
* Draw stars behind the moon (#7928)Paramat2018-12-021-81/+86
* Slightly alter star appearence time and full brightness time (#7921)Paramat2018-12-021-3/+7
* Added pitch fly mode (#7817)Gaël C2018-12-015-44/+70
* Fix sky bugs when using sun or moon textures (#7918)Paramat2018-12-011-77/+77
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-2855-12/+25103
* Android: Improve UI scaling on smaller high-density displays (#7834)stujones112018-11-181-1/+27
* Disable HW stereo for IrrLicht 1.9 (not supported anymore)number Zero2018-11-113-0/+12
* F5 debug info: Use full words for NSEW directions for readability (#7461)Paramat2018-10-061-1/+2
* Software inventorycube (#7651)Vitaliy2018-09-292-298/+111
* Particles: Make collision with objects optional (#7682)Paramat2018-09-081-0/+2
* Some minor Fastface optimizations. (#7628)lhofhansl2018-08-081-4/+1
* Provide Xorg/net wm process ID (#7445)thoughtjigs2018-06-173-14/+109
* Add crossview support (#7361)otdav332018-05-293-4/+7
* Fix GameUI flag value regression introduced by a78659ed0529226ad937f5e241ad72...Loic Blot2018-05-292-4/+2
* Fix more GCC 8.1 warnings ...Loïc Blot2018-05-281-1/+1
* Fix last clang-tidy reported problems for performance-type-promotion-in-math-fnLoic Blot2018-04-031-5/+7
* Client eventmanager refactor (#7179)Loïc Blot2018-03-301-0/+86
* Sound: fix static initialization order dependency by not having one (#7168)nOOb31672018-03-291-0/+4
* Make sounds stop playing when entering game or mainmenunOOb31672018-03-241-1/+1
* Cleanup sound manager class (#7158)Loïc Blot2018-03-245-0/+871
* Fix some gcc 7.3 reported warningsLoic Blot2018-03-231-1/+5
* Global initialization of sound using SoundManagerGlobal (#7063)nOOb31672018-03-231-0/+9
* Update mesh collector and move it to a separate file (#6904)Vitaliy2018-03-223-0/+170
* Android build fixes for c++11stujones112018-03-114-3/+22
* Drop texture file list cache (#6660)Vitaliy2018-03-102-5/+3
* Render copyright notice: Fix name spelling (#7042)Vitaliy2018-02-1516-16/+16
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-1/+1
* Switch F3 to use 'enable_fog' settingThomasMonroe3142018-02-082-2/+2
* Include alpha channel reference in MaterialTypeParamstujones112018-02-081-0/+1
* Fix issues with earlier CSM HUD commit (#6940)red-0012018-01-261-1/+1
* Game refactor [4/X]: keycache is now owned by InputHandlerLoic Blot2018-01-202-130/+143