Christoph Oelckers
d04ffd57f8
- added Gez's infinite ammo powerup and random spawner fix patches.
...
- reduced size of Hexen's flames to fix bug in Deathkings MAP01.
- added checks for sidedef scaling values
SVN r1648 (trunk)
2009-06-07 16:38:19 +00:00
Randy Heit
956b7d5ea3
- Added Skulltag's PowerDoubleFiringSpeed.
...
SVN r1608 (trunk)
2009-05-26 01:16:39 +00:00
Christoph Oelckers
51391f889c
- Added option to specify the amount of ammo to be given by a WeaponGiver.
...
SVN r1357 (trunk)
2009-01-18 08:20:29 +00:00
Christoph Oelckers
76cb09d546
- Replaced WALLF_AUTOCONTRAST with WALLF_NOFAKECONTRAST so that the
...
default setting for the flags is 0.
- Added: doom2day's smoothlighting
- Added: dontincrement argument to A_CheckForReload.
SVN r1179 (trunk)
2008-08-21 08:04:21 +00:00
Christoph Oelckers
4fd717046e
- fixed: Dehacked replaced pickups multiple times for changing its states.
...
- fixed: Dehacked must copy AInventory's state to any item it hacks to be a
pickup.
- fixed a few more DECORATE bugs.
SVN r1166 (trunk)
2008-08-13 09:11:19 +00:00
Christoph Oelckers
65a19e4be7
- Changed the action function declaration parser so that optional parameters
...
can be given a default value. The 'optional' keyword is no longer needed
and was removed, as well as 'evalnot'.
SVN r1164 (trunk)
2008-08-12 20:19:47 +00:00
Christoph Oelckers
c02253eef2
- Removed 'eval' modifier from DECORATE. All int, float and bool parameters are
...
'eval' now by default.
SVN r1155 (trunk)
2008-08-11 22:28:14 +00:00
Christoph Oelckers
f4c07c45ec
- Removed DECORATE's ParseClass because it was only used to add data to fully
...
internal actor classes which no longer exist.
- Changed the state structure so that the Tics value doesn't need to be hacked
into misc1 with SF_BIGTIC anymore.
- Changed sprite processing so that sprite names are converted to indices
during parsing so that an additional postprocessing step is no longer needed.
- Fixed: Sprite names in DECORATE were case sensitive.
- Exported AActor's defaults to DECORATE and removed all code for the
internal property parser which is no longer needed.
SVN r1146 (trunk)
2008-08-10 14:19:47 +00:00