aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-12Missed two spotsTravis Howell
svn-id: r10740
2003-10-12Update issuesTravis Howell
svn-id: r10739
2003-10-11fix for bug #821502 (GUI: Launcher crashes with unexisting targets)Max Horn
svn-id: r10738
2003-10-11Some Mac0 conversion tweaksJamieson Christian
svn-id: r10737
2003-10-11Added latest FOTAQ modulesJamieson Christian
svn-id: r10736
2003-10-11Patch around another MSVC6 quirkJamieson Christian
svn-id: r10735
2003-10-11Moved the text drawing stuff into a class of its own. (Adding anotherTorbjörn Andersson
global variable which will hopefully be dealt with later.) svn-id: r10734
2003-10-11Fix warningTorbjörn Andersson
svn-id: r10733
2003-10-11update QueenEngine class with new Logic constructorGregory Montoir
svn-id: r10732
2003-10-11preliminary DISP_ROOM implementationGregory Montoir
svn-id: r10731
2003-10-10Feature Request [781797] Support music in the Mac version of MI1Jamieson Christian
Finished the Mac0 -> SMF (GMD) conversion code. Sounds good (albeit thin, with only 3 instruments), except that the looping songs are not looping with the right timing. svn-id: r10730
2003-10-10Graphics tweaksGregory Montoir
svn-id: r10729
2003-10-10cleanupTorbjörn Andersson
svn-id: r10728
2003-10-10Added singleton.h. Not really mandatory, but since it'sJamieson Christian
our tradition to explicitly include the .h files in the MSVC projects.... svn-id: r10727
2003-10-10Hmm, that wasn't the problem after all. ApparentlyJamieson Christian
MSVC6 doesn't like the "using" keyword and consequently got confused by the namespaces. svn-id: r10726
2003-10-10fix by hibernatusMax Horn
svn-id: r10725
2003-10-10fix handling of last argument: if it's not a valid target, treat it like any ↵Max Horn
other arg (in particular, this is now legal: ./scummvm -f -g hq3x) svn-id: r10724
2003-10-10Public constructor/destructor, for the sake of Singleton<>.Jamieson Christian
Sorry, MSVC6 doesn't seem to properly deal with the line friend class Singleton<PluginManager>; svn-id: r10723
2003-10-10Small start for variable cross-reference.David Eriksson
svn-id: r10722
2003-10-10New config manager filesJamieson Christian
svn-id: r10721
2003-10-10some cleanupMax Horn
svn-id: r10720
2003-10-10Get Graphics object as parameter too.David Eriksson
svn-id: r10719
2003-10-10cleanupMax Horn
svn-id: r10718
2003-10-10added my thoughts on our command line options (please feel free to comment ↵Max Horn
and tell me what you thinkg about it!); fixed program exit code for -z svn-id: r10717
2003-10-10modified version of patch #821018; fix for bug #821083Max Horn
svn-id: r10716
2003-10-10rearranged code a bitMax Horn
svn-id: r10715
2003-10-10constnessMax Horn
svn-id: r10714
2003-10-10a small TODO/idea (maybe we should add an IDEAS file?)Max Horn
svn-id: r10713
2003-10-10Add old change from SDL backends, give error if video mode isn't support.Travis Howell
svn-id: r10712
2003-10-10Improved Talk class.David Eriksson
svn-id: r10711
2003-10-10oupsGregory Montoir
svn-id: r10710
2003-10-10additions/corrections to walking functionsGregory Montoir
svn-id: r10709
2003-10-09updatePaweł Kołodziejski
svn-id: r10708
2003-10-09fixed compilationPaweł Kołodziejski
svn-id: r10707
2003-10-09some NEWS updates; use sections (any major news for sky/simon since 0.5.1 ?)Max Horn
svn-id: r10706
2003-10-09get rid of the copy method again, instead create the sound object on the fly ↵Max Horn
in findSound(): this should avoid a compiler problem with gcc 2.95.2 (see bug #820641) and also reduce the number of unnecessary global objects for everybody svn-id: r10705
2003-10-09Disable unused Scumm version (8) in PalmOS port.Chris Apers
svn-id: r10704
2003-10-09Moved PalmOS initializations out of namespaces.Chris Apers
svn-id: r10703
2003-10-09kill reference to old urlJonathan Gray
svn-id: r10702
2003-10-09make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :)Jonathan Gray
svn-id: r10701
2003-10-09- Make _moveData table readableDavid Eriksson
- Add missing member in last table entry svn-id: r10700
2003-10-09minor additions to walk class + get/set functions for Logic::_areaGregory Montoir
svn-id: r10699
2003-10-09fix ConfMan.set when dom is empty; added some asserts (paranoia)Max Horn
svn-id: r10698
2003-10-09give this more chance of working properlyJonathan Gray
svn-id: r10697
2003-10-09make khaleks correct fix a bit nicer; and add similar safety nets to the ↵Max Horn
other parser...() methods svn-id: r10696
2003-10-09added walking functionsGregory Montoir
svn-id: r10695
2003-10-09update project filePaweł Kołodziejski
svn-id: r10694
2003-10-09Some cleanups and clarifications. Mainly, we no longer refer to theTorbjörn Andersson
inventory/conversation menu (which is drawn at the bottom of the screen) as the "top menu". svn-id: r10693
2003-10-09Temporary (?) fix to stop ScummVM crashing for me. (I don't define anyTorbjörn Andersson
music driver in my [scummvm] section, which may be what's causing me problems.) svn-id: r10692
2003-10-09I had this wrong way around.Travis Howell
svn-id: r10691