Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-29 | Explicitely using MIN<int>(). This should fix bug #2473627 | Sven Hesse | |
svn-id: r35597 | |||
2008-12-29 | Implemented the non-monospaced font in the save name input field | Sven Hesse | |
svn-id: r35596 | |||
2008-12-28 | LOL: - fixed some bugs in the main menu code (premature pak file unloading ↵ | Florian Kagerer | |
etc.) and added floppy support svn-id: r35595 | |||
2008-12-28 | workaround for ce's limitation of cwd in _access too | Kostas Nakos | |
svn-id: r35594 | |||
2008-12-28 | fix buggy repaints caused by multiple calls to the overlay toggles | Kostas Nakos | |
svn-id: r35593 | |||
2008-12-28 | 1) Add the KeysDialog layout to the modern theme. 2) Improve somewhat the ↵ | Kostas Nakos | |
layout of the KeysDialog svn-id: r35592 | |||
2008-12-28 | Fixing the save/load list box's width | Sven Hesse | |
svn-id: r35591 | |||
2008-12-28 | Removing debug stuff I accidentally left in | Sven Hesse | |
svn-id: r35590 | |||
2008-12-28 | Made the F6 and F5 (SCUMM only) menus fit in 320x200. I'd appreciate if someone | Torbjörn Andersson | |
who's more familiar with this could look at my changes, in case I messed up. svn-id: r35589 | |||
2008-12-28 | Fixing the semi-transparency | Sven Hesse | |
svn-id: r35588 | |||
2008-12-28 | /That's/ the blit24 | Sven Hesse | |
svn-id: r35587 | |||
2008-12-28 | More graphics fixes. blit24 (which isn't blit24 but just a slightly ↵ | Sven Hesse | |
different blit16) works now svn-id: r35586 | |||
2008-12-27 | Fixing some 16bit graphics | Sven Hesse | |
svn-id: r35585 | |||
2008-12-27 | Adding 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-27 | Silenced warning about redefinition of ARRAYSIZE under Windows, after the ↵ | Filippos Karapetis | |
latest FS changes svn-id: r35583 | |||
2008-12-27 | Adding a magic id and a version number to the PaletteLUT cache | Sven Hesse | |
svn-id: r35582 | |||
2008-12-27 | Initializing the lookahead values, too. No more valgrind warnings anymore :) | Sven Hesse | |
svn-id: r35581 | |||
2008-12-27 | Slight simplification | Filippos Karapetis | |
svn-id: r35580 | |||
2008-12-27 | Fixing the invalid read (BitStream having a 2 byte lookahead and all :P) | Sven Hesse | |
svn-id: r35579 | |||
2008-12-27 | Turned 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-27 | The 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-27 | Moved 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-27 | Clarify ZipArchive constructor usage | Max Horn | |
svn-id: r35575 | |||
2008-12-27 | Renamed some stuff | Max Horn | |
svn-id: r35574 | |||
2008-12-27 | GuiManager::runLoop: do not call OSystem::quit() when receiving EVENT_QUIT, ↵ | Max Horn | |
just return to the caller instead svn-id: r35573 | |||
2008-12-27 | GUI: Added Widget::setVisible convenience wrapper | Max Horn | |
svn-id: r35572 | |||
2008-12-27 | Got rid of ThemeLayout::getDialogData; added some comments, asserts; moved ↵ | Max Horn | |
getParentW & getParentH to class ThemeLayoutStacked svn-id: r35571 | |||
2008-12-27 | Add more stubs for MBC. | Travis Howell | |
svn-id: r35570 | |||
2008-12-27 | Ooops, correct return value. | Travis Howell | |
svn-id: r35569 | |||
2008-12-27 | Add basic code for wizImage compression type 5. | Travis Howell | |
svn-id: r35568 | |||
2008-12-27 | Added extra endian conversion. This may fix bug #2462700 | Paul Gilbert | |
svn-id: r35566 | |||
2008-12-27 | Fix video playback in Blue's Clues games. | Travis Howell | |
svn-id: r35565 | |||
2008-12-26 | Update debug message. | Travis Howell | |
svn-id: r35564 | |||
2008-12-26 | Added const keyword to static data. | Johannes Schickel | |
svn-id: r35563 | |||
2008-12-26 | The verb<->textId assignment is needed only for ITE | Filippos Karapetis | |
svn-id: r35562 | |||
2008-12-26 | Adding a French entry for my US/FR version of The Last Dynasty | Sven Hesse | |
svn-id: r35561 | |||
2008-12-26 | Blue's ABC Time Activities is supported. | Travis Howell | |
svn-id: r35560 | |||
2008-12-26 | Fix 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-26 | Fix for the SliderWidget glitch when showing very small values (and ↵ | Jordi Vilalta Prat | |
potentially for other small widgets) svn-id: r35557 | |||
2008-12-26 | Updated the MSVC project files of the kyra engine | Filippos Karapetis | |
svn-id: r35556 | |||
2008-12-26 | Oops added files I forgot in r35553. | Johannes Schickel | |
svn-id: r35555 | |||
2008-12-26 | Fixed memory leak. | Johannes Schickel | |
svn-id: r35554 | |||
2008-12-26 | Implemented (some) main menu code for LoL. | Johannes Schickel | |
svn-id: r35553 | |||
2008-12-26 | Cleanup. | Johannes Schickel | |
svn-id: r35552 | |||
2008-12-26 | Fix crash after selecting name in Blue's ABC Time Activities, caused by an ↵ | Travis Howell | |
invalid write in wizPackType1(). svn-id: r35551 | |||
2008-12-26 | Fixed 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-26 | If more than 8 items have to be resized in a stacked theme layout, abort ↵ | Max Horn | |
with an error (instead of silently trashing the stack) svn-id: r35549 | |||
2008-12-26 | Merged ThemeLayoutHorizontal and ThemeLayoutVertical into a new class ↵ | Max Horn | |
ThemeLayoutStacked (suggestions for a better name are welcome); stored padding data in a Common::Rect svn-id: r35548 | |||
2008-12-26 | ThemeLayout::getParentW was calling getHeight instead of getWidth by mistake ↵ | Max Horn | |
(though this didn't seem to cause any problems anywhere... ?) svn-id: r35547 | |||
2008-12-26 | Fix for bug #2210082: GUI: Crash in GMM when changing scale factor | Max Horn | |
svn-id: r35546 |