Mitchell Richters
|
1e7cce28af
|
- VecToAngle() with delta() inside to .Angle() replacements.
|
2022-10-27 16:55:53 +02:00 |
|
Mitchell Richters
|
c00c8d196e
|
- Simple VecToAngle() > .Angle() replacements.
|
2022-10-27 16:55:52 +02:00 |
|
Christoph Oelckers
|
22ccf33569
|
- floatified walldist parameter of getzrange
|
2022-10-25 07:07:14 +02:00 |
|
Christoph Oelckers
|
ff25dc7ae5
|
- fixed AngleChase pitch calculation.
This had one variable replacement missing.
|
2022-10-21 23:57:49 +02:00 |
|
Christoph Oelckers
|
72dc3d5da9
|
- use mapangle in more places, mainly constants and random values using special formula
|
2022-10-18 19:01:45 +02:00 |
|
Christoph Oelckers
|
b14ab1bde3
|
- use a lower value range for the xy factor in movespritevel.
|
2022-10-18 19:01:45 +02:00 |
|
Christoph Oelckers
|
42389133d3
|
- function separators.
Also removing some dead code.
|
2022-10-18 19:01:44 +02:00 |
|
Christoph Oelckers
|
3709b61fd1
|
- floatified PlotCourseToSprite's return
|
2022-10-18 18:55:22 +02:00 |
|
Christoph Oelckers
|
7b8b4a48f7
|
- floatified all of movesprite.
|
2022-10-18 18:34:30 +02:00 |
|
Christoph Oelckers
|
6854e8030d
|
- floatify half the movesprite calls.
|
2022-10-18 18:34:30 +02:00 |
|
Christoph Oelckers
|
a043c7fa4d
|
floatified body of movesprite and prepared the calls for adjustment.
|
2022-10-18 18:34:29 +02:00 |
|
Christoph Oelckers
|
98eb4a169d
|
- renamed movesprite functions as preparation
|
2022-10-18 18:34:29 +02:00 |
|
Christoph Oelckers
|
c41af213b4
|
- another set of simple changes.
|
2022-10-18 18:34:29 +02:00 |
|
Christoph Oelckers
|
f393b7e917
|
- floatified GetAngleToSprite
|
2022-10-18 18:34:29 +02:00 |
|
Christoph Oelckers
|
b5c315978c
|
- rename GetActorHeightF
(no edits here, just one replace.)
|
2022-10-18 18:34:28 +02:00 |
|
Christoph Oelckers
|
c65c317665
|
- eliminate GetActorHeight
|
2022-10-18 18:34:28 +02:00 |
|
Christoph Oelckers
|
55d01509fa
|
- handle most of move.cpp.
|
2022-10-18 18:34:28 +02:00 |
|
Christoph Oelckers
|
029e0f6fa4
|
- floatified most of the grenade code and GetWallNormal
|
2022-10-18 18:34:27 +02:00 |
|
Christoph Oelckers
|
e7f581a4fd
|
- floatified AngleChase.
|
2022-10-18 18:34:25 +02:00 |
|
Christoph Oelckers
|
f8c789fdcb
|
- floatified DExhumedActor::angle2
|
2022-10-18 18:34:25 +02:00 |
|
Christoph Oelckers
|
b777517789
|
- floatified MoveSector's API.
|
2022-10-18 18:34:25 +02:00 |
|
Christoph Oelckers
|
9d8f06612f
|
- floatified MoveSector
|
2022-10-18 18:34:25 +02:00 |
|
Christoph Oelckers
|
c4a8cda95f
|
- decrypted some leftover raw disassembly code in MoveSector
|
2022-10-18 18:34:24 +02:00 |
|
Christoph Oelckers
|
559fe495fb
|
- floatified movesprite and the thrust vector.
|
2022-10-18 18:34:24 +02:00 |
|
Christoph Oelckers
|
5365066c05
|
- renamed variable to match its main purpose.
|
2022-10-18 18:34:24 +02:00 |
|
Christoph Oelckers
|
8137718133
|
- floatified movespritez
|
2022-10-18 18:34:24 +02:00 |
|
Christoph Oelckers
|
a62dcac514
|
- floatified BelowNear and deleted unused GetActorExtents.
|
2022-10-18 18:34:24 +02:00 |
|
Christoph Oelckers
|
9850c791e3
|
- lots of set_int_vel.
|
2022-10-17 17:25:59 +02:00 |
|
Christoph Oelckers
|
fdc6a49a97
|
- another movesprite wrapper to get rid of int_yvel and int_xvel
|
2022-10-17 17:25:59 +02:00 |
|
Christoph Oelckers
|
47ad4fccdc
|
- convert all set/add_int_x/yvel calls
|
2022-10-17 17:25:59 +02:00 |
|
Christoph Oelckers
|
6c44728d4a
|
- deleted GetUpAngle
The only caller of this function did not even use its result so it all went to waste
|
2022-10-17 17:25:59 +02:00 |
|
Christoph Oelckers
|
1ba20c7dce
|
- wrapped most clipdist assignments
|
2022-10-17 17:03:53 +02:00 |
|
Christoph Oelckers
|
ef47040630
|
- renaming stuff for search purposes
|
2022-10-17 17:03:53 +02:00 |
|
Christoph Oelckers
|
3fc592c505
|
- wrap clipdist copy
|
2022-10-17 17:03:53 +02:00 |
|
Christoph Oelckers
|
08a53188a8
|
- wrapped all literal assignments to clipdist - part 4
|
2022-10-17 17:03:53 +02:00 |
|
Christoph Oelckers
|
3e36b5627b
|
- wrap clipdist << 2
|
2022-10-17 17:03:52 +02:00 |
|
Mitchell Richters
|
fc47cec222
|
- Exhumed: Change inita into a DAngle.
|
2022-10-15 13:32:03 +02:00 |
|
Mitchell Richters
|
e84a0f3245
|
- Exhumed: Floatify nQuake[] array.
|
2022-10-15 13:32:02 +02:00 |
|
Christoph Oelckers
|
e5b2a0f0a6
|
- simple angle stuff.
|
2022-10-15 12:42:31 +02:00 |
|
Christoph Oelckers
|
b462c3d998
|
- consolidated Exhumed’s velocity setters
|
2022-10-15 11:35:37 +02:00 |
|
Christoph Oelckers
|
eed7f0806c
|
- more quick replacements
|
2022-10-15 10:15:21 +02:00 |
|
Christoph Oelckers
|
3e76d49b6e
|
- removed the mul vel wrappers
|
2022-10-15 10:15:21 +02:00 |
|
Christoph Oelckers
|
6fd8dae380
|
- removed the non-Blood float_* access wrappers
|
2022-10-15 10:15:21 +02:00 |
|
Christoph Oelckers
|
62ba753585
|
- remove vel clear wrappers
|
2022-10-15 10:15:21 +02:00 |
|
Christoph Oelckers
|
9621cd08d2
|
- use PlayerIndex plus a bit of cleanup.
|
2022-10-14 23:17:45 +02:00 |
|
Christoph Oelckers
|
45d95ec053
|
- spr.yvel is gone in Exhumed
|
2022-10-14 23:13:34 +02:00 |
|
Christoph Oelckers
|
490d4d3555
|
- set_int_yvel
|
2022-10-14 23:13:34 +02:00 |
|
Christoph Oelckers
|
b0e67ab88d
|
- clear_yvel
|
2022-10-14 23:13:34 +02:00 |
|
Christoph Oelckers
|
9600face4a
|
- the rest.
|
2022-10-14 23:13:33 +02:00 |
|
Christoph Oelckers
|
33eeb8d9c2
|
- right shifts
|
2022-10-14 23:13:33 +02:00 |
|