aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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-23Added stubs for the missing visual effect opcodesFilippos Karapetis
svn-id: r35512
2008-12-23Fixed warning.Johannes Schickel
svn-id: r35511
2008-12-23Update detection of the 11th hour demo. The disk.1 wasn't with the other files.Matthew Hoops
svn-id: r35509
2008-12-23change 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-23Silenced MSVC warningsFilippos Karapetis
svn-id: r35507
2008-12-23endian fixesJoost Peters
svn-id: r35506
2008-12-23Fix a valgrind error by using the appropiate delete operatorJordi Vilalta Prat
svn-id: r35498
2008-12-23Some initial code for HRS resource loadingFilippos Karapetis
svn-id: r35497
2008-12-23Enumerated the different actor directions and fixed spellingFilippos Karapetis
svn-id: r35496
2008-12-23Fixed bug #1970191 - "IHNM: Psychic Profile problem"Filippos Karapetis
svn-id: r35495
2008-12-23T7G: Fix the stuck mouse cursorJordi Vilalta Prat
svn-id: r35494
2008-12-23T7G: Don't wait for the CD track to endJordi Vilalta Prat
svn-id: r35493
2008-12-23Improve the palette fading (timing and factor calculation), which fixes the ↵Jordi Vilalta Prat
introduction synchronization as a result svn-id: r35492
2008-12-22Fixing the flow meter thingy in Urban RunnerSven Hesse
svn-id: r35491
2008-12-22logicalWidth -> widthFilippos Karapetis
logicalHeight -> height svn-id: r35488
2008-12-22Fixed GCC warning.Torbjörn Andersson
svn-id: r35487
2008-12-22Added game ID checks for the ITE puzzle in some places that I've missedFilippos Karapetis
svn-id: r35486
2008-12-22- Split the SAGA resource manager in 3 different ones, depending on the ↵Filippos Karapetis
resource type (RSC for ITE, RES for IHNM and HRS for DINO/FTA2). The SAGA 2 HRS resource manager is still a stub - Added detection for the voice file of FTA2 svn-id: r35484
2008-12-22Correct comment.Travis Howell
svn-id: r35483
2008-12-22Added Smacker support for the introduction and ending videos of FTA2Filippos Karapetis
svn-id: r35482
2008-12-22Cleanup.Travis Howell
svn-id: r35477
2008-12-21Added some more stubs for FTA2Filippos Karapetis
svn-id: r35475
2008-12-21Correct the number of speech available in Simon the Sorcerer 1 & 2.Travis Howell
svn-id: r35474
2008-12-21- Added some stubs for the SAGA2 games dino and fta2Filippos Karapetis
- Stopped loading the isomap and puzzle game modules for IHNM, as they are not used for that game (this saves some memory for IHNM) - Removed getDisplayWidth() and getDisplayHeight() svn-id: r35473
2008-12-21Move all video players to separate directoryEugene Sandulenko
svn-id: r35470
2008-12-21add detection for The 11th Hour demoMatthew Hoops
svn-id: r35469
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, ↵Filippos Karapetis
reduced the game IDs and added game features where necessary svn-id: r35467
2008-12-21Moved more GfxObj management to Gfx object.Nicola Mettifogo
svn-id: r35466
2008-12-21Added a stub to dialogue parser, so that dialogue lines controlled by ↵Nicola Mettifogo
counters are displayed. svn-id: r35465
2008-12-21Reduced the memory allocated for DW1 and DW1 demo by 5MBFilippos Karapetis
svn-id: r35464
2008-12-21Fix warnings.Travis Howell
svn-id: r35463
2008-12-21fix wrong format string (bug tracker #2455138)Gregory Montoir
svn-id: r35459
2008-12-21Return exact frame rate in Smacker player, and minor cleanup.Travis Howell
svn-id: r35458
2008-12-21Add initial Smacker support for The Feeble Files.Travis Howell
svn-id: r35457
2008-12-21Disable loading from command line again, it seems it only worked for saves, ↵Johannes Schickel
which did a cd change in DW2 and I only tested those by chance. svn-id: r35456
2008-12-20- Added comment about error check when loading save on startupJohannes Schickel
- Updated code to properly test the last three digits of save filenames instead of only the last two svn-id: r35455
2008-12-20Implemented support for loading saves from launcher / via command line.Johannes Schickel
svn-id: r35454
2008-12-20Fixed loading Discworld 2 savegames from GMM.Johannes Schickel
svn-id: r35453
2008-12-20Added the demo version of The Last Dynasty (thanks to fac)Sven Hesse
svn-id: r35452
2008-12-20Cleanup.Johannes Schickel
svn-id: r35451
2008-12-20Partial fix for bug #2453189 - "ITE: mass adding results in incorrect ↵Filippos Karapetis
targets" (the Italian multiplatform fan translated version is still missing) svn-id: r35449
2008-12-20Fixed bug #2453183 - "IHNM: mass adding results in incorrect targets"Filippos Karapetis
svn-id: r35448
2008-12-20Moved mask creation/handling to Gfx.Nicola Mettifogo
svn-id: r35447
2008-12-19Allow quitting / returning to launcher while showing "selection boxes", e.g. theTorbjörn Andersson
pause game dialog. svn-id: r35445
2008-12-19Removed defaults which are set in base/commandLine.cppFilippos Karapetis
svn-id: r35444