aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-05cleanupMax Horn
2003-10-05factor out common gfx_mode/fullscreen setup code from the game engines into t...Max Horn
2003-10-05no need for an explicit error here; rather, the linker will catch any invalid...Max Horn
2003-10-05Make use of new List iteratorMax Horn
2003-10-05cleaned up iterator code in MapMax Horn
2003-10-05added iterators to List templateMax Horn
2003-10-05bump versionJonathan Gray
2003-10-05bump version numberJonathan Gray
2003-10-05added doxygen comment & TODOsMax Horn
2003-10-05create the timer object a bit earlierMax Horn
2003-10-05correct for towns versionJonathan Gray
2003-10-05This should fix distaff display after reload in loom/loomcd.Travis Howell
2003-10-05add note about the font encoding used for kanjiJonathan Gray
2003-10-05Use _roomPalette for 256 color 'SMALL_HEADER' games too, since it seems to he...Travis Howell
2003-10-05OoopsTravis Howell
2003-10-05Remove unneeded case.Travis Howell
2003-10-05cleanupMax Horn
2003-10-05fixed some broken scaler related checksMax Horn
2003-10-04revert the 'reverse Y axis' hackMax Horn
2003-10-04yet another config TODO addedMax Horn
2003-10-04use namespace Common a bit more; don't zero the RNG in scumm (else the seed g...Max Horn
2003-10-04new header for common structs definitionsGregory Montoir
2003-10-04Added gameState to QueenLogicDavid Eriksson
2003-10-04Moved some stuff out of driver96.h. Eventually I'd like to get rid of mostTorbjörn Andersson
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjörn Andersson
2003-10-04update the update and consistently use number instead of int when describing ...Jonathan Gray
2003-10-04Update settingsTravis Howell
2003-10-04fix target nameJonathan Gray
2003-10-04add indy4 towns target, untested but if the demo is any indication I don't se...Jonathan Gray
2003-10-04removed Sword2 prefixes of most classes (made obsolete by our namespace usage...Max Horn
2003-10-04add ability to use boot_param in a config file to specify boot param, this is...Jonathan Gray
2003-10-04added namespace Sword2Max Horn
2003-10-04let adlib/native music for indydemo workJonathan Gray
2003-10-04small remarkMax Horn
2003-10-03cleanup / doxygenificationMax Horn
2003-10-03Mention mingw as windows compiler.Travis Howell
2003-10-03fix 2 cases not handled in findBob() (stupid me...) and match new/deleteGregory Montoir
2003-10-03namespace QueenMax Horn
2003-10-03Simon namespaceMax Horn
2003-10-03Fix for Bug [817242] ALL: MT-32 to GM key velocity conversionJamieson Christian
2003-10-03Fix OOB SysEx checksumsJamieson Christian
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix explic...Max Horn
2003-10-03fix doxygen commentMax Horn
2003-10-03use C++ struct naming instead of typedefs -> this fixes (or works around, wha...Max Horn
2003-10-03fix another doxygen warningMax Horn
2003-10-03make doxygen happyMax Horn
2003-10-03Potential fix for bug #816086Max Horn
2003-10-03Use struct and not array for objectData.David Eriksson
2003-10-03undo aquadran's recent changes here. If this doesn't compile on MSVC7, fine, ...Max Horn
2003-10-03moved msvc6 and msvc7 project files into dist dirPaweł Kołodziejski