Age | Commit message (Collapse) | Author |
|
|
|
|
|
This seems to be an issue where the initializer for the members called log
get confused for a call to the log() standard library function.
Renaming these members with leading underscores and adding some checks for
nullptr before usage are good practice in any case and should fix this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug #11269
|
|
|
|
|
|
Fixes CAMELOT "draw sword" command causing bugs and
lockups when it's not supposed to be available
|
|
|
|
|
|
|
|
|
|
As the engine is still being actively developed, have commented out
these variables, rather than removing, so they can be enabled in future.
|
|
Trac #9801, #11268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|