Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-12-26 | Some 'cleanup' of Gui::ThemeLayout | Max Horn | |
svn-id: r35545 | |||
2008-12-25 | Renamed NewGui to GuiManager | Max Horn | |
svn-id: r35544 | |||
2008-12-25 | Made Engine::_timer protected | Max Horn | |
svn-id: r35543 | |||
2008-12-25 | Pushing down some header deps (on common/system.h, mostly) | Max Horn | |
svn-id: r35542 | |||
2008-12-25 | Fixed warning | Max Horn | |
svn-id: r35541 | |||
2008-12-25 | Slight cleanup | Filippos Karapetis | |
svn-id: r35540 | |||
2008-12-25 | SAGA2 HRS resources should be loaded correctly now | Filippos Karapetis | |
svn-id: r35539 | |||
2008-12-25 | Cleanup | Filippos Karapetis | |
svn-id: r35538 | |||
2008-12-25 | Oops | Filippos Karapetis | |
svn-id: r35537 | |||
2008-12-25 | - Implemented the SAGA2 resource loader | Filippos Karapetis | |
- Some cleanup svn-id: r35536 | |||
2008-12-25 | Fixed yet another valgrind warning. | Johannes Schickel | |
svn-id: r35535 | |||
2008-12-25 | Fixed valgrind warning. | Johannes Schickel | |
svn-id: r35534 | |||
2008-12-25 | Fix for bug #2464538 "PARALLACTION: Compiler error on AmigaOS4", | Johannes Schickel | |
svn-id: r35533 | |||
2008-12-25 | Fixed compilation with g++4.3 | Johannes Schickel | |
svn-id: r35532 | |||
2008-12-24 | Silenced signed/unsigned warning | Filippos Karapetis | |
svn-id: r35531 | |||
2008-12-24 | Documenting the dither code a bit more and removing SierraLight's not needed ↵ | Sven Hesse | |
height argument svn-id: r35530 | |||
2008-12-24 | Updated the MSVC project files for commit #35526 | Filippos Karapetis | |
svn-id: r35529 | |||
2008-12-24 | add comment for clarification | Joost Peters | |
svn-id: r35528 | |||
2008-12-24 | on systems that need alignment, allocate chunks that are a multiple of 4 to ↵ | Joost Peters | |
ensure we get aligned chunks. Otherwise, some pNode structs will be dereferenced from unaligned addresses. svn-id: r35527 | |||
2008-12-24 | Moving the dither code to graphics/ | Sven Hesse | |
svn-id: r35526 | |||
2008-12-24 | Allocate just the required memory for scripts (spotted by sev) | Jordi Vilalta Prat | |
svn-id: r35525 | |||
2008-12-24 | Questions in dialogues can have up to 10 answers in BRA. | Nicola Mettifogo | |
svn-id: r35524 | |||
2008-12-24 | Slight cleanup | Filippos Karapetis | |
svn-id: r35523 | |||
2008-12-24 | Fixed display of location background when changing from a scrollable to a ↵ | Nicola Mettifogo | |
non-scrollable one. svn-id: r35522 | |||
2008-12-24 | Simplified destructions of Balloon objects. | Nicola Mettifogo | |
svn-id: r35521 | |||
2008-12-24 | T7G: Implement runtime script fix for cake puzzle bug. | Scott Thomas | |
svn-id: r35520 | |||
2008-12-24 | Added valueToBarWidth to calculate SliderWidget's bar width like it was done ↵ | Jordi Vilalta Prat | |
before (as discussed with LordHoto) svn-id: r35519 | |||
2008-12-24 | Removed Ender from SCUMM credits (matching other retired team members, like ↵ | Max Horn | |
ludde and yazor) svn-id: r35517 | |||
2008-12-24 | Added FIXME in ThemeEngine::drawSlider. | Johannes Schickel | |
svn-id: r35515 | |||
2008-12-23 | Modify the PopUpWidget selection by using the mouse wheel | Jordi Vilalta Prat | |
svn-id: r35514 | |||
2008-12-23 | Modify the SliderWidget value by using the mouse wheel | Jordi Vilalta Prat | |
svn-id: r35513 | |||
2008-12-23 | Added stubs for the missing visual effect opcodes | Filippos Karapetis | |
svn-id: r35512 | |||
2008-12-23 | Fixed warning. | Johannes Schickel | |
svn-id: r35511 | |||
2008-12-23 | Update detection of the 11th hour demo. The disk.1 wasn't with the other files. | Matthew Hoops | |
svn-id: r35509 | |||
2008-12-23 | change PPINIT's bools to uint8 to fix crash on OSX (see revision 33285 - ↵ | Joost Peters | |
must've been accidentally undone by the DW2 merge) svn-id: r35508 | |||
2008-12-23 | Silenced MSVC warnings | Filippos Karapetis | |
svn-id: r35507 | |||
2008-12-23 | endian fixes | Joost Peters | |
svn-id: r35506 |