| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-04 | Reorder class initializer lists | Tillmann Karras | |
| 2014-06-29 | Merge pull request #539 from jordan-woyak/fix-extract-directory | Lioncash | |
| Fix ISO Directory extraction. | |||
| 2014-06-29 | DiscIO: Centralize the banner pointer and validity boolean into IBannerLoader | Lioncash | |
| These are both used within the banner loaders, and IsValid is exactly the same. So this makes sense. | |||
| 2014-06-29 | DiscIO: Fix extra tabs in the banner loader headers | Lioncash | |
| 2014-06-29 | Fix ISO Directory extraction. | Jordan Woyak | |
| 2014-06-25 | Centralize the logging code into its own folder in Common. | Lioncash | |
| 2014-06-24 | Remove the 32-bit config platform from the VS solution and projects | Lioncash | |
| 2014-06-18 | Kill off replaceable usages of s[n]printf. | Lioncash | |
| 2014-06-08 | Fix the capitalization of "GameCube" throughout the project. | Paul Olszewski | |
| 2014-05-29 | Remove the min/max functions in CommonFuncs. | Lioncash | |
| The algorithm header has the same functions. | |||
| 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-15 | Clean up FileHandlerARC.cpp/.h | Lioncash | |
| - Removed parentheses from the returns. - Put the function declaration headers back on a single line. - Make FindFileInfo's parameter a const string reference. | |||
| 2014-03-14 | Kill off some usages of c_str. | Lioncash | |
| Also changes some function params, but this is ok. Some simplifications were also able to be made (ie. killing off strcmps with ==, etc). | |||
| 2014-03-11 | Fixes spacing for "for", "while", "switch" and "if" | Matthew Parlane | |
| Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining. | |||
| 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 | clang-modernize -add-override | Tillmann Karras | |
| 2014-03-09 | clang-modernize -loop-convert | Tillmann Karras | |
| and some manual adjustments | |||
| 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-28 | Various changes suggested by cppcheck | Tillmann Karras | |
| - remove unused variables - reduce the scope where it makes sense - correct limits (did you know that strcat()'s last parameter does not include the \0 that is always added?) - set some free()'d pointers to NULL | |||
| 2014-02-28 | Fix various warnings reported by clang | Tillmann Karras | |
| - mostly remove unused variables - rename some generic JIT identifiers | |||
| 2014-02-22 | Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project ↵ | Pierre Bourdon | |
| detected by this change). | |||
| 2014-02-20 | Fix more header sorting issues in DiscIO/ (now check-includes clean). | Pierre Bourdon | |
| 2014-02-18 | Convert all includes to relative paths. | Lioncash | |
| 2014-02-17 | Second and final pass of clearing out tabs. | Lioncash | |
| 2014-02-16 | Fix some vertical alignments | Lioncash | |
| ie. uses spaces for alignment. | |||
| 2014-02-13 | Kill auto usage in CISOBlob.cpp per request. | Jordan Woyak | |
| 2014-02-13 | Fixed issue 7020. CISO >4GB failure. Caused by integer overflow. | Jordan Woyak | |
| 2014-02-13 | Turn loops into range-based form | Tillmann Karras | |
| and some things suggested by cppcheck and compiler warnings. | |||
| 2014-02-10 | Replace all include guard ifdefs with "#pragma once" | lioncash | |
| 2014-02-10 | Some tidy up of sprintf to StringFromFormat | Matthew Parlane | |
| Includes a small fix to SetupWiiMemory | |||
| 2014-02-09 | Cleanup enum indentations. | Lioncash | |
| 2014-02-09 | Revert "Merge pull request #49 from Parlane/sprintf_tidy" | Pierre Bourdon | |
| Change broke the build on Debian stable. This reverts commit 28755439b36ac8e875d764da5db31ad693459ace, reversing changes made to 64e01ec763d21915e7166e625f8a3e85b46fbcbb. | |||
| 2014-02-08 | Some tidy up of sprintf to StringFromFormat | Matthew Parlane | |
| 2013-12-31 | Remove unnecessary Src/ folders | Jasper St. Pierre | |
| 2013-12-31 | Convert all vcxproj files to UNIX line endings | Jasper St. Pierre | |
| 2013-12-07 | fixed issue 6852. | Chanwoong Kim | |
| 2013-12-06 | Add Read16/Read8 to the CBlobBigEndianReader so the key check is reading ↵ | Ryan Houdek | |
| 8bit from the correct location to determin which key to use. Also change check to == 1 as suggested in the IRC channel on first implementation. Potentially fixes 6852. | |||
| 2013-11-13 | Fix format string warnings | Tillmann Karras | |
| 2013-11-11 | Add a comment to the magic value reading location. | Ryan Houdek | |
| 2013-11-12 | Fixed a bug that incorrectly recognized as 'GameCube'. when you open the ↵ | Chanwoong Kim | |
| Korean Wii Disc, which is re-encrypted with a common-key(g_MasterKey). | |||
| 2013-11-05 | Fix {Read,Write}FileToString. | Matthew Parlane | |
| We should be using binary always. | |||
| 2013-11-03 | Run code through clang-modernize -add-override to add 'override' decls. | comex | |
| 2013-11-03 | Run code through the advanced tool 'sed' to remove trailing whitespace. | comex | |
| 2013-11-03 | Run code through clang-modernize -loop-convert to create range-based for ↵ | comex | |
| loops, and manually fix some stuff up. | |||
| 2013-10-31 | Merge remote-tracking branch 'shuffle2/vc12' | comex | |
| Conflicts: Source/Core/Common/Common.vcxproj Source/Core/Common/Common.vcxproj.filters | |||
