| Age | Commit message (Collapse) | Author |
|
* 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.
|
|
|
|
|
|
Also contains readability/accuracy fixes to LockFreeQueue.
|
|
|
|
StaticCompound::setInstanceEnabled
|
|
|
|
|
|
Equivalent, shorter, more readable, and matching!
|
|
|
|
|
|
|
|
Forgot to do this in a previous commit.
|
|
|
|
Add another overload which automatically determines whether the rigid
body world should also be locked.
|
|
|
|
Makes it obvious that it is related to StaticCompound stuff
Also fixes the relative ordering (BodyGroup is located after Mgr code).
|
|
|
|
|
|
|
|
|
|
|