Age | Commit message (Collapse) | Author |
|
|
|
This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
|
|
parameters
|
|
|
|
|
|
|
|
|
|
entire mode change if it contains a single mlocked mode
Fixes issue #615 reported by @BlacklightShining
|
|
|
|
|
|
|
|
- Remove virtual keyword from a ton of methods which don't need it.
- Add override keyword to a ton of methods which do need it.
|
|
|
|
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|