aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS
AgeCommit message (Collapse)Author
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵Max Horn
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
svn-id: r34911
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵Max Horn
respective ports svn-id: r34812
2008-08-04Pushed some port specific code from DefaultSaveFileManager out to port ↵Max Horn
specific code in backends/platform/ svn-id: r33621
2008-05-23Correct includeChris Apers
svn-id: r32229
2008-05-23Use default save game classChris Apers
svn-id: r32228
2008-05-23Use default save game classChris Apers
svn-id: r32227
2008-05-23Fixed PalmSaveFileManagerChris Apers
svn-id: r32225
2008-05-23Added missing getTimeAndDate backend functionChris Apers
svn-id: r32224
2008-05-23Fixed PalmOS compilationChris Apers
svn-id: r32223
2008-05-23Added prefix files for M4 and Made engineChris Apers
svn-id: r32222
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
svn-id: r31888
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-22Removed backends/intern.hMax Horn
svn-id: r30611
2007-12-30The PS2, DS and PalmOS ports currently do not properly implement their ↵Max Horn
SaveFileManagers -- flagging the incorrect & invalid code by making it not compile. Note: Portser should probably also fix their code in the 0.11 branch svn-id: r30079
2007-12-28Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePathMax Horn
svn-id: r30046
2007-12-20clear more executable bitsEugene Sandulenko
svn-id: r29912
2007-12-20clear executable bitEugene Sandulenko
svn-id: r29910
2007-12-15Remove bad workaround and change compiler options (no optimization, no inline)Chris Apers
svn-id: r29862
2007-12-15Added missing symbol definitionChris Apers
svn-id: r29861
2007-12-09Obsolete fileChris Apers
svn-id: r29789
2007-12-09Send default themepathChris Apers
svn-id: r29788
2007-12-09Remove obsolete 68k version related codeChris Apers
svn-id: r29786
2007-12-09Remove obsolete 68k version related codeChris Apers
svn-id: r29785
2007-12-09Added support for Drascula and IgorChris Apers
svn-id: r29784
2007-12-09Added support for Drascula and IgorChris Apers
svn-id: r29783
2007-12-09CleanupChris Apers
svn-id: r29782
2007-12-09Added functions required by T3 to prevent screen rotationChris Apers
svn-id: r29780
2007-12-09Prevent manual screen rotation after application launchChris Apers
svn-id: r29779
2007-12-09Fixed return keyChris Apers
svn-id: r29778
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-09-01Updated project files: added Drascula, ASM object files, ...Chris Apers
svn-id: r28807
2007-09-01CW doesn't support ASM source file, this bat is required to execute an ↵Chris Apers
external compiler and add object code to CW project svn-id: r28806
2007-09-01Cleanup: more 68K related filesChris Apers
svn-id: r28805
2007-09-01Cleanup: remove obsolete files related to old 68k version not supported anymoreChris Apers
svn-id: r28804
2007-09-01Cleanup:remove obsolete files related to old 68k version not supported anymoreChris Apers
svn-id: r28802
2007-09-01Prepare Drascula supportChris Apers
svn-id: r28799
2007-09-01Added ARM optimzed codeChris Apers
svn-id: r28798
2007-09-01Prepare Drascula supportChris Apers
svn-id: r28797
2007-09-01Prevent orientation changeChris Apers
svn-id: r28796
2007-09-01Fixed compilationChris Apers
svn-id: r28794
2007-09-01Removed obsolete codeChris Apers
svn-id: r28793
2007-09-01Some key related cleanupChris Apers
svn-id: r28792
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, ↵Max Horn
overlayToScreenX/Y) svn-id: r27961
2007-07-01Removing non-ASCII chars from source codeMax Horn
svn-id: r27818
2007-06-22Produce 'correct' keycode/ascii values for function keysMax Horn
svn-id: r27642
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵Max Horn
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵Max Horn
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548