aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2007-02-15Changes made for 0.9.1a beta2 release backported to trunkNeil Millstone
svn-id: r25617
2007-02-13NDS : Added the cpu scaler option in dsoptions (even seem to work ↵Bertrand Augereau
dynamically, at least in Maniac Mansion) svn-id: r25561
2007-02-12removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bitKostas Nakos
svn-id: r25527
2007-02-11remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was ↵Joost Peters
never working well on PSP svn-id: r25489
2007-02-11fix compilation / modularization updateJoost Peters
svn-id: r25487
2007-02-08The restriction on 'small' mouse cursors has been lifted quite some time ↵Max Horn
ago; PalmOS and WinCE port should be extended accordingly (in particular, the PalmOS port would silently overwrite its memory when big cursors are used) svn-id: r25431
2007-02-08Removed build.rules (hasn't been used by our build system for ages now)Max Horn
svn-id: r25430
2007-02-07Update GP2X port to hack around the odd grabRawScreen issues. This is not a ↵John Willis
fix rather a workaround for now. svn-id: r25420
2007-02-07Update GP2X ports helper scripts to support newer Open2x tool-chains (ones ↵John Willis
with the pragma pack patches). svn-id: r25408
2007-02-04permit compilation with hq scalers disabledKostas Nakos
svn-id: r25390
2007-02-03Fixing various doxygen warningsMax Horn
svn-id: r25362
2007-02-03update to new detectorKostas Nakos
svn-id: r25355
2007-02-03set svn:ignore, sync makefileKostas Nakos
svn-id: r25350
2007-01-27DetectedGameList -> GameList.Marcus Comstedt
svn-id: r25235
2007-01-27Updated symbian builds for parallactionLars Persson
svn-id: r25228
2007-01-24Modified version of Torbjoern's patch from bug #1640420 (fixes an overflow ↵Max Horn
in the default timer manager) svn-id: r25165
2007-01-21Don't mkdir the default savepath whenever we startup; rather, mkdir (on ↵Max Horn
Unix/Symbian, at least) the savedir just before we need it, i.e. just before saving. Fixes bug #1504398 svn-id: r25150
2007-01-21Speed up mouse emulation with hires gamesChris Apers
svn-id: r25148
2007-01-21Cleanup event codeChris Apers
Added key up for mouse buttons so that we can control Gobliiins and Touche properly svn-id: r25147
2007-01-21ClenaupChris Apers
svn-id: r25144
2007-01-21ClenaupChris Apers
svn-id: r25143
2007-01-21Ooops, ooops ooops, bad source directoryChris Apers
svn-id: r25142
2007-01-21Ooops, collapsible onlyChris Apers
svn-id: r25141
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134
2007-01-20Prepare Parallaction support (not working for now)Chris Apers
svn-id: r25133
2007-01-20Prepare Parallaction support (not working for now)Chris Apers
svn-id: r25132
2007-01-20Added support fir hi-res games to standard PalmOS 5 devices (BS, TOuche, ...)Chris Apers
Added aspect ratio selection too svn-id: r25131
2007-01-20Fixed mouse redraw with ToucheChris Apers
svn-id: r25130
2007-01-20Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.Neil Millstone
svn-id: r25129
2007-01-19Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out ↵Neil Millstone
all other fat drivers) svn-id: r25124
2007-01-19Changed to ARM7 for libcartresetNeil Millstone
svn-id: r25123
2007-01-19Adding libcartreset to ARM7 binaryNeil Millstone
svn-id: r25122
2007-01-14Added missing grabRawScreen to OS5 backendChris Apers
svn-id: r25081
2007-01-14Added:Chris Apers
- engines location auto-detection - Apple IIgs platform svn-id: r25080
2007-01-14Added static initializers to handle global objects allocationChris Apers
svn-id: r25078
2007-01-11Fix backend timer problems. Also fix wrong sound mix rate in bassKostas Nakos
svn-id: r25067
2006-12-28Updated makefiles to support touche and agos naming properlyLars Persson
svn-id: r24941
2006-12-28Updated quit handlingLars Persson
svn-id: r24939
2006-12-09NDS : Scaler cleaningBertrand Augereau
svn-id: r24821
2006-12-09NDS : Scaler cleaningBertrand Augereau
svn-id: r24820
2006-12-09NDS : Scaler optimization 43 -> 33 msBertrand Augereau
svn-id: r24819
2006-12-09NDS : More blitters stuffBertrand Augereau
svn-id: r24818
2006-12-07NDS : Micro-optimizations for the software blitter (table lookup for div by ↵Bertrand Augereau
5 : 51ms -> 43ms) svn-id: r24817
2006-12-06NDS : Micro-optimizations for the software blitterBertrand Augereau
svn-id: r24811
2006-12-06NDS : CPU scaler profiling (currently 50ms ouch)Bertrand Augereau
svn-id: r24810
2006-12-03NDS : Micro-optimizations for the software blitterBertrand Augereau
svn-id: r24804
2006-12-03Patch #1605290: Change quit shortcut for Amiga to match style guideMax Horn
svn-id: r24803
2006-12-02NDS : Micro-optimizations for the software blitterBertrand Augereau
svn-id: r24802
2006-12-02NDS : Micro-optimizations for the software blitterBertrand Augereau
svn-id: r24801
2006-12-01svn-id: r24799Neil Millstone