Christoph Oelckers
8aab82691b
- renamed two PLAYER members for easier searching.
2022-10-09 22:30:51 +02:00
Christoph Oelckers
6497456471
- most of int_phiz,int_ploz
2022-10-09 22:29:54 +02:00
Christoph Oelckers
e1a26c157d
- leftovers
2022-10-09 22:00:43 +02:00
Christoph Oelckers
13d9505662
- PLAYER::hiz,loz refactoring, part 1
2022-10-09 22:00:43 +02:00
Christoph Oelckers
30b620c700
- removed unused oz_speed member variable.
2022-10-09 22:00:43 +02:00
Christoph Oelckers
209867e036
- cleaned out some unnecessary inlines.
2022-10-09 22:00:43 +02:00
Christoph Oelckers
e1ceab240b
- SW's quake stuff
2022-10-09 22:00:43 +02:00
Christoph Oelckers
31dfd1af7a
- eliminated most int_upos calls.
2022-10-09 21:57:30 +02:00
Christoph Oelckers
df2f68efc1
- messy ladder stuff.
2022-10-09 14:53:11 +02:00
Christoph Oelckers
17d5242958
- got rid of int_z_tgt
2022-10-09 14:53:11 +02:00
Christoph Oelckers
d2818322b0
- 2x int_hiz
2022-10-09 14:53:11 +02:00
Christoph Oelckers
7e963cb7a3
- floatified DoHornetMatchPlayerZ
2022-10-09 14:53:11 +02:00
Christoph Oelckers
0d24aeb3f5
- handle all remaining trivial int_loz.
2022-10-09 14:53:11 +02:00
Christoph Oelckers
5e14361dd6
- another set of 2 Utilities prepared for floatification.
2022-10-09 14:53:11 +02:00
Christoph Oelckers
82968f876f
- floatified most of DoEelMatchPlayerZ
2022-10-09 14:53:11 +02:00
Christoph Oelckers
9ed66acd44
- renamed 2 integer functions to add float variants
2022-10-09 14:53:10 +02:00
Christoph Oelckers
abf9d764c4
- fix some z scaling mishap (again...)
...
- shadow stuff
2022-10-09 14:53:10 +02:00
Christoph Oelckers
30e6db9e3b
- floatified DoVatorMove and got rid of int_oz.
2022-10-09 14:53:10 +02:00
Christoph Oelckers
af7e63137f
- got rid of most int_oz calls.
2022-10-09 14:53:10 +02:00
Christoph Oelckers
9433f2ada8
- floatified DoCoolgMatchPlayerZ.
2022-10-09 14:53:10 +02:00
Christoph Oelckers
b2d0d7f9e5
- normalize the timer with the app start, not the epoch.
...
This ensures smaller values and less wraparounds with integer values in scripts.
2022-10-09 14:50:45 +02:00
Christoph Oelckers
e14182be99
- reinstated integer MSTime where needed.
2022-10-09 13:56:07 +02:00
Christoph Oelckers
00b812a5ff
- un-deprecated the integer MSTime variant.
...
Due to undefined downconversion rules from double to int, there is no way to safely downcast the return from MSTimef, meaning the function is completely useless for retrieving integral time stamps.
The old version is essential for these cases and must be kept around.
2022-10-09 13:47:55 +02:00
Christoph Oelckers
f53a61693b
- floatified user.pos.
...
Special care needed to be taken for two cases where it did not store a coordinate.
2022-10-09 08:21:56 +02:00
Christoph Oelckers
f43a8d4fce
- user.pos wrapping.
2022-10-09 08:21:56 +02:00
Christoph Oelckers
bc853d3a00
- user.zclip floatified
2022-10-09 08:21:56 +02:00
Christoph Oelckers
a93349b445
- messy pointer use cleaned up.
2022-10-09 08:21:56 +02:00
Christoph Oelckers
a630f27a48
- wrapped user.zclip reads.
2022-10-09 08:21:56 +02:00
Christoph Oelckers
4021d13e8d
- completed floatification of ceiling_dist and floor_dist.
2022-10-09 08:21:56 +02:00
Christoph Oelckers
5416100ba2
- trivial assignments
...
(does not compile, this commit is only supposed to reduce the noise on the next one.
2022-10-09 08:21:55 +02:00
Christoph Oelckers
5f12f0deaa
- missed 3.
2022-10-09 08:21:55 +02:00
Christoph Oelckers
8672a9f051
- wrapped user.floor_dist reads.
2022-10-09 08:21:55 +02:00
Christoph Oelckers
4f073dec26
- wrapped user.ceiling_dist reads.
2022-10-09 08:21:55 +02:00
Christoph Oelckers
467ab9f7ee
- int_hiz/int_loz replacements.
2022-10-09 08:21:55 +02:00
Christoph Oelckers
425f4055b4
- floatified user.z_tgt.
2022-10-09 08:21:55 +02:00
Christoph Oelckers
65d1e5cac9
- wrapped user.z_tgt reads.
2022-10-09 08:21:55 +02:00
Christoph Oelckers
620f7c5430
- floatified user.oz.
2022-10-09 08:21:54 +02:00
Christoph Oelckers
a7d62f944b
- wrapped user.oz reads.
2022-10-09 08:21:54 +02:00
Christoph Oelckers
306e751a51
- floatified user.hiz and user.loz
2022-10-09 08:21:54 +02:00
Christoph Oelckers
d117544da8
- wrapped user.hiz reads.
2022-10-09 08:21:54 +02:00
Christoph Oelckers
ac3f6d73e3
- wrapped all reads to user.loz.
2022-10-09 08:21:54 +02:00
Christoph Oelckers
ade20cbfe2
- some angular stuff.
2022-10-09 08:21:54 +02:00
Christoph Oelckers
766ddeb445
- one more batch of trivial replacements
2022-10-09 08:21:53 +02:00
Christoph Oelckers
6111b11359
- trivial replacements in SW.
2022-10-09 08:21:53 +02:00
Christoph Oelckers
7152868077
- trivial replacements in Exhumed.
2022-10-09 08:21:53 +02:00
Christoph Oelckers
9314d4c774
- yet another batch of wrapper replacements
2022-10-09 08:21:53 +02:00
Christoph Oelckers
d9397b3b5d
- another batch of wrapper replacements
2022-10-09 08:21:53 +02:00
Christoph Oelckers
f13d9892dc
- trivial wrapper replacements in Duke
2022-10-09 08:21:53 +02:00
Christoph Oelckers
4db457f3b0
- stuff in animatesprite.cpp
2022-10-09 08:21:53 +02:00
Christoph Oelckers
91acf93c7d
- SW: fixed viewpoint interpolation
2022-10-09 08:21:53 +02:00