aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-03Whitespace fixesMax Horn
svn-id: r29382
2007-11-02Format fix.Eugene Sandulenko
svn-id: r29380
2007-11-02Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", andTorbjörn Andersson
removed an unnecessary \n. svn-id: r29379
2007-11-02Patch #1816901: MT-32 emu: Low volumeMax Horn
svn-id: r29378
2007-11-02Patch #1815526: Add TiMidity++ MIDI server supportMax Horn
svn-id: r29377
2007-11-02Added create_igortbl to 'tools' make targetMax Horn
svn-id: r29376
2007-11-02Removed now obsolete workaroundsMax Horn
svn-id: r29375
2007-11-02Fixed overflow after fadeout in the last game location (bug #1824026).Nicola Mettifogo
svn-id: r29374
2007-11-01Donna now returns to her normal outfit after swimming.Nicola Mettifogo
svn-id: r29373
2007-11-01Added color-inversion effect in character selection screen. The effect ↵Nicola Mettifogo
doesn't exactly work like the original yet (Amiga only). svn-id: r29372
2007-11-01Refactored some gui code.Nicola Mettifogo
svn-id: r29371
2007-11-01Made debug console available when displaying slides (like intermissions and ↵Nicola Mettifogo
menu). svn-id: r29370
2007-11-01Patch #1824292: "fix spaces->tabs indentation in configure"Eugene Sandulenko
svn-id: r29369
2007-11-01Fixed compilationFilippos Karapetis
svn-id: r29368
2007-11-01fix previous commitGregory Montoir
svn-id: r29367
2007-11-01warning, minor simplificationGregory Montoir
svn-id: r29366
2007-11-01dont call trim(), which relies on isspace(), with specific game charset stringsGregory Montoir
svn-id: r29365
2007-11-01added bootparam handling, minor cleanupGregory Montoir
svn-id: r29364
2007-11-01use mod operator directlyGregory Montoir
svn-id: r29363
2007-11-01Added new debug command.Nicola Mettifogo
svn-id: r29362
2007-11-01Fix for bug #1822819. Donna now changes her look into Suzy after makeup.Nicola Mettifogo
svn-id: r29361
2007-11-01Some changes to FOTAQ for the work in progress Greek translation in FR ↵Filippos Karapetis
#1723255 - "FOTAQ code modifications (mostly for greek translation)": - Added Greek font to FOTAQ - When the verb is "Go to" in the Greek version, there won't be a space after the verb and the item (as per the translator's request) - The strings in the journal are not cut off in the Greek version svn-id: r29360
2007-11-01Add Greek to the list of ScummVM supported languages, for FR #1723255 - ↵Filippos Karapetis
"FOTAQ code modifications (mostly for greek translation)" svn-id: r29359
2007-11-01Updated the MSVC8 parallaction project file for commit #29354Filippos Karapetis
svn-id: r29358
2007-11-01Consolidated game data cleanup in a single routine to location switches more ↵Nicola Mettifogo
reliable, especially on savegames and on game start. svn-id: r29357
2007-11-01Fix regression introduced in revision 29355. First loadgame performed was ↵Nicola Mettifogo
destroying the game flags. svn-id: r29356
2007-11-01More refactoring for gui code.Nicola Mettifogo
svn-id: r29355
2007-11-01* Merged object Menu into Parallaction_ns.Nicola Mettifogo
* Some preliminary refactoring of ex-menu code. svn-id: r29354
2007-11-01Added new LocationName class to simplify handling of location switches.Nicola Mettifogo
svn-id: r29353
2007-11-01Small cleanupsVincent Hamm
svn-id: r29352
2007-11-01Revert patch #1709219 - DXA Player: double size scaling option.Travis Howell
svn-id: r29351
2007-11-01Fix play back of OmniTV videos in The Feeble Files for now.Travis Howell
svn-id: r29350
2007-11-01It's now possible to exit the screens with Gorrister's heart in IHNM ↵Filippos Karapetis
normally (i.e by walking to the exit, not using it) - like the original svn-id: r29349
2007-10-31Indentation.Torbjörn Andersson
svn-id: r29348
2007-10-31Slighly modified patch #1709219: "DXA Player: double size scaling option"Eugene Sandulenko
svn-id: r29347
2007-10-31Fix for bug #1751483 - "AGI: The -x command-line option appears to be broken"Filippos Karapetis
svn-id: r29346
2007-10-31Fix for bug #1800147 - "ITE: Scummvm exits with Audio warnings"Filippos Karapetis
svn-id: r29345
2007-10-31- minor changes to detection codeGregory Montoir
- reverted gameState.counter type to int16 - cleanup/removed deadcode svn-id: r29344
2007-10-31Patch #1822349: "Refactor engines handling in configure script"Eugene Sandulenko
svn-id: r29343
2007-10-31Factorize most of the common code in the isReadable() and isWritable() ↵David Corrales
methods for the AmigaOS backend, via the getFibProtection() method. svn-id: r29342
2007-10-31Fixed a long due typo in the error messages inside the DefaultSaveFileManager.David Corrales
svn-id: r29341
2007-10-31Fixed compilation under WindowsFilippos Karapetis
svn-id: r29340
2007-10-31Properly implemented the isReadable() and isWritable() methods for the ↵David Corrales
AmigaOSFilesystemNode backend. Thanks a lot to Raziel_One on this one :) svn-id: r29339
2007-10-31Removed the Common::File::removeFile() methods, and moved their ↵David Corrales
implementation to the Common::DefaultSaveFileManager::removeSavefile() method, as per Marcus' appraisal and Max's approval. svn-id: r29337
2007-10-31Added a FIXME-comment and a warning to the unknown test command 19.Kari Salminen
svn-id: r29336
2007-10-31Fix for bug #1745950 (GR: Birds stuck in opening screen (Amiga version)).Kari Salminen
svn-id: r29335
2007-10-30Update msvc8 project files for r29332.Johannes Schickel
svn-id: r29334
2007-10-30Adding special amigaos to host_os check. This makes ScummVM use scummvm.ini ↵Johannes Schickel
instead of .scummvmrc on AmigaOS again. svn-id: r29333
2007-10-30- added detection of second demo versionGregory Montoir
- moved the resource entries tables to an external file (IGOR.TBL) - added tool to build IGOR.TBL svn-id: r29332
2007-10-30The cause for bug #1804403 - "IHNM/ITE: Error loading Game resources ↵Filippos Karapetis
(fs-node regression)" was fixed with commits #29327, #29328, #29329. Removed unneeded Amiga-specific code, which should finally fix this bug svn-id: r29331