Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This corrects 'foreground' sprite drawing that draws over the player.
|
|
|
|
|
|
|
|
|
|
|
|
This improves the display of text boxes, giving extra padding on the right hand side.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DialogsManager class
|
|
|
|
This fixes the background of message dialogs.
|
|
|
|
|
|
too many.
|
|
|
|
|
|
|
|
ANDROID: Fixed tapping touchpad not sending left clicks
|
|
|
|
|
|
|
|
|
|
|
|
This allows compilation of plugins on PowerPC. This is done similar to what
was proposed in patch #3575572 "Fails to build on Linux PowerPC when using plugins".
I chose to use -fPIC unconditionally, since it will only make a difference on
platforms, which will require -fPIC, like PowerPC. On amd64 for example gcc
produces the same code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the forest"
This workaround has been added for now to stop the game from freezing.
A more correct solution would be to match our pathfinding algorithm
to what SSCI is doing, but with this workaround we can stop the more
immediate problem (game freezing) now.
|
|
choosing kid"
In several SCI0 games, the parameter to kDoSoundFade can be null.
We handle that case, instead of adding individual workarounds per game
|
|
|
|
|
|
|