Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-02-03 | Fixing various doxygen warnings | Max Horn | |
svn-id: r25362 | |||
2007-02-03 | update to new detector | Kostas Nakos | |
svn-id: r25355 | |||
2007-02-03 | set svn:ignore, sync makefile | Kostas Nakos | |
svn-id: r25350 | |||
2007-01-27 | DetectedGameList -> GameList. | Marcus Comstedt | |
svn-id: r25235 | |||
2007-01-27 | Updated symbian builds for parallaction | Lars Persson | |
svn-id: r25228 | |||
2007-01-24 | Modified version of Torbjoern's patch from bug #1640420 (fixes an overflow ↵ | Max Horn | |
in the default timer manager) svn-id: r25165 | |||
2007-01-21 | Don't mkdir the default savepath whenever we startup; rather, mkdir (on ↵ | Max Horn | |
Unix/Symbian, at least) the savedir just before we need it, i.e. just before saving. Fixes bug #1504398 svn-id: r25150 | |||
2007-01-21 | Speed up mouse emulation with hires games | Chris Apers | |
svn-id: r25148 | |||
2007-01-21 | Cleanup event code | Chris Apers | |
Added key up for mouse buttons so that we can control Gobliiins and Touche properly svn-id: r25147 | |||
2007-01-21 | Clenaup | Chris Apers | |
svn-id: r25144 | |||
2007-01-21 | Clenaup | Chris Apers | |
svn-id: r25143 | |||
2007-01-21 | Ooops, ooops ooops, bad source directory | Chris Apers | |
svn-id: r25142 | |||
2007-01-21 | Ooops, collapsible only | Chris Apers | |
svn-id: r25141 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2007-01-20 | Prepare Parallaction support (not working for now) | Chris Apers | |
svn-id: r25133 | |||
2007-01-20 | Prepare Parallaction support (not working for now) | Chris Apers | |
svn-id: r25132 | |||
2007-01-20 | Added support fir hi-res games to standard PalmOS 5 devices (BS, TOuche, ...) | Chris Apers | |
Added aspect ratio selection too svn-id: r25131 | |||
2007-01-20 | Fixed mouse redraw with Touche | Chris Apers | |
svn-id: r25130 | |||
2007-01-20 | Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption. | Neil Millstone | |
svn-id: r25129 | |||
2007-01-19 | Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out ↵ | Neil Millstone | |
all other fat drivers) svn-id: r25124 | |||
2007-01-19 | Changed to ARM7 for libcartreset | Neil Millstone | |
svn-id: r25123 |