qzdoom/src/g_shared
Randy Heit b25c7722f3 - Added the ACS commands
ReplaceTextures (str old_texture, str new_texture, optional bool not_lower,
      optional bool not_mid, optional bool not_upper, optional bool not_floor,
      optional bool not_ceiling); and
  SectorDamage (int tag, int amount, str type, bool players_only, bool in_air,
      str protection_item, bool subclasses_okay);
- Added the vid_nowidescreen cvar to disable widescreen aspect ratio
  correction. When this is enabled, the only display ratio available is 4:3
  (and 5:4 if vid_tft is set).
- Added support for setting an actor's damage property to an expression
  through decorate. Just enclose it within parentheses, and the expression
  will be evaluated exactly as-is without the normal Doom damage calculation.
  So if you want something that does exactly 6 damage, use a "Damage (6)"
  property. To deal normal Doom missile damage, you can use
  "Damage (random(1,8)*6)" instead of "Damage 6".
- Moved InvFirst and InvSel into APlayerPawn so that they can be consistantly
  maintained by ObtainInventory.


SVN r288 (trunk)
2006-08-12 02:30:57 +00:00
..
a_action.cpp - Fixed: Starting a game without skill menu always started the first episode. 2006-07-30 08:31:26 +00:00
a_action.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_artifacts.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_artifacts.h - Finally implemented code to keep some or all of your inventory intact when 2006-06-18 04:10:47 +00:00
a_bridge.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_camera.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_debris.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_decals.cpp - Added the ACS commands 2006-08-12 02:30:57 +00:00
a_flashfader.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_fountain.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_hatetarget.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_keys.cpp - Fixed: CopyPlayer() in p_saveg.cpp should use normal assignment, not 2006-05-16 04:19:20 +00:00
a_keys.h - Merged a lot of these static destructor-only structs into regular 2006-05-12 03:14:40 +00:00
a_lightning.cpp - Fixed: M_NotifyNewSave() needlessly created a copy of the filename. 2006-05-18 04:25:26 +00:00
a_lightning.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_movingcamera.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_pickups.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_pickups.h - Finally implemented code to keep some or all of your inventory intact when 2006-06-18 04:10:47 +00:00
a_quake.cpp - Fixed: Starting a game without skill menu always started the first episode. 2006-07-30 08:31:26 +00:00
a_secrettrigger.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_sectoraction.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_sharedglobal.h - Changed the earthquake view shaking so that it works for anything and not 2006-07-01 00:21:36 +00:00
a_sharedmisc.cpp - Changed: The decision whether blood splatter sprites are spawned is no 2006-05-13 12:41:15 +00:00
a_skies.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_soundenvironment.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_soundsequence.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_spark.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_waterzone.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_weaponpiece.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_weaponpiece.h - Backported the classnames-are-names changes from the FP code. 2006-05-10 02:40:43 +00:00
a_weapons.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
hudmessages.cpp - Added some hackery at the start of MouseRead_Win32() that prevents it from 2006-06-30 02:13:26 +00:00
sbar.h Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
shared_sbar.cpp - Added the ACS commands 2006-08-12 02:30:57 +00:00