Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-14 | Added music parser for special format of | Jamieson Christian | |
old-style MT-32 'RO' resources. svn-id: r9683 | |||
2003-08-14 | Inital support for v1 maniac sound from Hoenicke | Travis Howell | |
Had to move music init for v1/v2 games to get this working svn-id: r9675 | |||
2003-06-14 | Patch #745843: Help Dialog; in addition, I moved the 'About' dialog button ↵ | Max Horn | |
from the options dialog to the main save/load dialog and enlarged & rearranged that dialog svn-id: r8485 | |||
2003-05-30 | moved bomp stuff into own files; removed some of our 6 (!) bomp decoders | Max Horn | |
svn-id: r8151 | |||
2003-05-29 | moved camera stuff to own file | Max Horn | |
svn-id: r8099 | |||
2003-05-29 | more costuem code merging | Max Horn | |
svn-id: r8088 | |||
2003-05-26 | Added Hoenicke's PC-speaker waveform generator | Jamieson Christian | |
and script interpreter for GF_OLD_BUNDLE music resources. We'll try to get the waveform generator into a MidiDriver wrapper for use with the 'SPK' resources of later games, but this is usable for now. Great work, Hoenicke! svn-id: r8023 | |||
2003-05-22 | Added new module to project files | Jamieson Christian | |
svn-id: r7833 | |||
2003-04-20 | added initial v2 opcode table | Paweł Kołodziejski | |
svn-id: r7030 | |||
2003-03-17 | update for smush changes | Jonathan Gray | |
svn-id: r6820 | |||
2003-03-13 | Remove blitter.cpp | Travis Howell | |
svn-id: r6805 | |||
2003-01-14 | Patch 667613: Extend gfxUsageBits[] | James Brown | |
svn-id: r6453 | |||
2002-12-28 | Separated IMuseDigital into its own files. | Jamieson Christian | |
svn-id: r6229 | |||
2002-12-25 | moved CharsetRendere into its own header/source file; changed ↵ | Max Horn | |
Scumm::_charset into a pointer, to make it possible to use different implementations of it svn-id: r6147 | |||
2002-12-25 | converted heaps of int16 to int for V8 compatibility; fixed defineArray for ↵ | Max Horn | |
V8; added some work in o8_kludge2 svn-id: r6132 | |||
2002-12-25 | Hacky font support - first attempt :) | James Brown | |
svn-id: r6127 | |||
2002-12-22 | added some preliminary V8 work. Nope, it is not useful at all, and it ↵ | Max Horn | |
doesn't mean we will have CMI support in this millenium, so don't hold your breath svn-id: r6060 | |||
2002-12-18 | Added instrument.cpp, instrument.h | Jamieson Christian | |
svn-id: r6018 | |||
2002-12-16 | New debugger core. Doesn't really have anything implemented yet, but is far ↵ | James Brown | |
more expandable and userfriendly than our previous. Enable experimental console debugger by default, as I havn't written the text console code yet :) svn-id: r5990 | |||
2002-12-12 | Tidy one or two things up for future V1/V2/V8 SCUMM support. | James Brown | |
svn-id: r5915 | |||
2002-11-21 | revamped build system somewhat: 'modules' like scumm, simon, gui etc. now ↵ | Max Horn | |
all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653 |