aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2009-08-11Include vkeybd default pack into installation fileLars Persson
svn-id: r43263
2009-08-11Enable virtual keyboard support, since qvga gfx is now supported. Lars Persson
svn-id: r43262
2009-08-11Updated actions to support tinsel and made (from CE version)Lars Persson
svn-id: r43260
2009-08-11Updated with m4.dat fileLars Persson
svn-id: r43257
2009-08-10Remove unused variables.Johannes Schickel
svn-id: r43216
2009-08-10Option "desired_screen_aspect_ratio" for fullscreen mode in the SDL backendBertrand Augereau
Shortcoming: the picture is not centered svn-id: r43214
2009-08-09update news files for 1.0.0rc1 releaseKostas Nakos
svn-id: r43179
2009-08-09removing support for flac (good riddance) and mpeg2Kostas Nakos
svn-id: r43178
2009-08-09GP2X: Commit local version of backend, contains a 'fix' to work around a ↵John Willis
GP2X SDL 'feature' that was removing the ability to disable aspect ratio correction. Also misc cleanup and changes to default volume levels to cut down on sample clipping. svn-id: r43167
2009-08-08tweaked the mapped keys to reintroduce SHIFT for mass adding gamesAndre Heider
svn-id: r43117
2009-08-08forward port of wince 3.0 fix for paths from branch 0.13.0, r39978Kostas Nakos
svn-id: r43114
2009-08-07mouse 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-06overload showMouse to kill mouse shadows in kyraKostas Nakos
svn-id: r43088
2009-08-04got rid of superfluous semicolonsKostas Nakos
svn-id: r43043
2009-08-04commit slightly modified patch #2828646: WINCE: Integrate Windows CE with ↵Kostas Nakos
the master build system svn-id: r43041
2009-08-04update readme (draft)Kostas Nakos
svn-id: r43039
2009-08-04update MakefileKostas Nakos
svn-id: r43037
2009-08-04support made engineKostas Nakos
svn-id: r43035
2009-08-04add bindings for cruise engineKostas Nakos
svn-id: r43033
2009-08-03GP2XWiz: Fix bug with downscaled cursors.John Willis
svn-id: r43029
2009-08-02GP2XWiz/SDL: Fix 2 small typos.John Willis
svn-id: r43010
2009-08-02clean up and fix vga aspect scaler routinesKostas Nakos
svn-id: r43008
2009-08-02GP2XWiz: More cleanup of render code and fix silly screen update bug when ↵John Willis
reverting to a 320*2xx game from a 640*4xx game. Dirty rect code for downscaled images still needs work. svn-id: r43007
2009-08-02rework mixer (re)init. fixes bug #2694722Kostas Nakos
svn-id: r43003
2009-07-31GP2XWiz: Small cleanup of render code to slave as much of loadGFXMode() code ↵John Willis
back to the OSystem_SDL::loadGFXMode(). version. Also update README-GP2XWIZ. svn-id: r42964
2009-07-31GP2X: Clean up README-GP2X and remove HTML version of it from SVN (no one ↵John Willis
ever reads it and the WiKi is more upto date). svn-id: r42959
2009-07-30DS: Started work on a new build system for the Nintendo DS port, based on ↵Max Horn
configure (and thus suitable for buildbot). Currently only the ARM7 part is 'done' svn-id: r42939
2009-07-30NDS: Changed jtypes.h to ndstypes.h (this 'newer' name has been in effect ↵Max Horn
even in the older versions of DevKitPro used for compiling ScummVM...) svn-id: r42937
2009-07-28GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM ↵John Willis
scaler from the WinCE backend (Maybe this should be moved into /graphics/scalers at some point?). Also enable all the ARM optemised routines in this and the GP2X backend. svn-id: r42863
2009-07-27GP2XWiz: Update GP2X Wiz bundle.sh to copy libraries into the distribution ↵John Willis
file from the tool chain where the libraries are broken on the device. Also add LD_LIBRARY_PATH 'hack' to launch script to ensure bundled libraries are used over system ones. svn-id: r42847
2009-07-27Add 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-26Create IP.BIN.Marcus Comstedt
svn-id: r42825
2009-07-26Virtual Keyboard: Update default keyboard pack using slightly tweaked ↵John Willis
versions of the graphics very kindly provided by Carl Mitchell. Also update xml file to make best use of the keyboard graphics and add the 'delete' event in addition the passing backspace back to the calling textarea. svn-id: r42807
2009-07-25GP2X Backend: Volume control code cleanup.John Willis
svn-id: r42785
2009-07-25Yet another fix for the GP2x backend.Johannes Schickel
svn-id: r42761
2009-07-25Fix gp2x port building.Johannes Schickel
svn-id: r42759
2009-07-25Move the event recorder to its own class (EventRecoder inside ↵Johannes Schickel
common/EventRecorder.[h/cpp]). svn-id: r42751
2009-07-25Add enum which marks global priorites of the EventManager event dispatcher.Johannes Schickel
svn-id: r42729
2009-07-25- EventDispatcher is no longer a singleton.Johannes Schickel
- Add "getEventDispatcher" method to EventManager. svn-id: r42728
2009-07-25- Adapt DefaultEventManager to use Common::ArtificialEventSourceJohannes Schickel
- Adapt Keymapper to implement EventMapper interface svn-id: r42727
2009-07-25Change DefaultEventManager to use EventDispatcher.Johannes Schickel
svn-id: r42725
2009-07-25Made DefaultEventManager a subclass of EventObserver.Johannes Schickel
svn-id: r42723
2009-07-25Replaced "_artificialEventQueue" by an EventSource.Johannes Schickel
svn-id: r42722
2009-07-25Got rid of EventManger::artificialEventQueue.Johannes Schickel
svn-id: r42719
2009-07-25Replace "EventProvider" class of the DefaultEventManager implementation with ↵Johannes Schickel
"Common::EventSource". svn-id: r42718
2009-07-21Add ARM code implementation of Scaler2x, and enable it for the WinCERobin Watts
port. svn-id: r42645
2009-07-19whoops, fix non-arm build (why? :-) )Kostas Nakos
svn-id: r42619
2009-07-19remove dead code leftoverKostas Nakos
svn-id: r42615
2009-07-15New ARM code blending Smartphone landscale scaler for WinCE port. Seems to workRobin Watts
in my mockup - I don't have a smartphone resolution device to test it. svn-id: r42516
2009-07-14Split the iPhone OSystem class up into several filesOystein Eftevaag
svn-id: r42479