aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-26Blue's ABC Time Activities is supported.Travis Howell
svn-id: r35560
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-26Fix for the SliderWidget glitch when showing very small values (and ↵Jordi Vilalta Prat
potentially for other small widgets) svn-id: r35557
2008-12-26Updated the MSVC project files of the kyra engineFilippos Karapetis
svn-id: r35556
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-26If 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-26Merged 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-26ThemeLayout::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-26Fix for bug #2210082: GUI: Crash in GMM when changing scale factorMax Horn
svn-id: r35546
2008-12-26Some 'cleanup' of Gui::ThemeLayoutMax Horn
svn-id: r35545
2008-12-25Renamed NewGui to GuiManagerMax Horn
svn-id: r35544
2008-12-25Made Engine::_timer protectedMax Horn
svn-id: r35543
2008-12-25Pushing down some header deps (on common/system.h, mostly)Max Horn
svn-id: r35542
2008-12-25Fixed warningMax Horn
svn-id: r35541
2008-12-25Slight cleanupFilippos Karapetis
svn-id: r35540
2008-12-25SAGA2 HRS resources should be loaded correctly nowFilippos Karapetis
svn-id: r35539
2008-12-25CleanupFilippos Karapetis
svn-id: r35538
2008-12-25OopsFilippos Karapetis
svn-id: r35537
2008-12-25- Implemented the SAGA2 resource loaderFilippos Karapetis
- Some cleanup svn-id: r35536
2008-12-25Fixed yet another valgrind warning.Johannes Schickel
svn-id: r35535
2008-12-25Fixed valgrind warning.Johannes Schickel
svn-id: r35534
2008-12-25Fix for bug #2464538 "PARALLACTION: Compiler error on AmigaOS4",Johannes Schickel
svn-id: r35533
2008-12-25Fixed compilation with g++4.3Johannes Schickel
svn-id: r35532
2008-12-24Silenced signed/unsigned warningFilippos Karapetis
svn-id: r35531
2008-12-24Documenting the dither code a bit more and removing SierraLight's not needed ↵Sven Hesse
height argument svn-id: r35530
2008-12-24Updated the MSVC project files for commit #35526Filippos Karapetis
svn-id: r35529
2008-12-24add comment for clarificationJoost Peters
svn-id: r35528
2008-12-24on 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-24Moving the dither code to graphics/Sven Hesse
svn-id: r35526
2008-12-24Allocate just the required memory for scripts (spotted by sev)Jordi Vilalta Prat
svn-id: r35525
2008-12-24Questions in dialogues can have up to 10 answers in BRA.Nicola Mettifogo
svn-id: r35524
2008-12-24Slight cleanupFilippos Karapetis
svn-id: r35523
2008-12-24Fixed display of location background when changing from a scrollable to a ↵Nicola Mettifogo
non-scrollable one. svn-id: r35522
2008-12-24Simplified destructions of Balloon objects.Nicola Mettifogo
svn-id: r35521
2008-12-24T7G: Implement runtime script fix for cake puzzle bug.Scott Thomas
svn-id: r35520
2008-12-24Added valueToBarWidth to calculate SliderWidget's bar width like it was done ↵Jordi Vilalta Prat
before (as discussed with LordHoto) svn-id: r35519
2008-12-24Removed Ender from SCUMM credits (matching other retired team members, like ↵Max Horn
ludde and yazor) svn-id: r35517
2008-12-24Added FIXME in ThemeEngine::drawSlider.Johannes Schickel
svn-id: r35515
2008-12-23Modify the PopUpWidget selection by using the mouse wheelJordi Vilalta Prat
svn-id: r35514
2008-12-23Modify the SliderWidget value by using the mouse wheelJordi Vilalta Prat
svn-id: r35513