aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2008-07-23Most of Keymapper class completeStephen Kennedy
DefaultEventManager now initialises Keymapper and passes key press events to it svn-id: r33227
2008-07-22Merged revisions ↵Stephen Kennedy
32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033,33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33185
2008-07-21Changed pushEvent to use a const& argumentStephen Kennedy
svn-id: r33175
2008-07-21Refactored KeymapManager to use Domain's of Keymaps rather than a single list.Stephen Kennedy
Further development of Keymapper interface: - switchKeymap method to change Keymaps - initGame/deInitGame methods to control loading/unloading of game-specific maps svn-id: r33173
2008-07-21Moved UserAction and HardwareKey classes into their own respective header files.Stephen Kennedy
Added HardwareKeySet class to manage a devices set of hardware keys. Started implementing Keymapper class. svn-id: r33157
2008-07-20Solaris tr does not like character classes in some locales. Use "C" locale.Marcus Comstedt
svn-id: r33143
2008-07-20a little more cleanupKostas Nakos
svn-id: r33142
2008-07-20modified patch #1882942 - optimize and kill code for really old platformsKostas Nakos
svn-id: r33141
2008-07-20WIP KeymapManager implementation, can only register/unregister keymaps.Stephen Kennedy
svn-id: r33131
2008-07-20workaround for bogus findfirstfile. kyra now starts up correctlyKostas Nakos
svn-id: r33120
2008-07-20Added "DEPDIR := .deps" in Makefile.ps2Max Lingua
Thanks Max [the other one] for pointing it out! svn-id: r33117
2008-07-201. Re-added "rpckbd" as in 0.11.0Max Lingua
2. Committed only its source, you will need to do a make inside its folder before being able to compile our beloved PlayStation2 backend. Enjoy, -max svn-id: r33115
2008-07-19More WIP development of Keymap classStephen Kennedy
svn-id: r33113
2008-07-19Enable support to turn off ALL variations. all variation is most often the ↵Lars Persson
one used svn-id: r33109
2008-07-19eof was not working properly with cachingLars Persson
svn-id: r33108
2008-07-19Keymap class implemented. KeymapManager and Keymapper classes startedStephen Kennedy
svn-id: r33107
2008-07-18Fixed typo in filehandlingLars Persson
svn-id: r33104
2008-07-18Introduced cache for filereading to fix slowness in AGOS among others.Lars Persson
svn-id: r33099
2008-07-18Symbian soundsmixer update. (Compile fix)Lars Persson
svn-id: r33098
2008-07-18In OSystem_SDL::closeMixer moved the call to SDL_CloseAudio to before the ↵Paul Gilbert
deletion of the _mixer variable in to fix an assert that was being generated in OSystem_SDL::mixCallback svn-id: r33095
2008-07-17Committing PS2 changes on behalf of the other Max ;)Max Horn
svn-id: r33089
2008-07-15Implemented audio double buffering (for now OSX only)Max Horn
svn-id: r33075
2008-07-14Fixed code formattingMax Horn
svn-id: r33056
2008-07-12Added comments in virtual-keyboard-parser.h describing the file format. ↵Stephen Kennedy
Added a delay functionality to the delivery of artificial events in DefaultEventManager, to get round events being ignored when delivered consecutively. svn-id: r33012
2008-07-11Better handling of virtual keyboard and gui being displayed at the same ↵Stephen Kennedy
time. VK now also uses its own cursor. svn-id: r33008
2008-07-10Fixed a few warningsBertrand Augereau
svn-id: r32994
2008-07-09- added system delay to event loop, to reduce CPU usageStephen Kennedy
svn-id: r32979
2008-07-09DS: Backend changes for new mixer codeNeil Millstone
svn-id: r32978
2008-07-09Added pushEvent to EventManager (from cpage88's branch) and changed ↵Stephen Kennedy
VirtualKeyboard so that it uses this method to feed key presses its resulting key press events. svn-id: r32977
2008-07-09- keyboard fully tested with multiple modes - key press events successfully ↵Stephen Kennedy
passed back to engine, mode switching also works - added support to re-parse keyboard pack if overlay size changes (to find more suitable layouts) svn-id: r32975
2008-07-08set DEPDIRJoost Peters
svn-id: r32969
2008-07-08Enable static engines -- time to start thinking about prx/plugin support!Joost Peters
svn-id: r32968
2008-07-08changes for new Mixer APIJoost Peters
svn-id: r32967
2008-07-08- Virtual keyboard now can now be dragged, when the user clicks on any part ↵Stephen Kennedy
of it that is not a special area. - Fixed non-virtual destructor warnings for Shape and Rect classes svn-id: r32965
2008-07-07MILESTONE: bitmap showing with key color transparency implemented!Stephen Kennedy
- SurfaceKeyColored class handles blitting of keycolor transparency data - ImageMap tested - Rect and Polygon areas seem to be working as expected svn-id: r32950
2008-07-07- updates for GCC compilation - still having linker errors though :(Stephen Kennedy
svn-id: r32944
2008-07-07- changed VirtualKeyboard classes to Common namespaceStephen Kennedy
- updated XMLParser from Tanoku's branch svn-id: r32943
2008-07-07- renaming of filesStephen Kennedy
svn-id: r32942
2008-07-07- moved VirtualKeyboard files into backends/common directoryStephen Kennedy
svn-id: r32941
2008-07-07WIP: VirtualKeyboard updates:Stephen Kennedy
- got keyboard bitmap displaying (no transparency as yet) - simple event loop for VK to capture mouse clicks done (and untested code to process the clicks) - pollEvent() method to deliver the virtual key press events to EventManager svn-id: r32939
2008-07-07Don't let listSavefiles() search subdirectories. Files with the same name ↵Sven Hesse
(in different directories) would cause duplicate entries for the same file. svn-id: r32938
2008-07-06adjustments to the recent mixer api changesAndre Heider
svn-id: r32924
2008-07-05Enable all engines.Marcus Comstedt
svn-id: r32923
2008-06-30del instead of rm commandLars Persson
svn-id: r32853
2008-06-29changes required for new mixer API + implement getMillis() and delayMillis() ↵Joost Peters
using gettimeofday() and usleep() resp. svn-id: r32846
2008-06-29fix some quirks of the newer build systemKostas Nakos
svn-id: r32840
2008-06-29finish up new mixer changesKostas Nakos
svn-id: r32839
2008-06-29Updated to use new EngineMan.detectGames() API.Marcus Comstedt
svn-id: r32838
2008-06-29New Mixer API.Marcus Comstedt
svn-id: r32836
2008-06-29Small GP2X tidy (mostly svn:executable on scripts) and fixes needed to ↵John Willis
reflect "Patch ##1956946 (Audio::Mixer internal API revision)" svn-id: r32835