| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
To avoid header bloat.
|
|
The buffer needs to be mutable. ActorParamMgr modifies it for example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 Functions are still not fully matching with their inlined functions,
and at least one function is still missing.
|
|
|
|
|
|
|
|
|
|
And add the other setters to the CSV.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make syncData a pure virtual function that is overridden in Manager
to turn the destructor into the key function.
Otherwise, the GOT would be used to load the vtable pointer until
syncData is implemented, which is quite inconvenient.
|
|
|