aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
AgeCommit message (Collapse)Author
2006-02-25Prepare those files to be renamed as *.cChris Apers
svn-id: r20886
2006-02-15Fixed normal (1x) mode config (normal=default)Chris Apers
svn-id: r20707
2006-02-12Revamped launcher codeChris Apers
+ more user freindly error message with ModImport + New direct mode code with some default option + Games data can now be directly in the Games folder using . as path + Added missing scummvm languages option + Added --render-mode option + Removed gfxMode, now only normal(1x) or wide + Added missing scummvm platforms option + Fixed per engine command line options + Alpha. ordered music drivers + Added 44khz (mainly for Zodiac) and FM Quality option + global command line options are now also used in direct mode + Added stylusClick, autoSave, advanced OS5 mode, optional led indicator, GoLCD API support + New feature to set ARM stack size + Fixed rotation problem svn-id: r20656
2006-02-12- Splitted AppStartCheckScreenSize from app.cpp rev19461, here is the palm ↵Chris Apers
standard one : SonyScreenSize svn-id: r20654
2006-02-12- Fixed bug #1329844, autooff not reset on exitChris Apers
- Splitted AppStartCheckScreenSize from app.cpp rev19461, here is the palm standard one : PalmScreenSize - Move PalmGetMemory here from file forminfo.cpp rev18604 svn-id: r20653
2006-02-12CleanupChris Apers
svn-id: r20650
2006-02-12- Removed obsolete ARM stuff, modules are now almost-fully ARMChris Apers
- Added autosave period and OS5 ARM advanced mode - indicator can also be use with 16bit display svn-id: r20649
2006-02-12New feature to pass selected stack size to modulesChris Apers
svn-id: r20648
2006-02-12Not available in ARM mode for nowChris Apers
svn-id: r20647
2006-02-12Fixed header, sorryChris Apers
svn-id: r20646
2006-02-12- Use WinSetCoord only when needed, this fix some system redraw problemsChris Apers
- Get rid of Win*Lock functions, safer - OSD (mainly DrawStatus) can now be use in 16bit mode too - Move redawOSD to the base class - Updated draw_osd function with standard PalmOS functions instead of Zodiac API, this draw_osd use big endian resources where OS5 version us little endian svn-id: r20645
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-11Forgot this oneChris Apers
svn-id: r20577
2006-02-11Bye byeChris Apers
svn-id: r20576
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-01-23Prepare 68k versionChris Apers
svn-id: r20152