aboutsummaryrefslogtreecommitdiff
path: root/dists
AgeCommit message (Collapse)Author
2008-08-08Keymapper WIP:Stephen Kennedy
* Got rid of default keymaps as they over-complicated the API * Remapping dialog WIP svn-id: r33699
2008-08-07* Moved VK code into backends/vkeybdStephen Kennedy
* Moved Keymapper code into backends/keymapper svn-id: r33681
2008-08-07* Removed Shape base classStephen Kennedy
* Reverted Rect to not derive from Shape * ImageMap now just uses Polygon's svn-id: r33680
2008-08-01Keymapper WIP:Stephen Kennedy
* Renamed UserAction to simply Action * Implemented simple automatic mapping algorithm svn-id: r33497
2008-07-30Merged 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-25Update MSVC project files for Parallaction.Kari Salminen
svn-id: r33287
2008-07-24KeymapManager - implemented loading/saving of keymapsStephen 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-23Enable Tinsel also for MSVC 7 & 7.1 & 9 in addition to MSVC 8.Kari Salminen
svn-id: r33239
2008-07-23Added extra defines and include for Tinsel projectPaul Gilbert
svn-id: r33238
2008-07-23Updated rest of the MSVC project and solution files for Tinsel.Kari Salminen
svn-id: r33233
2008-07-23Added the Tinsel engine to the Scummvm MSVC8 SolutionPaul Gilbert
svn-id: r33232
2008-07-23Replaced the out of date file list in the MSVC8 project with the proper file ↵Paul Gilbert
list svn-id: r33231
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
svn-id: r33230
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-21This is 0.13.0svn nowEugene Sandulenko
svn-id: r33160
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-19Keymap class implemented. KeymapManager and Keymapper classes startedStephen Kennedy
svn-id: r33107
2008-07-11Update MSVC project files.Kari Salminen
svn-id: r33004
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-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- renaming of filesStephen Kennedy
svn-id: r32942
2008-07-07- moved VirtualKeyboard files into backends/common directoryStephen Kennedy
svn-id: r32941
2008-07-04Updated MSVC project files (Added Parallaction's balloons.cpp).Kari Salminen
svn-id: r32904
2008-07-03VirtualKeyboardParser mostly completed - needs to be testedStephen Kennedy
svn-id: r32900
2008-07-01New lure.dat with corrections to the Italian stringsPaul Gilbert
svn-id: r32867
2008-06-30Updated MSVC project files for commit #32828Filippos Karapetis
svn-id: r32849
2008-06-14Updated MS Visual Studio project files for MusicPlugin.Vicent Marti
svn-id: r32701
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
svn-id: r32693
2008-06-10New version of drascula.dat, fixing the problem in the pendulum roomFilippos Karapetis
svn-id: r32659
2008-06-09Initial version of drascula.datFilippos Karapetis
svn-id: r32631
2008-06-09Updated the MSVC project files of the drascula engine (removed staticdata.h)Filippos Karapetis
svn-id: r32629
2008-06-07Update Drascula's MSVC project files for r32599.Kari Salminen
svn-id: r32601
2008-06-05recreated icon.png from scummvm_logo.svgAndre Heider
svn-id: r32565
2008-06-04Add missing runtime dataAndre Heider
svn-id: r32550
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
svn-id: r32547
2008-06-03Removed stringSupport.cpp/.h from the MSVC project files of the cruise engineFilippos Karapetis
svn-id: r32511
2008-06-02Updated the MSVC project files (added unarj.cpp/.h)Filippos Karapetis
svn-id: r32491
2008-05-30Updated the MSVC project files of the drascula engineFilippos Karapetis
svn-id: r32405
2008-05-28Updated the MSVC project files of the gob engine for commit #32352Filippos Karapetis
svn-id: r32353
2008-05-28Reverted commit #32344, apparently those defines are needed for the SCUMM ↵Filippos Karapetis
engine for older versions of MSVC svn-id: r32346
2008-05-28Added ENABLE directives for all ScummVM enginesFilippos Karapetis
svn-id: r32345
2008-05-28Remove the ENABLE_SCUMM_7_8 and ENABLE_HE directives from the SCUMM engine ↵Filippos Karapetis
MSVC project file. They'll be placed in the global ScummVM project svn-id: r32344
2008-05-26Update MSVC project files.Kari Salminen
svn-id: r32287
2008-05-26Updated the MSVC project files of the SAGA engineFilippos Karapetis
svn-id: r32284
2008-05-18add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - ↵Florian Kagerer
KYRA1: GFX problems with ITALIAN floppy) svn-id: r32175
2008-05-14Update MSVC project files.Kari Salminen
svn-id: r32119
2008-05-14Forgot to include screenfx.*Filippos Karapetis
svn-id: r32111
2008-05-14Updated the MSVC project files of the MADE engineFilippos Karapetis
svn-id: r32110
2008-05-14Add a pause when the script endsFilippos Karapetis
svn-id: r32109