Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It now uses the ScummVM language from the game's detection entry, so foreign language versions like French and German should now load correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's not perfect.. the startup screen briefly flashes, and Tony briefly disappears when you do a first action afterwards.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instance
|
|
|
|
This fixes a problem with member variables declared in a method's context definition that are object instances were not having their destructors called.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should cut down on the number of redunndant creations of temporary objects.
|