Christoph Oelckers
|
98492aae54
|
- eliminated walltype aliases.
|
2021-12-31 15:41:39 +01:00 |
|
Christoph Oelckers
|
72962cc098
|
- the last batch of small scale typedefs eliminated.
|
2021-12-31 15:40:29 +01:00 |
|
Christoph Oelckers
|
87d2b3274b
|
- cleaned out most of the less frequent typedef types in SW.
|
2021-12-31 15:27:18 +01:00 |
|
Christoph Oelckers
|
10187e892f
|
- handle track typedefs.
|
2021-12-31 15:13:05 +01:00 |
|
Christoph Oelckers
|
f43f63adec
|
- all typedefs in jsector.h and inv.h plus a bit of cleanup and #define removal.
|
2021-12-31 15:10:37 +01:00 |
|
Christoph Oelckers
|
6b50344417
|
- eliminated PANEL_SPRITEp
|
2021-12-31 15:03:12 +01:00 |
|
Christoph Oelckers
|
994a575435
|
- panel.h cleanup.
|
2021-12-31 13:49:34 +01:00 |
|
Christoph Oelckers
|
12c63d2337
|
- eliminated a few more typedefs,
|
2021-12-31 13:37:57 +01:00 |
|
Christoph Oelckers
|
89ab00fe99
|
- eliminated typedefs in sound code.cc.obj
|
2021-12-31 13:31:13 +01:00 |
|
Christoph Oelckers
|
085eb8a36e
|
- eliminated SHRAP typedefs.
|
2021-12-31 13:26:07 +01:00 |
|
Christoph Oelckers
|
271af39a59
|
- consolidated MISSILE_PLACEMENT definitions.
|
2021-12-31 13:20:56 +01:00 |
|
Christoph Oelckers
|
90ad4b8ef1
|
- eliminated typedefs for DECISION and BREAK_INFO.
|
2021-12-31 13:16:38 +01:00 |
|
Christoph Oelckers
|
3eb640658f
|
- don't typedef MATTGAMEVAR
|
2021-12-31 13:12:20 +01:00 |
|
Christoph Oelckers
|
0cba0e19b5
|
- SW: fixed some pointer mixup in UpdatePlayerUnderSprite
|
2021-12-30 23:39:54 +01:00 |
|
Christoph Oelckers
|
61d4d06783
|
- RRRA: fixed typo in portal setup.
|
2021-12-30 22:16:39 +01:00 |
|
Christoph Oelckers
|
a9b162b8e9
|
- moved the tsprite flags from cstat2 to clipdist which was already holding other ones.
cstat2 should only hold flags for game-side sprites.
|
2021-12-30 19:00:35 +01:00 |
|
Christoph Oelckers
|
552668418a
|
- moved opos and oang to DCoreActor.
|
2021-12-30 18:21:02 +01:00 |
|
Christoph Oelckers
|
2bb7cecf27
|
- eliminated spritetype::clear.
Most uses were bad anyway, and the legitimate ones are just clearing the object.
|
2021-12-30 17:55:17 +01:00 |
|
Christoph Oelckers
|
7f62df517d
|
- moved all interpolate* methods from spritetypebase to DCoreActor.
The places where it was used on tsprites were redone to use the actor's base coordinate, which at the point of the operation would always be the same.
|
2021-12-30 17:32:31 +01:00 |
|
Christoph Oelckers
|
c10fb1278a
|
- moved the backup... methods to DCoreActor.
|
2021-12-30 17:10:08 +01:00 |
|
Christoph Oelckers
|
6c381d4392
|
- removed sector() method from low level sprite type.
|
2021-12-30 16:58:48 +01:00 |
|
Christoph Oelckers
|
5498699faf
|
- use DCoreActor::sector() wherever possible.
|
2021-12-30 16:51:56 +01:00 |
|
Christoph Oelckers
|
88e4bb9f79
|
- moved sectno method to DCoreActor.
|
2021-12-30 16:39:43 +01:00 |
|
Christoph Oelckers
|
f0b7fe4add
|
- use setsector from DCoreActor.
Also did a bit of cleanup
|
2021-12-30 16:36:04 +01:00 |
|
Christoph Oelckers
|
af6ca40e3d
|
- use DCoreActor::insector instead of spritetype::insector.
|
2021-12-30 16:24:51 +01:00 |
|
Christoph Oelckers
|
4bc32e2777
|
- use actors in the sloped sprite utilities.
|
2021-12-30 16:11:14 +01:00 |
|
Mitchell Richters
|
dc50ad154e
|
- SW: Replace PANEL_SPRITEstruct yorig with bobpos.Y calls.
|
2021-12-31 00:36:13 +11:00 |
|
Mitchell Richters
|
d8aab1ecea
|
- SW: Replace PANEL_SPRITEstruct xorig with bobpos.X calls.
|
2021-12-31 00:34:46 +11:00 |
|
Mitchell Richters
|
36b549b7f1
|
- SW: Replace PANEL_SPRITEstruct oy with opos.Y calls.
|
2021-12-31 00:34:03 +11:00 |
|
Mitchell Richters
|
81b74c2cdf
|
- SW: Replace PANEL_SPRITEstruct ox with opos.X calls.
|
2021-12-31 00:32:55 +11:00 |
|
Mitchell Richters
|
145028bc16
|
- SW: Replace PANEL_SPRITEstruct y with pos.Y calls.
|
2021-12-31 00:32:00 +11:00 |
|
Mitchell Richters
|
defdb23533
|
- SW: Replace PANEL_SPRITEstruct x with pos.X calls.
|
2021-12-31 00:30:42 +11:00 |
|
Mitchell Richters
|
ab6b9fd083
|
- SW: Replace USER zchange with change.Z calls.
|
2021-12-31 00:23:30 +11:00 |
|
Mitchell Richters
|
50cb85e389
|
- SW: Replace USER ychange with change.Y calls.
|
2021-12-31 00:22:48 +11:00 |
|
Mitchell Richters
|
ad0ea3f2f1
|
- SW: Replace USER xchange with change.X calls.
|
2021-12-31 00:22:42 +11:00 |
|
Mitchell Richters
|
424b9c5f34
|
- SW: Replace REMOTE_CONTROL pos* variables with a vector.
|
2021-12-31 00:19:34 +11:00 |
|
Mitchell Richters
|
287351e678
|
- SW: Replace REMOTE_CONTROL *vect variables with vectors.
|
2021-12-31 00:19:34 +11:00 |
|
Mitchell Richters
|
5d10b32301
|
- SW: Replace PLAYERstruct oldpos* variables with a vector.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
e4d19a0bbe
|
- SW: Replace PLAYERstruct slide_yvect with slide_vect.Y calls.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
8c1c5f3d55
|
- SW: Replace PLAYERstruct slide_xvect with slide_vect.X calls.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
8c99053ebd
|
- SW: Replace PLAYERstruct oyvect with ovect.Y calls.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
75cc539c58
|
- SW: Replace PLAYERstruct oxvect with ovect.X calls.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
5515830e2b
|
- SW: Replace PLAYERstruct yvect with vect.Y calls.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
f2497d7d08
|
- SW: Replace PLAYERstruct xvect with vect.X calls.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
03da70b3b9
|
- SW: Replace PLAYERstruct si* variables with a vector.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
6e130d026e
|
- SW: Replace PLAYERstruct lv_* variables with a vector.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
8f468607ff
|
- Exhumed: Replace Player velocity and damage variables with vectors.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
225a2a39da
|
- Duke: Replace player_struct noise_* variables with a vector.
|
2021-12-31 00:19:33 +11:00 |
|
Mitchell Richters
|
1e90b0bbbe
|
- Duke: Replace player_struct bobposy with bobpos.Y calls.
|
2021-12-30 23:00:44 +11:00 |
|
Mitchell Richters
|
034e1fd175
|
- Duke: Replace player_struct bobposx with bobpos.X calls.
|
2021-12-30 23:00:44 +11:00 |
|
Mitchell Richters
|
f9b728d188
|
- Duke: Replace DDukeActor lastvy with ovel.Y calls.
|
2021-12-30 23:00:44 +11:00 |
|
Mitchell Richters
|
8932b2fc1d
|
- Duke: Replace DDukeActor lastvx with ovel.X calls.
|
2021-12-30 23:00:43 +11:00 |
|
Mitchell Richters
|
0bc26e78ba
|
- Duke: Replace player_struct loogiey[64] with loogie[64].Y calls.
|
2021-12-30 23:00:43 +11:00 |
|
Mitchell Richters
|
e196a4daa3
|
- Duke: Replace player_struct loogiex[64] with loogie[64].X calls.
|
2021-12-30 23:00:43 +11:00 |
|
Mitchell Richters
|
2d6bc783c4
|
- Duke: Replace player_struct exity with exit.Y calls.
|
2021-12-30 23:00:43 +11:00 |
|
Mitchell Richters
|
8d2595ea84
|
- Duke: Replace player_struct exitx with exit.X calls.
|
2021-12-30 23:00:43 +11:00 |
|
Mitchell Richters
|
19a9fc462f
|
- Duke: Replace CraneDef poley with pole.Y calls.
|
2021-12-30 23:00:43 +11:00 |
|
Mitchell Richters
|
034727d902
|
- Duke: Replace CraneDef polex with pole.X calls.
|
2021-12-30 23:00:42 +11:00 |
|
Mitchell Richters
|
4b1fbf13df
|
- Duke: Replace CraneDef z with pos.Z calls.
|
2021-12-30 23:00:42 +11:00 |
|
Mitchell Richters
|
3dfcbafd93
|
- Duke: Replace CraneDef y with pos.Y calls.
|
2021-12-30 23:00:42 +11:00 |
|
Mitchell Richters
|
8006d8e394
|
- Duke: Replace CraneDef x with pos.X calls.
|
2021-12-30 23:00:42 +11:00 |
|
Mitchell Richters
|
788be33c1a
|
- Duke: Replace player_orig oz with opos.Z calls.
|
2021-12-30 23:00:42 +11:00 |
|
Mitchell Richters
|
f5dd8ba3b9
|
- Duke: Replace player_orig oy with opos.Y calls.
|
2021-12-30 23:00:42 +11:00 |
|
Mitchell Richters
|
c5d94f9a8e
|
- Duke: Replace player_orig ox with opos.X calls.
|
2021-12-30 23:00:42 +11:00 |
|
Mitchell Richters
|
8a94022f5d
|
- Duke: - Duke: Replace FireProj position and velocity variables with vectors.
|
2021-12-30 23:00:42 +11:00 |
|
Mitchell Richters
|
fd8c7bfa52
|
- Duke: Replace player_struct poszv with vel.Z calls.
|
2021-12-30 23:00:41 +11:00 |
|
Mitchell Richters
|
b2023efb44
|
- Duke: Replace player_struct posyv with vel.Y calls.
|
2021-12-30 23:00:41 +11:00 |
|
Mitchell Richters
|
31ed257f39
|
- Duke: Replace player_struct posxv with vel.X calls.
|
2021-12-30 23:00:41 +11:00 |
|
Mitchell Richters
|
10a167ab42
|
- Blood: Replace XWALL panYVel with panVel.Y calls.
|
2021-12-30 23:00:41 +11:00 |
|
Mitchell Richters
|
a325dfec62
|
- Blood: Replace XWALL panXVel with panVel.X calls.
|
2021-12-30 23:00:41 +11:00 |
|
Mitchell Richters
|
f091a72db1
|
- Blood: Replace XSPRITE targetz with TargetPos.Z calls.
|
2021-12-30 23:00:41 +11:00 |
|
Mitchell Richters
|
431749cf6e
|
- Blood: Replace XSPRITE targety with TargetPos.Y calls.
|
2021-12-30 23:00:40 +11:00 |
|
Mitchell Richters
|
1d29716e6b
|
- Blood: Replace XSPRITE targetx with TargetPos.X calls.
|
2021-12-30 23:00:40 +11: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 |
|
Mitchell Richters
|
a9e66ec553
|
- Blood: Replace DBloodActor xvel with vel.X calls.
|
2021-12-30 23:00:39 +11:00 |
|
Christoph Oelckers
|
9158796284
|
- partial replacement of tspriteptr_t.
|
2021-12-30 11:48:10 +01:00 |
|
Mitchell Richters
|
5badbd7884
|
- Blood: Replace game-side scale() with backend Scale() .
|
2021-12-30 20:46:38 +11:00 |
|
Mitchell Richters
|
4db3e91f24
|
- Blood: Remove some unused templated functions in common_game.h .
|
2021-12-30 20:46:38 +11:00 |
|
Mitchell Richters
|
13639a09b7
|
- SW: Remove unused PLAYERstruct variable turn180_target that was deprecated with 7bf1cacc7f .
|
2021-12-30 20:46:36 +11:00 |
|
Mitchell Richters
|
cf68018909
|
- SW: Replace PLAYERstruct RevolveY with Revolve.Y calls.
|
2021-12-30 20:41:27 +11:00 |
|
Mitchell Richters
|
acc11f34bf
|
- SW: Replace PLAYERstruct RevolveX with Revolve.X calls.
|
2021-12-30 20:41:27 +11:00 |
|
Mitchell Richters
|
05de974080
|
- SW: Replace PLAYERstruct ly with LadderPosition.Y calls.
|
2021-12-30 20:41:27 +11:00 |
|
Mitchell Richters
|
a18fc5b66f
|
- SW: Replace PLAYERstruct lx with LadderPosition.X calls.
|
2021-12-30 20:41:26 +11:00 |
|
Mitchell Richters
|
9c1e54a148
|
- SW: Replace USER sz with pos.Z calls.
|
2021-12-30 20:40:29 +11:00 |
|
Mitchell Richters
|
0d70d26625
|
- SW: Replace USER sy with pos.Y calls.
|
2021-12-30 20:31:09 +11:00 |
|
Mitchell Richters
|
fcf18c8c63
|
- SW: Replace USER sx with pos.X calls.
|
2021-12-30 20:31:09 +11:00 |
|
Mitchell Richters
|
620f0fa7b8
|
- SW: Use correct function name in GetOverlapSector2() I_Error() call.
|
2021-12-30 20:31:09 +11:00 |
|
Mitchell Richters
|
9bbb54fe2e
|
- Replace every line that just contains spaces or tabs with an empty line feed in all files except 3rd party libraries.
|
2021-12-30 20:30:21 +11:00 |
|
Mitchell Richters
|
1b077251e3
|
- SW: Use BIT() inline in a few places that were changed in "- SW: Replace the last few remaining TEST() macro uses and remove from mytypes.h ."
Originally, `BIT()` was going to be dropped in a subsequent commit but we've elected not to.
|
2021-12-30 20:14:01 +11:00 |
|
Christoph Oelckers
|
f9cea2b1db
|
- turning one check in hitradius into a flag.
|
2021-12-30 09:58:48 +01:00 |
|
Christoph Oelckers
|
5061d5b37c
|
- tabified the rest of Blood's code.
|
2021-12-30 09:58:48 +01:00 |
|
Christoph Oelckers
|
b7d095b943
|
- tabified more Blood files.
|
2021-12-30 09:58:48 +01:00 |
|
Christoph Oelckers
|
c25641c631
|
- db.cpp cleanup.
There were too many pointless global variables here and quite a bit of code doing nothing useful.
|
2021-12-30 09:58:47 +01:00 |
|
Christoph Oelckers
|
1d28e166c6
|
- fixed nnexts comparison with statcount.
This value is no longer maintained, so we got to count when the value is needed.
|
2021-12-30 09:58:47 +01:00 |
|
Christoph Oelckers
|
69283bfb0c
|
- tabified several Blood source files.
|
2021-12-30 09:58:47 +01:00 |
|
Christoph Oelckers
|
e670cf2786
|
- re-tabified several files that got mangled by repeated merging
|
2021-12-30 09:58:47 +01:00 |
|
Christoph Oelckers
|
3fcecedf32
|
- deleted ClearContent functions from actor classes.
this is a leftover from pre-DObject times and no longer needed.
|
2021-12-30 09:58:47 +01:00 |
|
Christoph Oelckers
|
bf9defc062
|
- SW: moved some Polymost hack stuff to its proper place.
|
2021-12-30 09:58:46 +01:00 |
|
Mitchell Richters
|
bf7437c827
|
- SW: Remove ON pre-processor define and eliminate mytypes.h .
|
2021-12-30 09:58:46 +01:00 |
|