aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2008-12-31Preliminary Shorten audio support for SAGA 2 games. It's still very wrong ↵Filippos Karapetis
and needs further work, but it's a start svn-id: r35626
2008-12-31Added an entry for the French Mac version of Gob2, as supplied by koalet in ↵Sven Hesse
bug report #2478585 svn-id: r35625
2008-12-31Adding a fallback for the Mac version of Gob2Sven Hesse
svn-id: r35624
2008-12-30Cleanup.Johannes Schickel
svn-id: r35622
2008-12-30Implemented FR #2475519 "Enable F1 game menu in Full Throttle".Johannes Schickel
svn-id: r35621
2008-12-30Fix for dialogue from Stauf and Ego during puzzles.Scott Thomas
svn-id: r35620
2008-12-30Another change I forgot to do in revision 35447.Nicola Mettifogo
svn-id: r35619
2008-12-29Removed unused variable.Johannes Schickel
svn-id: r35618
2008-12-29- Removed game sound information for sound types that it can be determined ↵Filippos Karapetis
automatically. The game sound information left is now used as override info for certain sound types (e.g. PCM) - Added stubs for Shorten audio type, used in SAGA2 games svn-id: r35616
2008-12-29- IHNM Mac loads correctly againFilippos Karapetis
- Removed isBigEndian from GameSoundInfo - Removed GF_BIG_ENDIAN_DATA - Stopped loading the options panel for non-interactive ITE demos (it doesn't exist) - Fixed crash when exiting from non-interactive ITE demos svn-id: r35615
2008-12-29Add detection for Russian The 7th Guest.Eugene Sandulenko
svn-id: r35614
2008-12-29Fixed typoFilippos Karapetis
svn-id: r35611
2008-12-29Silenced MSVC warningFilippos Karapetis
svn-id: r35610
2008-12-29Reset screen dimension settings after closing menu.Johannes Schickel
svn-id: r35609
2008-12-29- CleanupJohannes Schickel
- Implemented Screen_LoL::fprintString svn-id: r35608
2008-12-29Extended some comments.Johannes Schickel
svn-id: r35606
2008-12-29Fixed character selection screen.Johannes Schickel
svn-id: r35605
2008-12-29Cleanup.Johannes Schickel
svn-id: r35604
2008-12-29Replaced the old stack macros with ScummVM's FixedStack class.Torbjörn Andersson
svn-id: r35603
2008-12-29Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
svn-id: r35602
2008-12-29Add more versions of Blues Clues games.Travis Howell
svn-id: r35600
2008-12-29Add Blue's Treasure Hunt.Travis Howell
svn-id: r35599
2008-12-29T7G graphics enhancement: Add the unused skeleton graphics to the mazeScott Thomas
svn-id: r35598
2008-12-29Explicitely using MIN<int>(). This should fix bug #2473627Sven Hesse
svn-id: r35597
2008-12-29Implemented the non-monospaced font in the save name input fieldSven Hesse
svn-id: r35596
2008-12-28LOL: - fixed some bugs in the main menu code (premature pak file unloading ↵Florian Kagerer
etc.) and added floppy support svn-id: r35595
2008-12-28Fixing the save/load list box's widthSven Hesse
svn-id: r35591
2008-12-28Removing debug stuff I accidentally left inSven Hesse
svn-id: r35590
2008-12-28Fixing the semi-transparencySven Hesse
svn-id: r35588
2008-12-28/That's/ the blit24Sven Hesse
svn-id: r35587
2008-12-28More graphics fixes. blit24 (which isn't blit24 but just a slightly ↵Sven Hesse
different blit16) works now svn-id: r35586
2008-12-27Fixing some 16bit graphicsSven Hesse
svn-id: r35585
2008-12-27GUI: Added Widget::setVisible convenience wrapperMax Horn
svn-id: r35572
2008-12-27Add more stubs for MBC.Travis Howell
svn-id: r35570
2008-12-27Ooops, correct return value.Travis Howell
svn-id: r35569
2008-12-27Add basic code for wizImage compression type 5.Travis Howell
svn-id: r35568
2008-12-27Added extra endian conversion. This may fix bug #2462700Paul Gilbert
svn-id: r35566
2008-12-27Fix video playback in Blue's Clues games.Travis Howell
svn-id: r35565
2008-12-26Update debug message.Travis Howell
svn-id: r35564
2008-12-26Added const keyword to static data.Johannes Schickel
svn-id: r35563
2008-12-26The verb<->textId assignment is needed only for ITEFilippos Karapetis
svn-id: r35562
2008-12-26Adding a French entry for my US/FR version of The Last DynastySven Hesse
svn-id: r35561
2008-12-26Fix assert when playing Safari Snapshot in Blue's ABC Time Activities, ↵Travis Howell
caused by code difference in earlier HE games. svn-id: r35558
2008-12-26Oops added files I forgot in r35553.Johannes Schickel
svn-id: r35555
2008-12-26Fixed memory leak.Johannes Schickel
svn-id: r35554
2008-12-26Implemented (some) main menu code for LoL.Johannes Schickel
svn-id: r35553
2008-12-26Cleanup.Johannes Schickel
svn-id: r35552
2008-12-26Fix crash after selecting name in Blue's ABC Time Activities, caused by an ↵Travis Howell
invalid write in wizPackType1(). svn-id: r35551
2008-12-26Fixed selection of invalid frame numbers. This means that most locations can ↵Nicola Mettifogo
be switched to and don't crash up anymore! svn-id: r35550
2008-12-25Renamed NewGui to GuiManagerMax Horn
svn-id: r35544