Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn | |
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932 | |||
2009-03-01 | PalmOS Backend updates: | Chris Apers | |
- Removed old clearScreen backend method and keep it for internal use only - Fixed save path with missing end slash - Added use of the new audio mixer - Added new file system factory - Added missing getOverlayWidth/Height - Changed color encoding from int16 to uint16 as required by the new ScummVM code - Fixed ColorMasks use with missing namespace svn-id: r39028 | |||
2009-01-30 | Moved default implementations for various OSystem methods into a new class ↵ | Max Horn | |
BaseBackend svn-id: r36135 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵ | Max Horn | |
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-11-06 | Got 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-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn | |
svn-id: r34911 | |||
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵ | Max Horn | |
respective ports svn-id: r34812 | |||
2008-08-04 | Pushed some port specific code from DefaultSaveFileManager out to port ↵ | Max Horn | |
specific code in backends/platform/ svn-id: r33621 | |||
2008-05-23 | Correct include | Chris Apers | |
svn-id: r32229 | |||
2008-05-23 | Use default save game class | Chris Apers | |
svn-id: r32228 | |||
2008-05-23 | Use default save game class | Chris Apers | |
svn-id: r32227 | |||
2008-05-23 | Fixed PalmSaveFileManager | Chris Apers | |
svn-id: r32225 | |||
2008-05-23 | Added missing getTimeAndDate backend function | Chris Apers | |
svn-id: r32224 | |||
2008-05-23 | Fixed PalmOS compilation | Chris Apers | |
svn-id: r32223 | |||
2008-05-23 | Added prefix files for M4 and Made engine | Chris Apers | |
svn-id: r32222 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2007-12-30 | The 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-28 | Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePath | Max Horn | |
svn-id: r30046 | |||
2007-12-20 | clear more executable bits | Eugene Sandulenko | |
svn-id: r29912 | |||
2007-12-20 | clear executable bit | Eugene Sandulenko | |
svn-id: r29910 | |||
2007-12-15 | Remove bad workaround and change compiler options (no optimization, no inline) | Chris Apers | |
svn-id: r29862 | |||
2007-12-15 | Added missing symbol definition | Chris Apers | |
svn-id: r29861 | |||
2007-12-09 | Obsolete file | Chris Apers | |
svn-id: r29789 | |||
2007-12-09 | Send default themepath | Chris Apers | |
svn-id: r29788 | |||
2007-12-09 | Remove obsolete 68k version related code | Chris Apers | |
svn-id: r29786 | |||
2007-12-09 | Remove obsolete 68k version related code | Chris Apers | |
svn-id: r29785 | |||
2007-12-09 | Added support for Drascula and Igor | Chris Apers | |
svn-id: r29784 | |||
2007-12-09 | Added support for Drascula and Igor | Chris Apers | |
svn-id: r29783 | |||
2007-12-09 | Cleanup | Chris Apers | |
svn-id: r29782 | |||
2007-12-09 | Added functions required by T3 to prevent screen rotation | Chris Apers | |
svn-id: r29780 | |||
2007-12-09 | Prevent manual screen rotation after application launch | Chris Apers | |
svn-id: r29779 | |||
2007-12-09 | Fixed return key | Chris Apers | |
svn-id: r29778 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-09-01 | Updated project files: added Drascula, ASM object files, ... | Chris Apers | |
svn-id: r28807 | |||
2007-09-01 | CW 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-01 | Cleanup: more 68K related files | Chris Apers | |
svn-id: r28805 | |||
2007-09-01 | Cleanup: remove obsolete files related to old 68k version not supported anymore | Chris Apers | |
svn-id: r28804 | |||
2007-09-01 | Cleanup:remove obsolete files related to old 68k version not supported anymore | Chris Apers | |
svn-id: r28802 | |||
2007-09-01 | Prepare Drascula support | Chris Apers | |
svn-id: r28799 | |||
2007-09-01 | Added ARM optimzed code | Chris Apers | |
svn-id: r28798 | |||
2007-09-01 | Prepare Drascula support | Chris Apers | |
svn-id: r28797 | |||
2007-09-01 | Prevent orientation change | Chris Apers | |
svn-id: r28796 | |||
2007-09-01 | Fixed compilation | Chris Apers | |
svn-id: r28794 | |||
2007-09-01 | Removed obsolete code | Chris Apers | |
svn-id: r28793 |