aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2007-03-10More fixes for MSVC8 warnings.Eugene Sandulenko
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-08Explicitly #include fcntl.h and unistd.h for the open/write/close syscallsMax Horn
2007-03-08common/util.cpp needs fprintf; various std I/O functions are not used by anyt...Max Horn
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
2007-03-08Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ...Max Horn
2007-03-08Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines mean...Max Horn
2007-03-08Removed redundant code from gba_nds_fat.h (for some bizarre reason, the data ...Max Horn
2007-03-03Updated Icons for UIQ3 and updated #defs and fix for scalers.Lars Persson
2007-02-28Updated Symbian File handling to be able support AGI games, but do work due t...Lars Persson
2007-02-27properly support saga and cine enginesKostas Nakos
2007-02-26support agi engineKostas Nakos
2007-02-26added gfx and code to support spacebar and escape keys in the virtual keyboar...Kostas Nakos
2007-02-24Add support for touche engine.Kostas Nakos
2007-02-24temporarily fix automatic detectionKostas Nakos
2007-02-21Change an include to remove requirement of libfatNeil Millstone
2007-02-21Change an include to remove requirement of libfatNeil Millstone
2007-02-19Don't set ioFailed on EOSMax Horn
2007-02-18Added compressed-saves.cpp to base symbian makefileLars Persson
2007-02-18NDS : The scaler profiling renders a white line (1 pixel / 1 ms)Bertrand Augereau
2007-02-18NDS : CPU scaler twiddling backupBertrand Augereau
2007-02-18NDS : CPU scaler performance experimentBertrand Augereau
2007-02-18NDS : Compile fix (savegames-related)Bertrand Augereau
2007-02-18Accept zlib format files as well when reading.Marcus Comstedt
2007-02-18Const correctnessMax Horn
2007-02-18Updated locations of created files to be uninstalledLars Persson
2007-02-18flush()->finalize()Marcus Comstedt
2007-02-18correctly reinit sound output deviceKostas Nakos
2007-02-18Replaced the old code for compressed savegames (which was using the gzopen/gz...Max Horn
2007-02-17Get rid of Common::SaveFileMax Horn
2007-02-16Some very obvious cleanups.Torbjörn Andersson
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2007-02-15Changes made for 0.9.1a beta2 release backported to trunkNeil Millstone
2007-02-13NDS : Added the cpu scaler option in dsoptions (even seem to work dynamically...Bertrand Augereau
2007-02-12removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bitKostas Nakos
2007-02-11remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was neve...Joost Peters
2007-02-11fix compilation / modularization updateJoost Peters
2007-02-08The restriction on 'small' mouse cursors has been lifted quite some time ago;...Max Horn
2007-02-08Removed build.rules (hasn't been used by our build system for ages now)Max Horn
2007-02-07Update GP2X port to hack around the odd grabRawScreen issues. This is not a f...John Willis
2007-02-07Update GP2X ports helper scripts to support newer Open2x tool-chains (ones wi...John Willis
2007-02-04permit compilation with hq scalers disabledKostas Nakos
2007-02-03Fixing various doxygen warningsMax Horn
2007-02-03update to new detectorKostas Nakos
2007-02-03set svn:ignore, sync makefileKostas Nakos
2007-01-27DetectedGameList -> GameList.Marcus Comstedt
2007-01-27Updated symbian builds for parallactionLars Persson
2007-01-24Modified version of Torbjoern's patch from bug #1640420 (fixes an overflow in...Max Horn
2007-01-21Don't mkdir the default savepath whenever we startup; rather, mkdir (on Unix/...Max Horn
2007-01-21Speed up mouse emulation with hires gamesChris Apers