Commit Graph

56 Commits (b6d2c64f4dcb01f1ffc99f9a057910ec65c6a401)

Author SHA1 Message Date
archshift 4ed24a0619 loader.cpp: improved file extension checking, made Upper/LowerStr useful
Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location.
11 years ago
Lioncash 2f6ef914db Common: Fix a potential infinite loop in StringUtil's ReplaceAll 11 years ago
Lioncash da6f24b374 Common: Move remaining C header includes over to their C++ equivalent 11 years ago
bunnei cb504e236b added helper functions for upper/lowercase strings 11 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 11 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 11 years ago