gzdoom/tools/dehsupp
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
..
dehsupp.c - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00
dehsupp.h - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00
dehsupp.vcproj - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00
Makefile - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00
parse.c - Fixed: The C code in AltSoundRenderer::CopyAndClip() did not shift the sample 2006-05-26 04:38:22 +00:00
parse.h - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00
parse.y - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00
scanner.c - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00
scanner.re - Modified ccdv-win32 to show "Generating X" messages when running lemon and 2006-05-25 04:32:20 +00:00