| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-04 | Volume: Return volume type as an enum | JosJuice | |
| ISOFile and GameFile were using IsWiiDisc() and IsWadFile() to set an enum value. The volume might as well return an enum directly. I increased the Qt CACHE_REVISION because m_platform now is saved as u32 instead of int, but increasing the wx CACHE_REVISION is not necessary. | |||
| 2015-06-02 | Merge pull request #2338 from JosJuice/getfilelist-return | comex | |
| Filesystem: Return file list reference instead of modifying argument | |||
| 2015-05-25 | Set copyright year to when a file was created | Tillmann Karras | |
| 2015-05-25 | Update license headers to GPLv2+ | Tillmann Karras | |
| 2015-04-28 | Filesystem: Return file list reference instead of modifying argument | JosJuice | |
| 2015-03-03 | FileMonitor: Check log level in addition to FileMonitor checkbox | JosJuice | |
| This is good for performance when FileMontior is selected but the log level only is set to notice or warning. The ability to do this wasn't available until recently: 1ed41672f50c9cfe7aa4ab5aa3b73f7e41029124 | |||
| 2015-01-21 | Merge pull request #1895 from JosJuice/isvolumewiidisc | Ryan Houdek | |
| Don't read from disk when checking volume type | |||
| 2015-01-17 | Don't read from disk when checking volume type | JosJuice | |
| Should be faster than relying on the OS to cache the magic words. Also gets rid of the odd recursive call in VolumeDirectory. | |||
| 2014-12-27 | Add FileMonitor support for VolumeDirectory | JosJuice | |
| 2014-12-25 | FileMonitor: Get rid of "GC" from names and comments | JosJuice | |
| 2014-12-25 | Re-add FileMonitor support for Wii discs | JosJuice | |
| This in done in the same way as GC discs, unlike the previous implementation. | |||
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal | |
| 2014-08-25 | DiscIO: Make the unordered set in IsSoundFile static | Lioncash | |
| Doesn't need to be instantiated every time the function is called. | |||
| 2014-07-11 | mark all local variables as static | degasus | |
| 2014-07-11 | mark all local functions as static | degasus | |
| 2014-06-25 | Centralize the logging code into its own folder in Common. | Lioncash | |
| 2014-03-29 | Remove all trailing whitespaces from our codebase. | Pierre Bourdon | |
| 2014-03-23 | Fix a crash that got recently introduced. | Ryan Houdek | |
| When CFileSystemGCWii::GetFileName can't find a valid filename it would return nullptr. nullptr as a std::string throws an assert within the std lib. So return an empty string and check if it is empty or not | |||
| 2014-03-16 | Simplify file tree building for the filesystem view. | Lioncash | |
| Technically this also simplifies on disc filename building in general. | |||
| 2014-03-10 | Merge pull request #149 from lioncash/filemonitor-song-types | Matthew Parlane | |
| Add more sound file extensions to FileMonitor's IsSoundFile. | |||
| 2014-03-09 | clang-modernize -use-nullptr | Tillmann Karras | |
| and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine | |||
| 2014-03-09 | Add more sound file extensions to FileMonitor's IsSoundFile. | Lioncash | |
| 2014-03-04 | Add two other formats to the list of extensions in IsSoundFile | lioncash | |
| .adx is used in various games, so this should definitely be here. | |||
| 2014-03-04 | Simplify ShowSound() in FileMonitor.cpp. | lioncash | |
| Now if more sound types are found, they just need to simply be added to the unordered set. - Also changed ShowSound() to IsSoundFile() - Fixed IsSoundFile’s definition in FileMonitor.h. This whole time it has been defined as a void method, when in reality it was a bool function. - Changed the FileMonitor’s string parameters to be constant references. | |||
| 2014-02-22 | Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
