Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-23 | Most of Keymapper class complete | Stephen Kennedy | |
DefaultEventManager now initialises Keymapper and passes key press events to it svn-id: r33227 | |||
2008-07-22 | Merged 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-21 | Changed pushEvent to use a const& argument | Stephen Kennedy | |
svn-id: r33175 | |||
2008-07-21 | Refactored 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-21 | Moved 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-20 | Solaris tr does not like character classes in some locales. Use "C" locale. | Marcus Comstedt | |
svn-id: r33143 | |||
2008-07-20 | a little more cleanup | Kostas Nakos | |
svn-id: r33142 | |||
2008-07-20 | modified patch #1882942 - optimize and kill code for really old platforms | Kostas Nakos | |
svn-id: r33141 | |||
2008-07-20 | WIP KeymapManager implementation, can only register/unregister keymaps. | Stephen Kennedy | |
svn-id: r33131 | |||
2008-07-20 | workaround for bogus findfirstfile. kyra now starts up correctly | Kostas Nakos | |
svn-id: r33120 | |||
2008-07-20 | Added "DEPDIR := .deps" in Makefile.ps2 | Max Lingua | |
Thanks Max [the other one] for pointing it out! svn-id: r33117 | |||
2008-07-20 | 1. Re-added "rpckbd" as in 0.11.0 | Max 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-19 | More WIP development of Keymap class | Stephen Kennedy | |
svn-id: r33113 | |||
2008-07-19 | Enable support to turn off ALL variations. all variation is most often the ↵ | Lars Persson | |
one used svn-id: r33109 | |||
2008-07-19 | eof was not working properly with caching | Lars Persson | |
svn-id: r33108 | |||
2008-07-19 | Keymap class implemented. KeymapManager and Keymapper classes started | Stephen Kennedy | |
svn-id: r33107 | |||
2008-07-18 | Fixed typo in filehandling | Lars Persson | |
svn-id: r33104 | |||
2008-07-18 | Introduced cache for filereading to fix slowness in AGOS among others. | Lars Persson | |
svn-id: r33099 | |||
2008-07-18 | Symbian soundsmixer update. (Compile fix) | Lars Persson | |
svn-id: r33098 | |||
2008-07-18 | In 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-17 | Committing PS2 changes on behalf of the other Max ;) | Max Horn | |
svn-id: r33089 | |||
2008-07-15 | Implemented audio double buffering (for now OSX only) | Max Horn | |
svn-id: r33075 | |||
2008-07-14 | Fixed code formatting | Max Horn | |
svn-id: r33056 | |||
2008-07-12 | Added 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-11 | Better 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-10 | Fixed a few warnings | Bertrand Augereau | |
svn-id: r32994 | |||
2008-07-09 | - added system delay to event loop, to reduce CPU usage | Stephen Kennedy | |
svn-id: r32979 | |||
2008-07-09 | DS: Backend changes for new mixer code | Neil Millstone | |
svn-id: r32978 | |||
2008-07-09 | Added 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-08 | set DEPDIR | Joost Peters | |
svn-id: r32969 | |||
2008-07-08 | Enable static engines -- time to start thinking about prx/plugin support! | Joost Peters | |
svn-id: r32968 | |||
2008-07-08 | changes for new Mixer API | Joost 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-07 | MILESTONE: 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 namespace | Stephen Kennedy | |
- updated XMLParser from Tanoku's branch svn-id: r32943 | |||
2008-07-07 | - renaming of files | Stephen Kennedy | |
svn-id: r32942 | |||
2008-07-07 | - moved VirtualKeyboard files into backends/common directory | Stephen Kennedy | |
svn-id: r32941 | |||
2008-07-07 | WIP: 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-07 | Don'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-06 | adjustments to the recent mixer api changes | Andre Heider | |
svn-id: r32924 | |||
2008-07-05 | Enable all engines. | Marcus Comstedt | |
svn-id: r32923 | |||
2008-06-30 | del instead of rm command | Lars Persson | |
svn-id: r32853 | |||
2008-06-29 | changes required for new mixer API + implement getMillis() and delayMillis() ↵ | Joost Peters | |
using gettimeofday() and usleep() resp. svn-id: r32846 | |||
2008-06-29 | fix some quirks of the newer build system | Kostas Nakos | |
svn-id: r32840 | |||
2008-06-29 | finish up new mixer changes | Kostas Nakos | |
svn-id: r32839 | |||
2008-06-29 | Updated to use new EngineMan.detectGames() API. | Marcus Comstedt | |
svn-id: r32838 | |||
2008-06-29 | New Mixer API. | Marcus Comstedt | |
svn-id: r32836 | |||
2008-06-29 | Small GP2X tidy (mostly svn:executable on scripts) and fixes needed to ↵ | John Willis | |
reflect "Patch ##1956946 (Audio::Mixer internal API revision)" svn-id: r32835 |