46475 Commits

Author SHA1 Message Date
Max Horn
8db8a0b3fc TEST: Remove backends hack again 2011-06-08 14:58:53 +02:00
Max Horn
28c5d298f5 COMMON: Fix OSystem docs 2011-06-08 14:39:30 +02:00
Max Horn
fce7f90a94 BACKENDS: Shuffle backends class hierarchy and module initialization 2011-06-08 14:29:22 +02:00
Max Horn
d670b4bb56 BACKENDS: Fix BaseBackend::initBackend() (ouch) 2011-06-08 14:22:00 +02:00
Max Horn
9f40bdcd2c DS: Prevent OSystem destructor from deleting _savefileManager 2011-06-08 14:14:54 +02:00
Max Horn
83f8f33c40 BACKENDS: cleanup 2011-06-08 12:13:10 +02:00
Max Horn
0b7f475e35 BACKENDS: Add OSystem::resetGraphicsScale() default implementation 2011-06-08 12:10:49 +02:00
Alyssa Milburn
bdd5256e15 COMMON: Add headers needed for delete calls. 2011-06-08 11:44:08 +02:00
Max Horn
5e5661b729 Merge pull request #44 from fingolfin/modular-osystem
Modularize OSystem some more
2011-06-08 02:36:03 -07:00
D G Turner
b5bb412569 AGI: Numeric Keypad Control in Predictive Dialog (Bug #3309376)
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.
2011-06-08 04:16:54 +01:00
D G Turner
e3a409b9a4 AGI: Fix Engine Exit While Predictive Dialog Is Open. 2011-06-08 03:38:52 +01:00
D G Turner
dbaf9e49c7 AGI: Fix Broken Predictive Text Input.
This was a regression introduced by
4b2f92b5e56a1fc273c8c8d2e69b747f938ea92f (r55135)
2011-06-08 03:13:13 +01:00
athrxx
d6e23ac67b AUDIO: improved warnings in detectDevice()
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.
2011-06-07 18:28:28 +02:00
Matthew Hoops
b6a9901e0a AUDIO: Remove tabs from comment spacing 2011-06-07 10:09:16 -04:00
Matthew Hoops
41e332a80d AUDIO: Clarify makeAACStream() usage
So we don't have anyone calling the function or attempting to make the AAC code seekable or anything crazy like that.
2011-06-07 09:52:42 -04:00
Max Horn
c701bdb708 N64: Use OSystem's _fsFactory slot 2011-06-07 14:57:59 +02:00
Max Horn
0a0c6ac07d IPHONE: Use OSystem's _fsFactory slot 2011-06-07 14:57:59 +02:00
Max Horn
c74c8a59d9 WINCE: Use OSystem's _fsFactory slot 2011-06-07 14:57:59 +02:00
Max Horn
1fafb97d01 WINCE: Remove dead code 2011-06-07 14:57:59 +02:00
Max Horn
997f0a1900 BACKENDS: All backends use _savefileManager now, adapt OSystem accordingly 2011-06-07 14:57:58 +02:00
Max Horn
98db614cd8 DS: Use OSystem::_savefileManager slot 2011-06-07 14:57:58 +02:00
Max Horn
f13e671759 BACKENDS: All backends use _timerManager now, adapt OSystem accordingly 2011-06-07 14:57:58 +02:00
Max Horn
4ebe2065b6 WINCE: Add FIXME for timer code (maintainer notified) 2011-06-07 14:57:58 +02:00
Max Horn
ff2ada1a05 WII: Use OSystem's 'slots' for timer/savefile manager 2011-06-07 14:57:57 +02:00
Max Horn
0b859e026d PSP: Use OSystem's 'slots' for timer/savefile manager 2011-06-07 14:57:57 +02:00
Max Horn
8ac63a37a8 PS2: Use OSystem's 'slots' for timer/savefile manager 2011-06-07 14:57:57 +02:00
Max Horn
9e1ed9ee6a N64: Use OSystem's 'slots' for timer/savefile manager 2011-06-07 14:57:57 +02:00
Max Horn
14f0a0c682 IPHONE: Use OSystem's 'slots' for timer/savefile manager 2011-06-07 14:57:57 +02:00
Max Horn
886c4e5417 DS: Use OSystem's 'slot' for timer manager 2011-06-07 14:57:56 +02:00
Max Horn
896e7e23b4 ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactory 2011-06-07 14:57:56 +02:00
Max Horn
c30018ef37 DC: Use OSystem's 'slots' for timer/savefile manager & fsFactory 2011-06-07 14:57:56 +02:00
Max Horn
04afdf7c7d BACKENDS: Move more 'manager slots' from ModularBackend to OSystem 2011-06-07 14:57:56 +02:00
Max Horn
b7be24b835 OPENPANDORA: Remove some dead code 2011-06-07 14:57:55 +02:00
Walter van Niftrik
ae4f63a256 SCI: Add more debug output to AmigaMac sound driver 2011-06-07 13:34:59 +02:00
Julien
074d491a6e DISTS: Update XCode workspace
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
2011-06-07 05:24:05 -04:00
Max Horn
63ca74905c Merge pull request #43 from Littleboy/testbed-cleanup
Testbed engine cleanup
2011-06-07 01:47:47 -07:00
Julien
55f46a1376 TESTBED: Fix GFXtests::HSVtoRGB() and caller
- update passed values and not local variables when s == 0
 - initialize r, g, b values in palette rotation test instead of passing unitialized variables
2011-06-07 03:59:12 -04:00
Julien
3e1c4f8e16 TESTBED: Specialize call to enable() in MidiTestSuite constructor 2011-06-07 03:56:57 -04:00
Julien
fe9ee92b25 TESTBED: Cleanup boolean use in enable() function for fs and midi tests 2011-06-07 03:56:56 -04:00
Julien
063814b15c TESTBED: Update some switch constructs for better control flow handling 2011-06-07 03:56:54 -04:00
Julien
04f4605f53 TESTBED: Rename error variable to err (was hiding error() symbol) 2011-06-07 03:56:52 -04:00
Julien
6362542836 TESTBED: Remove dead code, unused arguments and unreferenced symbols 2011-06-07 03:56:18 -04:00
Julien
08c01d116b TESTBED: Add const modifiers to some parameters/functions 2011-06-07 03:52:15 -04:00
eriktorbjorn
a826c4422f JANITORIAL: Unbreak building with --disable-translation
I don't know if there is more code that can be removed when
disabling translations, but this is the obvious obstacle.
2011-06-07 06:21:04 +02:00
Sven Hesse
7ea4583d2f IPHONE: Fix a typo, fix compilation (hopefully) 2011-06-07 01:43:48 +02:00
Walter van Niftrik
12366c91e5 SCI: Use Sound debug channel in AmigaMac sound driver. 2011-06-07 01:39:00 +02:00
Thierry Crozat
4e5907a5e4 I18N: Update translations from template 2011-06-06 23:20:13 +01:00
Thierry Crozat
0a0485a988 I18N: Update template file from source code 2011-06-06 23:20:12 +01:00
Thierry Crozat
014145f240 I18N: Make some OSD messages translatable 2011-06-06 23:20:11 +01:00
Thierry Crozat
226990bb58 I18N: Update translations from template 2011-06-06 23:20:11 +01:00