Lioncash
|
e0e38b569e
|
CAtomicAlpha: Remove .data() call in SBomb constructor
We can just use the std::string_view constructor for std::string, which
eliminates an unnecessary strlen call.
|
2019-10-03 01:26:50 -04:00 |
Lioncash
|
c882003d37
|
CAtomicAlpha: Make skBombLocators an internal array
This is only used within the cpp file, so we can relocate its definition
there to make it fully internally-linked.
|
2019-10-03 01:26:50 -04:00 |
Lioncash
|
a633b8e8fd
|
General: Normalize RuntimeCommon include paths
Performs the same normalizing done to the RuntimeCommonB target, now all
of the runtime headers have normalized include paths.
|
2019-09-28 04:14:29 -04:00 |
Lioncash
|
9312eef905
|
RuntimeCommon: Use override where applicable
Continues the override modernization by applying it to the main
RuntimeCommon target. Resolves around 1100+ cases where override can be
used.
|
2019-08-09 17:39:42 -04:00 |
Phillip Stephens
|
0bb51f067c
|
Various fixes and minor code cleanup, issue warning when attempting to load an unimplemented object
|
2019-01-31 12:44:05 -08:00 |
Phillip Stephens
|
d657a8ecf6
|
Implement CAtomicAlpha
|
2018-12-17 20:42:17 -08:00 |
Jack Andersen
|
636c82a568
|
New code style refactor
|
2018-12-07 19:30:43 -10:00 |
Phillip Stephens
|
bbfe61efbf
|
Various loader implementations
|
2018-10-11 15:57:05 -07:00 |