aboutsummaryrefslogtreecommitdiff
path: root/src/client/clouds.cpp
AgeCommit message (Collapse)Author
2022-07-09Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker
Enforces the setting value bounds that are currently only limited by the GUI (settingtypes.txt).
2021-05-29Fix cloud fog being broken for high cloudsWuzzy
2021-05-03fix: some code tidy about includes & irr namespacesLoic Blot
2021-04-05Reserve vectors before pushing and other code quality changes (#11161)sfan5
2020-11-26Don't evaluate things many timesnumzero
2020-11-26Batch cloud drawingnumzero
2019-08-13Better F6 profiler (#8750)SmallJoker
Update the profiler names to make more sense of what they actually represent Move the profiler code from header to its source file Use monospace font to align lines Format the statistics line to align better with surrounding values Refresh the profiler each 3 seconds (roughly)
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
Update Android.mk Remove 'src/client' from include_directories