Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-09 | Updated build files for Symbian/Epoc so they now also includes SAGA | Lars Persson | |
svn-id: r18528 | |||
2005-07-09 | Commited patch to fix bug #1210836: "ALL: Failed assertion in AdvMame scaler". | Eugene Sandulenko | |
Thanks cyx for actual fixing. svn-id: r18520 | |||
2005-07-05 | Added S60 RSS file if it shall be working with ECompXL. Works on emulator ↵ | Lars Persson | |
but not for target right now svn-id: r18501 | |||
2005-07-05 | Last modifications for Actions to WinCE. | Lars Persson | |
svn-id: r18500 | |||
2005-07-05 | * Updated WINCE files to compile with new code sharing with other small ↵ | Lars Persson | |
screen devices (such as Symbian) svn-id: r18499 | |||
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson | |
* 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-02 | cleanup | Max Horn | |
svn-id: r18484 | |||
2005-07-02 | Small fixes | Max Horn | |
svn-id: r18483 | |||
2005-07-02 | Hackish native MIDI HW support for Mac OS X (incomplete) | Max Horn | |
svn-id: r18481 | |||
2005-06-27 | Implemented OSystem_Dreamcast::grabPalette(). | Marcus Comstedt | |
svn-id: r18472 | |||
2005-06-27 | Implemented InVMSave::skip(). | Marcus Comstedt | |
svn-id: r18471 | |||
2005-06-24 | Changed #include <stdafx.h> to #include <common/stdafx.h>. It should | Torbjörn Andersson | |
probably be #include "common/stdafx.h", but I'll let the backend maintainers worry about style. svn-id: r18455 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18449 | |||
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson | |
svn-id: r18447 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18446 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
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 | This is the SDL changes needed by the Symbian build to work properly. | Lars Persson | |
Also there is a bugfix for using the joystick handling for SDL. (See events.cpp history) svn-id: r18428 | |||
2005-06-21 | This is the submission of the Epoc/Symbian build files for | Lars Persson | |
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 | Added symbian-fs.cpp, symbian filehandling class | Lars Persson | |
svn-id: r18426 | |||
2005-06-07 | Be less prone to crash on really, really stupid output sample rates. | Torbjörn Andersson | |
Added warning message if SDL_OpenAudio() fails. Might help diagnosing bug reports like #1206314. svn-id: r18361 | |||
2005-05-29 | Added braces for clarity. | Torbjörn Andersson | |
svn-id: r18295 | |||
2005-05-15 | Replaced global revBitMask array with a macro | Max Horn | |
svn-id: r18104 | |||
2005-05-15 | Renamed costume scale tables; merged the old costume renderer's scale table ↵ | Max Horn | |
with the small scale AKOS scale table (they were identical) svn-id: r18103 | |||
2005-05-14 | Added --disable-hq and --disable-scumm-7-8 options. Also improved | Eugene Sandulenko | |
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099 | |||
2005-05-13 | fixed time(). | Robert Göffringmann | |
svn-id: r18083 | |||
2005-05-11 | some ps2 changes... | Robert Göffringmann | |
svn-id: r18046 | |||
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-10 | Proper #include directive. | Eugene Sandulenko | |
svn-id: r18022 | |||
2005-05-10 | Last bit of AmigaOS4 patch. Apparently this was missed by mistake. | Eugene Sandulenko | |
svn-id: r18018 | |||
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn | |
svn-id: r18011 | |||
2005-05-09 | Why not fix the warning if you encounter it? :-) | Max Horn | |
svn-id: r17994 | |||
2005-05-08 | Added two new methods to OSystem: grabPalette and grabRawScreen | Max Horn | |
svn-id: r17974 | |||
2005-05-06 | Allocate all 16bit surfaces with the same bitformat as the HW surface (Fixes ↵ | Max Horn | |
bug #1196374) svn-id: r17929 | |||
2005-05-05 | Add a comment regarding use of CoreAudio/AudioUnits v1 API | Max Horn | |
svn-id: r17916 | |||
2005-05-05 | various PS2 system changes | Robert Göffringmann | |
svn-id: r17912 | |||
2005-05-04 | Dispense with the filename field of InVMSaves. | Marcus Comstedt | |
svn-id: r17911 | |||
2005-05-04 | Cleanup of the cleanup code. :-) | Marcus Comstedt | |
svn-id: r17910 | |||
2005-05-04 | Split VMSave into InVMSave and OutVMSave. | Marcus Comstedt | |
svn-id: r17909 | |||
2005-05-01 | Always check for _numDirtyRects overflow in addDirtyRect(). The 'mouseRect' | Torbjörn Andersson | |
case didn't. This fixes bug #1193344. svn-id: r17888 | |||
2005-04-27 | Slightly more elegant LauncherDialog connector. | Marcus Comstedt | |
svn-id: r17844 | |||
2005-04-27 | Added eos() method. | Marcus Comstedt | |
svn-id: r17843 | |||
2005-04-27 | Call blitCursor() when changing scaler to give it the opportunity to switch | Torbjörn Andersson | |
between blurry and non-blurry cursor scaling, even if the scale factor remains unchanged. svn-id: r17841 | |||
2005-04-23 | Simplified debuglevel handling: | Max Horn | |
- 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-22 | add a comment regarding an odd hack | Max Horn | |
svn-id: r17758 | |||
2005-04-20 | Fix bug 1184616 (GUI: Mouse drawn at wrong position in overlay mode) | Max Horn | |
svn-id: r17709 | |||
2005-04-20 | Cleanup / comments | Max Horn | |
svn-id: r17708 | |||
2005-04-19 | Replace OSystem::hasAlpha with a feature flag | Max Horn | |
svn-id: r17695 | |||
2005-04-19 | Added new (optional) OSystem::initBackend() method; this (and its usage) ↵ | Max Horn | |
fixes bugs #1160977 and #1184664 svn-id: r17694 | |||
2005-04-19 | More whitespace. | Torbjörn Andersson | |
svn-id: r17691 |