gzdoom-gles/wadsrc/decorate/doom
Christoph Oelckers 8c2f651bdb - Replaced the static string buffer in ProcessStates with an FString.
- After doing some tests with state label scopes I had to conclude that
  using '.' both for separating sub-state-labels and scope resolution 
  identifiers does not work reliably unless all actor class names were
  prohibited from being used as state labels.  Since that is undesirable
  the only solution is to change the scope resolution operator. Fortunately 
  no WADs so far have used it so implementing such a breaking change isn't 
  a major issue. Now it uses '::', like C++ for this purpose.
- Converted Revenant, Mancubus and Pain Elemental to DECORATE.


SVN r375 (trunk)
2006-11-04 22:26:04 +00:00
..
arachnotron.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
archvile.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
bruiser.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
cacodemon.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
cyberdemon.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
deadthings.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
demon.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
doomammo.txt - Fixed incorrect spawn ID for cell pack. 2006-08-23 14:09:15 +00:00
doomarmor.txt SVN r71 (trunk) 2006-04-30 21:49:18 +00:00
doomartifacts.txt - Converted ExplosiveBarrel, BulletPuff and DoomUnusedStates to DECORATE. 2006-11-04 13:06:42 +00:00
doomdecorations.txt May 3, 2006 (Changes by Graf Zahl) 2006-05-03 14:54:48 +00:00
doomhealth.txt - Fixed: The check to prevent items from being given to dead players 2006-06-22 20:52:49 +00:00
doomimp.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
doomkeys.txt SVN r71 (trunk) 2006-04-30 21:49:18 +00:00
doommisc.txt - Converted ExplosiveBarrel, BulletPuff and DoomUnusedStates to DECORATE. 2006-11-04 13:06:42 +00:00
fatso.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
keen.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
lostsoul.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
painelemental.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
possessed.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
revenant.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
spidermaster.txt - Replaced the static string buffer in ProcessStates with an FString. 2006-11-04 22:26:04 +00:00
stealthmonsters.txt - Converted the stealth monsters to DECORATE. 2006-05-11 17:56:35 +00:00