aboutsummaryrefslogtreecommitdiff
path: root/backends/wince/CEActionsPocket.cpp
AgeCommit message (Collapse)Author
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-05Last modifications for Actions to WinCE.Lars Persson
svn-id: r18500
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-04-10Gobliiins tweaksNicolas Bacca
svn-id: r17528
2005-03-26Add Insane Cheat actionNicolas Bacca
svn-id: r17243
2005-01-28Update to latest branch fixesNicolas Bacca
svn-id: r16683
2005-01-27fix compilationPaweł Kołodziejski
svn-id: r16651
2005-01-04Fix yet another copy&paste mistake from 0.6.1bNicolas Bacca
svn-id: r16428
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-21Cleanup mouseclick emulation (and make the new about dialog happy)Nicolas Bacca
svn-id: r16222
2004-12-20Re-add Smartphone support (sorry for the year lag :p)Nicolas Bacca
svn-id: r16215
2004-08-11Fix for bug #1007093 (GUI: removing game configuration from Launcher buggy); ↵Max Horn
moral: either document how things work, or at least provide well named constants for certain return values... using the cheap way out here, i.e. method (b) :-) svn-id: r14557
2004-05-09Separate PocketPC/Smartphone actionsNicolas Bacca
svn-id: r13827