Max Horn
71bc3a3ba6
Move scaler key handling to a separate method (this helps to fix a GCC 4.0 warning, makes pollEvent() cleaner); fixed some code formatting issues
...
svn-id: r18534
2005-07-11 10:54:53 +00:00
Max Horn
8a59ff208c
Fix more GCC 4.0 warnings
...
svn-id: r18533
2005-07-11 00:48:27 +00:00
Lars Persson
215efc3ed9
Updated build files for Symbian/Epoc so they now also includes SAGA
...
svn-id: r18528
2005-07-09 23:25:45 +00:00
Eugene Sandulenko
aa13ccd6c3
Commited patch to fix bug #1210836 : "ALL: Failed assertion in AdvMame scaler".
...
Thanks cyx for actual fixing.
svn-id: r18520
2005-07-09 06:44:00 +00:00
Lars Persson
9d5ee0b9eb
Added S60 RSS file if it shall be working with ECompXL. Works on emulator but not for target right now
...
svn-id: r18501
2005-07-05 21:27:32 +00:00
Lars Persson
caf6151bba
Last modifications for Actions to WinCE.
...
svn-id: r18500
2005-07-05 20:51:54 +00:00
Lars Persson
a5af0165ba
* Updated WINCE files to compile with new code sharing with other small screen devices (such as Symbian)
...
svn-id: r18499
2005-07-05 20:27:14 +00:00
Lars Persson
d4716a1fb5
* Start of generic key configuration support for ScummVM
...
* Moved KeyConfigDialog, key from WinCE to gui
* Updated wince code to inherit and use new GUI::Keys and launch new dialog
* New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp
* Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events
* Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA)
* Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test
* Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly
* Actor.h in Saga now compiles for default VC6 setting.
* Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting.
* Changed order of creation of gamedetector and mainsystem in Main.cpp
* If anything does not compile, or is totally out of order, please revert changes.
svn-id: r18498
2005-07-05 20:22:56 +00:00
Max Horn
bf507bfa11
cleanup
...
svn-id: r18484
2005-07-02 13:01:59 +00:00
Max Horn
9d00744954
Small fixes
...
svn-id: r18483
2005-07-02 12:54:53 +00:00
Max Horn
7970562356
Hackish native MIDI HW support for Mac OS X (incomplete)
...
svn-id: r18481
2005-07-02 12:52:30 +00:00
Marcus Comstedt
e2d1b7afa4
Implemented OSystem_Dreamcast::grabPalette().
...
svn-id: r18472
2005-06-27 15:16:58 +00:00
Marcus Comstedt
9e13459338
Implemented InVMSave::skip().
...
svn-id: r18471
2005-06-27 15:16:05 +00:00
Torbjörn Andersson
7760c0b8a4
Changed #include <stdafx.h> to #include <common/stdafx.h>. It should
...
probably be #include "common/stdafx.h", but I'll let the backend
maintainers worry about style.
svn-id: r18455
2005-06-24 16:18:10 +00:00
Torbjörn Andersson
1d39f986c9
Whitespace changes.
...
svn-id: r18449
2005-06-24 16:08:31 +00:00
Torbjörn Andersson
35cb8fb875
For consistency, specify directory when including files.
...
svn-id: r18447
2005-06-24 16:01:42 +00:00
Torbjörn Andersson
5f511510bc
Whitespace changes.
...
svn-id: r18446
2005-06-24 15:58:00 +00:00
Max Horn
8b1d7b9166
When including files from common/, explicitly use the common/ prefix
...
svn-id: r18444
2005-06-24 15:23:51 +00:00
Lars Persson
1c69696a9a
Patches needed to build for SYMBIAN32 WINS/GCC added.
...
Test built for Symbian and run on P910i without any major problems.
Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA).
svn-id: r18430
2005-06-21 22:08:21 +00:00
Lars Persson
0047a768f2
This is the SDL changes needed by the Symbian build to work properly.
...
Also there is a bugfix for using the joystick handling for SDL. (See events.cpp history)
svn-id: r18428
2005-06-21 20:39:09 +00:00
Lars Persson
7bded41f19
This is the submission of the Epoc/Symbian build files for
...
UIQ 2.1 UI
Series 60
Series 80
Series 90/Nokia 7710
There is a dependency on ESdl for these devices.
svn-id: r18427
2005-06-21 20:19:39 +00:00
Lars Persson
fd8c94a2f3
Added symbian-fs.cpp, symbian filehandling class
...
svn-id: r18426
2005-06-21 19:53:19 +00:00
Torbjörn Andersson
4b5ff5ba1f
Be less prone to crash on really, really stupid output sample rates.
...
Added warning message if SDL_OpenAudio() fails. Might help diagnosing bug
reports like #1206314 .
svn-id: r18361
2005-06-07 14:43:12 +00:00
Torbjörn Andersson
9ffe00b78d
Added braces for clarity.
...
svn-id: r18295
2005-05-29 18:07:46 +00:00
Max Horn
fb11e79387
Replaced global revBitMask array with a macro
...
svn-id: r18104
2005-05-15 10:40:28 +00:00
Max Horn
e5bbfe8df9
Renamed costume scale tables; merged the old costume renderer's scale table with the small scale AKOS scale table (they were identical)
...
svn-id: r18103
2005-05-15 10:02:13 +00:00
Eugene Sandulenko
3588b96d4f
Added --disable-hq and --disable-scumm-7-8 options. Also improved
...
DISABLE_HE so more HE-specific code gets excluded.
svn-id: r18099
2005-05-14 22:56:41 +00:00
Robert Göffringmann
c4e258ed21
fixed time().
...
svn-id: r18083
2005-05-13 19:51:12 +00:00
Robert Göffringmann
d0fabce0ad
some ps2 changes...
...
svn-id: r18046
2005-05-11 07:31:44 +00:00
Max Horn
72f4c03b0b
Moved (In/Out)SaveFile(Manager) and Timer to namespace Common
...
svn-id: r18038
2005-05-10 23:17:38 +00:00
Eugene Sandulenko
169ff06f09
Proper #include directive.
...
svn-id: r18022
2005-05-10 02:30:19 +00:00
Eugene Sandulenko
df7e6104b6
Last bit of AmigaOS4 patch. Apparently this was missed by mistake.
...
svn-id: r18018
2005-05-10 00:58:08 +00:00
Max Horn
52bbc86797
Patch #1181544 (AmigaOS 4 changes)
...
svn-id: r18011
2005-05-09 21:21:21 +00:00
Max Horn
99b9c27f99
Why not fix the warning if you encounter it? :-)
...
svn-id: r17994
2005-05-09 08:47:09 +00:00
Max Horn
013e30eb38
Added two new methods to OSystem: grabPalette and grabRawScreen
...
svn-id: r17974
2005-05-08 21:39:05 +00:00
Max Horn
d04492a05a
Allocate all 16bit surfaces with the same bitformat as the HW surface (Fixes bug #1196374 )
...
svn-id: r17929
2005-05-06 10:07:33 +00:00
Max Horn
28e40b33a7
Add a comment regarding use of CoreAudio/AudioUnits v1 API
...
svn-id: r17916
2005-05-05 11:57:52 +00:00
Robert Göffringmann
4120ae9921
various PS2 system changes
...
svn-id: r17912
2005-05-05 03:06:32 +00:00
Marcus Comstedt
38c9a40c22
Dispense with the filename field of InVMSaves.
...
svn-id: r17911
2005-05-04 23:38:07 +00:00
Marcus Comstedt
fc25ef24b0
Cleanup of the cleanup code. :-)
...
svn-id: r17910
2005-05-04 23:34:26 +00:00
Marcus Comstedt
5b56b5ac01
Split VMSave into InVMSave and OutVMSave.
...
svn-id: r17909
2005-05-04 23:24:03 +00:00
Torbjörn Andersson
777618ddf9
Always check for _numDirtyRects overflow in addDirtyRect(). The 'mouseRect'
...
case didn't. This fixes bug #1193344 .
svn-id: r17888
2005-05-01 17:39:38 +00:00
Marcus Comstedt
925c69797d
Slightly more elegant LauncherDialog connector.
...
svn-id: r17844
2005-04-27 21:58:21 +00:00
Marcus Comstedt
f95e696034
Added eos() method.
...
svn-id: r17843
2005-04-27 21:57:13 +00:00
Torbjörn Andersson
6fb944befd
Call blitCursor() when changing scaler to give it the opportunity to switch
...
between blurry and non-blurry cursor scaling, even if the scale factor
remains unchanged.
svn-id: r17841
2005-04-27 14:47:19 +00:00
Max Horn
8fddaada1d
Simplified debuglevel handling:
...
- it's only honored in the global level of the config file
- all checks for it go through gDebugLevel now, which is made global
- the '-d' switch is handled in a slightly saner and consistent way
- removed 'debuglevel' from the config format documentation; we do
not want to encourage the avarage user to use it
svn-id: r17769
2005-04-23 13:52:27 +00:00
Max Horn
86752763c8
add a comment regarding an odd hack
...
svn-id: r17758
2005-04-22 21:30:07 +00:00
Max Horn
3f08f0bfb2
Fix bug 1184616 (GUI: Mouse drawn at wrong position in overlay mode)
...
svn-id: r17709
2005-04-20 09:32:22 +00:00
Max Horn
901e76ea83
Cleanup / comments
...
svn-id: r17708
2005-04-20 09:24:29 +00:00
Max Horn
25d56525c8
Replace OSystem::hasAlpha with a feature flag
...
svn-id: r17695
2005-04-19 20:35:48 +00:00