aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-05bump versionJonathan Gray
svn-id: r10606
2003-10-05bump version numberJonathan Gray
svn-id: r10605
2003-10-05added doxygen comment & TODOsMax Horn
svn-id: r10604
2003-10-05create the timer object a bit earlierMax Horn
svn-id: r10603
2003-10-05correct for towns versionJonathan Gray
svn-id: r10602
2003-10-05This should fix distaff display after reload in loom/loomcd.Travis Howell
svn-id: r10601
2003-10-05add note about the font encoding used for kanjiJonathan Gray
svn-id: r10600
2003-10-05Use _roomPalette for 256 color 'SMALL_HEADER' games too, since it seems to ↵Travis Howell
help some. svn-id: r10599
2003-10-05OoopsTravis Howell
svn-id: r10598
2003-10-05Remove unneeded case.Travis Howell
Disable code that causes crash when using opengl from command line for now. svn-id: r10597
2003-10-05cleanupMax Horn
svn-id: r10596
2003-10-05fixed some broken scaler related checksMax Horn
svn-id: r10595
2003-10-04revert the 'reverse Y axis' hackMax Horn
svn-id: r10594
2003-10-04yet another config TODO addedMax Horn
svn-id: r10593
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵Max Horn
gets reset); remove obsolete 256 color blending code svn-id: r10592
2003-10-04new header for common structs definitionsGregory Montoir
svn-id: r10591
2003-10-04Added gameState to QueenLogicDavid Eriksson
svn-id: r10590
2003-10-04Moved some stuff out of driver96.h. Eventually I'd like to get rid of mostTorbjörn Andersson
Moved some stuff out of driver96.h. Eventually I'd like to get rid of this file completely. Or at the very least most of it. svn-id: r10589
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjörn Andersson
headers. Most (all?) of the ones we need should probably come from stdafx.h instead. svn-id: r10588
2003-10-04update the update and consistently use number instead of int when describing ↵Jonathan Gray
config file options to be more user friendly svn-id: r10587
2003-10-04Update settingsTravis Howell
svn-id: r10586
2003-10-04fix target nameJonathan Gray
svn-id: r10585
2003-10-04add indy4 towns target, untested but if the demo is any indication I don't ↵Jonathan Gray
see why it wouldn't work svn-id: r10584
2003-10-04removed Sword2 prefixes of most classes (made obsolete by our namespace ↵Max Horn
usage); renamed Sword2State to Sword2Engine svn-id: r10583
2003-10-04add ability to use boot_param in a config file to specify boot param, this ↵Jonathan Gray
is useful for many things esp loom towns where difficulty select is via boot param svn-id: r10582
2003-10-04added namespace Sword2Max Horn
svn-id: r10581
2003-10-04let adlib/native music for indydemo workJonathan Gray
svn-id: r10580
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