Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-14 | WINCE: Add support for language auto-detection in WinCE | CeRiAl | |
2011-06-07 | WINCE: Use OSystem's _fsFactory slot | Max Horn | |
2011-06-07 | WINCE: Remove dead code | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-09 | WINCE: Run astyle over WinCE source files. | Johannes Schickel | |
2011-03-08 | WINCE: Make scummvm compile and run again for WinCE platform (patch #3202337) | Max Horn | |
2010-11-28 | WINCE: Remove obsolete openCD method | Max Horn | |
svn-id: r54543 | |||
2010-11-28 | WINCE: Fix main(), update config file handling, update module.mk | Max Horn | |
The WinCE backend will require many more changes to work again after the changes made to SDL backend. This is just a tiny first step towards this goal. svn-id: r54525 | |||
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn | |
svn-id: r48229 | |||
2009-11-18 | WINCE: Use correct include paths | Max Horn | |
svn-id: r45977 | |||
2009-11-18 | cleanup | Max Horn | |
svn-id: r45976 | |||
2009-11-18 | Modify WinCE, LinuxMoto and GP2xWiz backends to use ↵ | Max Horn | |
graphics/scaler/downscaler* code (untested as of now) svn-id: r45975 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-09-28 | overload newer incarnation of setmousecursor | Kostas Nakos | |
svn-id: r44437 | |||
2009-08-21 | Attempt to fix builds that use the ARM screen column clear code; add new | Robin Watts | |
bitdepth argument that was missing in ARM builds previously. Also fix a few warnings. Also fix the WinCE build which fails in the SDL init call with a missing bitdepth field. Untested at this point (build certainly gets further than before). Committing this seems reasonable, as it can't make it any worse :) svn-id: r43614 | |||
2009-08-06 | overload showMouse to kill mouse shadows in kyra | Kostas Nakos | |
svn-id: r43088 | |||
2009-07-12 | Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hack | Kostas Nakos | |
svn-id: r42419 | |||
2009-03-01 | better detection of aspect-scalable resolutions | Kostas Nakos | |
svn-id: r39059 | |||
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵ | Max Horn | |
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013 | |||
2009-01-04 | Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by ↵ | Kostas Nakos | |
CE. Scalers are pre-selected by magic on CE. Overriding these selections leads to crashes svn-id: r35728 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-18 | fix opening of config file + some cleanup | Kostas Nakos | |
svn-id: r35421 | |||
2008-12-04 | Some changes which will hopefully fix bug #2387217 - "WINCE: SVN trunk ↵ | Filippos Karapetis | |
compilation broken". I've done the changes based on the corresponding SDL backend functions. Please verify that everything is working correctly, as I don't have a WinCE device to test this svn-id: r35232 | |||
2008-08-25 | patch 1868881: ini option to disable doubletap rmb | Kostas Nakos | |
svn-id: r34141 | |||
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2007-12-30 | implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games ↵ | Kostas Nakos | |
have incorrect time & date svn-id: r30083 | |||
2007-12-16 | reimplemented the freelook action to be more usable, ultimately targeted ↵ | Kostas Nakos | |
towards lure but all engines benefit svn-id: r29886 | |||
2007-11-13 | got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495) | Kostas Nakos | |
svn-id: r29498 | |||
2007-10-28 | cleanup after framebuffer api changes | Kostas Nakos | |
svn-id: r29307 | |||
2007-09-26 | Compile fixes for WinCE build | Robin Watts | |
* wince-sdl.h: sdl-common.h is now sdl.h. Also, copied in definition of DF_UPDATE_EXPAND_1_PIXEL as this was no longer offered by sdl.h * CELauncherDialog.cpp: Updated to use modified FilingSystemNode. svn-id: r29104 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-06-09 | fix bugs 1734068, 1723144: cursor trails when scrolling | Kostas Nakos | |
svn-id: r27250 | |||
2007-06-03 | new functionality for the predictive input dialog for smartphones | Kostas Nakos | |
svn-id: r27071 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-28 | rewrote drawing loop in a more straightforward fashion, which also kills ↵ | Kostas Nakos | |
some bugs svn-id: r26668 | |||
2007-04-28 | add focus flag | Kostas Nakos | |
svn-id: r26662 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-02-12 | removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bit | Kostas Nakos | |
svn-id: r25527 | |||
2006-11-12 | Cleanup | Kostas Nakos | |
svn-id: r24702 | |||
2006-11-12 | Implement Fingolfin's modular backend timer, savefile and mixer managers | Kostas Nakos | |
svn-id: r24691 | |||
2006-10-10 | Merge ozone header | Kostas Nakos | |
svn-id: r24266 | |||
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos | |
svn-id: r24212 | |||
2006-07-01 | move ce port to its new home | Kostas Nakos | |
svn-id: r23366 |