aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2007-12-29Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUPPaul Gilbert
svn-id: r30068
2007-12-28Modify DFSM::getSavePath to return a Common::String instead of a char*Max Horn
svn-id: r30061
2007-12-28Change the checkPath() method to receive a String& instead of a char*, to ↵David Corrales
make code clearer. svn-id: r30060
2007-12-28Fixed compilation.Torbjörn Andersson
svn-id: r30050
2007-12-28Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePathMax Horn
svn-id: r30046
2007-12-28Patch #1859448: Add OSystem::getTimeAndDate APIEugene Sandulenko
svn-id: r30034
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
svn-id: r30032
2007-12-26Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should ↵Max Horn
fix bug #1705410. svn-id: r30006
2007-12-25Removed obsolete commentMax Horn
svn-id: r29992
2007-12-24ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM toRobin Watts
enable. Apparently may not be required as this isn't speed critical - but I've written it now, so seems a shame to lose it. svn-id: r29980
2007-12-24New version of palettised screen scaler for DS; uses LDMs and STMs to improveRobin Watts
performance on slow VRAM. svn-id: r29978
2007-12-22Fixed mutex handling, and reverted sound callbacks to be from another thread ↵Oystein Eftevaag
again svn-id: r29951
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ↵Neil Millstone
doesn't quite work yet), adding function keys to virtual keyboard svn-id: r29944
2007-12-21Remove a commentNeil Millstone
svn-id: r29943
2007-12-21Implement exists() in DS file systemNeil Millstone
svn-id: r29942
2007-12-20Do sound callbacks from the main thread instead of a separate one, to avoid ↵Oystein Eftevaag
some concurrency issues. Increased sound buffer size. Removed the extra mousemoved event sent before each click, no longer needed. And finally some minor gesturing tweaks. svn-id: r29931
2007-12-20clear more executable bitsEugene Sandulenko
svn-id: r29912
2007-12-20clear executable bitEugene Sandulenko
svn-id: r29910
2007-12-16Patch #1847599: Several enhancements for the build systemMax Horn
svn-id: r29889
2007-12-16default is not to build plugins yet, until the plugin system is reworkedKostas Nakos
svn-id: r29887
2007-12-16reimplemented the freelook action to be more usable, ultimately targeted ↵Kostas Nakos
towards lure but all engines benefit svn-id: r29886
2007-12-16adding preliminary lure supportKostas Nakos
svn-id: r29884
2007-12-15Remove bad workaround and change compiler options (no optimization, no inline)Chris Apers
svn-id: r29862
2007-12-15Added missing symbol definitionChris Apers
svn-id: r29861
2007-12-11Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ↵Nicola Mettifogo
SDL, we're allowing Amiga users to quit with Ctrl-z or Alt-x. This also fixes bug #1762886. svn-id: r29826
2007-12-10When renaming a savefile, close the old file before deleting it to avoid errors.Nicola Mettifogo
svn-id: r29818
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is ↵Bertrand Augereau
still room) svn-id: r29810
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) ↵Bertrand Augereau
14ms -> 13ms svn-id: r29809
2007-12-09Updated settingsLars Persson
svn-id: r29805
2007-12-09NDS : Improved scaler profilingBertrand Augereau
svn-id: r29803
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
svn-id: r29802
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
svn-id: r29801
2007-12-09Expand ~/ to the HOME env var (see also patch #1846545)Max Horn
svn-id: r29797
2007-12-09Obsolete fileChris Apers
svn-id: r29789
2007-12-09Send default themepathChris Apers
svn-id: r29788
2007-12-09Remove obsolete 68k version related codeChris Apers
svn-id: r29786
2007-12-09Remove obsolete 68k version related codeChris Apers
svn-id: r29785
2007-12-09Added support for Drascula and IgorChris Apers
svn-id: r29784
2007-12-09Added support for Drascula and IgorChris Apers
svn-id: r29783
2007-12-09CleanupChris Apers
svn-id: r29782
2007-12-09Added functions required by T3 to prevent screen rotationChris Apers
svn-id: r29780
2007-12-09Prevent manual screen rotation after application launchChris Apers
svn-id: r29779
2007-12-09Fixed return keyChris Apers
svn-id: r29778
2007-12-08Use "new" framework for compressed saves...Marcus Comstedt
svn-id: r29765
2007-12-08Fixed bug in glob matching function.Marcus Comstedt
svn-id: r29764
2007-12-07Enabled click-and-drag mouse mode for the right mouse button as well as the ↵Oystein Eftevaag
left button, and fixed a the mouse cursor being able to go 1 pixel off screen on one side svn-id: r29753
2007-12-07Properly centered the image on screen after aspect ratio correctionOystein Eftevaag
svn-id: r29750
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
svn-id: r29742
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
svn-id: r29740
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts
storing to src. D'Oh. Still untested, but this code is broken anyway (apparently) and is disabled, so I can't really make it any worse... svn-id: r29732