Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-31 | Fixed a long due typo in the error messages inside the DefaultSaveFileManager. | David Corrales | |
svn-id: r29341 | |||
2007-10-31 | Fixed compilation under Windows | Filippos Karapetis | |
svn-id: r29340 | |||
2007-10-31 | Properly 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-31 | Removed 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-31 | Added a FIXME-comment and a warning to the unknown test command 19. | Kari Salminen | |
svn-id: r29336 | |||
2007-10-31 | Fix for bug #1745950 (GR: Birds stuck in opening screen (Amiga version)). | Kari Salminen | |
svn-id: r29335 | |||
2007-10-30 | Update msvc8 project files for r29332. | Johannes Schickel | |
svn-id: r29334 | |||
2007-10-30 | Adding 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 version | Gregory Montoir | |
- moved the resource entries tables to an external file (IGOR.TBL) - added tool to build IGOR.TBL svn-id: r29332 | |||
2007-10-30 | The 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::exists | Johannes Schickel | |
- cleanup svn-id: r29330 | |||
2007-10-30 | Fixed a typo in the AmigaOSFilesystemNode::exists() method. | David Corrales | |
svn-id: r29329 | |||
2007-10-30 | Added a missing variable to the AmigaOSFilesystem::exists() method. ↵ | David Corrales | |
Hopefully it's complete now :) svn-id: r29328 | |||
2007-10-30 | Implement the AmigaOSFilesystemNode::exists() method. | David Corrales | |
svn-id: r29327 | |||
2007-10-30 | Fix for bug #1822680. | Nicola Mettifogo | |
svn-id: r29326 | |||
2007-10-30 | Renamed a variable which is declared twice | Filippos Karapetis | |
svn-id: r29325 | |||
2007-10-30 | Fixing the scenery/overlay redrawing in Woodruff | Sven Hesse | |
svn-id: r29324 | |||
2007-10-30 | Patch #1822459: "configure fix for shells not supporting unary negation" | Eugene Sandulenko | |
svn-id: r29322 | |||
2007-10-30 | Fix compile warning. | Travis Howell | |
svn-id: r29321 | |||
2007-10-29 | Add msvc8 project file for igor. | Johannes Schickel | |
svn-id: r29320 | |||
2007-10-29 | Fix compile warning, looks like this memcpy should be a memset. | Travis Howell | |
svn-id: r29319 | |||
2007-10-29 | added 'igor' engine for the game 'Igor: Objective Uikokahonia' | Gregory Montoir | |
svn-id: r29318 | |||
2007-10-29 | Implement more object input | Vincent Hamm | |
svn-id: r29317 | |||
2007-10-29 | Add 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-29 | More readable code, and another format of engine build list as suggeested | Eugene Sandulenko | |
by Fingolfin svn-id: r29315 | |||
2007-10-29 | Commenting out the unused variables x and y to mute GCC :P | Sven Hesse | |
svn-id: r29314 | |||
2007-10-29 | Add missing vars | Vincent Hamm | |
svn-id: r29313 | |||
2007-10-29 | Add more object menu controls | Vincent Hamm | |
svn-id: r29312 | |||
2007-10-28 | various assorted things required by the new compiler and codebase changes | Kostas Nakos | |
svn-id: r29310 | |||
2007-10-28 | (mainly) adding plugin support | Kostas Nakos | |
svn-id: r29309 | |||
2007-10-28 | new stuff to support the FS api and fixes for the new compiler | Kostas Nakos | |
svn-id: r29308 | |||
2007-10-28 | cleanup after framebuffer api changes | Kostas Nakos | |
svn-id: r29307 | |||
2007-10-28 | fix formatting & typo | Kostas Nakos | |
svn-id: r29306 | |||
2007-10-28 | entry point for plugin builds | Kostas Nakos | |
svn-id: r29305 | |||
2007-10-28 | announce compiler change \& support for plugins | Kostas Nakos | |
svn-id: r29304 | |||
2007-10-28 | Rollup 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-28 | formatting fixes | Kostas Nakos | |
svn-id: r29302 | |||
2007-10-28 | drop unneeded define | Kostas Nakos | |
svn-id: r29301 | |||
2007-10-28 | make sure our GetCurrentDirectory is used (non existant in ce api) | Kostas Nakos | |
svn-id: r29300 | |||
2007-10-28 | unicod-ify syscalls for ce backend | Kostas Nakos | |
svn-id: r29299 | |||
2007-10-28 | work around ce's lack of posix errno | Kostas Nakos | |
svn-id: r29298 | |||
2007-10-28 | some source formatting fixes | Kostas Nakos | |
svn-id: r29297 | |||
2007-10-28 | Early implementation of object menu | Vincent Hamm | |
svn-id: r29296 | |||
2007-10-28 | Fix compatibility with bash | Eugene Sandulenko | |
svn-id: r29295 | |||
2007-10-28 | Print list of skipped engines too. | Eugene Sandulenko | |
svn-id: r29294 | |||
2007-10-28 | Patch #1814831: "Unify the way to report unknown versions of games" | Eugene Sandulenko | |
svn-id: r29293 | |||
2007-10-28 | Fix potential MSVC warning | Eugene Sandulenko | |
svn-id: r29292 | |||
2007-10-28 | Find object fix | Vincent Hamm | |
Walk fix svn-id: r29291 | |||
2007-10-28 | Fix warning & code formatting | Max Horn | |
svn-id: r29290 | |||
2007-10-28 | Patch #1800085: small 'unknown control change byte 32' patch | Max Horn | |
svn-id: r29289 |