qzdoom-gpl/src/g_shared
Randy Heit 90b5130db0 - Fixed: The C code in AltSoundRenderer::CopyAndClip() did not shift the sample
data enough (2 bits instead of 8), so it was super loud and aliased.
- Fixes for GCC 4.1: Several type-punned pointer warnings, but more
  importantly, declaring a friend function inside a class body is no longer
  enough to declare that function globally; you must declare it again outside
  the class.
- Upgraded FArchive::SerializePointer so that it can store 32-bit indices.
- ACS printing pcodes now build their string in an FSttring instead of a fixed
  sized buffer on the stack.


SVN r145 (trunk)
2006-05-26 04:38:22 +00:00
..
a_action.cpp SVN r71 (trunk) 2006-04-30 21:49:18 +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 - Changed: The decision whether blood splatter sprites are spawned is no 2006-05-13 12:41:15 +00:00
a_artifacts.h - Changed: The decision whether blood splatter sprites are spawned is no 2006-05-13 12:41:15 +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 SVN r49 (trunk) 2006-04-16 13:29:50 +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 May 4, 2006 (Changes by Graf Zahl) 2006-05-04 12:40:39 +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 Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_hatetarget.cpp SVN r49 (trunk) 2006-04-16 13:29:50 +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 SVN r49 (trunk) 2006-04-16 13:29:50 +00:00
a_pickups.cpp - Converted the stealth monsters to DECORATE. 2006-05-11 17:56:35 +00:00
a_pickups.h - Fixed: The C code in AltSoundRenderer::CopyAndClip() did not shift the sample 2006-05-26 04:38:22 +00:00
a_quake.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_secrettrigger.cpp SVN r49 (trunk) 2006-04-16 13:29:50 +00:00
a_sectoraction.cpp - Fixed: The C code in AltSoundRenderer::CopyAndClip() did not shift the sample 2006-05-26 04:38:22 +00:00
a_sharedglobal.h May 3, 2006 (Changes by Graf Zahl) 2006-05-03 14:54:48 +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 SVN r49 (trunk) 2006-04-16 13:29:50 +00:00
a_soundenvironment.cpp SVN r49 (trunk) 2006-04-16 13:29:50 +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 Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_waterzone.cpp SVN r49 (trunk) 2006-04-16 13:29:50 +00:00
a_weaponpiece.cpp - Backported the classnames-are-names changes from the FP code. 2006-05-10 02:40:43 +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 r114 (trunk) 2006-05-14 14:30:13 +00:00
hudmessages.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
sbar.h - Backported the classnames-are-names changes from the FP code. 2006-05-10 02:40:43 +00:00
shared_sbar.cpp - Backported the classnames-are-names changes from the FP code. 2006-05-10 02:40:43 +00:00