Go to file
Kp e61100a858 Fix integer truncation in quaternion setup
Commit 47a6f744d split out redundant code, but accidentally stored
temporaries in a `signed short` instead of a `fix` as they should have
been.  This truncated some values, causing odd results whenever
quaternions were used.  Fix the problem by storing the intermediate
results in a `fix`.

Fixes: 47a6f744d8 ("Factor out vms_quaternion_from_matrix division")
Reported-by: Ninjared <https://forum.dxx-rebirth.com/showthread.php?tid=1113>
2019-04-13 18:00:07 +00:00
common Fix integer truncation in quaternion setup 2019-04-13 18:00:07 +00:00
contrib Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
d1x-rebirth Avoid crash loading polymodels with invalid subcalls 2019-03-06 05:03:48 +00:00
d2x-rebirth Enable -Wimplicit-fallthrough=5; fix resulting breaks 2019-04-04 04:29:03 +00:00
Documentation Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
similar Enable -Wimplicit-fallthrough=5; fix resulting breaks 2019-04-04 04:29:03 +00:00
.gitattributes Add experimental Windows manifest 2017-08-02 02:49:12 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt
GPL-3.txt
INSTALL.markdown Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ISSUE_TEMPLATE.md Add more distributions to ISSUE_TEMPLATE.md 2018-12-30 00:43:58 +00:00
SConstruct Enable -Wimplicit-fallthrough=5; fix resulting breaks 2019-04-04 04:29:03 +00:00