aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2009-08-19PSP: throttle the number of updateScreen() callsJoost Peters
svn-id: r43539
2009-08-19Take advantage of extra memory on newer PSP modelsJoost Peters
svn-id: r43525
2009-08-18Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.Joost Peters
svn-id: r43519
2009-08-18PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to ↵Joost Peters
triangle svn-id: r43517
2009-08-18PSP: disable dosbox OPLJoost Peters
svn-id: r43514
2009-08-17PSP: increase optimization level and change clock rate to 333mhzJoost Peters
svn-id: r43498
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume ↵Joost Peters
for PSP svn-id: r43477
2009-08-15Fix compilation.Andre Heider
svn-id: r43393
2009-08-14PSP: add svn revision + build date to SFO title.Joost Peters
svn-id: r43386
2009-08-14PSP: also create param.sfo when building via configureJoost Peters
svn-id: r43384
2009-08-14add psp_clean build rule to clean up EBOOT.PBP and scummvm_stripped.elfJoost Peters
svn-id: r43377
2009-08-14PSP: create an EBOOT.PBP when building via configureJoost Peters
svn-id: r43369
2009-08-14Updated files from 1.0.0 branchLars Persson
svn-id: r43362
2009-08-12Fix formattingEugene Sandulenko
svn-id: r43307
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-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