Christoph Oelckers
|
a3162f6ccf
|
- renamed testnewrenderer CVAR.
|
2022-01-07 12:49:41 +01:00 |
|
Christoph Oelckers
|
2f66377511
|
- Exhumed: use the loop flag when starting music.
|
2022-01-04 12:42:45 +01:00 |
|
Christoph Oelckers
|
9c07f05f0f
|
- Exhumed: clear all pointers in the player struct when starting a level.
|
2022-01-04 12:42:45 +01:00 |
|
Christoph Oelckers
|
78f02fbd55
|
- avoid larger time jumps in Ramses text scroll.
|
2022-01-04 12:42:45 +01:00 |
|
Christoph Oelckers
|
8267f327e3
|
- Exhumed: hide all screen overlays when Ramses is talking.
|
2022-01-04 12:42:45 +01:00 |
|
Christoph Oelckers
|
894f9a6b0a
|
- Exhumed: fix Ramses text overlay display.
|
2022-01-04 12:42:44 +01:00 |
|
Mitchell Richters
|
57d54a2105
|
- Exhumed: Don't force the framerate to reduce to ticrate at end of each level, instead interpolate player's position to prevent draw errors.
|
2022-01-04 21:43:08 +11: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
|
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
|
f0b7fe4add
|
- use setsector from DCoreActor.
Also did a bit of cleanup
|
2021-12-30 16:36:04 +01:00 |
|
Mitchell Richters
|
8f468607ff
|
- Exhumed: Replace Player velocity and damage variables with vectors.
|
2021-12-31 00:19:33 +11:00 |
|
Christoph Oelckers
|
9158796284
|
- partial replacement of tspriteptr_t.
|
2021-12-30 11:48:10 +01: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 |
|
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 |
|
Christoph Oelckers
|
fb53f32603
|
- handle the remaining write accesses to ceilingz and floorz.
Everything is routed through the wrapper functions now.
|
2021-12-30 09:58:14 +01:00 |
|
Christoph Oelckers
|
913f6e713d
|
- Hack for Exhumed: palette 4 does not fade to black so sprites should not have shades above numshades.
The new renderer will treat such shades as completely black to ensure proper rendering of shadows - but for this palette this must be skipped.
|
2021-12-30 09:58:09 +01:00 |
|
Christoph Oelckers
|
de3e66016c
|
- removed the Actor() access method from Exhumed's player as well.
|
2021-12-30 09:58:06 +01:00 |
|
Mitchell Richters
|
95d270fbdd
|
- Exhumed: Clean up local functions variables to prevent redefinition conflicts.
|
2021-12-30 09:57:31 +01:00 |
|
Christoph Oelckers
|
fd78cb57c1
|
- fixed some bad flag replacements.
0x7fff is not ~CSTAT_SPRITE_BLOCK but ~CSTAT_SPRITE_INVISIBLE.
|
2021-12-30 09:57:29 +01:00 |
|
Christoph Oelckers
|
92f2182e6e
|
- SW: all s() in actor.cpp
|
2021-12-30 09:57:28 +01:00 |
|
Christoph Oelckers
|
2718b3a5e3
|
- remaining s() in Exhumed
|
2021-12-30 09:57:28 +01:00 |
|
Christoph Oelckers
|
d4c01ce957
|
- remaining s() in queen.cpp.
|
2021-12-30 09:57:28 +01:00 |
|
Christoph Oelckers
|
4610fc6e99
|
- remaining s() in player.cpp.
|
2021-12-30 09:57:27 +01:00 |
|
Christoph Oelckers
|
d40da386a4
|
- remaining s() in object.cpp.
|
2021-12-30 09:57:27 +01:00 |
|
Christoph Oelckers
|
301350ef8c
|
- remaining s() in move.cpp
|
2021-12-30 09:57:27 +01:00 |
|
Christoph Oelckers
|
7eaf669295
|
- remaining s() in bullet.cpp, grenade.cpp and gun.cpp.
|
2021-12-30 09:57:27 +01:00 |
|
Christoph Oelckers
|
cd6bb5305e
|
- second batch of Exhumed's s().
|
2021-12-30 09:57:27 +01:00 |
|
Christoph Oelckers
|
6f0e7e3784
|
- Exhumed: batch of several s().
|
2021-12-30 09:57:27 +01:00 |
|
Christoph Oelckers
|
56bd9e7e27
|
- Exhumed: pActor->s() in spider.cpp
|
2021-12-30 09:57:26 +01:00 |
|
Christoph Oelckers
|
05d2b90418
|
- Exhumed: pActor->s() in anubis.cpp
|
2021-12-30 09:57:26 +01:00 |
|
Christoph Oelckers
|
046ff607dc
|
- Exhumed: pActor->s() in wasp.cpp
|
2021-12-30 09:57:26 +01:00 |
|
Christoph Oelckers
|
eda75a38d2
|
- Exhumed: pActor->s() in snake.cpp
|
2021-12-30 09:57:26 +01:00 |
|
Christoph Oelckers
|
0fb92e3928
|
- Exhumed: pActor->s() in set.cpp
|
2021-12-30 09:57:26 +01:00 |
|
Christoph Oelckers
|
b34a4af15e
|
- Exhumed: pActor->s() in scorp.cpp
|
2021-12-30 09:57:26 +01:00 |
|
Christoph Oelckers
|
013cf05042
|
- Exhumed: pActor->s() in runlist.cpp
|
2021-12-30 09:57:26 +01:00 |
|
Christoph Oelckers
|
318678b5a1
|
- Exhumed: pActor->s() in roach.cpp
|
2021-12-30 09:57:25 +01:00 |
|
Christoph Oelckers
|
a6c592b12c
|
- Exhumed: pActor->s() in rex.cpp
|
2021-12-30 09:57:25 +01:00 |
|
Christoph Oelckers
|
b02feec2e8
|
- Exhumed: pActor->s() in rat.cpp
|
2021-12-30 09:57:25 +01:00 |
|
Christoph Oelckers
|
430a0263d5
|
- Exhumed: pActor->s() in ra.cpp
|
2021-12-30 09:57:25 +01:00 |
|
Christoph Oelckers
|
d162c36113
|
- Exhumed: pActor->s() in queen.cpp
|
2021-12-30 09:57:25 +01:00 |
|
Christoph Oelckers
|
b641da3959
|
- Exhumed: pActor->s() in player.cpp and view.cpp.
|
2021-12-30 09:57:25 +01:00 |
|
Christoph Oelckers
|
b6d04ffec0
|
- Exhumed: pActor->s() in object.cpp
|
2021-12-30 09:57:24 +01:00 |
|
Christoph Oelckers
|
dca478d284
|
- Exhumed: pActor->s() in mummy.cpp
|
2021-12-30 09:57:24 +01:00 |
|
Christoph Oelckers
|
23f274120c
|
- Exhumed: pActor->s() in move.cpp
|
2021-12-30 09:57:24 +01:00 |
|
Christoph Oelckers
|
ca88e241e1
|
- Exhumed: pActor->s() in lion.cpp
|
2021-12-30 09:57:24 +01:00 |
|