aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-10-30- free fib object in AmigaOSFilesystemNode::existsJohannes Schickel
- cleanup svn-id: r29330
2007-10-30Fixed a typo in the AmigaOSFilesystemNode::exists() method.David Corrales
svn-id: r29329
2007-10-30Added a missing variable to the AmigaOSFilesystem::exists() method. ↵David Corrales
Hopefully it's complete now :) svn-id: r29328
2007-10-30Implement the AmigaOSFilesystemNode::exists() method.David Corrales
svn-id: r29327
2007-10-30Fix for bug #1822680.Nicola Mettifogo
svn-id: r29326
2007-10-30Renamed a variable which is declared twiceFilippos Karapetis
svn-id: r29325
2007-10-30Fixing the scenery/overlay redrawing in WoodruffSven Hesse
svn-id: r29324
2007-10-30Patch #1822459: "configure fix for shells not supporting unary negation"Eugene Sandulenko
svn-id: r29322
2007-10-30Fix compile warning.Travis Howell
svn-id: r29321
2007-10-29Add msvc8 project file for igor.Johannes Schickel
svn-id: r29320
2007-10-29Fix compile warning, looks like this memcpy should be a memset.Travis Howell
svn-id: r29319
2007-10-29added 'igor' engine for the game 'Igor: Objective Uikokahonia'Gregory Montoir
svn-id: r29318
2007-10-29Implement more object inputVincent Hamm
svn-id: r29317
2007-10-29Add DMedia MIDI driver just to the list of MIDI drivers if on IRIX, since at ↵Johannes Schickel
least the code for it is just build on IRIX and not on every UNIX system. svn-id: r29316
2007-10-29More readable code, and another format of engine build list as suggeestedEugene Sandulenko
by Fingolfin svn-id: r29315
2007-10-29Commenting out the unused variables x and y to mute GCC :PSven Hesse
svn-id: r29314
2007-10-29Add missing varsVincent Hamm
svn-id: r29313
2007-10-29Add more object menu controlsVincent Hamm
svn-id: r29312
2007-10-28various assorted things required by the new compiler and codebase changesKostas Nakos
svn-id: r29310
2007-10-28(mainly) adding plugin supportKostas Nakos
svn-id: r29309
2007-10-28new stuff to support the FS api and fixes for the new compilerKostas Nakos
svn-id: r29308
2007-10-28cleanup after framebuffer api changesKostas Nakos
svn-id: r29307
2007-10-28fix formatting & typoKostas Nakos
svn-id: r29306
2007-10-28entry point for plugin buildsKostas Nakos
svn-id: r29305
2007-10-28announce compiler change \& support for pluginsKostas Nakos
svn-id: r29304
2007-10-28Rollup commit to improve & bring the port up to speed. More specificallyi ↵Kostas Nakos
for this file: - adding support for plugins - fixing regressions and changes related to the framebuffer api - improved and fixed dirty rects - fixed Fingolfin's name in a comment :-P svn-id: r29303
2007-10-28formatting fixesKostas Nakos
svn-id: r29302
2007-10-28drop unneeded defineKostas Nakos
svn-id: r29301
2007-10-28make sure our GetCurrentDirectory is used (non existant in ce api)Kostas Nakos
svn-id: r29300
2007-10-28unicod-ify syscalls for ce backendKostas Nakos
svn-id: r29299
2007-10-28work around ce's lack of posix errnoKostas Nakos
svn-id: r29298
2007-10-28some source formatting fixesKostas Nakos
svn-id: r29297
2007-10-28Early implementation of object menuVincent Hamm
svn-id: r29296
2007-10-28Fix compatibility with bashEugene Sandulenko
svn-id: r29295