Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-06 | Added a default implementation of the OSystem CD API (which simply does nothing) | Max Horn | |
svn-id: r22370 | |||
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-11 | Removed 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-11 | There is no ::create function anymore in backends | Chris Apers | |
svn-id: r21800 | |||
2006-04-11 | Added now required palm_main(...) function | Chris Apers | |
svn-id: r21799 | |||
2006-04-11 | Missing endian.h | Chris Apers | |
svn-id: r21798 | |||
2006-04-11 | Added missing 'auto' music driver | Chris Apers | |
svn-id: r21797 | |||
2006-04-08 | Introduced language EN_ANY used for general English game entries. EN_USA and | Eugene 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-07 | Fixed invalid event returned with ARM OS5 backend | Chris Apers | |
svn-id: r21132 | |||
2006-03-06 | Fixed fight mode shortcut | Chris Apers | |
svn-id: r21113 | |||
2006-02-26 | Fixed header | Chris Apers | |
svn-id: r20937 | |||
2006-02-26 | Fixed 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-26 | New files including moved getFeatures and VG helper | Chris Apers | |
svn-id: r20934 | |||
2006-02-26 | Move launcher files to a new folder | Chris Apers | |
svn-id: r20931 | |||
2006-02-26 | Move launcher files to a new folder | Chris Apers | |
svn-id: r20930 | |||
2006-02-26 | Obsolete, this is an old file previously used with 68k+ARM version | Chris Apers | |
svn-id: r20929 | |||
2006-02-26 | Move launcher files to a new folder | Chris Apers | |
svn-id: r20928 | |||
2006-02-26 | Fixed compilation, ByteSwap not found because endianutils was removed from ↵ | Chris Apers | |
pace.h svn-id: r20927 | |||
2006-02-26 | This file has been renamed | Chris Apers | |
svn-id: r20926 | |||
2006-02-26 | Gather prefix files to a new directory and rename ARM prefix files | Chris Apers | |
svn-id: r20925 | |||
2006-02-26 | Gather prefix files to a new directory, rename 68k prefix files | Chris Apers | |
svn-id: r20924 | |||
2006-02-26 | Move prefix files to a new prefixes/ directory | Chris Apers | |
svn-id: r20923 | |||
2006-02-26 | Prefix file for BS2 68k module, for debug purpose only | Chris Apers | |
svn-id: r20922 | |||
2006-02-26 | Prefix file for Zodiac ARM modules | Chris Apers | |
svn-id: r20921 | |||
2006-02-26 | Prefix file for OS5 ARM modules | Chris Apers | |
svn-id: r20920 | |||
2006-02-26 | Aeroplayer CD driver | Chris Apers | |
svn-id: r20919 | |||
2006-02-26 | Use the correct function depending on the version | Chris Apers | |
svn-id: r20917 | |||
2006-02-26 | Scumm md5 struct for 68k version | Chris Apers | |
svn-id: r20916 | |||
2006-02-26 | Missing prefix files for 68k engines | Chris Apers | |
svn-id: r20913 | |||
2006-02-26 | Use correct include and event function | Chris Apers | |
svn-id: r20911 | |||
2006-02-26 | Updated 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-26 | DIA functions required by T3 | Chris Apers | |
svn-id: r20909 | |||
2006-02-25 | Cleanup, forgot to mention that these files are ARM (Zodiac and OS5) startup ↵ | Chris Apers | |
code svn-id: r20899 | |||
2006-02-25 | Correct name | Chris Apers | |
svn-id: r20897 | |||
2006-02-25 | Update properties and keywords | Chris Apers | |
svn-id: r20896 | |||
2006-02-25 | Will use mpeg2 | Chris Apers | |
svn-id: r20895 | |||
2006-02-25 | Fixed compilation | Chris Apers | |
svn-id: r20894 | |||
2006-02-25 | Fixed compilation | Chris Apers | |
svn-id: r20893 | |||
2006-02-25 | Added CinE engine | Chris Apers | |
svn-id: r20892 | |||
2006-02-25 | - Added 3DO platform | Chris Apers | |
- talkSpeed and copryprotection are now global to all engines - Fixed music and sound configuration svn-id: r20891 | |||
2006-02-25 | Remove obsolete var, now we have only one checkbox for sound and music | Chris Apers | |
svn-id: r20890 | |||
2006-02-25 | Added 3DO platform and CinE engine | Chris Apers | |
svn-id: r20889 | |||
2006-02-25 | Rename 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-25 | Prepare those files to be renamed as *.c | Chris Apers | |
svn-id: r20886 | |||
2006-02-15 | Fixed normal (1x) mode config (normal=default) | Chris Apers | |
svn-id: r20707 | |||
2006-02-12 | Revamped launcher code | Chris 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 exit | Chris 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-12 | Cleanup | Chris Apers | |
svn-id: r20650 | |||
2006-02-12 | - Removed obsolete ARM stuff, modules are now almost-fully ARM | Chris Apers | |
- Added autosave period and OS5 ARM advanced mode - indicator can also be use with 16bit display svn-id: r20649 |