Age | Commit message (Collapse) | Author |
|
|
|
speaker declaration is common to several speakers.
|
|
|
|
|
|
call
|
|
|
|
|
|
|
|
|
|
|
|
The methods are never overriden, so there's no point in the methods being virtual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since this is the only scene that uses it, it makes as much sense to have it as part of the scene than part of the staticres file.
|
|
Hopefully this will stop it being a globally constructed object.
|
|
Scene825::Button::setButton
|
|
This puts them all in the common SceneHotspot class, rather than each game having their own repeated implementations of them.
|
|
Thanks to Fingolfin for pointing those out
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
disableControl() with parameters
Also remove several obsolete warnings
|
|
for enableControl()
|
|
|
|
object
|
|
|
|
|
|
|
|
|
|
|
|
R2R SceneExt::display
|
|
enableControl
|
|
|
|
The character name doesn't seem case sensitive in R2R
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|