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.
|
|
|
|
I've traced through the code, and the order seems to specifically put the object into the 'destroy me' state by calling another process/thread, but then immediately replaces the values when it returns to the calling method. This workaround at least detects when an item is supposed to be destroyed, and ensures it remains in the 'destroy me' state.
|
|
This is then used in PulseEvent to only execute processes that are specifically waiting on the given PID, rather than all waiting events.
|
|
Saving isn't enabled in the demo, so for testing purposes I'm currently dissbling the ADGF_DEMO flag in the detection tables so saving is enabled.
|
|
|
|
|