Lioncash
|
eb3a1de3f6
|
Core: Turn some includes into forward declarations.
|
2014-07-27 13:37:09 -04:00 |
|
degasus
|
6d3f249dcc
|
mark all local variables as static
|
2014-07-11 16:10:20 +02:00 |
|
degasus
|
22e1aa5bb4
|
mark all local functions as static
|
2014-07-11 16:07:23 +02:00 |
|
Lioncash
|
f05d3f6e5d
|
Use only section-based ini reading.
|
2014-06-16 01:31:23 -04:00 |
|
magumagu
|
b5f71e901f
|
PatchEngine: Remove no-op function LoadDiscList.
(The function just pushes elements onto an std::vector which is unused
otherwise.)
|
2014-04-21 21:07:02 -07:00 |
|
Tillmann Karras
|
fa3cc05753
|
Turn some non-const refs into pointers
|
2014-03-17 02:55:57 +01:00 |
|
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 |
|