Lioncash
|
a82675b7d5
|
Kill off some usages of c_str.
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-14 13:51:23 -04:00 |
|
Lioncash
|
146b301a91
|
Fix more header sorting issues in Core/ (now check-includes clean).
|
2014-02-20 01:01:11 +01:00 |
|
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
|
Lioncash
|
655d22512b
|
Kill off some usages of the ArraySize macro.
This required the use of std::array in some cases.
|
2014-02-15 02:43:54 -05:00 |
|
Tillmann Karras
|
404624bf0b
|
Turn loops into range-based form
and some things suggested by cppcheck and compiler warnings.
|
2014-02-13 09:05:50 +01:00 |
|
Matthew Parlane
|
3fe05e0a9f
|
Fix IniFile to use string& instead of char*
Also removes .c_str() usages where found.
|
2014-02-13 17:06:30 +13:00 |
|
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |
|