aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-02SCI: adding kq5 english floppy workaroundMartin Kiewitz
solves bug #3037594 svn-id: r51627
2010-08-02SCI: adding bugid again :PMartin Kiewitz
svn-id: r51626
2010-08-02SCI: adding workaround for lsl6Martin Kiewitz
when touching fence svn-id: r51625
2010-08-02SCI: Enable the Lighthouse demo SCI2.1 entry even when ENABLE_SCI3_GAMES is ↵Matthew Hoops
not set svn-id: r51624
2010-08-02SCI: Add Hoyle 2 Mac md5'sMatthew Hoops
svn-id: r51622
2010-08-02SCI: Add fallback detection for Mac SCI0 gamesMatthew Hoops
svn-id: r51620
2010-08-02SCI: Fix bug #3037055: Jones in the Fast Lane EGA - fails to startMatthew Hoops
A regression of r51423. Jones EGA has a non-parser related vocab.900 resource, so we can't detect the fan games based on not having an SCI1 vocab.900 resource. Fan games are now detected on whether or not vocab.0 exists (the parser vocab for SCI0). svn-id: r51619
2010-08-02SCI: adding bug id inside commentsMartin Kiewitz
svn-id: r51617
2010-08-02SCI: adding workaround for kq5 floppyMartin Kiewitz
should fix bug #3037003, i dont have english floppy, can't test. svn-id: r51616
2010-08-02SCI: clipping plane rects for sci32Martin Kiewitz
fixes crash in hires gk1 on cemetary svn-id: r51615
2010-08-02SCI: fixing typoMartin Kiewitz
svn-id: r51614
2010-08-02SCI: qfg2/3 importMartin Kiewitz
- change directory button disabled - showing message where to put characters, if saved from original sci interpreter svn-id: r51613
2010-08-02SCI: Actually fake a return value for rev #51611, instead of ignoring the ↵Filippos Karapetis
call completely svn-id: r51612
2010-08-02SCI: Fixed script bug #3037835 - "ISLANDBRAIN: Crash when breeding ↵Filippos Karapetis
second-generation hybrid" svn-id: r51611
2010-08-02Added another version of Castle of Dr. Brain (bug report #3037942)Filippos Karapetis
svn-id: r51610
2010-08-02SCI: Fixed script bug #3038077 - "PQ3 : Engine Abort While Plotting Crimes", ↵Filippos Karapetis
together with 2 subsequent similar bugs svn-id: r51609
2010-08-02SCI: fixing getting selected languageMartin Kiewitz
for multilingual games svn-id: r51608
2010-08-02AdvancedDetector: Fix ADGF_ADDENGISH implementationEugene Sandulenko
svn-id: r51606
2010-08-01SCI: switching to upscaled hires on pc98 gamesMartin Kiewitz
instead of checking the language to be japanese for that svn-id: r51601
2010-08-01SCI: adding workaround for pq3Martin Kiewitz
svn-id: r51600
2010-08-01SCI: honoring english selection for multilingual gamesMartin Kiewitz
svn-id: r51598
2010-08-01SCI: adding ADGF_ADDENGLISH to multilingual gamesMartin Kiewitz
Most of the games are guessed, i assume that SCI01->SCI1 games are multilingual, SCI1.1+ are not. I'm definitely not sure about the amiga games, can't check them though svn-id: r51597
2010-08-01i18n: Adding Spanish and Ukrainian translationsThierry Crozat
svn-id: r51596
2010-08-01create_msvc: Fix SCUMMVM_LIBS support for MSVC2010.Johannes Schickel
svn-id: r51595
2010-08-01SCI: Use new AD flag for German LSL5 which is dual-languageEugene Sandulenko
svn-id: r51594
2010-08-01AdvancedDetector: Introduce new flag GF_ADDENGLISHEugene Sandulenko
It is convenient for localized games which always have English as fallback, thus English will be selectable from GUI. svn-id: r51593
2010-08-01SCI: Use new convenience macro and shorted the detection table a bitEugene Sandulenko
svn-id: r51591
2010-08-01AdvancedDetector: Introducing AD_LISTEND, another convenience macroEugene Sandulenko
svn-id: r51590
2010-08-01SCI: kDoSound(mute) behaviour changeMartin Kiewitz
svn-id: r51589
2010-08-01GUI: Fix font cache.Johannes Schickel
The bounding boxes of the glyphs use signed coordinates. We stored only unsigned coordinates, which resulted in incorrect glyph positioning. Conrecte example: the bounding box of the glyphs for clR6x12-iso-8859-5.bdf used: x y w h 0 -3 6 12 We on the other hand interpreted that as: x y w h 0 65533 6 12 when loading the font from our font cache. svn-id: r51586
2010-08-01GUI: Fix loading BDF fonts from theme archives.Johannes Schickel
svn-id: r51585
2010-08-01SCI: Cleanup.Johannes Schickel
svn-id: r51584
2010-08-01SCI: Move kernelShakeScreen to GfxScreen so it can be used in SCI32 (it's ↵Matthew Hoops
used in GK1) svn-id: r51583
2010-08-01SCI: changing noname selector namesMartin Kiewitz
removing space from previous name svn-id: r51582
2010-08-01CONFIGURE: add support for N64 port to configureFabio Battaglia
svn-id: r51581
2010-08-01SCI: fixing regression of r51520Martin Kiewitz
svn-id: r51580
2010-08-01SCI: adding "audiosfx" to directoriesMartin Kiewitz
svn-id: r51579
2010-08-01SCI: adding workaround for pq2 kDisplayMartin Kiewitz
in room 23 svn-id: r51578
2010-08-01SCI: Enabled the "Return to Launcher" feature (needs testing)Filippos Karapetis
svn-id: r51577
2010-08-01SCI: removing pirated sq4 version from detectionMartin Kiewitz
"fixes" bug #3037800 fixing warning in seg_manager svn-id: r51576
2010-08-01SCI: adding workaround for lb1Martin Kiewitz
fixes bug #3037694 svn-id: r51575
2010-08-01i18n: Update Russian translationEugene Sandulenko
svn-id: r51574
2010-08-01SCI: adding workaround for hq1/qfg1Martin Kiewitz
fixes bug #3037659 svn-id: r51573
2010-08-01SCI: Ignoring non-critical script bug in QFG1VGA, when closing any ↵Filippos Karapetis
conversation dialog with esc (doesn't affect gameplay in any manner) svn-id: r51572
2010-08-01i18n: Added Cyrillic fonts to theme packagesEugene Sandulenko
This fixes ScummVM startup on systems with Russian set as locale. svn-id: r51571
2010-08-01SCI: adding audio directory searching for patchesMartin Kiewitz
fixes bug #3037768 svn-id: r51570
2010-08-01SCI: reading the actual priority instead of guessingMartin Kiewitz
svn-id: r51569
2010-08-01iPhone: changed GL_NEAREST to GL_LINEAR in miniaturization filter as per ↵Yotam Barnoy
forum post 29/7/10 svn-id: r51567
2010-08-01QUEEN: fix for bug 3036170. File name test supports upper case for ↵Yotam Barnoy
transferring from Windows to other systems (e.g. PSP) svn-id: r51566
2010-08-01SCI: Add another LB2 floppy selector name for an uninit'd workaround (bug ↵Matthew Hoops
#3036291) svn-id: r51565