aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2006-08-25fix update rect when adjusting ratio (backport)Kostas Nakos
svn-id: r23744
2006-08-19Fixed bug causing crash during saving in Saga engine, changed audio to low ↵Neil Millstone
quality. svn-id: r23726
2006-08-19Added build C target to support more engines.Neil Millstone
svn-id: r23725
2006-08-18fix bugs #1515389 and #1505868 (aka file::exists - dedicated to LordHoto) ↵Kostas Nakos
(backport) svn-id: r23722
2006-08-18fix smartphone cursor hiding when keyboard up, more logical zone function, ↵Kostas Nakos
got rid of higher sound thread priority by default. (backport) svn-id: r23720
2006-08-04Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)Max Horn
svn-id: r23666
2006-08-04Patch #1527347: Make maemo port compile againMax Horn
svn-id: r23664
2006-08-04Added new method OSystem::getScreenChangeID(), which can be used by code to ↵Max Horn
track screen changes even without getting all EVENT_SCREEN_CHANGED events svn-id: r23661
2006-08-03Add a logo.bmp to DS port, to fix building. agentq, feel free to replace if ↵James Brown
the filesize is too big or whatever :) svn-id: r23658
2006-07-30CinE Engine support (backport)Kostas Nakos
svn-id: r23625
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