aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23Added MSVC project files for the create_lure toolFilippos Karapetis
2009-03-23Silenced an MSVC warningFilippos Karapetis
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-23Distinguish between the native and the host executable extension, so that nas...Andre Heider
2009-03-23Fix compiler detection if CXX is preset to a working compiler but contains a ...Max Horn
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
2009-03-23Removed unused variables from a DEBUG methodPaul Gilbert
2009-03-23Partly implemented the STOP script instruction.Nicola Mettifogo
2009-03-23Implemented MOVE script instruction.Nicola Mettifogo
2009-03-23Fully implemented scrolling.Nicola Mettifogo
2009-03-22Further objectification of the graphics resource managerFilippos Karapetis
2009-03-22Stop erroring out if mask or shadow files are missing: not all location/objec...Nicola Mettifogo
2009-03-22Added support for 3 bit deep ILBM images.Nicola Mettifogo
2009-03-22TINSEL: More polygon code cleanupMax Horn
2009-03-22TINSEL: cleanupMax Horn
2009-03-22SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa...Max Horn
2009-03-22Don't just "return" from the script if == no (leftover from r39541, where th...Andre Heider
2009-03-22SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev....Max Horn
2009-03-22SCI: Some cleanup; avoid taking square root unnecessarilyMax Horn
2009-03-22Fix compilation of the iPhone port.Andre Heider
2009-03-22Reverted vinterstum's 'unification' of iPhone and Mac OS X configure code. Th...Max Horn
2009-03-22Added simple IFF type verification to the parser.Nicola Mettifogo
2009-03-22Changed Disk code to provide SeekableReadStream's to sound routines as well.Nicola Mettifogo
2009-03-22Fixed configure on OSX (no idea what this will do to the iPhone, but now at l...Max Horn
2009-03-22SCI: Fix warningsMax Horn
2009-03-22- Grouped default settingsJordi Vilalta Prat
2009-03-22Bug fixes for handling 5-bit layered sprites correctly - this fixes the black...Paul Gilbert
2009-03-22OSX configure fixOystein Eftevaag