qzdoom/src/sdl
Christoph Oelckers 5e2e389bd1 - fixed: The BFGBall's explosion sequence was missing a state.
- fixed: The brown Chaos Serpent in Hexen had an incorrect sprite for its
  ice death sequence set.
- fixed: Ammo upon game start does not get multiplied when on easy skill.
  Implementing this as an inventory flag IF_IGNORESKILL also allows to create
  ammo/weapon/backpack types that don't multiply the ammo given when on this
  skill.
- moved Doom exit sounds into SNDINFO as $random definitions.
- Fixed: Dying Lost Souls could be reset to their see state if they slammed into
  something.

SVN r540 (trunk)
2007-07-28 12:38:10 +00:00
..
crashcatcher.c - Fixed: ActorFlagSetOrReset() wasn't receiving the + or - character from 2006-03-14 06:11:39 +00:00
dikeys.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
hardware.cpp Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
hardware.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
i_cd.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
i_input.cpp - Fixed: Playing a demo in windowed mode no longer grabs the mouse. 2007-02-19 23:48:52 +00:00
i_input.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
i_main.cpp - fixed: The BFGBall's explosion sequence was missing a state. 2007-07-28 12:38:10 +00:00
i_movie.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
i_system.cpp - Changed the default snd_output under Linux to OSS. 2007-01-16 02:19:25 +00:00
i_system.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
i_video.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
sdlvideo.cpp - Fixed: The SDL input code must convert the event.data1 to uppercase. 2006-12-29 05:14:19 +00:00
sdlvideo.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
st_start.cpp - Converted the TTY startup screen to a class for Linux. 2007-03-10 01:53:52 +00:00