aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2007-12-29Added events for the middle mouse button - EVENT_MBUTTONDOWN and EVENT_MBUTTONUPPaul Gilbert
2007-12-28Modify DFSM::getSavePath to return a Common::String instead of a char*Max Horn
2007-12-28Change the checkPath() method to receive a String& instead of a char*, to mak...David Corrales
2007-12-28Fixed compilation.Torbjörn Andersson
2007-12-28Get rid of PSP / PalmOS hacks in DefaultSaveFileManager::getSavePathMax Horn
2007-12-28Patch #1859448: Add OSystem::getTimeAndDate APIEugene Sandulenko
2007-12-28Patch #1857121: Refactoring of the getSavePath methodEugene Sandulenko
2007-12-26Do not use SDL_WM_ToggleFullScreen, it's buggy on too many systems. Should fi...Max Horn
2007-12-25Removed obsolete commentMax Horn
2007-12-24ARM version of central ADPCM decoding block for NDS. Define ARM_ADPCM toRobin Watts
2007-12-24New version of palettised screen scaler for DS; uses LDMs and STMs to improveRobin Watts
2007-12-22Fixed mutex handling, and reverted sound callbacks to be from another thread ...Oystein Eftevaag
2007-12-21Scaler corruption fixes, scaler console fixes, adding Lure target (except it ...Neil Millstone
2007-12-21Remove a commentNeil Millstone
2007-12-21Implement exists() in DS file systemNeil Millstone
2007-12-20Do sound callbacks from the main thread instead of a separate one, to avoid s...Oystein Eftevaag
2007-12-20clear more executable bitsEugene Sandulenko
2007-12-20clear executable bitEugene Sandulenko
2007-12-16Patch #1847599: Several enhancements for the build systemMax Horn
2007-12-16default is not to build plugins yet, until the plugin system is reworkedKostas Nakos
2007-12-16reimplemented the freelook action to be more usable, ultimately targeted towa...Kostas Nakos
2007-12-16adding preliminary lure supportKostas Nakos
2007-12-15Remove bad workaround and change compiler options (no optimization, no inline)Chris Apers
2007-12-15Added missing symbol definitionChris Apers
2007-12-11Workaround for bug #1763018. Since Amiga key doesn't work as a modifier with ...Nicola Mettifogo
2007-12-10When renaming a savefile, close the old file before deleting it to avoid errors.Nicola Mettifogo
2007-12-10NDS: Put all blitters ASM functions in ITCM (can't hurt as long as there is s...Bertrand Augereau
2007-12-10NDS: Integrated Robin's LDRB * 2 -> LDRH + fixes(endianness & stack space) 14...Bertrand Augereau
2007-12-09Updated settingsLars Persson
2007-12-09NDS : Improved scaler profilingBertrand Augereau
2007-12-09NDS : Unrolled the scaler inner loop twice to do 16bits loadingBertrand Augereau
2007-12-09NDS : Integrated write gathering by Robin (+ fix)Bertrand Augereau
2007-12-09Expand ~/ to the HOME env var (see also patch #1846545)Max Horn
2007-12-09Obsolete fileChris Apers
2007-12-09Send default themepathChris Apers
2007-12-09Remove obsolete 68k version related codeChris Apers
2007-12-09Remove obsolete 68k version related codeChris Apers
2007-12-09Added support for Drascula and IgorChris Apers
2007-12-09Added support for Drascula and IgorChris Apers
2007-12-09CleanupChris Apers
2007-12-09Added functions required by T3 to prevent screen rotationChris Apers
2007-12-09Prevent manual screen rotation after application launchChris Apers
2007-12-09Fixed return keyChris Apers
2007-12-08Use "new" framework for compressed saves...Marcus Comstedt
2007-12-08Fixed bug in glob matching function.Marcus Comstedt
2007-12-07Enabled click-and-drag mouse mode for the right mouse button as well as the l...Oystein Eftevaag
2007-12-07Properly centered the image on screen after aspect ratio correctionOystein Eftevaag
2007-12-07NDS: A few cycles saved in the inner loop of the CPU scalerBertrand Augereau
2007-12-06NDS : ASM cpu scalers fixed, USING_ARM_BLITTERS backBertrand Augereau
2007-12-06Attempted fix for the DS blitters; looks like I was reading from dst andRobin Watts