qzdoom/src/g_shared
Randy Heit 6695e255ce - Added actor replacement for DECORATE. This works at a higher level than
using duplicate DoomEdNums and will affect all attempts to spawn the
  replaced actor. However, because this happens for all spawns and not just
  at map load, the replacing actor must be compatible with the replaced
  actor, which means that an actor can only serve as a replacement for one
  of its baseclasses. For example, if you want to use a modified imp, you can
  use this DECORATE:
      actor MyImp : DoomImp replaces DoompImp
      {
          // Put changed properties here
      }
- New: The IWAD dialog now remembers the last IWAD you picked and
  automatically highlights it the next time you run the game. This also
  applies if you check "Don't ask me this again": The IWAD selected will be
  the one that gets automatically loaded, not the one located first. (Using
  the -iwad parameter will not change the default IWAD.) In addition, you
  can now bring the dialog up even if you disable it by holding down SHIFT
  during startup.
- Changed ExtractFilePath() and ExtractFileBase() to return FStrings instead
  of writing to a provided output buffer. ExtractFileBase() can also
  optionally keep the file's extension in the result.
- Removed the -heapsize parameter entirely. The informational message should
  no longer be needed.
- Removed -maxdemo parameter. There's no point to having it around since
  the demo buffer grows automatically.


SVN r238 (trunk)
2006-07-08 02:17:35 +00:00
..
a_action.cpp - Fixed: Bouncing projectiles should not bounce off horizon lines. Now they 2006-06-28 11:14:20 +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 - Finally implemented code to keep some or all of your inventory intact when 2006-06-18 04:10:47 +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 Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_camera.cpp Guess what. It's not 2005 anymore. 2006-06-11 01:37:00 +00:00
a_debris.cpp - Backported the classnames-are-names changes from the FP code. 2006-05-10 02:40:43 +00:00
a_decals.cpp - Fixed: Decal actors with an invalid decal texture caused a crash. 2006-06-21 20:45:19 +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 - Added actor replacement for DECORATE. This works at a higher level than 2006-07-08 02:17:35 +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 - Changed the earthquake view shaking so that it works for anything and not 2006-07-01 00:21:36 +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 - Removed -bpal parameter. Blood's blood.pal is loaded from blood.rff, and 2006-05-03 22:45:01 +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 - Converted a_doomhealth.cpp to DECORATE. 2006-06-17 20:29:41 +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 - Fixed: Changed initialization of Weapon.Kickback so that it is only done 2006-07-03 09:07:56 +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 - Fixed: Changed initialization of Weapon.Kickback so that it is only done 2006-07-03 09:07:56 +00:00