Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-03 | Change BS 1 & 2 to I & II (see discussion on -devel) | Max Horn | |
svn-id: r46951 | |||
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-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-11-10 | WINCE: List each object in MODULE_OBJS on its own line, for readability | Max Horn | |
svn-id: r45798 | |||
2009-11-09 | WINCE: Formatting fixes; added a FIXME to OSystem_WINCE3::checkOggHighSampleRate | Max Horn | |
svn-id: r45788 | |||
2009-11-06 | update readme for release | Kostas Nakos | |
svn-id: r45691 | |||
2009-10-16 | Update the WinCE panel image with the new style | Jordi Vilalta Prat | |
svn-id: r45155 | |||
2009-10-13 | Update the WinCE bar and the XPM images | Jordi Vilalta Prat | |
svn-id: r45017 | |||
2009-10-13 | Update some more icons (motomagx, gp2x, gp2xwiz and wince) | Jordi Vilalta Prat | |
svn-id: r45011 | |||
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-10-04 | Add some doxygen comments to WinCE scalers. Somebody should verify those. ↵ | Max Horn | |
Also note how SmartphoneLandscape's ARM asm version seems to do something different compared to the C version svn-id: r44642 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-28 | Removed the svn:executable property on non-executables | Andre Heider | |
svn-id: r44444 | |||
2009-09-28 | Fixed whitespace fail | Andre Heider | |
svn-id: r44442 | |||
2009-09-28 | Fix WinCE build error | Andre Heider | |
svn-id: r44441 | |||
2009-09-28 | revert previous fix | Kostas Nakos | |
svn-id: r44438 | |||
2009-09-28 | overload newer incarnation of setmousecursor | Kostas Nakos | |
svn-id: r44437 | |||
2009-09-28 | 1) fix scaler selection for vga games on vga (or higher) devices. 2) fix a ↵ | Kostas Nakos | |
crash during startup svn-id: r44435 | |||
2009-08-22 | Remove more warnings from wince build. | Robin Watts | |
svn-id: r43663 | |||
2009-08-22 | Eliminate more warnings for buildbot. | Robin Watts | |
svn-id: r43662 | |||
2009-08-22 | Attempt to remove some warnings in the wince build that occur on the buildbot's | Robin Watts | |
version of gcc (5.1) but don't occur on my local copy (4.1.0). svn-id: r43661 | |||
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-09 | update news files for 1.0.0rc1 release | Kostas Nakos | |
svn-id: r43179 | |||
2009-08-09 | removing support for flac (good riddance) and mpeg2 | Kostas Nakos | |
svn-id: r43178 | |||
2009-08-08 | forward port of wince 3.0 fix for paths from branch 0.13.0, r39978 | Kostas Nakos | |
svn-id: r43114 | |||
2009-08-07 | mouse up events need the same lovin' as mouse down events do. don't ↵ | Kostas Nakos | |
underestimate 'em. fixes bug #2833549 svn-id: r43102 | |||
2009-08-06 | overload showMouse to kill mouse shadows in kyra | Kostas Nakos | |
svn-id: r43088 | |||
2009-08-04 | got rid of superfluous semicolons | Kostas Nakos | |
svn-id: r43043 | |||
2009-08-04 | commit slightly modified patch #2828646: WINCE: Integrate Windows CE with ↵ | Kostas Nakos | |
the master build system svn-id: r43041 | |||
2009-08-04 | update readme (draft) | Kostas Nakos | |
svn-id: r43039 | |||
2009-08-04 | update Makefile | Kostas Nakos | |
svn-id: r43037 | |||
2009-08-04 | support made engine | Kostas Nakos | |
svn-id: r43035 | |||
2009-08-04 | add bindings for cruise engine | Kostas Nakos | |
svn-id: r43033 | |||
2009-08-02 | clean up and fix vga aspect scaler routines | Kostas Nakos | |
svn-id: r43008 | |||
2009-08-02 | rework mixer (re)init. fixes bug #2694722 | Kostas Nakos | |
svn-id: r43003 | |||
2009-07-27 | Add ARM code version of Normal2x scaler. | Robin Watts | |
Add ARM only aspect ratio correcting version of Normal2x scaler. Make WinCE port use Normal2x by default if the screen is large enough. Make WinCE port use aspect ratio correcting version if panel is hidden. svn-id: r42843 | |||
2009-07-21 | Add ARM code implementation of Scaler2x, and enable it for the WinCE | Robin Watts | |
port. svn-id: r42645 | |||
2009-07-19 | whoops, fix non-arm build (why? :-) ) | Kostas Nakos | |
svn-id: r42619 | |||
2009-07-19 | remove dead code leftover | Kostas Nakos | |
svn-id: r42615 | |||
2009-07-15 | New ARM code blending Smartphone landscale scaler for WinCE port. Seems to work | Robin Watts | |
in my mockup - I don't have a smartphone resolution device to test it. svn-id: r42516 | |||
2009-07-12 | oops, fix props | Kostas Nakos | |
svn-id: r42421 | |||
2009-07-12 | Apply patch 2802544: WINCE: Implement OSystem::engineInit to remove hack | Kostas Nakos | |
svn-id: r42419 | |||
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn | |
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-16 | Fix bug #2790461: "WINCE: Compilation broken" | Eugene Sandulenko | |
svn-id: r40624 | |||
2009-05-12 | Synced WinCE SDL backend with the changes in commit #40226. Hopefully, this ↵ | Filippos Karapetis | |
will fix bug #2790461 - "WINCE: Compilation broken" svn-id: r40475 | |||
2009-03-01 | add support for tinsel engine (off by default for the time being) | Kostas Nakos | |
svn-id: r39061 | |||
2009-03-01 | better detection of aspect-scalable resolutions | Kostas Nakos | |
svn-id: r39059 |