mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
5ac0789e6e
meaningful message instead of the nondescript 'Tried to spawn a class-less actor'. - Converted AGlassJunk to DECORATE and made the spawn function a little more flexible so that replacing the shard is easier. - Converted ABloodSplatter to DECORATE. - Removed A_Jiggle because it never worked properly. - Changed DECORATE parser to allow commas between arguments for multi- argument properties. For all newly added properties this format will become mandatory but for backwards compatibility it is optional for old ones. - Added a check for negative indices to TAutoGrowArray::SetVal to prevent passing an index of -1 from crashing the game. - Fixed: Morphing must clear the weapon's flash sprite. - Fixed: Resurrecting a morphed player caused a crash. - Fixed: Random sounds that recursively refer to themselves caused a stack overflow. Now they print a warning and get ignored. SVN r277 (trunk)
43 lines
1.5 KiB
Text
43 lines
1.5 KiB
Text
#include "actors/shared/blood.txt"
|
|
#include "actors/shared/debris.txt"
|
|
#include "actors/shared/splashes.txt"
|
|
|
|
#include "actors/doom/deadthings.txt"
|
|
#include "actors/doom/doomammo.txt"
|
|
#include "actors/doom/doomarmor.txt"
|
|
#include "actors/doom/doomartifacts.txt"
|
|
#include "actors/doom/doomhealth.txt"
|
|
#include "actors/doom/doomkeys.txt"
|
|
#include "actors/doom/doomdecorations.txt"
|
|
#include "actors/doom/stealthmonsters.txt"
|
|
|
|
#include "actors/raven/ravenartifacts.txt"
|
|
#include "actors/raven/ravenhealth.txt"
|
|
|
|
#include "actors/heretic/hereticammo.txt"
|
|
#include "actors/heretic/hereticarmor.txt"
|
|
#include "actors/heretic/hereticartifacts.txt"
|
|
#include "actors/heretic/heretickeys.txt"
|
|
#include "actors/heretic/hereticdecorations.txt"
|
|
|
|
#include "actors/hexen/flame.txt"
|
|
#include "actors/hexen/hexenarmor.txt"
|
|
#include "actors/hexen/hexendecorations.txt"
|
|
#include "actors/hexen/hexenkeys.txt"
|
|
#include "actors/hexen/hexenspecialdecs.txt"
|
|
#include "actors/hexen/mana.txt"
|
|
#include "actors/hexen/puzzleitems.txt"
|
|
#include "actors/hexen/scriptprojectiles.txt"
|
|
#include "actors/hexen/speedboots.txt"
|
|
|
|
#include "actors/strife/beggars.txt"
|
|
#include "actors/strife/merchants.txt"
|
|
#include "actors/strife/peasants.txt"
|
|
#include "actors/strife/questitems.txt"
|
|
#include "actors/strife/ratbuddy.txt"
|
|
#include "actors/strife/strifeammo.txt"
|
|
#include "actors/strife/strifearmor.txt"
|
|
#include "actors/strife/strifeitems.txt"
|
|
#include "actors/strife/strifekeys.txt"
|
|
#include "actors/strife/strifestuff.txt"
|
|
#include "actors/strife/zombie.txt"
|