Christoph Oelckers
|
a662a3bd12
|
- another bunch of picnums in Blood removed.
4 remaining after this.
|
2023-04-29 11:32:04 +02:00 |
|
Christoph Oelckers
|
19a58ddeb0
|
- Blood: fixed velocity for ejected shell casings.
|
2023-01-21 14:33:42 +01:00 |
|
Mitchell Richters
|
2e0b9490e1
|
- Change spritetypebase::angle to a DRotator named Angles .
* Major pre-requisite for the next steps I'm undertaking, let's get it into the branch now.
|
2022-12-11 18:41:52 +01:00 |
|
Christoph Oelckers
|
0c87bcb91b
|
- renamed getzsofslopeptr to calcSlope and removed one redundant inline.
|
2022-10-30 16:51:40 +01:00 |
|
Christoph Oelckers
|
3c6b64d621
|
- renamed everything back
|
2022-10-30 16:51:33 +01:00 |
|
Christoph Oelckers
|
15db7a7143
|
- unwrapped SetScaleX/Y.
|
2022-10-30 16:51:32 +01:00 |
|
Christoph Oelckers
|
1c82d19d37
|
- handled all remaining x/yrepeat in Blood.
|
2022-10-30 16:51:23 +01:00 |
|
Christoph Oelckers
|
f5e1709c37
|
- renamed yet another bunch of repeat variables.
|
2022-10-30 16:51:22 +01:00 |
|
Christoph Oelckers
|
78bf99434e
|
- removed some pointless comments.
|
2022-10-30 16:51:22 +01:00 |
|
Christoph Oelckers
|
4af4983d3e
|
- floatified clipdist and replaced fClipdist wrapper.
This uses a new variable because a few things use clipdist as a flag byte
|
2022-10-30 16:51:14 +01:00 |
|
Christoph Oelckers
|
a5afbce59d
|
- fixed fxSpawnActor calls
|
2022-10-25 07:07:13 +02:00 |
|
Christoph Oelckers
|
65a5394cf0
|
- only have one version of fxSpawnActor
|
2022-10-25 07:07:13 +02:00 |
|
Christoph Oelckers
|
c0a628dc7f
|
- floatified SpawnBulletEject and SpawnShellEject
|
2022-10-25 07:07:13 +02:00 |
|
Christoph Oelckers
|
f3bae2b0b8
|
- deleted several unused functions.
|
2022-10-25 07:07:12 +02:00 |
|
Christoph Oelckers
|
0999ffd5c0
|
- floatified fxSpawnEjectingBrass/Shell and got rid of the inlines.
|
2022-10-25 07:07:03 +02:00 |
|
Christoph Oelckers
|
5c6cac49c8
|
- changed a few vel setter calls.
|
2022-10-22 20:41:25 +02:00 |
|
Mitchell Richters
|
95cd74bdc0
|
- renamed slope functions so that the int versions get a special name.
|
2022-10-22 12:17:02 +02:00 |
|
Mitchell Richters
|
e5226c65a9
|
- Blood: Add DAngle overload for CFX::fxSpawnActor() .
|
2022-10-22 12:16:58 +02:00 |
|
Christoph Oelckers
|
7804e23ad0
|
- 8x set_int_ang
|
2022-10-22 12:16:54 +02:00 |
|
Christoph Oelckers
|
38558bbd39
|
- floatified most of CFX::fxProcess
|
2022-10-22 12:16:53 +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
|
1ba20c7dce
|
- wrapped most clipdist assignments
|
2022-10-17 17:03:53 +02:00 |
|
Christoph Oelckers
|
4af3f6e731
|
- comparison with zero replacements
|
2022-10-15 11:35:37 +02:00 |
|
Christoph Oelckers
|
5cde04fee7
|
- cleaned up assignments of random values to vel
|
2022-10-15 10:33:03 +02:00 |
|
Christoph Oelckers
|
c45ecdae73
|
- wrapped all velocity access in Blood, except the places where an address of vel is taken
|
2022-10-14 23:55:30 +02:00 |
|
Christoph Oelckers
|
7a7a2cdb39
|
- various replacements of vel
|
2022-10-14 23:55:30 +02:00 |
|
Christoph Oelckers
|
994cb47d36
|
- set_int_bvel_z
|
2022-10-14 23:52:44 +02:00 |
|
Christoph Oelckers
|
9cbffc998e
|
- set_int_bvel_y
|
2022-10-14 23:52:44 +02:00 |
|
Christoph Oelckers
|
761da2b06e
|
- set_int_bvel_x
|
2022-10-14 23:52:43 +02:00 |
|
Christoph Oelckers
|
1999340c8a
|
- add_int_bvel_z
|
2022-10-14 23:52:43 +02:00 |
|
Christoph Oelckers
|
e3758d6adc
|
- started wrapping vel
|
2022-10-14 23:52:42 +02:00 |
|
Christoph Oelckers
|
e7b09dbaac
|
- renamed vel.
|
2022-10-14 23:52:42 +02:00 |
|
Christoph Oelckers
|
f269ceff64
|
slope functions with position vectors
|
2022-10-12 22:10:37 +02:00 |
|
Christoph Oelckers
|
db0ce36143
|
- use engine's updatesector in Blood instead of the limited homegrown FindSector variant.
|
2022-10-11 18:09:48 +02:00 |
|
Christoph Oelckers
|
4888b363e8
|
- added vector variant of gFX.fxSpawnActor
|
2022-10-10 17:37:19 +02:00 |
|
Christoph Oelckers
|
139969d017
|
- FindSector variants with vectors
|
2022-10-10 17:37:19 +02:00 |
|
Christoph Oelckers
|
cb39a07580
|
- position in actSpawnSprite
|
2022-10-10 17:37:18 +02:00 |
|
Christoph Oelckers
|
f13d9892dc
|
- trivial wrapper replacements in Duke
|
2022-10-09 08:21:53 +02:00 |
|
Christoph Oelckers
|
8f904c2256
|
- angle assignments in Blood.
|
2022-10-04 23:56:43 +02:00 |
|
Christoph Oelckers
|
f54e4b8a9a
|
- more int_ang()
|
2022-10-04 23:56:43 +02:00 |
|
Christoph Oelckers
|
33d5b54ce0
|
- use int_ang().
|
2022-10-04 23:56:43 +02:00 |
|
Christoph Oelckers
|
735b9a8fed
|
- renamed ang to __int_angle
|
2022-10-04 23:56:42 +02:00 |
|
Christoph Oelckers
|
c84d75b8bf
|
- use inline access functions to read floorz/ceilingz.
|
2022-08-27 09:58:16 +02:00 |
|
Christoph Oelckers
|
0672572e63
|
- renamed sectortype::floorz and ceilingz as preparation for floatification
|
2022-08-27 09:47:48 +02:00 |
|
Christoph Oelckers
|
0f8bf5f743
|
- Blood: replaced the remaining spr.pos with int_pos()
|
2022-08-26 19:53:04 +02:00 |
|
Christoph Oelckers
|
70d5ba6abe
|
- Blood: first part of wrapping spr.pos write access.
|
2022-08-26 19:53:03 +02:00 |
|
Christoph Oelckers
|
5498699faf
|
- use DCoreActor::sector() wherever possible.
|
2021-12-30 16:51:56 +01:00 |
|
Christoph Oelckers
|
af6ca40e3d
|
- use DCoreActor::insector instead of spritetype::insector.
|
2021-12-30 16:24:51 +01:00 |
|
Mitchell Richters
|
22275a16f6
|
- Blood: Replace DBloodActor zvel with vel.Z calls.
|
2021-12-30 23:00:40 +11:00 |
|
Mitchell Richters
|
ce08fd4304
|
- Blood: Replace DBloodActor yvel with vel.Y calls.
|
2021-12-30 23:00:40 +11:00 |
|