scummvm/backends
2009-10-01 16:52:05 +00:00
..
events/default Clarified the backspace key workaround: This is not a Mac OS X issue (as the comment used to imply) but rather an issue in some game engines. 2009-09-01 13:02:24 +00:00
fs Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
keymapper Starting to simplify the Action structure, and rework it to facilitate making the automatic mapper smarter, at least when there is a keyboard present. Fixed a minor whitespace issue in a comment. 2009-08-18 08:00:24 +00:00
midi Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not as good as the CoreAudio backend anyway 2009-09-27 22:43:32 +00:00
platform Fixed mismatching malloc/free, and plugged a memleak. 2009-10-01 16:52:05 +00:00
plugins
saves PSP: improved suspend/resume support [patch from bluddy] 2009-09-23 16:11:23 +00:00
timer/default Add FIXME about DefaultTimerManager implementation. 2009-08-22 00:41:22 +00:00
vkeybd Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
base-backend.cpp
base-backend.h Replace "EventProvider" class of the DefaultEventManager implementation with "Common::EventSource". 2009-07-25 00:59:03 +00:00
module.mk Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not as good as the CoreAudio backend anyway 2009-09-27 22:43:32 +00:00