aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2006-07-26hotfix for bug #1519449 (scaling/crash issue) (backport)Kostas Nakos
svn-id: r23602
2006-07-26fix bug 1521718 (dpad mouse emulation) (backport)Kostas Nakos
svn-id: r23600
2006-07-23Add kyra skip intro key (backport).Kostas Nakos
svn-id: r23577
2006-07-23Warn if copyRectToScreen() is called before _screen is created, since it'sTorbjörn Andersson
almost certainly a programming error. (Used to be silently ignored.) Warn if setPalette() is called before _screen is created, but allow it (for now) since we don't actually set the palette until later. It could still be a programming error, though. Don't crash if updateScreen() is called with a "dirty" palette before _screen is created. svn-id: r23573
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to ↵Johannes Schickel
-devel for more information. svn-id: r23567
2006-07-22Added FilesystemNode::name methodMax Horn
svn-id: r23553
2006-07-21o Proper ScummVM copyrightsEugene Sandulenko
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548
2006-07-16Add additional library directories.Won Star
svn-id: r23530
2006-07-16Fix FileSystem bug. Now 'Go Up' button works. :)Won Star
svn-id: r23527
2006-07-14* Add grabRawScreen() method.Won Star
* Add Launcher icon. * Fix trunk compile. svn-id: r23501
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-07-09Adding data which was missing from initial patch.Neil Millstone
svn-id: r23463
2006-07-09svn-id: r23462Neil Millstone
2006-07-09Final fixes. Builds fine now, apart from a few still-missing-from-svn filesJames Brown
svn-id: r23461
2006-07-09More DS port fixesJames Brown
svn-id: r23460
2006-07-09Fix some more duplicated files, and unify case for rpc includeJames Brown
svn-id: r23459
2006-07-09Remove duplicated contentJames Brown
svn-id: r23457
2006-07-09Patch #1519399: DS BackendMax Horn
svn-id: r23452
2006-07-07fix build with latest psp toolchainJoost Peters
svn-id: r23386
2006-07-07implement grabRawScreen()Joost Peters
svn-id: r23385
2006-07-06Moving remaining platform/backends code, as previously threatenedMax Horn
svn-id: r23380
2006-07-01move ce port to its new homeKostas Nakos
svn-id: r23366
2006-06-30Moved savefile.cpp to backends, to work around link errorMax Horn
svn-id: r23361
2006-06-30fix compilation after backend moveJoost Peters
svn-id: r23359
2006-06-30move psp backend to backends/platforms/pspJoost Peters
svn-id: r23358
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt
svn-id: r23357
2006-06-30Align memory address properly. This fixes crash on the GP32.Won Star
svn-id: r23354
2006-06-29Oh. I forgot to change function calls.Won Star
svn-id: r23348
2006-06-29Whoops. Correct varible name.Won Star
svn-id: r23344
2006-06-29Properly init memory tables.Won Star
svn-id: r23342
2006-06-29Lock sound timer thread.Won Star
svn-id: r23340
2006-06-29Try to use processor cache efficiently.Won Star
svn-id: r23339
2006-06-29Add custom memory management code. malloc() for small allocs became much ↵Won Star
faster and startup time in the GP32 is now 10~30 secs depend on clock speed. svn-id: r23338
2006-06-24Started to move 'monolithic' parts of our ports to the new ↵Max Horn
'background/platform' directory (see also the 'Modular_Backends' page in our Wiki) svn-id: r23293
2006-06-24Follow our code formatting guidelines; also, we provide default ↵Max Horn
implementations for getSavefileManager and displayMessageOnOSD, no point in replacing this with empty dummy implementations svn-id: r23283
2006-06-24Moved savefile code to new 'saves' backend module (work in progress)Max Horn
svn-id: r23282
2006-06-24Added 'timer' backend module, based on the existing TimerManager code (work ↵Max Horn
in progress) svn-id: r23279
2006-06-24* Renamed config.mak to config.mkMax Horn
* Renamed common.rules to rules.mk * Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it) svn-id: r23275
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h) svn-id: r23274
2006-06-20updated the readme for 0.9.0 releaseKostas Nakos
svn-id: r23200
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
return in a switch case. svn-id: r23198
2006-06-20fix vga device overlays and invalid mouse cursor callsKostas Nakos
svn-id: r23192
2006-06-20fix typoKostas Nakos
svn-id: r23191
2006-06-20kyra engine supportKostas Nakos
svn-id: r23188
2006-06-19Updated symbian actions for working key namesLars Persson
svn-id: r23183
2006-06-12o WIP file cache code borrowed from PS2 port.Won Star
o add property svn-id: r23062
2006-06-11* Move gp32-fs.cpp to fs/gp32 dir.Won Star
* Fix gp32 launcher code. svn-id: r23023
2006-06-11Rename filesystem file.Won Star
svn-id: r23022
2006-06-11correctly load configuration at startupKostas Nakos
svn-id: r23021
2006-06-10Specific resource file used for UIQ3Lars Persson
svn-id: r23016