Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-14 | Add new KeyMappings (Debugger & Fast mode) for Symbian OS. | Lars Persson | |
svn-id: r26133 | |||
2007-03-13 | Updated Symbian Actions for proper ITE menu key. | Lars Persson | |
svn-id: r26125 | |||
2007-03-12 | Added mapping from '/' to '\' since Symbian OS does n't support mixed mode ↵ | Lars Persson | |
(\ and / in the same filename). svn-id: r26109 | |||
2007-03-11 | Reenabled window bit flags for automatica gzip header detection, and ↵ | Max Horn | |
documented which zlib version introduced the feature. Also enforce that zlib version svn-id: r26093 | |||
2007-03-11 | Adding extra wbits is not supported by all versions of zlib. If they should ↵ | Lars Persson | |
be present, please indicate which version of zlib that is required for correct operation. svn-id: r26092 | |||
2007-03-11 | Fixed '+' mode handling in symbian_fopen (at least this looks to me like it ↵ | Johannes Schickel | |
should be, I'm sorry if I got it wrong). svn-id: r26088 | |||
2007-03-11 | Added shared filed support using native file APIs. | Lars Persson | |
svn-id: r26087 | |||
2007-03-11 | Updated actions for symbian OS, memory limits for S60. | Lars Persson | |
svn-id: r26082 | |||
2007-03-10 | More fixes for MSVC8 warnings. | Eugene Sandulenko | |
svn-id: r26063 | |||
2007-03-09 | reduced dependency from windows-specific header files | Nicola Mettifogo | |
svn-id: r26034 | |||
2007-03-08 | Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls | Max Horn | |
svn-id: r26026 | |||
2007-03-08 | common/util.cpp needs fprintf; various std I/O functions are not used by ↵ | Max Horn | |
anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit svn-id: r26023 | |||
2007-03-08 | Replaced uses of fprintf() with warning() or error() | Max Horn | |
svn-id: r26022 | |||
2007-03-08 | Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ↵ | Max Horn | |
a FIXME comment (why is assert redefined in ds-fs.h ?) svn-id: r26020 | |||
2007-03-08 | Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines ↵ | Max Horn | |
means we can take advantage of namespaces) svn-id: r26019 | |||
2007-03-08 | Removed redundant code from gba_nds_fat.h (for some bizarre reason, the data ↵ | Max Horn | |
in this file was present twice) svn-id: r26018 | |||
2007-03-03 | Updated Icons for UIQ3 and updated #defs and fix for scalers. | Lars Persson | |
svn-id: r25953 | |||
2007-02-28 | Updated Symbian File handling to be able support AGI games, but do work due ↵ | Lars Persson | |
to a fluke in the AGI detection. svn-id: r25912 | |||
2007-02-27 | properly support saga and cine engines | Kostas Nakos | |
svn-id: r25893 | |||
2007-02-26 | support agi engine | Kostas Nakos | |
svn-id: r25880 | |||
2007-02-26 | added gfx and code to support spacebar and escape keys in the virtual ↵ | Kostas Nakos | |
keyboard (remember, Jubanka couldn't draw if his life depended on it :-) ). fixed (essentially added) support for the directional keys of the virtual keyboard (no idea why these were not implemented). svn-id: r25879 | |||
2007-02-24 | Add support for touche engine. | Kostas Nakos | |
Also, since QVGA smartphones can run any game, updated the action mappings to account for all of them. svn-id: r25830 | |||
2007-02-24 | temporarily fix automatic detection | Kostas Nakos | |
svn-id: r25817 | |||
2007-02-21 | Change an include to remove requirement of libfat | Neil Millstone | |
svn-id: r25773 | |||
2007-02-21 | Change an include to remove requirement of libfat | Neil Millstone | |
svn-id: r25772 | |||
2007-02-19 | Don't set ioFailed on EOS | Max Horn | |
svn-id: r25713 | |||
2007-02-18 | Added compressed-saves.cpp to base symbian makefile | Lars Persson | |
svn-id: r25706 | |||
2007-02-18 | NDS : The scaler profiling renders a white line (1 pixel / 1 ms) | Bertrand Augereau | |
svn-id: r25704 | |||
2007-02-18 | NDS : CPU scaler twiddling backup | Bertrand Augereau | |
svn-id: r25703 | |||
2007-02-18 | NDS : CPU scaler performance experiment | Bertrand Augereau | |
svn-id: r25702 | |||
2007-02-18 | NDS : Compile fix (savegames-related) | Bertrand Augereau | |
svn-id: r25700 | |||
2007-02-18 | Accept zlib format files as well when reading. | Marcus Comstedt | |
svn-id: r25690 | |||
2007-02-18 | Const correctness | Max Horn | |
svn-id: r25688 | |||
2007-02-18 | Updated locations of created files to be uninstalled | Lars Persson | |
svn-id: r25687 | |||
2007-02-18 | flush()->finalize() | Marcus Comstedt | |
svn-id: r25683 | |||
2007-02-18 | correctly reinit sound output device | Kostas Nakos | |
svn-id: r25682 | |||
2007-02-18 | Replaced the old code for compressed savegames (which was using the ↵ | Max Horn | |
gzopen/gzread/etc. API, and thuse tied to FILE/fopen/fread/etc.) with a new wrapper approach, which allows reading/writing gzip data via arbitrary SaveFile implementations, and thus can be used with custom savefile implementations svn-id: r25669 | |||
2007-02-17 | Get rid of Common::SaveFile | Max Horn | |
svn-id: r25666 | |||
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson | |
svn-id: r25635 | |||
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in ↵ | Max Horn | |
particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class) svn-id: r25630 | |||
2007-02-15 | Changes made for 0.9.1a beta2 release backported to trunk | Neil Millstone | |
svn-id: r25617 | |||
2007-02-13 | NDS : Added the cpu scaler option in dsoptions (even seem to work ↵ | Bertrand Augereau | |
dynamically, at least in Maniac Mansion) svn-id: r25561 | |||
2007-02-12 | removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bit | Kostas Nakos | |
svn-id: r25527 | |||
2007-02-11 | remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was ↵ | Joost Peters | |
never working well on PSP svn-id: r25489 | |||
2007-02-11 | fix compilation / modularization update | Joost Peters | |
svn-id: r25487 | |||
2007-02-08 | The 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-08 | Removed build.rules (hasn't been used by our build system for ages now) | Max Horn | |
svn-id: r25430 | |||
2007-02-07 | Update 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-07 | Update GP2X ports helper scripts to support newer Open2x tool-chains (ones ↵ | John Willis | |
with the pragma pack patches). svn-id: r25408 | |||
2007-02-04 | permit compilation with hq scalers disabled | Kostas Nakos | |
svn-id: r25390 |