Commit Graph

13 Commits

Author SHA1 Message Date
Phillip Stephens 35674c27e5
CCubeRenderer: More rendering imps 2022-03-06 19:07:00 -08:00
Phillip Stephens 9bae2f943e
Rename everything 2021-04-10 01:42:06 -07:00
Lioncash bfd17e4513 CActor: Make Render() a non-const function
A few implementations of Render() contain const-casts nested within its
their call hierarchy to get around the fact that this function is marked
const. We can just make the member function non-const to allow removal
of these casts in follow up changes.
2020-04-09 14:32:20 -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
Jack Andersen 636c82a568 New code style refactor 2018-12-07 19:30:43 -10:00
Jack Andersen 98c7525176 Initially working CEnvFxManager 2018-11-01 22:16:16 -10:00
Jack Andersen c91e5df986 Convert to pragma once 2018-10-06 17:42:33 -10:00
Jack Andersen cac0e328f7 Tons of DrawWorld-related implementations 2017-03-03 18:31:08 -10:00
Jack Andersen 9222a928ef Thermal Hot GLSL filter 2016-08-03 11:53:03 -10:00
Jack Andersen e3c8e5a7be Buckets::Sort implementation 2016-07-25 16:43:55 -10:00
Jack Andersen af5cafee12 CBooRender imps 2016-07-25 12:52:02 -10:00
Jack Andersen 4bcd88e69f CDrawableType enum 2016-07-20 16:03:24 -10:00
Phillip Stephens fc8f3e3881 Add kabufuda and more stubs 2016-06-28 11:56:32 -07:00