aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src
AgeCommit message (Collapse)Author
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ↵Max Horn
new getActiveDomain method that returns a pointer to the actual active *domain* - Added Engine::_targetName whose value is computed from the name of the active domain - Removed GameDetector::_targetName, instead code now uses either Engine::_targetName or the name of the active domain - This in turn allowed for removing usage of GameDetector in many places svn-id: r21916
2006-04-11Removed the PalmOS specific hack in file.cpp in favor for code that should ↵Max Horn
work everywhere (and hopefully will help the GP32 port, too). svn-id: r21811
2006-04-11There is no ::create function anymore in backendsChris Apers
svn-id: r21800
2006-04-11Added now required palm_main(...) functionChris Apers
svn-id: r21799
2006-04-11Missing endian.hChris Apers
svn-id: r21798
2006-04-11Added missing 'auto' music driverChris Apers
svn-id: r21797
2006-04-08Introduced language EN_ANY used for general English game entries. EN_USA andEugene Sandulenko
EN_GRB should be used for games which have both variants. Currently it is MM NES and BASS. All other are switched to EN_ANY. svn-id: r21702
2006-03-07Fixed invalid event returned with ARM OS5 backendChris Apers
svn-id: r21132
2006-03-06Fixed fight mode shortcutChris Apers
svn-id: r21113
2006-02-26Fixed headerChris Apers
svn-id: r20937
2006-02-26Fixed compilation, this is a 68k part only and will be updated as soon as ↵Chris Apers
the 68k backend is ready svn-id: r20935
2006-02-26New files including moved getFeatures and VG helperChris Apers
svn-id: r20934
2006-02-26Move launcher files to a new folderChris Apers
svn-id: r20931
2006-02-26Move launcher files to a new folderChris Apers
svn-id: r20930
2006-02-26Obsolete, this is an old file previously used with 68k+ARM versionChris Apers
svn-id: r20929
2006-02-26Move launcher files to a new folderChris Apers
svn-id: r20928
2006-02-26Fixed compilation, ByteSwap not found because endianutils was removed from ↵Chris Apers
pace.h svn-id: r20927
2006-02-26This file has been renamedChris Apers
svn-id: r20926
2006-02-26Gather prefix files to a new directory and rename ARM prefix filesChris Apers
svn-id: r20925
2006-02-26Gather prefix files to a new directory, rename 68k prefix filesChris Apers
svn-id: r20924
2006-02-26Move prefix files to a new prefixes/ directoryChris Apers
svn-id: r20923
2006-02-26Prefix file for BS2 68k module, for debug purpose onlyChris Apers
svn-id: r20922
2006-02-26Prefix file for Zodiac ARM modulesChris Apers
svn-id: r20921
2006-02-26Prefix file for OS5 ARM modulesChris Apers
svn-id: r20920
2006-02-26Aeroplayer CD driverChris Apers
svn-id: r20919
2006-02-26Use the correct function depending on the versionChris Apers
svn-id: r20917
2006-02-26Scumm md5 struct for 68k versionChris Apers
svn-id: r20916
2006-02-26Missing prefix files for 68k enginesChris Apers
svn-id: r20913
2006-02-26Use correct include and event functionChris Apers
svn-id: r20911
2006-02-26Updated global data builder for 68k version, this part will be fully ↵Chris Apers
revamped as soon as the 68k version is ready svn-id: r20910
2006-02-26DIA functions required by T3Chris Apers
svn-id: r20909
2006-02-25Cleanup, forgot to mention that these files are ARM (Zodiac and OS5) startup ↵Chris Apers
code svn-id: r20899
2006-02-25Correct nameChris Apers
svn-id: r20897
2006-02-25Update properties and keywordsChris Apers
svn-id: r20896
2006-02-25Will use mpeg2Chris Apers
svn-id: r20895
2006-02-25Fixed compilationChris Apers
svn-id: r20894
2006-02-25Fixed compilationChris Apers
svn-id: r20893
2006-02-25Added CinE engineChris Apers
svn-id: r20892
2006-02-25- Added 3DO platformChris Apers
- talkSpeed and copryprotection are now global to all engines - Fixed music and sound configuration svn-id: r20891
2006-02-25Remove obsolete var, now we have only one checkbox for sound and musicChris Apers
svn-id: r20890
2006-02-25Added 3DO platform and CinE engineChris Apers
svn-id: r20889
2006-02-25Rename those files so that:Chris Apers
- fucntions can also be used in C projects - functions really replace same functions from MSL instead of having multiple definitions for C and C++ svn-id: r20887
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