Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-26 | AMIGAOS: Re-add a DosList feature | Hubert Maier | |
To keep consistency with the original code i re-added the DosList feature dol_Port (which was taken out due to a compiler error using SDK 53.24 and was named wrong anyway). It offers a message port for the DosList. | |||
2014-10-11 | AMIGAOS4: Fix getParent() for non-directories | Willem Jan Palenstijn | |
The previous attempt in d32816c0 was broken because it failed to realize that _pFileLock is only set for directories. This patch also tries to clarify this by making the root node logic explicit in isRootNode(). | |||
2014-09-22 | AMIGAOS: More cleanup | raziel- | |
Period on all comments | |||
2014-09-22 | AMIGAOS: More cleanup | raziel- | |
Another case of misused TAB | |||
2014-09-21 | AMIGAOS: Cleanup | raziel- | |
Comments cleanup and one case of a misused TAB | |||
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko | |
PS2: Pull request to master for latest PS2 code | |||
2014-02-18 | WIN32: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | WII: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | SYMBIAN: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PSP: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PS3: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | PS2: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | POSIX: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | N64: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | DS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | BACKENDS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-18 | AMIGAOS4: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-01-26 | WII: Add missing dvd interface header for Gamecube build. | D G Turner | |
2014-01-25 | WII: Another fix for Gamecube build. Corrected Disc Interface object. | D G Turner | |
2014-01-25 | WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface. | D G Turner | |
2014-01-23 | PS2: Made it quieter unless -DLOGORRHEIC is set | Max Lingua | |
2014-01-23 | Merge branch 'master' of git://github.com/scummvm/scummvm | Max Lingua | |
2014-01-22 | AMIGAOS4: Clarify virtual fs root node | Willem Jan Palenstijn | |
2014-01-22 | AMIGAOS4: Allow getParent() to work for non-directories | Willem Jan Palenstijn | |
2014-01-22 | AMIGAOS4: Make isReadable return false for non-existent files | Willem Jan Palenstijn | |
This also properly initializes _bIsValid for non-existent files. For consistency, isWritable() is changed analogously to isReadable(), even though it should not lead to changes in behaviour. | |||
2014-01-21 | WII: Implement changes needed by DevKitPPC R26 and later | AReim1982 | |
This changes makes ScummVM compilable with newer versions of DevKitPPC. ScummVM can be linked against the original libogc and libfat. That makes some newer WiiMotes work, improves audio-/video-playback and contains various improvements. | |||
2014-01-18 | PS2: modular IRX drivers loading | Max Lingua | |
2013-10-25 | AMIGAOS4: Make use of updated function names (SDK53.24) and remove unused code | Strangerke | |
Courtesy of Raziel^ | |||
2013-06-06 | ALL: Fix typo (succesful -> successful) | Willem Jan Palenstijn | |
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this. | |||
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel | |
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code. | |||
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon | |
2011-08-21 | BADA: Initial BADA port implementation | Chris Warren-Smith | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion | |
Silences the clang warning: static data member specialization of '_singleton' must originally be declared in namespace 'Common'; accepted as a C++0x extension [-Wc++0x-extensions] Wrapping "namespace Common {}" around the macro assignment causes clang to complain about a spurious semicolon, and removing the semicolon at the end of the macro causes some editors to misbehave. Changing the requirement of using the macro in one namespace (the global) to another (Common) seems a small price to pay to silence a warning. | |||
2011-06-28 | BACKENDS: Update WindowsFilesystemNode::getChildren() to honor the hidden ↵ | Littleboy | |
parameter (FR #1726611) Hidden folders (such as the recycle bin or temporary hidden folders) will no longer be visible in the file/folder browser (as is the case on the Posix and related backends) | |||
2011-06-22 | PS3: Initial version of the PlayStation 3 backend | Bastien Bouclet | |
2011-06-06 | DS: Remove dead code | Max Horn | |
2011-06-06 | DS: Add custom logMessage() implementation | Max Horn | |
2011-06-04 | IRIX: Fix compilation | Joost Peters | |
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-23 | COMMON: Mark more symbols as forbidden | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | WII: Fix compilation | dhewg | |
2011-05-03 | MACOSX: Try to fix compile errors triggered with certain Mac OS X SDK versions | Max Horn | |
2011-05-03 | N64: Fix FS code regression | Max Horn | |
2011-05-03 | COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility | Max Horn | |
2011-05-03 | PSP: Fix more forbidden symbol clashes | Max Horn | |