Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-30 | Correct path to psptoolchain. | Joost Peters | |
svn-id: r18722 | |||
2005-08-17 | fix copy/paste-o | Joost Peters | |
svn-id: r18700 | |||
2005-08-16 | fix typo | Joost Peters | |
svn-id: r18697 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 | |||
2005-08-15 | Apply bug/patch #1258912 "GUI: SDL mouse dirty rects too big" | Eugene Sandulenko | |
svn-id: r18689 | |||
2005-08-14 | Run the detectors on one directory at a time, rather than one file at a time. | Marcus Comstedt | |
svn-id: r18685 | |||
2005-08-14 | Force a single PHDR. | Marcus Comstedt | |
svn-id: r18684 | |||
2005-08-12 | updated PalmOS source files for the 'u circonflex' thing I committed yesterday | Gregory Montoir | |
svn-id: r18670 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-11 | Move scaler key handling to a separate method (this helps to fix a GCC 4.0 ↵ | Max Horn | |
warning, makes pollEvent() cleaner); fixed some code formatting issues svn-id: r18534 | |||
2005-07-11 | Fix more GCC 4.0 warnings | Max Horn | |
svn-id: r18533 | |||
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 |