raze-gles/source
Mitchell Richters db428a4f03 All Games: Make more precise use of 'scaleAdjustmentToInterval()'.
- Inline function returns a double, therefore we should use it and not potentially truncate the mantissa.
- Use divisors to get true numbers of some floats (3.333 -> 10/3, etc).
- Remove a few brackets/parentheses where possible from what are already exceedingly bracketed lines.
2020-04-14 00:00:21 +02:00
..
blood All Games: Make more precise use of 'scaleAdjustmentToInterval()'. 2020-04-14 00:00:21 +02:00
build - renamed global palookup variable. 2020-04-13 23:58:46 +02:00
common - draw the movie franes outside of the tile system to reduce the palette maintenance. 2020-04-13 23:58:45 +02:00
core - renamed global palookup variable. 2020-04-13 23:58:46 +02:00
duke3d All Games: Make more precise use of 'scaleAdjustmentToInterval()'. 2020-04-14 00:00:21 +02:00
exhumed All Games: Make more precise use of 'scaleAdjustmentToInterval()'. 2020-04-14 00:00:21 +02:00
glbackend - handle RRRA E1L2's fog in the shader instead of hacking the shade tables. 2020-04-12 08:30:43 +02:00
libsmackerdec - file system update and adjustment. 2020-04-12 08:30:40 +02:00
platform - fixed error when Steam config cannot be opened 2020-04-13 23:59:53 +02:00
rr All Games: Make more precise use of 'scaleAdjustmentToInterval()'. 2020-04-14 00:00:21 +02:00
sw All Games: Make more precise use of 'scaleAdjustmentToInterval()'. 2020-04-14 00:00:21 +02:00
thirdparty - code cleanup / removal of imgui. 2020-04-12 08:30:39 +02:00
CMakeLists.txt - require ZMusic library for non-MSVC targets 2020-04-13 23:59:50 +02:00
g_pch.h - cleaned up the remaining dependencies on windows.h 2020-02-03 21:30:57 +01:00
gitinfo.cpp - rewrote the screenshot code to use m_png as its backend. 2019-11-02 12:59:59 +01:00