aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-29Removed unused variable.Johannes Schickel
svn-id: r35618
2008-12-29Fix for ""LAUNCHER: "(Mass) Add" buttons + built-in GUI = buggy"" (bug ID ↵Vicent Marti
2472185) svn-id: r35617
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-29Updated Theme Package generator to work with Python 2.6-3.0 (push Python ↵Vicent Marti
forward!) svn-id: r35613
2008-12-29Changed PSP graphic modes to use low resolution themes (possible fix for bug ↵Vicent Marti
ID 2458134) svn-id: r35612
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-29Replaced Hex Dumper in Binary theme parser.Vicent Marti
Turned parsing classes into New Style classes. svn-id: r35607
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-28workaround for ce's limitation of cwd in _access tooKostas Nakos
svn-id: r35594
2008-12-28fix buggy repaints caused by multiple calls to the overlay togglesKostas Nakos
svn-id: r35593
2008-12-281) Add the KeysDialog layout to the modern theme. 2) Improve somewhat the ↵Kostas Nakos
layout of the KeysDialog svn-id: r35592
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-28Made the F6 and F5 (SCUMM only) menus fit in 320x200. I'd appreciate if someoneTorbjörn Andersson
who's more familiar with this could look at my changes, in case I messed up. svn-id: r35589
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-27Adding support for specifying an index that will be ignored when building ↵Sven Hesse
the PaletteLUT (for transparent values that should never be found) svn-id: r35584
2008-12-27Silenced warning about redefinition of ARRAYSIZE under Windows, after the ↵Filippos Karapetis
latest FS changes svn-id: r35583
2008-12-27Adding a magic id and a version number to the PaletteLUT cacheSven Hesse
svn-id: r35582
2008-12-27Initializing the lookahead values, too. No more valgrind warnings anymore :)Sven Hesse
svn-id: r35581
2008-12-27Slight simplificationFilippos Karapetis
svn-id: r35580
2008-12-27Fixing the invalid read (BitStream having a 2 byte lookahead and all :P)Sven Hesse
svn-id: r35579
2008-12-27Turned FSNode into a ArchiveMember subclass; removed the now obsolete ↵Max Horn
FSDirectoryMember; moved FSDirectory from common/archive.h to common/fs.h svn-id: r35578
2008-12-27The BitStream class has a 2 byte lookahead. Hopefully, this will fix the ↵Filippos Karapetis
invalid reads in the audio stream svn-id: r35577
2008-12-27Moved addDirectory from SearchManager to SearchSet; changed several places ↵Max Horn
from using '++it' instead of 'it++' to iterate over a list (this is more efficient) svn-id: r35576
2008-12-27Clarify ZipArchive constructor usageMax Horn
svn-id: r35575
2008-12-27Renamed some stuffMax Horn
svn-id: r35574
2008-12-27GuiManager::runLoop: do not call OSystem::quit() when receiving EVENT_QUIT, ↵Max Horn
just return to the caller instead svn-id: r35573
2008-12-27GUI: Added Widget::setVisible convenience wrapperMax Horn
svn-id: r35572
2008-12-27Got rid of ThemeLayout::getDialogData; added some comments, asserts; moved ↵Max Horn
getParentW & getParentH to class ThemeLayoutStacked svn-id: r35571
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