Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-06-16 | Fixed arrow keys (hard and emu) | Chris Apers | |
svn-id: r27453 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-01 | Don't manually compute & hardcode the sizes of static arrays -- using ↵ | Max Horn | |
ARRAYSIZE, which is less error prone and easier to maintain/extend svn-id: r26722 | |||
2007-05-01 | Added supported games list | Chris Apers | |
svn-id: r26717 | |||
2007-05-01 | Added supported games list and got rid of bStartScumm | Chris Apers | |
svn-id: r26716 | |||
2007-05-01 | Updated project file | Chris Apers | |
svn-id: r26707 | |||
2007-05-01 | Test Cruise engine | Chris Apers | |
svn-id: r26706 | |||
2007-05-01 | Added basic rotation detector | Chris Apers | |
svn-id: r26705 | |||
2007-05-01 | Help debugging | Chris Apers | |
svn-id: r26704 | |||
2007-05-01 | Create new Themes folder for ScummVM themes... | Chris Apers | |
svn-id: r26703 | |||
2007-05-01 | Prevent crash | Chris Apers | |
svn-id: r26702 | |||
2007-05-01 | Cleanup | Chris Apers | |
svn-id: r26701 | |||
2007-05-01 | Enable true timer code | Chris Apers | |
svn-id: r26700 | |||
2007-05-01 | - Prevent lose of events | Chris Apers | |
- Added hard arrow keys support - Revamped mouse code to prevent duplication and get rid of fixed size mouse buffer - Reviewed event code (more work needed for OS5 and keyup emulation) - Cleanup svn-id: r26699 | |||
2007-05-01 | Added support for Parallaction and Cruise engines | Chris Apers | |
svn-id: r26694 | |||
2007-05-01 | Prefix files cleanup | Chris Apers | |
Added support for Parallaction and Cruise engines Added ZLIB support svn-id: r26693 | |||
2007-05-01 | Cleanup, prevent change between 68k and ARM code | Chris Apers | |
Added two more required functions for T3 svn-id: r26692 | |||
2007-05-01 | Cleanup, use my new PalmOS Porting SDK | Chris Apers | |
svn-id: r26691 | |||
2007-05-01 | Cleanup, now part of an external library | Chris Apers | |
svn-id: r26689 | |||
2007-05-01 | This file is now part of an external PalmOS SDK | Chris Apers | |
svn-id: r26688 | |||
2007-05-01 | Those files are now part of an external PalmOS SDK | Chris Apers | |
svn-id: r26687 | |||
2007-05-01 | Code will be updated to get rid of this file | Chris Apers | |
svn-id: r26686 | |||
2007-04-26 | Removing more semicola | Max Horn | |
svn-id: r26597 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-02-08 | The restriction on 'small' mouse cursors has been lifted quite some time ↵ | Max Horn | |
ago; PalmOS and WinCE port should be extended accordingly (in particular, the PalmOS port would silently overwrite its memory when big cursors are used) svn-id: r25431 | |||
2007-01-21 | Speed up mouse emulation with hires games | Chris Apers | |
svn-id: r25148 | |||
2007-01-21 | Cleanup event code | Chris Apers | |
Added key up for mouse buttons so that we can control Gobliiins and Touche properly svn-id: r25147 | |||
2007-01-21 | Clenaup | Chris Apers | |
svn-id: r25144 |