aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2006-09-17Cleanup, no need to export twGlue addr when compiling standard OS5 versionChris Apers
svn-id: r23901
2006-09-17Changed version numbers to 0.100Lars Persson
svn-id: r23900
2006-09-16Small adjustment for projectfiles source pathLars Persson
svn-id: r23897
2006-09-16* Updated Symbian project files for new file structureLars Persson
svn-id: r23895
2006-09-13Implement file cache. needs some testing :)Won Star
Fix some bugs in memory management. svn-id: r23870
2006-09-09cleanupKostas Nakos
svn-id: r23851
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-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-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-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-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