Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | guiVolumeChange: prevent wrong value position by using 1 label instead of 2 ↵ | Loïc Blot | 2017-05-28 |
| | | | | | | | | | (#5839) * Use only one label instead of two for the soundText, this permit to ensure both label & values are aligned * Add '%' character too, to reflect it's a percentage volume * Remove rect on regenerateGui (upper part) which shadows outer part and which is not needed outside of the DesiredRect affectation Fix issue #5837 | ||
* | Limit properly the sound setting at updateSound runtime step (#5753) | Loïc Blot | 2017-05-13 |
| | | | | | | | | * Limit properly the sound setting at updateSound runtime step Fix #5026 * Add a comment | ||
* | Remove unused parameter of GUIVolumeChange | Rui | 2016-10-09 |
| | |||
* | Move globals from main.cpp to more sane locations | Craig Robbins | 2015-04-01 |
| | | | | | | | | | | | | Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h | ||
* | Reduce gettext wide/narrow and string/char* conversions | ShadowNinja | 2015-02-05 |
| | |||
* | Fix all warnings reported by clang | Sfan5 | 2014-04-15 |
| | |||
* | Fix win32/msvc i18n (quite UGLY version, blame Microsoft) | sapier | 2013-11-11 |
| | |||
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
| | |||
* | Fix nearly all warnings | kwolekr | 2013-05-19 |
| | |||
* | fix memory leaks introduced by invalid gettext usage | sapier | 2013-04-07 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Add sound volume controls to ingame menu | RealBadAngel | 2013-02-23 |