Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | Merged revisions ↵ | Stephen Kennedy | |
33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33450 | |||
2008-07-30 | - major re-factoring of VK - all GUI-related code has been abstracted to ↵ | Stephen Kennedy | |
VirtualKeyboardGUI class - fixed bug with parsing modifiers in VirtualKeyboardParser - fixed numerous GCC warnings svn-id: r33448 | |||
2008-07-29 | GCC compilation fixes | Stephen Kennedy | |
svn-id: r33430 | |||
2008-07-29 | SDL: Properly init vars related to mixer double buffering | Max Horn | |
svn-id: r33385 | |||
2008-07-28 | Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes ↵ | Nicola Mettifogo | |
can be added only to directory names. svn-id: r33350 | |||
2008-07-27 | Fix for ftell error when caching. HOF now starts properly | Lars Persson | |
svn-id: r33340 | |||
2008-07-27 | Fixed win32 plugin provider. | Johannes Schickel | |
svn-id: r33330 | |||
2008-07-27 | The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0 | Oystein Eftevaag | |
svn-id: r33326 | |||
2008-07-26 | VirtualKeyboard: | Stephen Kennedy | |
- implemented functionality for modifier keys - cleaned up parser - started on text display svn-id: r33317 | |||
2008-07-24 | KeymapManager - implemented loading/saving of keymaps | Stephen Kennedy | |
- Refactoring of code to map a key to a UserAction - now we call a method on UserAction to do it (and it then tells the Keymap class) - General cleanup of code svn-id: r33262 | |||
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 | AddedAdded MAD as default feature | Lars Persson | |
svn-id: r33218 | |||
2008-07-22 | Fixed seek problem when cached data is used. | Lars Persson | |
svn-id: r33210 | |||
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 |