aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-03-25Cine::Palette::saturatedAddNormalizedGray: Use fractional representation (div...Kari Salminen
2009-03-25Changed the font flag defines to an enumerationFilippos Karapetis
2009-03-25Merged sciw_select_item() and sciw_unselect_item()Filippos Karapetis
2009-03-25Fixed compilationFilippos Karapetis
2009-03-25- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...Filippos Karapetis
2009-03-25Remove superfluous commaFilippos Karapetis
2009-03-25Changed some flags to enumsFilippos Karapetis
2009-03-25revert yesterday's change -- apparently this different behavior was intentional.Joost Peters
2009-03-25Add French DOS version of Waxworks.Travis Howell
2009-03-25SCI: AvoidPath cleanup.Walter van Niftrik
2009-03-24Add German DOS version of Waxworks.Travis Howell
2009-03-24Patch from bug #2710315: INDY3/FOA: bug in patch for series IQ with ScummVM GUIMax Horn
2009-03-24Cine::Palette: Add fillWithBlack and saturatedAddNormalizedGray-methods.Kari Salminen
2009-03-24SCI: build fix.Walter van Niftrik
2009-03-24SCI: Added workaround for broken polygon in LSL1 room 350.Walter van Niftrik
2009-03-24Fix smaller error introduced in r39671 refactoring (this check used to be "re...Joost Peters
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-24SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu...Max Horn
2009-03-24SCI: Turned synonyms list into a Common::ListMax Horn
2009-03-24SCI: Added workaround for duplicate polygons being passed to kAvoidPath.Walter van Niftrik
2009-03-24Fixed a regression of commit #35473. Fixes bug #2703595 - "ITE: Crash when cl...Filippos Karapetis
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_tMax Horn
2009-03-24SCI: moved sci_strndup to menubar.cppMax Horn
2009-03-24SCI: Fixed some leaks introduced by my previous changesMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-24CRUISE: Fixed bug when loading backgroundIncrustStruct::saveWidth (don't divi...Max Horn
2009-03-24Removed paranoia check.Nicola Mettifogo
2009-03-24Make sure that the currently buggy dirty rectangle handling code is not used....Filippos Karapetis
2009-03-24* Pushed evaluation of 'following question' from dialogue parsing to dialogue...Nicola Mettifogo
2009-03-24LOL: - implemented lots of opcodes and fixed a few bugsFlorian Kagerer
2009-03-24Finally fixed the Valgrind warning that was confusing me so yesterday.Torbjörn Andersson
2009-03-23Refactored the zone type parsers.Nicola Mettifogo
2009-03-23Patch #2676453: INDY3/FOA: series IQ with ScummVM GUIMax Horn
2009-03-23Turned ZoneTypes into a regular numeric id (no more a bitfield).Nicola Mettifogo
2009-03-23Oops.Nicola Mettifogo
2009-03-23Merged GetData, HearData, SpeakData, PathData, ExamineData, MergeData into Ty...Nicola Mettifogo
2009-03-23Made the music and sound file names part of the class, instead of localTorbjörn Andersson
2009-03-23change debug output of script interpreter to more clearly print script number...Joost Peters
2009-03-23change debug levels to be less verboseJoost Peters
2009-03-23Initialise _fullRefresh. Fixes a Valgrind warning.Torbjörn Andersson
2009-03-23Pushed down dependencies from parser.hNicola Mettifogo
2009-03-23CleanupFilippos Karapetis
2009-03-23Fix pallete for label font in the Amiga version of BRA.Travis Howell
2009-03-23Implemented all variants of IF script instruction. Program class has been cha...Nicola Mettifogo
2009-03-23SCI: some avoidpath cleanupWalter van Niftrik
2009-03-23Correct label font used by Amiga version of BRA.Travis Howell
2009-03-23Correct the fonts used by Amiga version of BRA.Travis Howell
2009-03-23Bugfixes for incorrect Poly class usage in the CheckNPathIntegrity DEBUG methodPaul Gilbert
2009-03-23- Moved palette initialization inside the graphics resource managerFilippos Karapetis