aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-04small remarkMax Horn
svn-id: r10579
2003-10-03cleanup / doxygenificationMax Horn
svn-id: r10578
2003-10-03Mention mingw as windows compiler.Travis Howell
svn-id: r10577
2003-10-03fix 2 cases not handled in findBob() (stupid me...) and match new/deleteGregory Montoir
svn-id: r10576
2003-10-03namespace QueenMax Horn
svn-id: r10575
2003-10-03Simon namespaceMax Horn
svn-id: r10574
2003-10-03Fix for Bug [817242] ALL: MT-32 to GM key velocity conversionJamieson Christian
Implemented dynamic range matching for MT-32 tracks routed to GM output devices. svn-id: r10573
2003-10-03Fix OOB SysEx checksumsJamieson Christian
svn-id: r10572
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-10-03fix doxygen commentMax Horn
svn-id: r10570
2003-10-03use C++ struct naming instead of typedefs -> this fixes (or works around, ↵Max Horn
whatever you prefer to call it) the GCC_PACK problem in Doxygen svn-id: r10569
2003-10-03fix another doxygen warningMax Horn
svn-id: r10568
2003-10-03make doxygen happyMax Horn
svn-id: r10567
2003-10-03Potential fix for bug #816086Max Horn
svn-id: r10566
2003-10-03Use struct and not array for objectData.David Eriksson
svn-id: r10565
2003-10-03undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, ↵Max Horn
simply remove it from your project file - it's not supposed to be compiled ATM svn-id: r10564
2003-10-03moved msvc6 and msvc7 project files into dist dirPaweł Kołodziejski
svn-id: r10563
2003-10-03fixed compilation under msvc7Paweł Kołodziejski
svn-id: r10562
2003-10-03Some renaming (ironic in the light of Fingolfin's recent namespaceTorbjörn Andersson
suggestion, but I prepared the patch long before reading the mail :-). Also, the remaining parts of the control panel etc. have been moved into a class of their own. This is still work in progress. I'm well aware that some of the classes aren't as well separated as they ought to be, and that using global variables to keep track of the different classes probably isn't pretty. svn-id: r10561
2003-10-03Fix GCC warning.Torbjörn Andersson
svn-id: r10560
2003-10-03Adjust timer for Amiga version of Monkey Island 1.Travis Howell
svn-id: r10559
2003-10-03This is used in Amiga version of Monkey Island 1.Travis Howell
svn-id: r10558
2003-10-03some doxygenMax Horn
svn-id: r10557
2003-10-03added getMusicTimer() to class MusicEngine; this allows some nice code ↵Max Horn
cleanup; also added an error() invocation to find out if certain code is still needed svn-id: r10556
2003-10-03const as const canMax Horn
svn-id: r10555
2003-10-03You have been a thorn in my side for far too long Avatar^H^H^H^H^H^H bad codeMax Horn
svn-id: r10554
2003-10-02this has been doneMax Horn
svn-id: r10553
2003-10-02fix scaler compilation for MSVC6. However, the produced code stll seems to ↵Max Horn
be incorrect... Jamieson, maybe the MSVC6_COMPAT should be re-added then after all? svn-id: r10552
2003-10-02according to tsuteiuQ, this helps MSVC6 (seems it can cope with the enums ↵Max Horn
but not with static consts) svn-id: r10551
2003-10-02cleanup & restructuring; in particular move the midi driver list to its own ↵Max Horn
source file svn-id: r10550
2003-10-02renamed class Scumm to ScummEngine (consisten with other engine names; also ↵Max Horn
makes room for a potential 'Scumm' namespace) svn-id: r10549
2003-10-02update vc7 project filesPaweł Kołodziejski
svn-id: r10548
2003-10-02You did not see the previous version of this codeDavid Eriksson
svn-id: r10547
2003-10-02- Added QueenGraphics::bob() methodDavid Eriksson
- Match new[] with delete[] svn-id: r10546
2003-10-02Fix bugs, add warnings.David Eriksson
svn-id: r10545
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-10-02updated Marcus' copyrightMax Horn
svn-id: r10543
2003-10-02some more TODO itemsMax Horn
svn-id: r10542
2003-10-02fix a warning wjp gets with gcc 3.2.3Max Horn
svn-id: r10541
2003-10-02Added MSVC6_COMPAT in order to be able to disableJamieson Christian
new additions/optimizations that use constructs with which MSVC6 is incompatible, such as the revamped template-based super/hq/tv scalers. svn-id: r10540
2003-10-02Handle _sfxName table properlyDavid Eriksson
svn-id: r10539
2003-10-02findBob function + tweaks in QueenLogicGregory Montoir
svn-id: r10538
2003-10-02Fix for Bug [815851] DOTT: MT-32 MIDI priorityJamieson Christian
Favor 'ROL ' resources over 'GMD ' if --native-mt32 is selected. svn-id: r10537
2003-10-02Quite a bit more implemented on cutaway.David Eriksson
svn-id: r10536
2003-10-02Needing area, and it must be signed intsDavid Eriksson
svn-id: r10535
2003-10-02More member data access.David Eriksson
svn-id: r10534
2003-10-02minor changes to Graphics class (dtor...)Gregory Montoir
svn-id: r10533
2003-10-02Cleanups, mostly related to sound effects.Torbjörn Andersson
svn-id: r10532
2003-10-02Must be able to access some data here.David Eriksson
svn-id: r10531
2003-10-01fix warningsMax Horn
svn-id: r10530