Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-08 | Added string_util to common, small changes in loader.cpp | archshift | |
2014-09-08 | loader.cpp: improved file extension checking, made Upper/LowerStr useful | archshift | |
Instead of forcibly taking the last 4 characters, it now finds the last extension separator (the period) and takes a substr of its location. | |||
2014-08-17 | Common: Move header guards over to pragma once | Lioncash | |
Also replaced C headers with the C++ equivalent ones | |||
2014-04-14 | added helper functions for upper/lowercase strings | bunnei | |
2014-04-08 | fixed project includes to use new directory structure | bunnei | |
2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |