Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-12 | Missed two spots | Travis Howell | |
svn-id: r10740 | |||
2003-10-12 | Update issues | Travis Howell | |
svn-id: r10739 | |||
2003-10-11 | fix for bug #821502 (GUI: Launcher crashes with unexisting targets) | Max Horn | |
svn-id: r10738 | |||
2003-10-11 | Some Mac0 conversion tweaks | Jamieson Christian | |
svn-id: r10737 | |||
2003-10-11 | Added latest FOTAQ modules | Jamieson Christian | |
svn-id: r10736 | |||
2003-10-11 | Patch around another MSVC6 quirk | Jamieson Christian | |
svn-id: r10735 | |||
2003-10-11 | Moved the text drawing stuff into a class of its own. (Adding another | Torbjörn Andersson | |
global variable which will hopefully be dealt with later.) svn-id: r10734 | |||
2003-10-11 | Fix warning | Torbjörn Andersson | |
svn-id: r10733 | |||
2003-10-11 | update QueenEngine class with new Logic constructor | Gregory Montoir | |
svn-id: r10732 | |||
2003-10-11 | preliminary DISP_ROOM implementation | Gregory Montoir | |
svn-id: r10731 | |||
2003-10-10 | Feature Request [781797] Support music in the Mac version of MI1 | Jamieson 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-10 | Graphics tweaks | Gregory Montoir | |
svn-id: r10729 | |||
2003-10-10 | cleanup | Torbjörn Andersson | |
svn-id: r10728 | |||
2003-10-10 | Added singleton.h. Not really mandatory, but since it's | Jamieson Christian | |
our tradition to explicitly include the .h files in the MSVC projects.... svn-id: r10727 | |||
2003-10-10 | Hmm, that wasn't the problem after all. Apparently | Jamieson Christian | |
MSVC6 doesn't like the "using" keyword and consequently got confused by the namespaces. svn-id: r10726 | |||
2003-10-10 | fix by hibernatus | Max Horn | |
svn-id: r10725 | |||
2003-10-10 | fix 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-10 | Public 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-10 | Small start for variable cross-reference. | David Eriksson | |
svn-id: r10722 | |||
2003-10-10 | New config manager files | Jamieson Christian | |
svn-id: r10721 | |||
2003-10-10 | some cleanup | Max Horn | |
svn-id: r10720 | |||
2003-10-10 | Get Graphics object as parameter too. | David Eriksson | |
svn-id: r10719 | |||
2003-10-10 | cleanup | Max Horn | |
svn-id: r10718 | |||
2003-10-10 | added 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-10 | modified version of patch #821018; fix for bug #821083 | Max Horn | |
svn-id: r10716 | |||
2003-10-10 | rearranged code a bit | Max Horn | |
svn-id: r10715 | |||
2003-10-10 | constness | Max Horn | |
svn-id: r10714 | |||
2003-10-10 | a small TODO/idea (maybe we should add an IDEAS file?) | Max Horn | |
svn-id: r10713 | |||
2003-10-10 | Add old change from SDL backends, give error if video mode isn't support. | Travis Howell | |
svn-id: r10712 | |||
2003-10-10 | Improved Talk class. | David Eriksson | |
svn-id: r10711 | |||
2003-10-10 | oups | Gregory Montoir | |
svn-id: r10710 | |||
2003-10-10 | additions/corrections to walking functions | Gregory Montoir | |
svn-id: r10709 | |||
2003-10-09 | update | Paweł Kołodziejski | |
svn-id: r10708 | |||
2003-10-09 | fixed compilation | Paweł Kołodziejski | |
svn-id: r10707 | |||
2003-10-09 | some NEWS updates; use sections (any major news for sky/simon since 0.5.1 ?) | Max Horn | |
svn-id: r10706 | |||
2003-10-09 | get 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-09 | Disable unused Scumm version (8) in PalmOS port. | Chris Apers | |
svn-id: r10704 | |||
2003-10-09 | Moved PalmOS initializations out of namespaces. | Chris Apers | |
svn-id: r10703 | |||
2003-10-09 | kill reference to old url | Jonathan Gray | |
svn-id: r10702 | |||
2003-10-09 | make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :) | Jonathan Gray | |
svn-id: r10701 | |||
2003-10-09 | - Make _moveData table readable | David Eriksson | |
- Add missing member in last table entry svn-id: r10700 | |||
2003-10-09 | minor additions to walk class + get/set functions for Logic::_area | Gregory Montoir | |
svn-id: r10699 | |||
2003-10-09 | fix ConfMan.set when dom is empty; added some asserts (paranoia) | Max Horn | |
svn-id: r10698 | |||
2003-10-09 | give this more chance of working properly | Jonathan Gray | |
svn-id: r10697 | |||
2003-10-09 | make khaleks correct fix a bit nicer; and add similar safety nets to the ↵ | Max Horn | |
other parser...() methods svn-id: r10696 | |||
2003-10-09 | added walking functions | Gregory Montoir | |
svn-id: r10695 | |||
2003-10-09 | update project file | Paweł Kołodziejski | |
svn-id: r10694 | |||
2003-10-09 | Some cleanups and clarifications. Mainly, we no longer refer to the | Torbjörn Andersson | |
inventory/conversation menu (which is drawn at the bottom of the screen) as the "top menu". svn-id: r10693 | |||
2003-10-09 | Temporary (?) fix to stop ScummVM crashing for me. (I don't define any | Torbjörn Andersson | |
music driver in my [scummvm] section, which may be what's causing me problems.) svn-id: r10692 | |||
2003-10-09 | I had this wrong way around. | Travis Howell | |
svn-id: r10691 |