aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2007-01-14Added missing grabRawScreen to OS5 backendChris Apers
2007-01-14Added:Chris Apers
2007-01-14Added static initializers to handle global objects allocationChris Apers
2007-01-11Fix backend timer problems. Also fix wrong sound mix rate in bassKostas Nakos
2006-12-28Updated makefiles to support touche and agos naming properlyLars Persson
2006-12-28Updated quit handlingLars Persson
2006-12-09NDS : Scaler cleaningBertrand Augereau
2006-12-09NDS : Scaler cleaningBertrand Augereau
2006-12-09NDS : Scaler optimization 43 -> 33 msBertrand Augereau
2006-12-09NDS : More blitters stuffBertrand Augereau
2006-12-07NDS : Micro-optimizations for the software blitter (table lookup for div by 5...Bertrand Augereau
2006-12-06NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-06NDS : CPU scaler profiling (currently 50ms ouch)Bertrand Augereau
2006-12-03NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-03Patch #1605290: Change quit shortcut for Amiga to match style guideMax Horn
2006-12-02NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-02NDS : Micro-optimizations for the software blitterBertrand Augereau
2006-12-01svn-id: r24799Neil Millstone
2006-12-01Adding new M3SD driverNeil Millstone
2006-11-25DS : The hi-quality scaler works on the secondary screenBertrand Augereau
2006-11-25DS : High quality scaling.Bertrand Augereau
2006-11-20Removing bad default implementation of grabRawScreen in the PalmOS port (it w...Max Horn
2006-11-19DS : Compilation fix when USE_DEBUGGER is not definedBertrand Augereau
2006-11-13Implement FR #1595534: "Touche: Aspect Ratio Correction"Eugene Sandulenko
2006-11-12CleanupKostas Nakos
2006-11-12Implement Fingolfin's modular backend timer, savefile and mixer managersKostas Nakos
2006-11-12Patch #1594533: morphos fs backendMax Horn
2006-11-04Added Touche engine supportChris Apers
2006-11-04Fixed and updated Palm save managerChris Apers
2006-11-03Adding M3 file missing from last commit.Neil Millstone
2006-11-03Merging in changes made in branch for 0.9.1 release into trunkNeil Millstone
2006-11-01Added Audio::Mixer::setReady method to work around bug #1588848Max Horn
2006-10-28Simon -> AGOSChris Apers
2006-10-28New modular backend implementationChris Apers
2006-10-26Increase timer accuracy againMax Horn
2006-10-25Rewrote the DefaultTimerManager to use a priority queue instead of a fixed si...Max Horn
2006-10-25Update GP2X port to support Fingolfin's ongoing implementation of the Modular...John Willis
2006-10-25DS : Blind backends changes to comply to fingolfin's changesBertrand Augereau
2006-10-25DS : Yet another scaling helpersBertrand Augereau
2006-10-25DS backend : Compile fixes for the new backends system, still needs plugging ...Bertrand Augereau
2006-10-25Compile fixBertrand Augereau
2006-10-25DS : 320*PAL8 to 256*1555 line scalerBertrand Augereau
2006-10-22delayMillis() should now cope with delays over 20 minutes without overflowing.Marcus Comstedt
2006-10-22Removed timerproc and soundproc.Marcus Comstedt
2006-10-22Modularization.Marcus Comstedt
2006-10-22Check for degenerated rect in copyRectTo*.Marcus Comstedt
2006-10-22Removed unused return value & param from DefaultTimerManager::handler()Max Horn
2006-10-22SDL backend: got rid of setTimerCallback and clearSoundCallbackMax Horn
2006-10-22Tweaked the NULL backend to match my recent backend changesMax Horn
2006-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn