Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-03-01 | slight correction | Kostas Nakos | |
svn-id: r39044 | |||
2009-03-01 | modified patch in bug #2644574: fix build | Kostas Nakos | |
svn-id: r39043 | |||
2009-02-21 | update readme for release 0.13.0 | Kostas Nakos | |
svn-id: r38731 | |||
2009-02-21 | proper fix for random crashes with vga devices | Kostas Nakos | |
svn-id: r38726 | |||
2009-02-16 | fix random crashes on vga devices when using exotic scalers | Kostas Nakos | |
svn-id: r38352 | |||
2009-02-15 | add support for groovie | Kostas Nakos | |
svn-id: r38288 | |||
2009-02-15 | enable tucker and groovie engines | Kostas Nakos | |
svn-id: r38275 | |||
2009-02-15 | add support for tucker | Kostas Nakos | |
svn-id: r38273 | |||
2009-02-14 | apply patch by Fingolfin to optimize scalers + more | Kostas Nakos | |
svn-id: r36338 | |||
2009-02-14 | update to newer overlay interface | Kostas Nakos | |
svn-id: r36336 | |||
2009-02-11 | cleanup | Max Horn | |
svn-id: r36270 | |||
2009-01-30 | Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵ | Max Horn | |
potential errors in WinCE & GP2x, too) svn-id: r36146 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
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 | had forgotten the case of a rect being partially off the top of the screen ↵ | Kostas Nakos | |
(and not the bottom at the same time). fixes bug #2470228 svn-id: r35733 | |||
2009-01-04 | fix bug #2480870: crash when shaking (not stirring) | Kostas Nakos | |
svn-id: r35731 | |||
2009-01-04 | follow new SAGA engine defines | Kostas Nakos | |
svn-id: r35729 | |||
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-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵ | Johannes Schickel | |
gui/GuiManager.h svn-id: r35668 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-28 | workaround for ce's limitation of cwd in _access too | Kostas Nakos | |
svn-id: r35594 | |||
2008-12-28 | fix buggy repaints caused by multiple calls to the overlay toggles | Kostas Nakos | |
svn-id: r35593 |