Commit Graph

46 Commits

Author SHA1 Message Date
Chris Apers
a47e80cb55 Updated globals access for PalmOS
svn-id: r9759
2003-08-18 10:59:21 +00:00
Max Horn
0df319e952 #include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)
svn-id: r9359
2003-08-01 12:21:04 +00:00
Paweł Kołodziejski
2d48186c03 added vc7 files and fixed warnings. vc6 is no longer supported by me
svn-id: r9077
2003-07-19 14:26:25 +00:00
Max Horn
c10905b975 cleanup
svn-id: r8662
2003-06-27 00:10:17 +00:00
Max Horn
cff3cab692 fixed leaks
svn-id: r8491
2003-06-15 00:31:58 +00:00
Max Horn
17a9c49dce fixed bug #739560: COMI: crash at start of part III
svn-id: r8162
2003-05-31 00:18:22 +00:00
Max Horn
a91f8451c5 cleanup
svn-id: r8044
2003-05-28 02:08:31 +00:00
Max Horn
86d57f3c7a many pedantic warning fixes (and some actual potential buglets fixed, too)
svn-id: r7795
2003-05-21 18:09:49 +00:00
Max Horn
8d1110bfee init all Bundle members properly; make _voiceFile/_musicFile protected
svn-id: r7718
2003-05-20 11:56:36 +00:00
Max Horn
5ac005860c warning() automatically outputs a newline after the warning message; adding a newline into the format string adds another newline (which contains the single char '!')
svn-id: r7647
2003-05-18 21:14:50 +00:00
Max Horn
ca7c8081a1 Patch #712493: CMI: Object line
svn-id: r6930
2003-04-07 16:04:30 +00:00
Max Horn
754a6859d4 tiny improvement <g>
svn-id: r6793
2003-03-10 20:38:33 +00:00
Max Horn
6e18bdfdb3 more cleanup; added an error in case we encounter a 'real' input overflow (more than one byte, or one byte overflow but number of bits needed exceeds 8)
svn-id: r6780
2003-03-08 23:35:46 +00:00
Max Horn
d8dc1295fb cleanup / optimization
svn-id: r6779
2003-03-08 23:04:24 +00:00
Max Horn
ce0f95dff2 cleanup; added warning for decoder overflows in COMI (it writes 1 byte past the output buffer...)
svn-id: r6778
2003-03-08 22:55:09 +00:00
Paweł Kołodziejski
734d749602 hack for comi bundle codec, i hope it fix valgrid warnings
svn-id: r6777
2003-03-08 18:51:07 +00:00
Paweł Kołodziejski
39510ce4cc changed voice buffer allocation to needed size
svn-id: r6737
2003-03-07 07:49:10 +00:00
Paweł Kołodziejski
aa3766018f updated copyrights headers
svn-id: r6726
2003-03-06 21:46:56 +00:00
Paweł Kołodziejski
093428ae9a and more cleanup
svn-id: r6718
2003-03-06 17:58:13 +00:00
Max Horn
bfbfdcd4ec fixed compiler warnings
svn-id: r6542
2003-01-25 20:07:15 +00:00
Paweł Kołodziejski
c13e04df3d some cleanup
svn-id: r6540
2003-01-25 19:38:54 +00:00
Paweł Kołodziejski
8e8575003b implemented properly comi sound codecs
svn-id: r6538
2003-01-25 18:41:32 +00:00
Max Horn
6f499d8fa1 fix for the music crash, I hope... hm
svn-id: r6503
2003-01-18 17:42:27 +00:00
James Brown
c1ce0e1ece Init and cleanup compression tables
svn-id: r6500
2003-01-18 16:02:25 +00:00
James Brown
97ff115e7d Fix shadowed variable in debugger, change bundle compression tables to be dynamic
svn-id: r6499
2003-01-18 15:54:38 +00:00
Max Horn
18607b346a fixed OOB access introduced in my last commit; leaving in my debug asserts this time, in case there are more
svn-id: r6490
2003-01-17 16:49:41 +00:00
Max Horn
375ca05ea8 fixed decoding bug for COMI bundle audio; this resolves an OOB access and should enable stereo music, but both music and voice still 'pops' a lot
svn-id: r6489
2003-01-17 16:12:26 +00:00
Max Horn
b1c570aa6e made NUT font rendered honor _ignoreCharsetMask
svn-id: r6466
2003-01-15 03:10:28 +00:00
Paweł Kołodziejski
2f28a2e75a err, not at this point
svn-id: r6457
2003-01-14 17:58:03 +00:00
Paweł Kołodziejski
7bae2062f8 increased compression table for comi music, and added assert for it
svn-id: r6456
2003-01-14 17:47:33 +00:00
Paweł Kołodziejski
372bbbb7a5 removed handle codec 14
svn-id: r6248
2002-12-29 12:44:57 +00:00
James Brown
fe81fee2f2 Remove overly verbose debug message :)
svn-id: r6247
2002-12-29 01:42:50 +00:00
Max Horn
24229f820a various small fixes; first sample of CMI now is audible (a start at least :-)
svn-id: r6244
2002-12-29 00:20:15 +00:00
Paweł Kołodziejski
f48341c8a5 fix for CMI codec
svn-id: r6239
2002-12-28 17:11:23 +00:00
Max Horn
14dde6a6d5 typo :-)
svn-id: r6237
2002-12-28 16:36:43 +00:00
Max Horn
615603898f fixed several warnings; added a FIXME to a suspicious variable usage; use same procedure brace style as in our other source files. And boy, this source file really really should have more (read: any) comments :-)
svn-id: r6236
2002-12-28 16:35:19 +00:00
Paweł Kołodziejski
b90ef60f2a added CMI sound codec
svn-id: r6232
2002-12-28 15:02:23 +00:00
James Brown
540667567e Voice sample support, again missing a required codec
svn-id: r6195
2002-12-27 12:10:22 +00:00
James Brown
c21bd9015a Fix GCC3.1 compile problem
svn-id: r6194
2002-12-27 12:05:29 +00:00
James Brown
d3ade5b23e Add skeleton music support for CMI (but codec not implemented)
svn-id: r6193
2002-12-27 11:47:00 +00:00
Max Horn
8af300fec3 The terms Word and DWord are somewhat Windows centric; in fact there are systems on which word is 32bit, as opposed to our 16 bits. Hence, use the uin16/uint32 naming scheme, which is not ambigious
svn-id: r5216
2002-10-21 13:23:25 +00:00
James Brown
d44725a3dc Work around crash in The Dig, which occurs when the music reaches the
end

svn-id: r5123
2002-10-10 15:49:33 +00:00
Paweł Kołodziejski
f7ff5c67fa improved open function in File class
svn-id: r4945
2002-09-15 19:28:34 +00:00
Paweł Kołodziejski
3826c7c8a8 changed Bundle to File class, cleanup
svn-id: r4874
2002-08-31 09:50:36 +00:00
Max Horn
ec47d8c80c fixed some endian issues in the new SMUSH decoder; cleanup
svn-id: r4842
2002-08-25 10:50:18 +00:00
Max Horn
ce46866403 Initial revision
svn-id: r4785
2002-08-21 16:07:07 +00:00