aboutsummaryrefslogtreecommitdiff
path: root/backends/wince
AgeCommit message (Collapse)Author
2003-12-22Added abortNicolas Bacca
svn-id: r11850
2003-12-22Namespace fixNicolas Bacca
svn-id: r11849
2003-11-04Switch to the *real* file - apologies to those who tried to compile the old ↵Nicolas Bacca
one (but it seems nobody tried :p) svn-id: r11137
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
svn-id: r11132
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
svn-id: r10995
2003-10-12GameX is not supportedNicolas Bacca
svn-id: r10756
2003-10-12Moved build filesNicolas Bacca
svn-id: r10752
2003-10-12New config-manager updates, misc updatesNicolas Bacca
svn-id: r10751
2003-10-12Smarter partial blitting and better filter for 640x480 games ... hopefully ↵Nicolas Bacca
the last update before the rewrite svn-id: r10750
2003-10-12Re-add right click automatic mapping, lost on the branchNicolas Bacca
svn-id: r10748
2003-10-12True assertNicolas Bacca
svn-id: r10747
2003-10-12New config-manager, Add Broken Sword 2, Whole filesystem scan for smartphone ↵Nicolas Bacca
thanks to MS non standard storage mappings svn-id: r10746
2003-09-27OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵Max Horn
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430
2003-09-18Update project filesNicolas Bacca
svn-id: r10297
2003-09-18Add time.hNicolas Bacca
svn-id: r10296
2003-09-18Change includes, fix BASS slowdownsNicolas Bacca
svn-id: r10295
2003-09-18Remove one more hackery - actually a complete port rewrite would be needed ↵Nicolas Bacca
to get rid of all of them, I'm thinking about it :) svn-id: r10289
2003-09-17no need for this evil hackery; just always pretend 'F5' was pressed, the ↵Max Horn
Scumm engine will do the work from then svn-id: r10283
2003-08-06Added .ini parametersNicolas Bacca
svn-id: r9553
2003-08-05Update right click stuffNicolas Bacca
svn-id: r9523
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-08-01The (long) WinCE FAQ has arrived ...Nicolas Bacca
svn-id: r9388
2003-07-31added new header file backends/intern.h; removed some stuff from ↵Max Horn
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-21Fix for #775275 : debugger support on WinCENicolas Bacca
svn-id: r9114
2003-07-21Fix COMI detection - allow auto detection if only the main data file is presentNicolas Bacca
svn-id: r9113
2003-07-21Fix 774982Nicolas Bacca
svn-id: r9107
2003-07-20Bass skip fixNicolas Bacca
svn-id: r9101
2003-07-20Compile with new version stringNicolas Bacca
svn-id: r9100
2003-07-17Update project filesNicolas Bacca
svn-id: r9056
2003-07-16Fix compile without USE_VORBISNicolas Bacca
svn-id: r9048
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵Max Horn
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032
2003-07-13Get rid of additional version #define, add dynamic key ratesNicolas Bacca
svn-id: r8987
2003-07-13Get rid of additional version #define, default is now to disable HPC GameX ↵Nicolas Bacca
(does it even work ?) svn-id: r8986
2003-07-13Get rid of additional version #defineNicolas Bacca
svn-id: r8985
2003-07-13Add Sky dependencyNicolas Bacca
svn-id: r8983
2003-07-13Fix save key (EGA games)Nicolas Bacca
svn-id: r8982
2003-07-13Fix keyboard (Simon quit works) - Fix save key (EGA games) - Add Free Look keyNicolas Bacca
svn-id: r8981
2003-07-13Update events - BASS & Simon updates - Fix keyboard (Simon quit works) - Fix ↵Nicolas Bacca
save key (EGA games) svn-id: r8980
2003-07-13Add Free-Look keyNicolas Bacca
svn-id: r8979
2003-07-13Add Mac Simon, change Simon detection, update descriptionsNicolas Bacca
svn-id: r8978
2003-07-13Fix screen limit (Zak)Nicolas Bacca
svn-id: r8977
2003-07-08Update projectsNicolas Bacca
svn-id: r8872
2003-07-08New BASS subprojectNicolas Bacca
svn-id: r8871
2003-07-08Update to new virtual functions, protected members and so on, take oneNicolas Bacca
svn-id: r8870
2003-07-06some backend fixesMax Horn
svn-id: r8812
2003-07-05updated backends to use type MutexRefMax Horn
svn-id: r8776
2003-06-01Missed oneTravis Howell
svn-id: r8229
2003-06-01Rename SimonState to SimonEngineTravis Howell
svn-id: r8228