Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-09-01 | Some key related cleanup | Chris Apers | |
svn-id: r28792 | |||
2007-07-08 | Removed various obsolete methods from OSystem (screenToOverlayX/Y, ↵ | Max Horn | |
overlayToScreenX/Y) svn-id: r27961 | |||
2007-07-01 | Removing non-ASCII chars from source code | Max Horn | |
svn-id: r27818 | |||
2007-06-22 | Produce 'correct' keycode/ascii values for function keys | Max Horn | |
svn-id: r27642 | |||
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵ | Max Horn | |
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616 | |||
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-06-16 | Cleanup | Chris Apers | |
svn-id: r27456 | |||
2007-06-16 | Use the old and faster 1.5x scaler when available | Chris Apers | |
svn-id: r27455 | |||
2007-06-16 | Fixed compilation | Chris Apers | |
svn-id: r27454 |