Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modularize OSystem some more
|
|
In AGI games, the numeric keypad is used as an alias for cursor keys to
allow stationary and 8 directional input, but while the predictive
dialog is open, this is more sensibly mapped to numeric input to
allow use of the predictive input on desktop ports.
|
|
|
|
This was a regression introduced by
4b2f92b5e56a1fc273c8c8d2e69b747f938ea92f (r55135)
|
|
Silent fallback would occur if the user expressly selected a formerly available audio device which now has become unavailable (switched off, disconnected, no longer compiled in, etc.). A warning dialogue will now be displayed, before the fallback takes place.
|
|
|
|
So we don't have anyone calling the function or attempting to make the AAC code seekable or anything crazy like that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The workspace was broken by 39076ef9722529d80fef. This reverts it to the previous revision and reapplies the changes:
- change UNIX to POSIX
- remove mpeg2 support
And adds the following changes:
- add missing files to the workspace
- enable translation support
- silence multi-character constant warning
|
|
Testbed engine cleanup
|
|
- update passed values and not local variables when s == 0
- initialize r, g, b values in palette rotation test instead of passing unitialized variables
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I don't know if there is more code that can be removed when
disabling translations, but this is the obvious obstacle.
|
|
|
|
|
|
|
|
|
|
|
|
|