Mitchell Richters
6efe565f7c
- Blood: Floatified vector addition in ConcussSprite()
.
2022-10-22 12:16:57 +02:00
Christoph Oelckers
bd9dfadf6d
- use REPEAT_SCALE ih the wall/floorsprite getter functions.
2022-10-22 12:16:57 +02:00
Christoph Oelckers
e6807964ae
- don't use Build utilities in the render backend.
2022-10-22 12:16:57 +02:00
Christoph Oelckers
d7a93e140c
- added format conversion helpers to DUDEINFO.
2022-10-22 12:16:57 +02:00
Christoph Oelckers
b2d1988e50
- use engine utilities for the section builder’s inside check
2022-10-22 12:16:57 +02:00
Christoph Oelckers
f5e6503b26
- merge NearestPointLine into NearestPointOnWall
2022-10-22 12:16:57 +02:00
Christoph Oelckers
c44fd07f37
- floatified the portal displacement
2022-10-22 12:16:57 +02:00
Christoph Oelckers
c87b4a581b
- got rid of the WallStart/End macros
...
They never got much use and the places where they were used work just as well without them
2022-10-22 12:16:56 +02:00
Christoph Oelckers
cbfc9a8252
- added spriteGetZOfSlopeF for the backend
2022-10-22 12:16:56 +02:00
Christoph Oelckers
fd4f04b5fd
- eliminated fixed point GetSoundPos variants
2022-10-22 12:16:56 +02:00
Christoph Oelckers
ab23f6b114
- floatify clipangle math in HWLineToLinePortal::Setup
2022-10-22 12:16:56 +02:00
Christoph Oelckers
375d346ae8
- pass a vector to the processSprites interface.
2022-10-22 12:16:56 +02:00
Christoph Oelckers
bbf77c908b
- pass a floating point view position to the bunch drawer
2022-10-22 12:16:56 +02:00
Christoph Oelckers
16f61800ef
- simplified code a bit in clipmove
2022-10-22 12:16:56 +02:00
Christoph Oelckers
04e98f2f77
- avoid inflation of random functions.
2022-10-22 12:16:56 +02:00
Christoph Oelckers
85e4022f77
- foatified GibWall
2022-10-22 12:16:55 +02:00
Christoph Oelckers
49ae7c0c0f
- floatified sound code in useSeqSpawnerGen
2022-10-22 12:16:55 +02:00
Christoph Oelckers
d03e890833
- fixed: The GC must mark the SprInSect actor lists
2022-10-22 12:16:55 +02:00
Christoph Oelckers
2b3b7f880f
- floatified getSpritesNearWalls
2022-10-22 12:16:55 +02:00
Christoph Oelckers
60e242373c
- floatified AlignSlopes
2022-10-22 12:16:55 +02:00
Christoph Oelckers
a3d1420426
- remove int wrappers from CheckProximityWall
...
As laid out in the comment, the function is broken and only kept for compatibility purposes. Therefore it may not be refactored in any way and should retain its incorrect and often overflowing int math. The wrappers are only a refactoring marker and have no place here.
2022-10-22 12:16:55 +02:00
Christoph Oelckers
e2954dd9d5
- floatified ceilIsTooLow
2022-10-22 12:16:55 +02:00
Christoph Oelckers
02aee7f8aa
- floatification in genDudePrepare
2022-10-22 12:16:54 +02:00
Christoph Oelckers
aa909b843d
- some identical set_int_bvel_z calls
2022-10-22 12:16:54 +02:00
Christoph Oelckers
7804e23ad0
- 8x set_int_ang
2022-10-22 12:16:54 +02:00
Christoph Oelckers
775ac0564c
- convert one sound call
2022-10-22 12:16:54 +02:00
Christoph Oelckers
e682e1bd85
- the last one
2022-10-22 12:16:54 +02:00
Christoph Oelckers
8b260294ae
- two more TranslateSector calls.
2022-10-22 12:16:54 +02:00
Christoph Oelckers
ec9272491e
- second part of TranslateSector calls.
2022-10-22 12:16:54 +02:00
Christoph Oelckers
8eb4296a56
- floatified first part of TranslateSector calls.
2022-10-22 12:16:54 +02:00
Christoph Oelckers
0c43366a04
- added a TranslateSector wrapper using vectors
2022-10-22 12:16:54 +02:00
Christoph Oelckers
0b8f7f6a9f
- deleted add_int_pos
2022-10-22 12:16:53 +02:00
Mitchell Richters
a4be139ac7
- floatified CheckLink
2022-10-22 12:16:53 +02:00
Christoph Oelckers
05edd22f67
remove set_int_pos from TranslateSector
2022-10-22 12:16:53 +02:00
Christoph Oelckers
38558bbd39
- floatified most of CFX::fxProcess
2022-10-22 12:16:53 +02:00
Christoph Oelckers
de38eb4dab
- add_int_pos in MoveDude
2022-10-22 12:16:53 +02:00
Christoph Oelckers
fb2c4efa2f
- eliminated the last place where tspritetype’s add_int_z was used
2022-10-22 12:16:53 +02:00
Christoph Oelckers
25bc068032
- simple add_int_z stuff in nnexts.cpp
2022-10-22 12:16:53 +02:00
Christoph Oelckers
305bca68c0
- Z velocity in MoveMissile
2022-10-22 12:16:53 +02:00
Mitchell Richters
c76540664d
- Blood: Fixed bad target angle setup in MoveMissile()
where 90° counter-clockwise rotation was lost.
2022-10-22 12:16:52 +02:00
Christoph Oelckers
e1bcb4962e
- cleaned up some function calls where passing a vector is doable
2022-10-22 12:16:52 +02:00
Christoph Oelckers
0fdc91904d
- replaced getposfromactor
2022-10-22 12:09:54 +02:00
Christoph Oelckers
896c480eb6
- deleted player_int_pos
2022-10-22 12:09:54 +02:00
Christoph Oelckers
ca8b9e9793
- overhauled getzrangepoint to use backend utilities
2022-10-22 12:09:54 +02:00
Christoph Oelckers
b2fd1fdaa4
- second part of final bsin replacement.
2022-10-22 12:09:54 +02:00
Christoph Oelckers
05117f9f5d
- first part of final bsin replacement.
2022-10-22 12:09:54 +02:00
Christoph Oelckers
5f44dcc262
- refactor animatesprites API
2022-10-22 12:09:54 +02:00
Christoph Oelckers
9a4c699f53
- floatify all 3 operateweapon functions.
2022-10-22 12:09:44 +02:00
Christoph Oelckers
eae2e638aa
- floatified all getangle calls.
2022-10-22 11:33:16 +02:00
Christoph Oelckers
c511e5dca9
- eliminated int_xvel
2022-10-22 11:33:16 +02:00