aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
AgeCommit message (Collapse)Author
2005-04-10Gobliiins tweaksNicolas Bacca
svn-id: r17528
2005-04-09Remove usage of vsprintf in favour of vsnprintf and makeJonathan Gray
more use of STRINGBUFLEN. Some ports may need a new stub for this, discussed with Chrilith. svn-id: r17463
2005-03-26Update for 0.7.1Nicolas Bacca
svn-id: r17250
2005-03-26Add Insane Cheat actionNicolas Bacca
svn-id: r17243
2005-03-26Tweak WinCE timer re-entry workaround to play Insane sequencesNicolas Bacca
svn-id: r17242
2005-03-26Should fix key mapping issuesNicolas Bacca
svn-id: r17238
2005-03-16Fix head first crash. Virtual functions + one parameter added == fun :pNicolas Bacca
svn-id: r17167
2005-03-15fixed compilation for for overlay SDL latest changes, and formating code.Paweł Kołodziejski
Wince SDL port is currently broken, it crash at NULL _screen pointer while locking SDL surface inside OSystem_SDL::clearScreen() func svn-id: r17152
2005-03-09Patch #1013937 "OSystem layer with bigger resolution". Now you will alwaysEugene Sandulenko
get at least 640x400 window. And finally we have means of implementing nice looking GUI. Also updated all backends. If your backend has ability to run with 640x400 or 640x480 resolution then read patch tracker item to find out details. Other port maintainers shouldn't worry, as this patch doesn't affect them, they still get their 320x200. svn-id: r17055
2005-01-28Update to latest branch fixesNicolas Bacca
svn-id: r16683
2005-01-28Add isalnum for HPC compilerNicolas Bacca
svn-id: r16678
2005-01-27fix compilationPaweł Kołodziejski
svn-id: r16651
2005-01-09Ensure these headers match the rest of ScummVMMax Horn
svn-id: r16505
2005-01-04Fix uninitialized variable, fixes Hide Toolbar random failures - thanks iKiNicolas Bacca
svn-id: r16429
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-23Add Zone key support for Smartphones. Last commit for todayNicolas Bacca
svn-id: r16266
2004-12-21Update CE specific FAQNicolas Bacca
svn-id: r16248
2004-12-21Cleanup mouseclick emulation (and make the new about dialog happy)Nicolas Bacca
svn-id: r16222
2004-12-20Fix assertNicolas Bacca
svn-id: r16216
2004-12-20Re-add Smartphone support (sorry for the year lag :p)Nicolas Bacca
svn-id: r16215
2004-12-11OopsNicolas Bacca
svn-id: r16031
2004-12-11Update with SDL backend changes, untested yetNicolas Bacca
svn-id: r16028
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-11-26Trying to fix the WinCE/DC port breakage -- blindfolded, though, hence it ↵Max Horn
probably isn't enough to get things compiling again :-/ svn-id: r15897
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
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-30Oops newlineNicolas Bacca
svn-id: r13905
2004-05-30Ozone tweaks (add virtual screen and infos) / Fix initial keyboard bug ↵Nicolas Bacca
(Monkey 1 and 2) svn-id: r13904
2004-05-30Automatic severe crash reportingNicolas Bacca
svn-id: r13903
2004-05-30Some constants for our new friend, Windows Mobile 2003 SE aka Ozone aka oops ↵Nicolas Bacca
we broke GAPI svn-id: r13902
2004-05-09Do not delete pseudo stdout/stderr if debugging was requestedNicolas Bacca
svn-id: r13829
2004-05-09Synch with branch and Smartphone changes (Smartphone build not ready yet, ↵Nicolas Bacca
but getting ready slowly) svn-id: r13828
2004-05-09Separate PocketPC/Smartphone actionsNicolas Bacca
svn-id: r13827
2004-05-09Fix key mappingNicolas Bacca
svn-id: r13826
2004-05-09Remove GAPI hardware keys which is handled by SDL nowNicolas Bacca
svn-id: r13825
2004-05-09Add Zoom scaler and Smartphone scalerNicolas Bacca
svn-id: r13824
2004-05-09Add warning for unresolved conflictsNicolas Bacca
svn-id: r13823
2004-05-09Switch to EventsBufferNicolas Bacca
svn-id: r13822
2004-05-09Remove unused actionNicolas Bacca
svn-id: r13821
2004-05-09Tiny virtual keys changesNicolas Bacca
svn-id: r13820
2004-05-09Goodbye KeysBuffer, hello EventsBufferNicolas Bacca
svn-id: r13819
2004-05-09Switched to EventsBuffer for SmartphonesNicolas Bacca
svn-id: r13818
2004-04-09Renamed template class 'List' to 'Array', since that is really what it is (a ↵Max Horn
resizable array, not a linked list) svn-id: r13520
2004-03-28Remove explicit OSystem parameter from StackLock constructor; added ↵Max Horn
OSystem::displayMessageOnOSD (not yet used; default implementation provided) svn-id: r13413
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-03-17Fix for bug #917532 (GUI: BrowserDialog return value)Max Horn
svn-id: r13320
2004-03-03Add SDL information to track driver problemsNicolas Bacca
svn-id: r13171
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036