aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-12Moved the "router" code into a new Router class. I'm hoping this isTorbjörn Andersson
analogous to the SkyAutoRoute class. svn-id: r10754
2003-10-12Fix for Bug [821514] SIMON: No Adlib volume for percussionJamieson Christian
Transmit volume with each percussion event. (Necessary because music and SFX tracks may share the percussion channel.) This is the same approach used in iMuse. svn-id: r10753
2003-10-12Moved build filesNicolas Bacca
svn-id: r10752
2003-10-12New config-manager updates, misc updatesNicolas Bacca
svn-id: r10751
2003-10-12Smarter partial blitting and better filter for 640x480 games ... hopefully ↵Nicolas Bacca
the last update before the rewrite svn-id: r10750
2003-10-12mac loom uses different var.Travis Howell
svn-id: r10749
2003-10-12Re-add right click automatic mapping, lost on the branchNicolas Bacca
svn-id: r10748
2003-10-12True assertNicolas Bacca
svn-id: r10747
2003-10-12New config-manager, Add Broken Sword 2, Whole filesystem scan for smartphone ↵Nicolas Bacca
thanks to MS non standard storage mappings svn-id: r10746
2003-10-12EVC is happy nowNicolas Bacca
svn-id: r10745
2003-10-12EVC : compile differentNicolas Bacca
svn-id: r10744
2003-10-12DISP_ROOM additions/correctionsGregory Montoir
svn-id: r10743
2003-10-12Alignment fix in debug messageNicolas Bacca
svn-id: r10742
2003-10-12Fix WinCE buildNicolas Bacca
svn-id: r10741
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