This update is just minor in-reality, is more dedicated for fixing notable stuff.
- Added two new exposed variables for modders doom.oxygen_drainrate
and doom.oxygen_gainrate
which determines the speed of oxygen drain underwater/in space and oxygen gain on surface in units.
- Made Score/Time/Rings appear normally instead of a reduced version since no custom drawing is done on that spot unlike the lives counter and ringslinger weapons display which is overrided.
- Renamed doom_noflashes
, doom_fullscreen_hud
, doom_keepinv_on_death
, doom_dropweapons_on_death
, doom_cheat_freeweapons
and doom_cheat_infammo
to doomclient_noflashes
, doomclient_fullscreen_hud
, doomgameplay_keepinv_on_death
, doomgameplay_drop_weapons_on_death
, doomcheats_allweapons
and doomcheats_infinite_ammo
.
- Changed all doomednum
definitions to use numbers starting at 4000 up to 4028 as an attempt to avoid collisions with other addon's doomednum
.
- Renamed all the SPR_
with SPR_Dxxx
as an attempt to stop sprite name collision with other addon's sprites.