Johannes Schickel
06b95b3543
OPENGL: Add include guard to gltexture.h
2011-08-09 02:14:12 +02:00
Filippos Karapetis
ef695cb7dd
OPENGL: Added a temporary hack to fix compilation under Windows, after the latest changes to the SDL interface layer
2011-08-09 02:24:59 +03:00
Johannes Schickel
fd61a83bb5
SDL: Slight clean up in the surface based graphics manager.
2011-08-09 00:04:19 +02:00
Johannes Schickel
04ab0e58b4
SDL: Take advantage of SdlGraphicsManager.
...
This gets rid of the hacks, where SdlEventSource added events with custom type
numbers to pass SDL_VIDEOEXPOSE and SDL_VIDEORESIZE to the graphics manager.
Furthermore it get rids of the uninituitive and hard to trace way of assigning
the proper mouse coordinates to mouse related events. Formerly it passed the
real screen coordinates through the even dispatching api to the graphics
manager (at least hopefully ;-) and let that handle creating a new event with
the proper coordinates. Now instead SdlEventSource handles the proper
coordinate setup itself.
Since this is a behavior change and I can not test all the SDL based small
devices ports this commit might break compilation for them and more serve it
might also break mouse position behavior. If any of that occurs I am sorry
about it.
2011-08-09 00:03:11 +02:00
Johannes Schickel
0630a88a04
SDL: Let SDL based graphics managers inherit from SdlGraphicsManager.
...
This also adapts port I can not test (not even the compilation). So if this
breaks anything I am sorry about it.
2011-08-09 00:03:11 +02:00
Johannes Schickel
dedc74abfa
SDL: Add a new base class for graphics managers utilizing SDL.
2011-08-09 00:03:10 +02:00
Johannes Schickel
222064cdb6
BACKENDS: Add PaletteManager interface as comments to GraphicsManager.
...
This should be a little more comfortable about finding out what's needed to
implement a new graphics manager.
2011-08-09 00:03:10 +02:00
Christoph Mallon
a5a8833c05
COMMON: Add DisposablePtr<T>, which replaces many repeated implementations of a dispose flag.
2011-08-07 15:19:08 +02:00
Christoph Mallon
c21f87836e
PSP: Pass the stream as reference to PngLoader.
2011-08-07 15:19:08 +02:00
Christoph Mallon
23a0f5318c
JANITORIAL: Remove trailing empty lines.
2011-08-07 13:53:33 +02:00
Christoph Mallon
bf580e6e6b
JANITORIAL: Add missing NL at EOF.
2011-08-07 13:53:33 +02:00
Littleboy
f702cb5695
BACKENDS: Implement notifyError() and clearError() for Win32TaskbarManager
2011-08-06 15:26:49 -04:00
Bastien Bouclet
2daf69267d
SDL: Don't rely on SDL keycodes and OSystem keycodes being the same.
...
SDL 1.3 shuffles keycodes around ...
2011-08-06 15:52:02 +02:00
Eugene Sandulenko
baf65bc872
RECORDER: Added stub for delayMillis() processing
2011-08-06 11:31:12 +01:00
Eugene Sandulenko
2fa17c44ed
JANITORIAL: Remove SVN keywords
2011-08-06 11:30:47 +01:00
Eugene Sandulenko
4c7958450f
TIMER: Implemented checks for duplicated timers
2011-08-06 11:30:44 +01:00
Eugene Sandulenko
78f1ea7690
OSYSTEM: extended installTimerProc() with timer ID parameter
2011-08-06 11:28:35 +01:00
Doron Rosenberg
82a3cc0ac0
WebOS: fix indentation, make sure to return true when opening the keyboard
2011-08-04 10:50:19 -07:00
Doron Rosenberg
0ceb7b4ccd
WebOS: touchpad virtual keyboard
2011-08-04 10:44:06 -07:00
Oystein Eftevaag
7e7e606919
MACOSX: Turned update support off by default, simplified and cleaned the pull request
2011-08-02 21:00:57 -04:00
Oystein Eftevaag
9044e17499
Merge pull request #52 from CeRiAl/macosx-sparkle
...
MACOSX: Add Sparkle support
2011-08-02 16:09:58 -07:00
Doron Rosenberg
3126b06600
WebOS: touchpad work to show menu
2011-08-01 12:01:22 -07:00
CeRiAl
cede1a3f5c
WINCE: Update port specific README
2011-07-20 02:58:12 +02:00
CeRiAl
bc47ce1fef
WINCE: Change keymapping for AGI and Simon 1 & 2
2011-07-20 02:14:38 +02:00
CeRiAl
822a2ef3dc
WINCE: Move initialization of TimerManager to overloaded init() method.
2011-07-20 02:14:34 +02:00
CeRiAl
edfd998642
WINCE: Update port specific README
2011-07-20 02:14:30 +02:00
CeRiAl
efd9dff556
MACOSX/UPDATES: Add comments which describe what Sparkle is
2011-07-19 22:10:13 +02:00
CeRiAl
32a2026676
MACOSX/UPDATES: Fix compilation for Mac OSX 10.4+
2011-07-19 21:35:38 +02:00
CeRiAl
f60d6f7a97
MACOSX/UPDATES: Streamline UpdateManager
...
Moved UpdateManager related code from backends/modular-backend.* to
common/system.*. Added switch --enable/disable-updates to be able
to disable updates support generally.
2011-07-19 21:35:37 +02:00
CeRiAl
828f1884b4
MACOSX: Add Sparkle support
2011-07-19 21:33:01 +02:00
Littleboy
da60ff3ded
JANITORIAL: Fix MSVC warnings
...
- Conversion from double to float
- Unary minus operator applied to unsigned type
- ARRAYSIZE redefinition
2011-07-19 14:12:07 -04:00
Marcus Comstedt
5b2e90504c
DC: Directory handling fixes
...
* Include directory nodes in FSList sent to detectGames
- This is required for correct detection of toon.
* Don't add / at the end of directories found in getChildren
- It looks like that behaviour was removed from posix-fs a long
time ago, and now there's apparently code depending on directories
_not_ having a / at the end of their name...
* Treat games detected in subdirs as duplicates
- This is a workaround for a detection bug in toon; it will incorrectly
detect the game in the MISC subdirectory as well.
* Don't avoid directories called "install" in the game selector
- I don't know if the original reason for ignoring "install" is still
valid, but the code for doing do so was broken anyway.
2011-07-17 20:59:07 +02:00
CeRiAl
6092b324f3
WINCE: Change default values for "FM_high_quality" & "high_sample_rate"
...
Changed the default values from "false" to "true" as current devices are
fast enough to handle this. It's still possible to change the values to
"false" if the device isn't fast enough.
2011-07-15 01:39:21 +02:00
Matthew Hoops
5825ccc168
BACKENDS: Fix spelling of 'Mac OS X'
2011-07-13 09:47:03 -04:00
Matthew Hoops
554dda7008
BACKENDS: Fix compilation on case-sensitive Mac OS X
2011-07-13 09:43:16 -04:00
Matthew Hoops
708f7739eb
BACKENDS: Fix a typo
2011-07-13 09:30:15 -04:00
Matthew Hoops
7f58d62ba1
BACKENDS: Remove unneeded define check
2011-07-13 09:28:53 -04:00
Matthew Hoops
cde3a3d9a0
BACKENDS: Rename appMenu_osx.* to appmenu_osx.*
2011-07-13 09:26:50 -04:00
Matthew Hoops
19bb69c7ed
BACKENDS: Fix compilation on Mac OS X without translation support
2011-07-13 09:20:34 -04:00
Ismail Khatib
648d127cca
Merge pull request #51 from CeRiAl/macosx-appmenu-i18n
...
MACOSX: Add i18n support for Mac OSX application menu
2011-07-12 15:23:40 -07:00
CeRiAl
5a42f2901f
MACOSX: Fix application menu i18n compilation for Mac OSX 10.4+
2011-07-12 00:47:02 +02:00
David-John Willis
c5a945b566
OPENPANDORA: Add explicit location for 'themepath' to the loader script.
2011-07-08 13:21:36 +01:00
David-John Willis
0ab63af113
OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND.
2011-07-07 21:48:42 +01:00
David-John Willis
b27e6ac1dc
OPENPANDORA: Update support scripts that create .PND distribution file.
2011-07-07 21:43:08 +01:00
David-John Willis
5757fc577e
GPH: Add note to the README stored with 'mmuhack.o' for the GP2X
...
explaining why the binary object is in the source tree.
2011-07-07 17:42:24 +01:00
dhewg
e3558e56d7
PS3: Fix comment
2011-07-07 15:23:14 +02:00
CeRiAl
b00586df82
MACOSX: Add i18n support for Mac OSX application menu
2011-07-07 01:07:06 +02:00
Bastien Bouclet
0b1cb0ebbb
SDL: Remove an unnecessary memset
2011-07-02 22:14:13 +02:00
Bastien Bouclet
a360a64dd7
SDL: Set a black palette by default.
...
This fixes white flashing screens when using SDL 1.3.
SDL 1.3 palettes are all white by default, whereas
SDL 1.2 palettes are all black ...
2011-07-02 22:01:45 +02:00
Johannes Schickel
23dd778a16
BACKENDS: Fix PS2 backend compilation for real.
2011-07-01 23:36:35 +02:00
Johannes Schickel
12f38459e4
BACKENDS: Fix compilation of PS2 backend.
2011-07-01 23:10:48 +02:00
CeRiAl
669db0e15d
WINCE: Update port specific README
2011-07-01 01:25:11 +02:00
Ori Avtalion
aa0f307e06
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
...
Silences the clang warning:
static data member specialization of '_singleton' must
originally be declared in namespace 'Common'; accepted as a C++0x
extension [-Wc++0x-extensions]
Wrapping "namespace Common {}" around the macro assignment causes clang
to complain about a spurious semicolon, and removing the semicolon at
the end of the macro causes some editors to misbehave.
Changing the requirement of using the macro in one namespace (the
global) to another (Common) seems a small price to pay to
silence a warning.
2011-06-30 22:41:41 +03:00
Travis Howell
eae06884b6
WIN32: Add option to disable the console window, keeping the current default of enabling the console window.
2011-06-30 11:17:58 +10:00
Littleboy
b0ee7bbb7e
BACKENDS: Implement Win32TaskbarManager::setCount()
2011-06-29 11:07:23 -04:00
Littleboy
c32a3ea0d3
BACKENDS: Fix warnings in Win32TaskbarManager
2011-06-28 23:40:31 -04:00
Littleboy
2d2ee68d2d
BACKENDS: Update WindowsFilesystemNode::getChildren() to honor the hidden parameter (FR #1726611 )
...
Hidden folders (such as the recycle bin or temporary hidden folders) will no longer be visible in the file/folder browser (as is the case on the Posix and related backends)
2011-06-28 01:58:09 -04:00
CeRiAl
0a9b9fe08f
WINCE: Added option to disable panel toggling with double tap on top of screen
2011-06-27 02:22:24 +02:00
Littleboy
7983b1cce3
BACKENDS: Add special Win32 path to set SDL window icon
...
We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback.
This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later
2011-06-26 20:13:35 -04:00
Littleboy
3931de4235
BACKENDS: Fix running on pre-Windows 2000 operating systems
...
The Windows taskbar manager uses VerSetConditionMask and VerifyVersionInfo to check for Windows 7 or later
before enabling the taskbar integration features. Those functions did not appear until Windows 2000, so we
have to check for them at runtime.
2011-06-26 16:02:33 -04:00
CeRiAl
f300c172f0
WINCE: Fix timer manager
2011-06-26 03:44:56 +02:00
athrxx
b60d864e6b
TASKBAR: initialize _taskBar with NULL in constructor
2011-06-25 16:59:35 +02:00
CeRiAl
eb8db120b2
WINCE: Hide toolbar when returning to game list
2011-06-25 01:06:41 +02:00
Littleboy
b3d8e426c2
WII: Allow use of abort in OSystem_Wii class
2011-06-23 11:32:39 -04:00
Littleboy
eecd61e33d
ANDROID: Allow use of abort() in JNI class
2011-06-23 11:31:54 -04:00
Littleboy
712af61f76
BACKENDS: Silence warnings when compiling Win32TaskbarManager with mingw and add CLSID_ShellLink definition
2011-06-23 08:52:54 -04:00
Eugene Sandulenko
627372a67c
Merge pull request #40 from bgK/ps3
...
PS3 Port
2011-06-23 01:34:05 -07:00
Julien
7fa3a8bbff
BACKENDS: Add better error handling to OSystem_Win32::getDefaultConfigFileName()
2011-06-23 15:11:38 +08:00
Julien
8a5bda72cc
BACKENDS/GRAPHICS: Silence non zero-terminated terminated buffers warnings by initializing the buffers to 0
2011-06-23 15:11:37 +08:00
Julien
c52cc84912
AUDIO/BACKENDS/GRAPHICS: Add error checks after allocating memory with malloc
2011-06-23 15:11:36 +08:00
Littleboy
2b01778e58
BACKENDS: Fix compilation with Unity
...
- Replace UNIX by POSIX
- Move unity include to cpp file
- Add exception for unistd.h and time.h headers
2011-06-22 20:52:59 -04:00
Littleboy
d9ede873d5
BACKENDS: Add missing enumeration value and GUID for compilation under older versions of mingw64
2011-06-22 20:22:26 -04:00
Eugene Sandulenko
33ce6e60fd
Merge pull request #26 from Littleboy/taskbar
...
Taskbar integration
2011-06-22 13:35:37 -07:00
Bastien Bouclet
f262d8932f
PS3: Keep updating the screen while the XMB is open to prevent it from freezing
2011-06-22 19:57:44 +02:00
Bastien Bouclet
6633a06519
PS3: Map joypad buttons to features. Enable the virtual keyboard.
2011-06-22 19:57:44 +02:00
Bastien Bouclet
8bd78b6325
PS3: Add a SDL 1.3 mixer, for use with the PS3 backend.
...
SDL 1.3 allows converting from the S16SYS sound format to F32MSB, which is required by the PS3.
2011-06-22 19:57:38 +02:00
Bastien Bouclet
11cfa0d357
PS3: Initial version of the PlayStation 3 backend
2011-06-22 19:51:02 +02:00
Bastien Bouclet
872d672c33
SDL: Allow building with current SDL 1.3hg
2011-06-22 19:44:46 +02:00
Johannes Schickel
2cc721760f
WIN32: Properly setup priority in Win32 resource archive code.
2011-06-20 17:00:36 +02:00
Max Horn
88913c0139
ALL: Remove trailing whitespaces
...
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-20 00:59:48 +02:00
Johannes Schickel
80b336f796
SDL: Replace some SdlGraphicsManager uses with SurfaceSdlGraphicsManager.
2011-06-19 20:20:13 +02:00
Johannes Schickel
1c21232416
SDL: Rename SdlGraphicsManager to SurfaceSdlGraphicsManager to reflect its purpose.
...
Hopefully I catched all uses of the old name in our ports...
2011-06-19 20:10:21 +02:00
Johannes Schickel
2067bec18e
SDL: Remove left over traces from the time the SdlEventSource subclassed DefaultEventManager.
2011-06-19 19:35:27 +02:00
Johannes Schickel
f9f16ee358
OPENGLSDL: Add FIXME about desktop resolution retrieving.
2011-06-19 19:12:34 +02:00
Johannes Schickel
e0eb86826e
OPENGL: Clarify OSD rect color in a comment.
2011-06-19 19:03:10 +02:00
Johannes Schickel
34f8b489d2
SDL: Formatting fixes.
2011-06-19 18:49:02 +02:00
Johannes Schickel
f28e134247
OPENGL: Formatting fixes.
2011-06-19 18:48:30 +02:00
Johannes Schickel
735604c2fd
OPENGLSDL: Use String::format instead of sprintf.
2011-06-19 18:31:34 +02:00
Johannes Schickel
d316099f35
OPENGLSDL: Formatting fixes.
2011-06-19 18:27:18 +02:00
Alyssa Milburn
0d025153e0
ANDROID: Fix kFeatureCursorPalette.
2011-06-18 10:30:21 +02:00
Max Horn
3599d07087
SDL: Make logMessage() implementation independent from parent class(es)
2011-06-17 20:50:38 +02:00
Max Horn
7607a077fe
NULL: Add logMessage() implementation
2011-06-17 20:50:38 +02:00
Max Horn
263e23bd81
N64: Add logMessage() implementation
2011-06-17 20:50:37 +02:00
Max Horn
c06ddf2e57
IPHONE: Add logMessage() implementation
2011-06-17 20:50:37 +02:00
Max Horn
50896e6029
WII: Add logMessage() implementation
2011-06-17 20:50:37 +02:00
Max Horn
4aa66fa5aa
PSP: Make logMessage() implementation independent from parent class(es)
2011-06-17 20:50:30 +02:00
Alyssa Milburn
a8049f708b
BACKENDS: Mono output devices are OK on Symbian.
2011-06-17 19:47:32 +02:00
Julien
154c584d44
BACKENDS: Enhance Win32TaskbarManager::getIconPath()
...
We now look for an iconsPath configuration variable with the path to the icons folder.
In addition, we look if there is an "icons" subfolder (useful when using extrapath to store icons)
2011-06-16 16:09:20 -04:00
Julien
149a8f8f11
BACKENDS: Fix compilation of Win32TaskbarManager with mingw
2011-06-16 14:27:22 -04:00
Julien
599695bc4f
COMMON: Change TaskbarManager to the new module slot interface
2011-06-16 14:27:06 -04:00
Julien
5dff6c2c08
BACKENDS: Allow use of excluded functions needed by Win32TaskbarManager
2011-06-16 14:23:30 -04:00
Littleboy
9614834548
BACKENDS/COMMON/GUI: Remove complete support for TaskbarManager when taskbar integration is not enabled
2011-06-16 14:23:28 -04:00
Littleboy
f843b3f280
BACKENDS: Fix Win32TaskbarManager compilation with Mingw
...
It was missing an include for scummsys.h and so couldn't find the defines
2011-06-16 14:23:23 -04:00
Littleboy
1e3603b937
BACKENDS: Add define for Unity-specific taskbar code
2011-06-16 14:23:18 -04:00
Littleboy
fdada1dbff
BACKENDS: Remove UnityTaskbarManager::setOverlayIcon()
...
Unity is not going to provide a way to set a custom overlay icon
(the emblem API is being replaced by a simple urgent state)
2011-06-16 14:23:15 -04:00
Littleboy
5649ddaf10
BACKENDS: Move Win32TaskbarManager init code to constructor
2011-06-16 14:23:14 -04:00
Littleboy
e1dc9cdc0b
BACKENDS: Add support for count status to TaskbarManager
...
- Show the number of found games when using the massadd dialog
2011-06-16 14:23:12 -04:00
Littleboy
6c14d8a950
BACKENDS: Integrate glib main event loop
...
- Unity needs a glib event loop to dispatch events.
- Cleanup whitespace and indentation
2011-06-16 14:22:51 -04:00
Littleboy
984e1968bc
BACKENDS: Add WIP Unity support
2011-06-16 10:38:40 -04:00
Littleboy
c3d9c6afa5
BACKENDS: Add use flag for taskbar integration
2011-06-16 10:38:34 -04:00
Littleboy
a523ade332
BACKENDS: Add stubs for unity taskbar class
2011-06-16 10:37:37 -04:00
Littleboy
2348eeed4c
BACKENDS: Add taskbar integration compat header for MingW
2011-06-16 10:36:39 -04:00
Littleboy
cd7822a29f
BACKENDS: Add engine-level accessor for TaskbarManager
2011-06-16 10:35:24 -04:00
Littleboy
0fd56852b6
BACKENDS: Add support for custom game icon (recent items list and icon overlay)
2011-06-16 10:30:31 -04:00
Littleboy
c0ec09ac66
BACKENDS: Implement Win32 taskbar progress state and recent list
2011-06-16 10:30:06 -04:00
Littleboy
f67975a487
BACKENDS: Add win32 stubs for taskbar integration
2011-06-16 10:29:47 -04:00
Littleboy
71e457783e
BACKENDS: Add generic TaskbarManager class to handle taskbar integration
2011-06-16 10:26:51 -04:00
CeRiAl
2ff4380c55
WINCE: Add support for language auto-detection in WinCE
2011-06-14 22:42:16 +02:00
D G Turner
de96474672
BACKENDS: Fix Compilation.
2011-06-14 00:48:59 +01:00
D G Turner
8c485fe2da
BACKENDS: Improve SDL Mixer Output Format Checks and Reporting.
...
This commit corrects a number of minor issues and adds warnings
for when the desired output parameters given to SDL_OpenAudio()
don't match the obtained.
2011-06-14 00:15:50 +01:00
Thierry Crozat
06bbb57ad7
I18N: Make many more GUI MessageDialog strings translatable
2011-06-13 22:19:18 +01:00
CeRiAl
781132aabc
WINCE: Some cleanup (public vs. private scopes), fix freelook
2011-06-11 23:29:52 +02:00
David-John Willis
1c1786b16f
OPENPANDORA: Use the SDL plugin provider not the main POSIX one.
2011-06-11 17:08:54 +01:00
David-John Willis
4fcd65d885
OPENPANDORA: Start to cleanup the backend and move controls into remapkey.
...
* Work in progress.
2011-06-11 17:07:21 +01:00
David-John Willis
7878c1ec49
GP2X: Remove remnants of the old GP2X backend.
...
The GP2X is now folded into the GPH backend (as the GP2X device).
2011-06-11 17:07:08 +01:00
David-John Willis
f759ff1704
BACKENDS: Remove stale GP2X code references.
2011-06-11 17:07:08 +01:00
David-John Willis
64b8587507
GPH: Cleanup and some WIP refactoring.
2011-06-11 17:07:08 +01:00
David-John Willis
181ea053f4
GPH: Make helper script produce a non-plugin build for the GP2X.
...
* Plugins are acting up on the old GP2X so disable for now until I get a chance to work on them some more.
2011-06-11 17:00:17 +01:00
David-John Willis
045ee136b5
GPH: Update launch script for the GP2X build to match other GPH devices.
2011-06-11 17:00:17 +01: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
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
98db614cd8
DS: Use OSystem::_savefileManager slot
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
Sven Hesse
7ea4583d2f
IPHONE: Fix a typo, fix compilation (hopefully)
2011-06-07 01:43:48 +02:00
Thierry Crozat
014145f240
I18N: Make some OSD messages translatable
2011-06-06 23:20:11 +01:00
Thierry Crozat
a605c7fd69
OSYSTEM: displayMessageOnOSD() now accepts non-ASCII strings
...
It should now accept strings encoded using the current
TranslationManaged charset (e.g. translated text).
2011-06-06 23:20:10 +01:00
Thierry Crozat
592cca5402
GRAPHICS: Get rid of kSODFont (ScummFont)
...
OSD is now using the kGUIFont instead. The main advantage is that
the kGUIFont can be used for translated text while only ASCII
characters were present in ScummFont.
2011-06-06 23:20:08 +01:00
Max Horn
72080d8972
DC: Allow use of all symbols
2011-06-06 23:04:32 +02:00
Max Horn
18e8e5c91e
SDL: Use #define FORBIDDEN_SYMBOL_ALLOW_ALL (backends can use any symbol)
2011-06-06 17:18:50 +02:00
Max Horn
96aed4d057
PS2: Add missing semicolon
2011-06-06 17:01:11 +02:00
Max Horn
8d77d8cf1c
DS: Remove dead code
2011-06-06 16:55:18 +02:00
Max Horn
c5532153c3
PS2: Remove dead code
2011-06-06 16:50:26 +02:00
Max Horn
4f159dba90
PS2: Simplify OSystem_PS2::logMessage
2011-06-06 16:47:20 +02:00
Max Horn
c81e94b252
BACKENDS: Unify EventManager setup
2011-06-06 16:13:57 +02:00
Max Horn
848079b66d
NULL: Fix null backend (untested)
2011-06-06 15:48:40 +02:00
Max Horn
b0b5a1d802
DS: Add custom logMessage() implementation
2011-06-06 15:36:28 +02:00
Max Horn
4878b2b27b
PS2: Add logMessage() implementation
2011-06-06 15:35:50 +02:00
Max Horn
c847522422
BACKENDS: Add OSystem::getDefaultConfigFileName
...
This is used to provide default implementations for createConfigWriteStream
and createConfigReadStream, which can be used by most backends.
Note that backends can still override createConfigRead/WriteStream;
this could be useful if settings on some port are not stored in a
regular file (think 'Windows registry', for a hypothetical example).
2011-06-06 15:30:21 +02:00
Max Horn
afb06b51cc
BACKENDS: Unify AudioCD manager instantiation
2011-06-06 15:02:33 +02:00
Max Horn
338a859591
NULL: cleanup
2011-06-06 14:13:18 +02:00
Alyssa Milburn
6842227ac2
COMMON: Add kInfo LogMessageType.
2011-06-06 12:26:01 +02:00
Max Horn
7a52d414e9
VKEYBD: Adjust to recent XML parser changes
2011-06-06 11:52:21 +02:00
Oystein Eftevaag
1d3be279fc
IPHONE: Fixed a COMI crash and some minor gfx glitches
2011-06-05 00:03:15 -04:00
Littleboy
b15a5c8e13
BACKENDS: Fix compilation on mingw64 (take 2)
2011-06-04 15:23:21 -04:00
Littleboy
5317837e69
BACKENDS: Cast ShellExecute return value to long instead of int
...
This should fix compilation on mingw64
2011-06-04 14:45:17 -04:00
Littleboy
3a90d7bf3e
BACKENDS: Fix compilation with mingw
2011-06-04 14:38:31 -04:00
Littleboy
1dec501ac7
BACKENDS: Implement Win32 version of OSystem::displayLogFile interface
2011-06-04 14:27:20 -04:00
Willem Jan Palenstijn
7586b90e26
N64: Fix build error (typo)
2011-06-04 17:49:01 +02:00
Joost Peters
265e03c975
IRIX: Fix compilation
2011-06-04 16:55:58 +02:00
Willem Jan Palenstijn
2d87394be9
POSIX: Add TODO/FIXME to displayLogFile
2011-06-04 16:39:39 +02:00
Willem Jan Palenstijn
656c252636
POSIX: Implement displayLogFile in the posix backend
...
Tested only on Linux, but hopefully this is sufficiently
portable to support the other POSIX platforms.
Using fork/exec instead of the simpler 'system' to avoid quoting issues
and depending on specific shell features to handle a missing xdg-open
gracefully.
2011-06-04 15:12:07 +02:00
Max Horn
ce32745d9c
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
2011-06-04 11:55:56 +02:00
Max Horn
91b889e2d3
COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette
2011-06-04 11:55:56 +02:00
Max Horn
6287426db0
MACOSX: Include ApplicationServices header
...
This should pacify buildbot. Somehow on my system, it does not need it, though.
2011-06-03 18:31:29 +02:00
Max Horn
59646053a3
MACOSX: Fix indention
2011-06-03 18:25:57 +02:00
Max Horn
279a5b4f32
BACKENDS: Add OSystem::displayLogFile interface + OSX implementation
2011-06-03 13:36:04 +02:00
Max Horn
9db33ea544
ALL: Removed last traces of the MPEG2 code
2011-06-01 23:17:43 +02:00
Max Horn
4bfd23783a
DC: Clarify comment
2011-06-01 18:17:35 +02:00
Max Horn
29ed72115e
ANDROID: Revert stable-only changes from commit cf41ac0f
which I accidentally merged
2011-06-01 16:45:18 +02:00
Max Horn
90f2cde9fa
PS2: Do not add RELEASE_BUILD
...
First merge screw up: I meant to comment these lines out (as they area
now -- in fact, these lines did not exist pre-merge at all, I moved the
-DRELEASE_BUILD additions manually to their own lines, so I could
comment them out, and then promptly forgot. *sigh*)
On the pro side, it was very easy to spot and correct this mistake!
2011-06-01 15:48:44 +02:00
Max Horn
a4610df482
Merge branch 'branch-1-3-0' into master
...
I manually resolved all conflicts, and inspected every single change.
Many were due to the version string mismatch and thus easily resolved.
The MSVC project files add in the 1-3-0 branch were not merged,
neither where the changes to gui/themes/translations.dat.
Conflicts:
NEWS
backends/base-backend.cpp
backends/graphics/samsungtvsdl/samsungtvsdl-graphics.cpp
backends/module.mk
backends/platform/ds/arm9/makefile
backends/platform/psp/README.PSP
backends/platform/samsungtv/main.cpp
backends/platform/samsungtv/samsungtv.cpp
backends/saves/posix/posix-saves.cpp
base/commandLine.cpp
base/internal_version.h
base/main.cpp
common/array.h
configure
devtools/create_project/create_project.cpp
dists/android/AndroidManifest.xml
dists/android/plugin-manifest.xml
dists/iphone/Info.plist
dists/irix/scummvm.spec
dists/macosx/Info.plist
dists/redhat/scummvm-tools.spec
dists/redhat/scummvm.spec
dists/scummvm.rc
dists/slackware/scummvm.SlackBuild
dists/wii/meta.xml
engines/sci/parser/vocabulary.cpp
engines/tinsel/handle.cpp
gui/themes/translations.dat
2011-06-01 15:15:31 +02:00
Max Horn
2d6be5d077
COMMON: Move more stuff from scummsys.h to portdefs.h
2011-05-31 13:56:28 +02:00
Max Horn
9c3e2e43bd
COMMON: Move some code from scummsys.h to relevant portdefs.h files
2011-05-31 13:48:03 +02:00
D G Turner
1edcbe0b00
BUILD: Fix Linking.
...
These defines are adding to, not replacing the MODULES list.
2011-05-31 01:18:31 +01:00
Max Horn
9c3a8cd3b5
BUILD: Compile more files only when necessary
2011-05-31 00:35:27 +02:00
Max Horn
127a6f920a
BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends
2011-05-31 00:25:40 +02:00
CeRiAl
625f6d3b0e
WINCE: Update of port-related README
2011-05-27 22:21:56 +02:00
CeRiAl
67c73a25f0
WINCE: Update of port-related README
2011-05-27 22:14:04 +02:00
Pawel Kolodziejski
a87d33845a
SAMSUNGTV: revert code of result some previous commit
2011-05-25 19:40:55 +02:00
Pawel Kolodziejski
5cd5d2663d
SAMSUNGTV: change default path
2011-05-25 19:22:17 +02:00
Matthew Hoops
9539017ee3
ALL: initialise -> initialize
2011-05-25 11:17:11 -04:00
Matthew Hoops
6b36753170
ALL: favour/favourite -> favor/favorite
2011-05-25 10:50:46 -04:00
Matthew Hoops
eea482fa43
ALL: behaviour -> behavior
2011-05-25 10:50:46 -04:00