Christoph Oelckers
|
9c564db015
|
- replaced try_facespr_intersect with something independently written.
|
2022-10-22 12:17:03 +02:00 |
|
Christoph Oelckers
|
0b8f7f6a9f
|
- deleted add_int_pos
|
2022-10-22 12:16:53 +02:00 |
|
Christoph Oelckers
|
c511e5dca9
|
- eliminated int_xvel
|
2022-10-22 11:33:16 +02:00 |
|
Christoph Oelckers
|
671e75ba5f
|
- eliminate the last int_zvel call
|
2022-10-22 09:34:16 +02:00 |
|
Christoph Oelckers
|
666f768413
|
- deleted set_int_xvel and set_int_zvel.
|
2022-10-22 09:34:15 +02:00 |
|
Christoph Oelckers
|
e224abb949
|
- silenced warnings.
|
2022-10-21 00:00:07 +02:00 |
|
Christoph Oelckers
|
1814274124
|
- eliminated all of add_int_zvel.
|
2022-10-21 00:00:05 +02:00 |
|
Christoph Oelckers
|
23c529589e
|
- eliminated add_int_xvel
|
2022-10-19 18:26:16 +02:00 |
|
Christoph Oelckers
|
559fe495fb
|
- floatified movesprite and the thrust vector.
|
2022-10-18 18:34:24 +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
|
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
|
16f0d15cdc
|
- wrapper for literal assignments to clipdist
|
2022-10-17 17:03:52 +02:00 |
|
Christoph Oelckers
|
3e36b5627b
|
- wrap clipdist << 2
|
2022-10-17 17:03:52 +02:00 |
|
Christoph Oelckers
|
cf8b650446
|
- floatify Bullet::x,y,z
|
2022-10-17 17:03:52 +02:00 |
|
Christoph Oelckers
|
dfabdff553
|
- set_int_hitpos is not used anymore
|
2022-10-15 17:49:34 +02:00 |
|
Mitchell Richters
|
45d4d3e41a
|
- Eliminate __interpvalue() and clean up Q16.16 smoothratio values where it made sense to do so.
* Also eliminates a now empty header.
|
2022-10-15 13:32:02 +02:00 |
|
Mitchell Richters
|
2c8cb8f052
|
- Rename DCoreActor method interpolatedvec3() to interpolatedpos() .
|
2022-10-15 13:32:01 +02:00 |
|
Mitchell Richters
|
f5dda2909a
|
- Remove now-unused interpolation methods from DCoreActor class.
|
2022-10-15 13:32:01 +02:00 |
|
Mitchell Richters
|
74167e1a7c
|
- Remove interpolators for TVector and TAngle objects, replacing with single generic version.
|
2022-10-15 13:32:01 +02:00 |
|
Mitchell Richters
|
8fd6452baf
|
- Rename interpolatedvaluef() in preparation for replacement.
|
2022-10-15 13:32:01 +02:00 |
|
Christoph Oelckers
|
1dcb03e530
|
- got rid of set_int_bvel
|
2022-10-15 11:35:38 +02:00 |
|
Christoph Oelckers
|
712d28ff40
|
- clean out some stuff
|
2022-10-15 11:35:38 +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
|
b924569755
|
- started removing trivial vel wrappers
|
2022-10-15 10:15:20 +02:00 |
|
Christoph Oelckers
|
64e8a369ec
|
- floatified velocity storage
|
2022-10-15 10:15:20 +02:00 |
|
Christoph Oelckers
|
e361abb96d
|
- added some utilities
|
2022-10-14 23:55:32 +02:00 |
|
Christoph Oelckers
|
0c146e7ccb
|
- Unify the velocity vectors of all games
spritetype’s former vel fields are only being retained for alternative use - yvel -> yint as generic parameter in Duke and zvel -> inittype for Blood.
|
2022-10-14 23:55:31 +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
|
1999340c8a
|
- add_int_bvel_z
|
2022-10-14 23:52:43 +02:00 |
|
Christoph Oelckers
|
12e5fd133c
|
- add_int_bvel_x
|
2022-10-14 23:52:43 +02:00 |
|
Christoph Oelckers
|
49f0e9c57d
|
- batch 3 of vel.
|
2022-10-14 23:52:43 +02:00 |
|
Christoph Oelckers
|
193d20bb4d
|
- wrapped more xvels
|
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
|
cb81a50752
|
- Blood vel wrappers.
|
2022-10-14 23:52:42 +02:00 |
|
Christoph Oelckers
|
a5a04b1123
|
- moved Blood's velocity vector to DCoreActor.
|
2022-10-14 23:52:42 +02:00 |
|
Christoph Oelckers
|
b0e67ab88d
|
- clear_yvel
|
2022-10-14 23:13:34 +02:00 |
|
Christoph Oelckers
|
aa22e48036
|
- preparations for xvel wrapping.
Mainly providing alternative names for the spritetype members and redirecting all relevant access to those.
|
2022-10-14 23:02:11 +02:00 |
|
Christoph Oelckers
|
05f488ce3c
|
- add more wrappers and use 'inittype' where the actual zvel member of spritetype is wanted.
This will avoid problems with search&replace later.
|
2022-10-14 20:31:56 +02:00 |
|
Christoph Oelckers
|
8946a66350
|
- handle zvel multiplications with a wrapper.
This completes wrapping of zvel.
|
2022-10-14 20:31:56 +02:00 |
|
Christoph Oelckers
|
8bfedc327f
|
- add_int_zvel
|
2022-10-14 20:31:56 +02:00 |
|
Christoph Oelckers
|
70d0d0622b
|
- wrapped 0 assignments to zvel
|
2022-10-14 20:31:55 +02:00 |
|
Christoph Oelckers
|
3f7b423a4a
|
- zvel wrapping, part 1.
|
2022-10-14 20:31:55 +02:00 |
|
Christoph Oelckers
|
3ac4e7ed2d
|
- eliminated player_int_ceiling_dist, player_int_floor_dist wrappers
|
2022-10-14 00:06:30 +02:00 |
|