Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-08-18 | Updated globals access for PalmOS | Chris Apers | |
svn-id: r9759 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
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-07-19 | added vc7 files and fixed warnings. vc6 is no longer supported by me | Paweł Kołodziejski | |
svn-id: r9077 | |||
2003-06-27 | cleanup | Max Horn | |
svn-id: r8662 | |||
2003-06-15 | fixed leaks | Max Horn | |
svn-id: r8491 | |||
2003-05-31 | fixed bug #739560: COMI: crash at start of part III | Max Horn | |
svn-id: r8162 | |||
2003-05-28 | cleanup | Max Horn | |
svn-id: r8044 | |||
2003-05-21 | many pedantic warning fixes (and some actual potential buglets fixed, too) | Max Horn | |
svn-id: r7795 | |||
2003-05-20 | init all Bundle members properly; make _voiceFile/_musicFile protected | Max Horn | |
svn-id: r7718 | |||
2003-05-18 | warning() automatically outputs a newline after the warning message; adding ↵ | Max Horn | |
a newline into the format string adds another newline (which contains the single char '!') svn-id: r7647 | |||
2003-04-07 | Patch #712493: CMI: Object line | Max Horn | |
svn-id: r6930 | |||
2003-03-10 | tiny improvement <g> | Max Horn | |
svn-id: r6793 | |||
2003-03-08 | more cleanup; added an error in case we encounter a 'real' input overflow ↵ | Max Horn | |
(more than one byte, or one byte overflow but number of bits needed exceeds 8) svn-id: r6780 | |||
2003-03-08 | cleanup / optimization | Max Horn | |
svn-id: r6779 | |||
2003-03-08 | cleanup; added warning for decoder overflows in COMI (it writes 1 byte past ↵ | Max Horn | |
the output buffer...) svn-id: r6778 | |||
2003-03-08 | hack for comi bundle codec, i hope it fix valgrid warnings | Paweł Kołodziejski | |
svn-id: r6777 | |||
2003-03-07 | changed voice buffer allocation to needed size | Paweł Kołodziejski | |
svn-id: r6737 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2003-01-25 | fixed compiler warnings | Max Horn | |
svn-id: r6542 | |||
2003-01-25 | some cleanup | Paweł Kołodziejski | |
svn-id: r6540 | |||
2003-01-25 | implemented properly comi sound codecs | Paweł Kołodziejski | |
svn-id: r6538 | |||
2003-01-18 | fix for the music crash, I hope... hm | Max Horn | |
svn-id: r6503 | |||
2003-01-18 | Init and cleanup compression tables | James Brown | |
svn-id: r6500 | |||
2003-01-18 | Fix shadowed variable in debugger, change bundle compression tables to be ↵ | James Brown | |
dynamic svn-id: r6499 | |||
2003-01-17 | fixed OOB access introduced in my last commit; leaving in my debug asserts ↵ | Max Horn | |
this time, in case there are more svn-id: r6490 | |||
2003-01-17 | fixed decoding bug for COMI bundle audio; this resolves an OOB access and ↵ | Max Horn | |
should enable stereo music, but both music and voice still 'pops' a lot svn-id: r6489 | |||
2003-01-15 | made NUT font rendered honor _ignoreCharsetMask | Max Horn | |
svn-id: r6466 | |||
2003-01-14 | err, not at this point | Paweł Kołodziejski | |
svn-id: r6457 | |||
2003-01-14 | increased compression table for comi music, and added assert for it | Paweł Kołodziejski | |
svn-id: r6456 | |||
2002-12-29 | removed handle codec 14 | Paweł Kołodziejski | |
svn-id: r6248 | |||
2002-12-29 | Remove overly verbose debug message :) | James Brown | |
svn-id: r6247 | |||
2002-12-29 | various small fixes; first sample of CMI now is audible (a start at least :-) | Max Horn | |
svn-id: r6244 | |||
2002-12-28 | fix for CMI codec | Paweł Kołodziejski | |
svn-id: r6239 | |||
2002-12-28 | typo :-) | Max Horn | |
svn-id: r6237 | |||
2002-12-28 | fixed several warnings; added a FIXME to a suspicious variable usage; use ↵ | Max Horn | |
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 | added CMI sound codec | Paweł Kołodziejski | |
svn-id: r6232 | |||
2002-12-27 | Voice sample support, again missing a required codec | James Brown | |
svn-id: r6195 | |||
2002-12-27 | Fix GCC3.1 compile problem | James Brown | |
svn-id: r6194 | |||
2002-12-27 | Add skeleton music support for CMI (but codec not implemented) | James Brown | |
svn-id: r6193 | |||
2002-10-21 | The terms Word and DWord are somewhat Windows centric; in fact there are ↵ | Max Horn | |
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-10 | Work around crash in The Dig, which occurs when the music reaches the | James Brown | |
end svn-id: r5123 | |||
2002-09-15 | improved open function in File class | Paweł Kołodziejski | |
svn-id: r4945 | |||
2002-08-31 | changed Bundle to File class, cleanup | Paweł Kołodziejski | |
svn-id: r4874 | |||
2002-08-25 | fixed some endian issues in the new SMUSH decoder; cleanup | Max Horn | |
svn-id: r4842 | |||
2002-08-21 | Initial revision | Max Horn | |
svn-id: r4785 |