Christoph Oelckers
|
d22c473c31
|
- manual set_const_clipdist replacements
|
2022-10-30 16:51:15 +01:00 |
|
Mitchell Richters
|
8bc34f3dac
|
- Handle all remaining VecToAngle() calls.
|
2022-10-27 16:55:53 +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
|
42389133d3
|
- function separators.
Also removing some dead code.
|
2022-10-18 19:01:44 +02:00 |
|
Christoph Oelckers
|
e2a6353182
|
- eliminated AngleDiff.
|
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
|
b5c315978c
|
- rename GetActorHeightF
(no edits here, just one replace.)
|
2022-10-18 18:34:28 +02:00 |
|
Christoph Oelckers
|
18ade5e9bd
|
- extremely trivial angle stuff
|
2022-10-18 18:34:27 +02:00 |
|
Christoph Oelckers
|
48b34ad84d
|
- floatified BuildBullet
|
2022-10-18 18:34:24 +02:00 |
|
Christoph Oelckers
|
c811a4a6dc
|
- all of add_int_ang
|
2022-10-17 17:25:59 +02:00 |
|
Christoph Oelckers
|
39d8591ffc
|
- handle vel from angle assignments
|
2022-10-17 17:25:59 +02:00 |
|
Christoph Oelckers
|
ef47040630
|
- renaming stuff for search purposes
|
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 |
|
Mitchell Richters
|
fc47cec222
|
- Exhumed: Change inita into a DAngle.
|
2022-10-15 13:32:03 +02:00 |
|
Christoph Oelckers
|
b462c3d998
|
- consolidated Exhumed’s velocity setters
|
2022-10-15 11:35:37 +02:00 |
|
Christoph Oelckers
|
62ba753585
|
- remove vel clear wrappers
|
2022-10-15 10:15:21 +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
|
ec88d1ea6c
|
- set_int_xvel
|
2022-10-14 23:13:32 +02:00 |
|
Christoph Oelckers
|
36f109502d
|
- use clear_xvel wrapper.
|
2022-10-14 23:02:11 +02:00 |
|
Christoph Oelckers
|
999cd16b24
|
- use clear_zvel
|
2022-10-14 20:31:57 +02:00 |
|
Christoph Oelckers
|
6ddfd8e97a
|
- set_int_zvel
|
2022-10-14 20:31:55 +02:00 |
|
Christoph Oelckers
|
70d0d0622b
|
- wrapped 0 assignments to zvel
|
2022-10-14 20:31:55 +02:00 |
|
Christoph Oelckers
|
0ee39bfad9
|
- getangle cleanup
|
2022-10-08 16:11:23 +02:00 |
|
Christoph Oelckers
|
4403a6a411
|
- eliminated redundant and less precise GetMyAngle function
The engine's getangle function just works fine here.
|
2022-10-08 16:11:23 +02:00 |
|
Christoph Oelckers
|
ae79f3e3c3
|
- half of GetActorHeight
|
2022-10-08 16:11:23 +02:00 |
|
Christoph Oelckers
|
7d9406bf01
|
- AngleDiff
|
2022-10-08 10:06:04 +02:00 |
|
Christoph Oelckers
|
9d5acf8350
|
- getangle calls
|
2022-10-08 10:06:04 +02:00 |
|
Christoph Oelckers
|
e6f1d92567
|
- use floats for spawning Exhumed actors
|
2022-10-05 18:25:57 +02:00 |
|
Christoph Oelckers
|
6bdfa09dd1
|
- the remaining angle stuff.
|
2022-10-05 00:36:21 +02:00 |
|
Christoph Oelckers
|
2d51058de8
|
- add_int_ang
|
2022-10-05 00:35:14 +02:00 |
|
Christoph Oelckers
|
d55a84d7eb
|
- set_int_ang in Exhumed
|
2022-10-04 23:56:44 +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
|
43bd8acb31
|
- Exhumed: renamed all spr.pos.
|
2022-08-26 19:53:08 +02:00 |
|
Christoph Oelckers
|
24101f8e92
|
- Exhumed: second batch of refactoring writes to spr.pos.
|
2022-08-26 19:53:07 +02:00 |
|
Christoph Oelckers
|
aab13addb7
|
-renamed spritetype’s owner field to ‚intowner‘
Mainly for easier searching.
Also remove the duplicate ‚detail‘ field.
|
2022-05-24 00:30:41 +02:00 |
|
Christoph Oelckers
|
5498699faf
|
- use DCoreActor::sector() wherever possible.
|
2021-12-30 16:51:56 +01:00 |
|
Christoph Oelckers
|
6f0e7e3784
|
- Exhumed: batch of several s().
|
2021-12-30 09:57:27 +01:00 |
|
Christoph Oelckers
|
b34a4af15e
|
- Exhumed: pActor->s() in scorp.cpp
|
2021-12-30 09:57:26 +01:00 |
|
Mitchell Richters
|
baf78848eb
|
- Replace spritetypebase z with pos.Z calls and eliminate spritetypebase pos union.
|
2021-12-30 09:57:06 +01:00 |
|
Mitchell Richters
|
cecb8dc48e
|
- Replace spritetypebase y with pos.Y calls.
|
2021-12-30 09:57:05 +01:00 |
|
Mitchell Richters
|
33ca55023f
|
- Replace spritetypebase x with pos.X calls.
|
2021-12-30 09:57:05 +01:00 |
|
Christoph Oelckers
|
d9d05e90b5
|
- globally replaced all occurences of '->s().' with '->spr.'
|
2021-12-30 09:57:00 +01:00 |
|
Christoph Oelckers
|
988a91904a
|
- a large of Exhumed flags, most search& replace plus a few local variable types.
|
2021-12-30 09:56:49 +01:00 |
|
Christoph Oelckers
|
b3bbf8932e
|
- same procedure for Exhumed.
|
2021-12-26 23:08:58 +01:00 |
|
Christoph Oelckers
|
943641d18e
|
- renamed all nSector pointers to pSector
No logic changes!
|
2021-12-25 21:29:04 +01:00 |
|