Mitchell Richters
|
d1c5f9516f
|
- Duke: Remove player_struct::posoldAdd() and player_struct::posoldGet() .
|
2022-12-11 18:41:44 +01:00 |
|
Mitchell Richters
|
f10f1b9154
|
- Duke: Remove player_struct::posoldZset() and player_struct::posoldZget() .
|
2022-12-11 18:41:44 +01:00 |
|
Mitchell Richters
|
66a08a26e8
|
- Duke: Remove player_struct::posoldX() , player_struct::posoldY() , and player_struct::posoldXY() .
|
2022-12-11 18:41:44 +01:00 |
|
Mitchell Richters
|
4551274e7d
|
- Duke: Remove player_struct::posSet() .
|
2022-12-11 18:41:44 +01:00 |
|
Mitchell Richters
|
a1e68f88a5
|
- Duke: Remove player_struct::posAdd() .
|
2022-12-11 18:41:44 +01:00 |
|
Mitchell Richters
|
27be72c7ec
|
- Duke: Remove player_struct::posGet() .
|
2022-12-11 18:41:43 +01:00 |
|
Mitchell Richters
|
b42672dcf9
|
- Duke: Remove player_struct::posZget() .
|
2022-12-11 18:41:43 +01:00 |
|
Mitchell Richters
|
bd8a6dd956
|
- Duke: Remove player_struct::posZadd() .
|
2022-12-11 18:41:43 +01:00 |
|
Mitchell Richters
|
92dd6c9795
|
- Duke: Remove player_struct::posXY() .
|
2022-12-11 18:41:43 +01:00 |
|
Mitchell Richters
|
6f102e1171
|
- Duke: Remove player_struct::posX() and player_struct::posY() .
|
2022-12-11 18:41:43 +01:00 |
|
Mitchell Richters
|
b1bd59db41
|
- Duke: Clean up all player position calls referencing gs.playerheight that don't need it when using the sprite height.
|
2022-12-11 18:41:42 +01:00 |
|
Mitchell Richters
|
29f2212d8f
|
- Duke: Remove player_struct::backupz() in lieu of actor variant.
|
2022-12-11 18:41:42 +01:00 |
|
Mitchell Richters
|
a8c923f05c
|
- Duke: Remove player_struct::backupxy() in lieu of actor variant.
|
2022-12-11 18:41:42 +01:00 |
|
Mitchell Richters
|
6eeedbd38a
|
- Duke: Move player_struct::restorexyz() to DCoreActor::restorepos() .
|
2022-12-11 18:41:42 +01:00 |
|
Mitchell Richters
|
6d1370dcab
|
- Duke: Fix a few more sector effector after position change to sprite.
|
2022-12-11 18:41:42 +01:00 |
|
Mitchell Richters
|
4a9775fde7
|
- Duke: Fix SE17 elevators after change to player position internals.
|
2022-12-11 18:41:41 +01:00 |
|
Mitchell Richters
|
9972c65842
|
- Duke: Back up all sprites as soon as possible.
* The player's input is processed before the sprites were backed up, causing interpolation issues with the player's Z.
|
2022-12-11 18:41:41 +01:00 |
|
Mitchell Richters
|
b0c95f69c5
|
- Duke: Wrap calls that get player_struct::PlayerOldPosition .
|
2022-12-11 18:41:41 +01:00 |
|
Mitchell Richters
|
1962d85f99
|
- Duke: Wrap calls that subtract from player_struct::PlayerOldPosition .
|
2022-12-11 18:41:40 +01:00 |
|
Mitchell Richters
|
fffc1915a9
|
- Duke: Wrap calls that add to player_struct::PlayerOldPosition .
|
2022-12-11 18:41:40 +01:00 |
|
Mitchell Richters
|
e4dd69f5b0
|
- Duke: Wrap calls that get player_struct::PlayerOldPosition.Z .
|
2022-12-11 18:41:40 +01:00 |
|
Mitchell Richters
|
4027f7256d
|
- Duke: Wrap calls to player_struct::PlayerOldPosition.Y .
|
2022-12-11 18:41:40 +01:00 |
|
Mitchell Richters
|
823c5a7a47
|
- Duke: Wrap calls to player_struct::PlayerOldPosition.X .
|
2022-12-11 18:41:40 +01:00 |
|
Mitchell Richters
|
a3b1ab10fe
|
- Duke: Wrap calls that get player_struct::PlayerNowPosition .
|
2022-12-11 18:41:39 +01:00 |
|
Mitchell Richters
|
a6a4cefa6c
|
- Duke: Wrap calls that add to player_struct::PlayerNowPosition .
* The only adds were from DVector2 objects.
|
2022-12-11 18:41:39 +01:00 |
|
Mitchell Richters
|
58381c6eca
|
- Duke: Wrap calls that set player_struct::PlayerNowPosition .
|
2022-12-11 18:41:39 +01:00 |
|
Mitchell Richters
|
25e6c4ecf8
|
- Duke: Wrap calls that get player_struct::PlayerNowPosition.Z .
|
2022-12-11 18:41:39 +01:00 |
|
Mitchell Richters
|
adc78c81c6
|
- Duke: Wrap calls that subtract from player_struct::PlayerNowPosition.Z .
|
2022-12-11 18:41:39 +01:00 |
|
Mitchell Richters
|
44166ae9e6
|
- Duke: Wrap calls that add to player_struct::PlayerNowPosition.Z .
|
2022-12-11 18:41:39 +01:00 |
|
Mitchell Richters
|
008c05710b
|
- Duke: Wrap calls to player_struct::PlayerNowPosition.Y .
|
2022-12-11 18:41:38 +01:00 |
|
Mitchell Richters
|
3a07c05af7
|
- Duke: Wrap calls to player_struct::PlayerNowPosition.X .
|
2022-12-11 18:41:38 +01:00 |
|
Mitchell Richters
|
5d3878eb55
|
- Duke: Wrap calls to player_struct::PlayerNowPosition.XY() .
|
2022-12-11 18:41:38 +01:00 |
|
Mitchell Richters
|
4b7d2fcfcc
|
- Duke: Rename player's opos to something identifiable.
|
2022-12-11 18:41:38 +01:00 |
|
Mitchell Richters
|
4aa63b5446
|
- Duke: Rename player's pos to something identifiable.
|
2022-12-11 18:41:38 +01:00 |
|
Mitchell Richters
|
a580e9d884
|
- Duke: Increase the precision of the angle in handle_se00() .
|
2022-12-01 08:56:12 +01:00 |
|
Christoph Oelckers
|
1d39e1edc1
|
- fixed bouncing of freezer's projectile.
|
2022-11-30 09:57:27 +01:00 |
|
Mitchell Richters
|
ec16fd9310
|
- Duke: Soften the blood splats in Duke when the timer is at the end.
|
2022-11-29 21:08:49 +11:00 |
|
Mitchell Richters
|
537e9df6ec
|
- Duke: Repair Z height when dead.
|
2022-11-29 20:59:35 +11:00 |
|
Mitchell Richters
|
4f59e8a3d1
|
- Duke: Fix delta angle setup in alterang() .
|
2022-11-24 22:03:47 +11:00 |
|
Christoph Oelckers
|
a76d166966
|
- scriptified tongue actor.
This seems to be develpment garbage. No proper sprites exist for this.
|
2022-11-20 20:40:46 +01:00 |
|
Christoph Oelckers
|
5528725985
|
- got rid of deletesprite, plus one new flag.
|
2022-11-20 19:25:23 +01:00 |
|
Christoph Oelckers
|
65a5e5e29a
|
- unlimized two map resources - cyclers and ambient tags.
|
2022-11-20 14:13:11 +01:00 |
|
Christoph Oelckers
|
b069904be1
|
- scriptified the remaining controller sprites.
|
2022-11-20 13:57:51 +01:00 |
|
Christoph Oelckers
|
cb005062cd
|
- scriptified activators and locators.
|
2022-11-20 12:43:24 +01:00 |
|
Christoph Oelckers
|
9fa2fb75cf
|
- scriptified the respawn controller.
This also handles one special RRRA controller which was just easier to scriptify right away than temporarily work around it.
|
2022-11-20 11:58:19 +01:00 |
|
Christoph Oelckers
|
31b1898c30
|
- deleted movecanwithsomething native function.
This was already scriptified.
|
2022-11-20 08:52:58 +01:00 |
|
Christoph Oelckers
|
f515939fde
|
- scriptified the sound controller.
|
2022-11-20 08:46:49 +01:00 |
|
Christoph Oelckers
|
714a2ef70e
|
- scriptified canwithsomething, the last internal STAT_STANDABLE item.
|
2022-11-19 19:01:17 +01:00 |
|
Christoph Oelckers
|
dee33ba4dd
|
- scriptified viewscreen and camera.
|
2022-11-19 17:35:04 +01:00 |
|
Christoph Oelckers
|
046ba1ae0c
|
- scriptified touchplate
|
2022-11-19 15:40:35 +01:00 |
|