This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-07 19:36:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
backends
History
Eugene Sandulenko
dd9ceafb8b
Fix formatting
...
svn-id: r43307
2009-08-12 04:36:01 +00:00
..
events
/default
Move the event recorder to its own class (EventRecoder inside common/EventRecorder.[h/cpp]).
2009-07-25 12:59:46 +00:00
fs
Strip trailing whitespaces in the whole code base.
2009-05-24 15:17:42 +00:00
keymapper
- Adapt DefaultEventManager to use Common::ArtificialEventSource
2009-07-25 01:01:05 +00:00
midi
Add GCC_PRINTF parameter.
2009-07-04 18:54:06 +00:00
platform
Fix formatting
2009-08-12 04:36:01 +00:00
plugins
…
saves
Recreate FSNode after calling checkPath since checkPath may
2009-07-10 22:29:25 +00:00
timer
/default
Remove misleading comment.
2009-02-28 19:31:42 +00:00
vkeybd
Virtual Keyboard: Update default keyboard pack using slightly tweaked versions of the graphics very kindly provided by Carl Mitchell. Also update xml file to make best use of the keyboard graphics and add the 'delete' event in addition the passing backspace back to the calling textarea.
2009-07-26 12:58:22 +00:00
base-backend.cpp
- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.
2009-02-15 21:20:21 +00:00
base-backend.h
Replace "EventProvider" class of the DefaultEventManager implementation with "Common::EventSource".
2009-07-25 00:59:03 +00:00
module.mk
…