aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2006-02-12It is _soundEx nowChris Apers
svn-id: r20640
2006-02-12- Removed unused StrReplace functionChris Apers
- DrawStatus now support 8 and 16bit display - Coordinate system is now used correctly (set only when needed), no more need to reset it in PalmFatalError - Added new/delete operators for ARM OS5 mode svn-id: r20638
2006-02-12- Removed obsolete DEBUG definesChris Apers
- Added LURE and OS5 defines svn-id: r20637
2006-02-12- Added ARM module launcherChris Apers
- Updated 68k launcher with lastest changes to gVars + GoLCD API support + Fix for invisible DIA using Stuffs*VG functions + New communication process between frontend and module to know if the module needs extra files + Get free memory at startup svn-id: r20636
2006-02-12New definitions for frontend <-> module communicationChris Apers
svn-id: r20635
2006-02-12Only in ARM modeChris Apers
svn-id: r20634
2006-02-12-mMove PalmOS project file to a more appropriate placeChris Apers
svn-id: r20632
2006-02-12Removed egcc lib from S60V3 mmp file.Lars Persson
svn-id: r20619
2006-02-12Changed file paths from /epoc/ to /symbian/Lars Persson
svn-id: r20618
2006-02-12Renaming the folder "epoc"->"symbian"Lars Persson
svn-id: r20612
2006-02-12svn-id: r20606Lars Persson
2006-02-12openCD() and pollCD() should return false, since they don't actually access ↵Joost Peters
a CD. This avoids some common pitfalls in new backends based off of this, like e.g. the hang on the final chapter screen in MI1CD. svn-id: r20588
2006-02-12* New and tested builds for S60V3 and UIQ3Lars Persson
* New upscaled icons for UIQ3/S60V3. SVG/Scalable version needed for S60V3 for proper good looks * Critical bug in Symbian-fs fixed (exception for UIQ3/S60V3) *Removed duplicate files for easier maintanence *New handling for Symbian error messages, save paths etc *All naming now is ScummVM for all apps and targets svn-id: r20585
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null ↵Max Horn
and x11 backends; added engines/module.mk svn-id: r20584
2006-02-11Fixed the list of backend factory functionsMax Horn
svn-id: r20583
2006-02-11Forgot this oneChris Apers
svn-id: r20577
2006-02-11Bye byeChris Apers
svn-id: r20576
2006-02-11Disable Adlib on PalmOS 68k devicesChris Apers
svn-id: r20575
2006-02-11This is now requiredChris Apers
svn-id: r20574
2006-02-11OoopsChris Apers
svn-id: r20573
2006-02-11Move show/hideOverlay to OS5 class (should be in Base ?)Chris Apers
svn-id: r20572
2006-02-11Move setMouseCursor to OS5 classChris Apers
svn-id: r20571
2006-02-11- Fixed volRefNum default valueChris Apers
- Added autosave option svn-id: r20570
2006-02-11No more requiredChris Apers
svn-id: r20569
2006-02-11Fixed volRefNum default valueChris Apers
svn-id: r20568
2006-02-11Not more requiredChris Apers
svn-id: r20567
2006-02-11Added new engine, platform and languageChris Apers
svn-id: r20566
2006-02-11Updated headerChris Apers
svn-id: r20565
2006-02-11Updated headerChris Apers
svn-id: r20564
2006-02-11- Get rid of MemGluePtrNewChris Apers
- Fixed exit function in ARM mode - Fixed C++ compilation svn-id: r20563
2006-02-11- Added NVFS supportChris Apers
- Fixed volRefNum default value - Get rid of MemGluePtrNew when possible - Fixed vsprintf in ARM mode svn-id: r20562
2006-02-11Fixed driver testChris Apers
svn-id: r20561
2006-02-11- Added autosave period optionChris Apers
- Added OS5 advanced mode - Added scummvm header svn-id: r20560
2006-02-11Fixed default volRefNum valueChris Apers
- Added scummvm header svn-id: r20559
2006-02-11- Added FileBrowser API support to get the game pathChris Apers
- Added scummvm header - Typo svn-id: r20558
2006-02-11- Added NVFS supportChris Apers
- Fixed default volRefNum value - Added scummvm header svn-id: r20557
2006-02-11Fixed default volRefNum valueChris Apers
- Init MathLib only on non-ARM devices - Added scummvm header - Removed obsolete code svn-id: r20556
2006-02-11Replaced with a PilRC versionChris Apers
svn-id: r20555
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-02-11Change CVS keywords to SVN keywordsChris Apers
svn-id: r20508
2006-02-11Does this fix the sound problem on device wakeup ?Chris Apers
svn-id: r20505
2006-02-11- Added optional use of paletteChris Apers
- Common sound struct - Move common quit stuff to the base class - Fixed CD functions, now MP3s work properly - Make mutex functions virtual so that they can be redefined - little cleanup svn-id: r20503
2006-02-11Added OS5 Advanced modeChris Apers
svn-id: r20502
2006-02-11Change CVS keywords to SVN keywordsChris Apers
svn-id: r20501
2006-02-11- Fixed gfx mode : normal = default, fixed using 1x insteadChris Apers
- Use palette only if we need it - draw_mouse() is part if int_updateScreen - Moved OSD redraw in common updateScreen - Added base draw_osd(...) svn-id: r20499
2006-02-11Disable this timer code for now, since it seems to make things unstable and ↵Chris Apers
hang with MIDI drivers (NULL, native) svn-id: r20498
2006-02-11Change CVS keywords to SVN keywordsChris Apers
svn-id: r20496
2006-02-09$Header$ -> $URL$ + $Id$Marcus Comstedt
svn-id: r20441
2006-02-09Properly initialize _devpoll.Marcus Comstedt
svn-id: r20439
2006-02-07Removed .cvsignore filesMax Horn
svn-id: r20424