raze/source/common
Christoph Oelckers 86166f5e67 Revert "- xs_Float.h: Make all inlines return an unsigned value, and change previous unsigned inlines to signed."
Revert "- `xs_Float.h`: Add `getint()` getter to `_xs_doubleints` struct."
Revert "- SW: When adjusting horizon in `DoPlayerDeathHoriz()`, just use integer horizon values and not Q16.16."
Revert "- Duke (RR): Clean up some unnecessary `FixedToFloat()` usage with the `fixedhoriz` `asbuildf()` method."
Revert "- `binaryangle.h`: Use `constexpr` on inline functions where it was previously not possible to do so."
Revert "- `m_fixed.h`: Use `constexpr` on inline functions where it was previously not possible to do so."
Revert "- `xs_Float.h`: Convert header to `constexpr`."

This does nor work as it violates the constexpr rules for unions. The code will error out on compilation for accessing an inactive member of a union.
2021-11-01 20:25:38 +01:00
..
2d - removed templates.h includes. 2021-10-30 10:51:03 +02:00
audio - removed templates.h includes. 2021-10-30 10:51:03 +02:00
console - removed templates.h includes. 2021-10-30 10:51:03 +02:00
cutscenes - removed templates.h includes. 2021-10-30 10:51:03 +02:00
engine - removed templates.h includes. 2021-10-30 10:51:03 +02:00
filesystem - removed templates.h includes. 2021-10-30 10:51:03 +02:00
fonts - removed templates.h includes. 2021-10-30 10:51:03 +02:00
menu - removed templates.h includes. 2021-10-30 10:51:03 +02:00
models - use correct math to access a texel's center for rendering voxels. 2021-10-13 00:12:58 +02:00
objects - removed templates.h includes. 2021-10-30 10:51:03 +02:00
platform - fixed compilation on non-Windows. 2021-10-30 11:38:55 +02:00
rendering - removed templates.h includes. 2021-10-30 10:51:03 +02:00
scripting - removed templates.h includes. 2021-10-30 10:51:03 +02:00
statusbar - removed templates.h includes. 2021-10-30 10:51:03 +02:00
textures - removed templates.h includes. 2021-10-30 10:51:03 +02:00
thirdparty Revert "- xs_Float.h: Make all inlines return an unsigned value, and change previous unsigned inlines to signed." 2021-11-01 20:25:38 +01:00
utility Revert "- xs_Float.h: Make all inlines return an unsigned value, and change previous unsigned inlines to signed." 2021-11-01 20:25:38 +01:00