| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
RagdollController is a different thing!
|
|
Credit to @Dragorn421 for helping me figure out the rotation matrix
thing in the getTransform function
|
|
|
|
|
|
https://discord.com/channels/688807550715560050/745633101157498880/1054479382892249119
[20:24]TheGreatB3: The Wii U version sets the fields to zero if the value is less than zero, so I think it's really using clamp.
|
|
|
|
* Fix build and document nn::gfx merge
* Update submodules and some extra labelling in csv
* Fix various issues
* Make versioning more flexible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* various action classes
* rename instanceset fns
* rename isFork -> isChangeable
|
|
Might be useful for https://decomp.me/scratch/n58lh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
With auto&, an operator[] that returns a value (and not a reference)
would result in the proxy returning a reference to a local temporary,
which is UB
|
|
|
|
parent 43e001017fcb36ecffe4cad35ba0b73a2de29be9 author Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> 1656184351 -0400 committer Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> 1656432051 -0400
Squash commits again (last one messed up)
|
|
|
|
|
|
- range() is similar to Python's range()
- indexIter() can be used to simplify `for (int i = 0, n = c.size(); i < n; ++i)`
index-based loops
|
|
|
|
|
|
instead of member functions
|
|
Co-authored-by: ConorBobbleHat <ConorBobbleHat>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Needs gsys::Model stuff before I can continue
|
|
|
|
|
|
|
|
|
|
Needed for RagdollController.
|
|
|
|
|