Skip to content

Tags: RetroPie/zdoom

Tags

2.5.0

Toggle 2.5.0's commit message
- Version bump to 2.5.0.

SVN r2507 (trunk)

2.4.1

Toggle 2.4.1's commit message
- Tag ZDoom 2.4.1. (For real this time!)

SVN r2126 (2.4.1)

2.4.0

Toggle 2.4.0's commit message
- Update zdoom.pk3 to r2068 version.

SVN r2075 (2.4.0)

2.3.1

Toggle 2.3.1's commit message
- Version bump to 2.3.1.

SVN r1479 (trunk)

2.3.0

Toggle 2.3.0's commit message
Version bump.

SVN r1454 (trunk)

2.2.0

Toggle 2.2.0's commit message
- Version bump to 2.2.0.

- Disabled console alpha when the console is fullscreen.
- Re-enabled maybedrawnow for the software renderer. This should be replaced
  with a different progress bar implementation at some point that can work
  with hardware graphics.


SVN r747 (trunk)

2.1.7

Toggle 2.1.7's commit message
- Version bump to 2.1.7.

- Fixed: Placing a /* */ comment at the very end of a file without a
  terminating newline would not parse reliably.
- Added a NULL WallSpriteTile check to R_RenderDecal().


SVN r365 (trunk)

2.1.6

Toggle 2.1.6's commit message
Version bumped to 2.1.6.

SVN r345 (trunk)

2.1.5

Toggle 2.1.5's commit message
- Version bump to 2.1.5.

- Fixed: P_LoadSegs() checked for invalid vertices too late.


SVN r320 (trunk)

2.1.4

Toggle 2.1.4's commit message
- Version bump to 2.1.4.

- Fixed: Friendlies would not turn to face you when you engaged them in
  conversation, nor would they reliably return to their original facing when
  you stopped talking to them.
- Added deprecation warnings for the DontHurtShooter, ExplosionRadius, and
  ExplosionDamage actor "properties." They were considered deprecated before;
  now this is explicitly stated when they are used. The problem with them is
  that they are not really properties and do not behave like other properties
  and cannot be inherited, because they are really just an alternate way of
  specifying parameters for A_Explode. (Anything that currently prints a
  deprecation warning will be removed completely in 2.2.0, which will be the
  version where custom state labels make their debut.)


SVN r272 (trunk)