Phillip Stephens
|
d900a9376e
|
Remove optick
|
2025-09-17 20:21:18 -07:00 |
|
Luke Street
|
e72b05a7ac
|
Reimpl CWorldShadow, OnScreenTex fixes
|
2025-04-15 19:38:39 -06:00 |
|
Luke Street
|
5c21e48920
|
Migrate to DolphinCGraphics impl & cleanup old code
aurora now uses the original model buffers, but
byteswapped. Migrates over to the updated impl.
|
2025-04-14 17:26:25 -06:00 |
|
Luke Street
|
b45f808e2c
|
Replace logvisor with spdlog; remove athena, discord-rpc, rapidjson
|
2025-04-03 21:07:07 -06:00 |
|
Luke Street
|
ae0f62c021
|
Use GXCopyTex; various implementations
- Fix CTexture::LoadMipLevel
- Fix boid rendering for CFishCloud, CSnakeWeedSwarm, CWallCrawlerSwarm
- Update aurora
|
2022-08-09 02:10:51 -04:00 |
|
Luke Street
|
a3d0da44e2
|
Implement CGX & migrate usages to CGX/GX
|
2022-03-12 10:47:20 -05:00 |
|
Luke Street
|
d7dbec5be0
|
Implement CVertexMorphEffect & CSkinnedModelWithAvgNormals (prev. CMorphableSkinnedModel)
|
2022-03-10 18:56:50 -05:00 |
|
Luke Street
|
cd963c4a5c
|
Reimplement CSkinRules/CSkinnedModel; skinning kinda works!
|
2022-03-10 01:33:17 -05:00 |
|
Luke Street
|
3fd0b1f23a
|
Fixes & CArtifactDoll/CSamusDoll updates
|
2022-03-08 17:21:15 -05:00 |
|
Luke Street
|
832eb180bd
|
Begin transitioning to new CModel/CCubeModel & friends
|
2022-02-25 02:45:25 -05:00 |
|
Phillip Stephens
|
ad272f7468
|
More refactoring, decouple tweaks from hecl
|
2022-02-21 08:01:05 -08:00 |
|
Luke Street
|
e48435f11e
|
Start wiring up wgpu+winit
|
2022-01-31 19:06:54 -05:00 |
|
Phillip Stephens
|
a9bcb7a9ce
|
Reformat pass
|
2021-06-07 12:29:18 -07:00 |
|
Phillip Stephens
|
f795332d89
|
Merge pull request #388 from henriquegemignani/feature/optick
Using optick, linked from boo
|
2021-04-18 17:31:29 -07:00 |
|
Henrique Gemignani Passos Lima
|
d6f19d26e7
|
Using optick, linked from boo
|
2021-04-10 09:21:34 -04:00 |
|
Phillip Stephens
|
9bae2f943e
|
Rename everything
|
2021-04-10 01:42:06 -07:00 |
|
Luke Street
|
a9ed8c4329
|
CAnimData: Actually create CParticleData in InitializeEffects
|
2020-09-16 04:33:36 -04:00 |
|
Lioncash
|
4b140d8954
|
CAnimData: Move variable closer to usage spot
Keeps the code localized, and doesn't unnecessarily execute the
constructor until necessary.
|
2020-08-02 02:20:10 -04:00 |
|
Lioncash
|
fa3e639a9d
|
RuntimeCommon: Make use of bitfield initializers where applicable
Continues and finishes the migration towards initializing all bitfield
members where applicable
|
2020-04-21 17:16:19 -04:00 |
|
Jack Andersen
|
5b4441ac36
|
Update fmtlib
|
2020-04-11 12:51:39 -10:00 |
|
Luke Street
|
0fc53c91dc
|
Merge pull request #303 from lioncash/size
IAnimReader: Make use of size_t for capacity and iterators
|
2020-04-11 02:12:41 -04:00 |
|
Lioncash
|
72370910ad
|
IAnimReader: Make use of size_t for capacity and iterators
Allows using container sizes and capacities without needing to cast
them, allowing for dehardcoding of array sizes in some scenarios.
|
2020-04-10 23:24:52 -04:00 |
|
Luke Street
|
4a3ce8453f
|
Runtime/Graphics: Replace bitfield unions with constructor initializers
|
2020-04-10 15:03:15 -04:00 |
|
Lioncash
|
67f6666ea1
|
Runtime: Add more usages of explicit
Prevents error-prone implicit conversions where applicable.
This targets the regular RuntimeCommon target this time around.
|
2020-03-31 03:53:49 -04:00 |
|
Lioncash
|
e289643742
|
CAnimData: std::move constructor arguments where applicable
Same behavior, but allows calling code to move into the respective
parameters now.
|
2020-03-09 11:25:23 -04:00 |
|