Bertrand Augereau
a866cb4ba0
NDS : Compile fix (savegames-related)
...
svn-id: r25700
2007-02-18 18:38:12 +00:00
Marcus Comstedt
138b7bea41
Accept zlib format files as well when reading.
...
svn-id: r25690
2007-02-18 16:55:40 +00:00
Max Horn
35009ebff7
Const correctness
...
svn-id: r25688
2007-02-18 15:40:59 +00:00
Lars Persson
dbd43fcb5a
Updated locations of created files to be uninstalled
...
svn-id: r25687
2007-02-18 15:12:23 +00:00
Marcus Comstedt
2bb012701a
flush()->finalize()
...
svn-id: r25683
2007-02-18 11:48:10 +00:00
Kostas Nakos
2a8e4ca876
correctly reinit sound output device
...
svn-id: r25682
2007-02-18 11:46:39 +00:00
Max Horn
7f07e6e48a
Replaced the old code for compressed savegames (which was using the 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-18 02:25:39 +00:00
Max Horn
e326f482c9
Get rid of Common::SaveFile
...
svn-id: r25666
2007-02-17 22:11:00 +00:00
Torbjörn Andersson
16e7a12878
Some very obvious cleanups.
...
svn-id: r25635
2007-02-16 17:13:29 +00:00
Max Horn
4db72c8762
Unified how we deal with (and how we generate) MIDI sysex messages -- in 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-16 13:30:41 +00:00
Neil Millstone
45ed48a860
Changes made for 0.9.1a beta2 release backported to trunk
...
svn-id: r25617
2007-02-15 23:23:03 +00:00
Bertrand Augereau
f01d2a1199
NDS : Added the cpu scaler option in dsoptions (even seem to work dynamically, at least in Maniac Mansion)
...
svn-id: r25561
2007-02-13 21:04:31 +00:00
Kostas Nakos
65acaf50e7
removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bit
...
svn-id: r25527
2007-02-12 17:25:36 +00:00
Joost Peters
beef3b3a87
remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was never working well on PSP
...
svn-id: r25489
2007-02-11 11:47:05 +00:00
Joost Peters
fb76c7d2e5
fix compilation / modularization update
...
svn-id: r25487
2007-02-11 11:24:37 +00:00
Max Horn
2232047695
The restriction on 'small' mouse cursors has been lifted quite some time 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 22:54:09 +00:00
Max Horn
af8cba43ac
Removed build.rules (hasn't been used by our build system for ages now)
...
svn-id: r25430
2007-02-08 22:27:47 +00:00
John Willis
b695628248
Update GP2X port to hack around the odd grabRawScreen issues. This is not a fix rather a workaround for now.
...
svn-id: r25420
2007-02-07 22:33:06 +00:00
John Willis
a7475dd590
Update GP2X ports helper scripts to support newer Open2x tool-chains (ones with the pragma pack patches).
...
svn-id: r25408
2007-02-07 15:57:55 +00:00
Kostas Nakos
b7160638bf
permit compilation with hq scalers disabled
...
svn-id: r25390
2007-02-04 17:45:00 +00:00
Max Horn
73c3625f1f
Fixing various doxygen warnings
...
svn-id: r25362
2007-02-03 21:37:52 +00:00
Kostas Nakos
9c5e62fb04
update to new detector
...
svn-id: r25355
2007-02-03 19:04:24 +00:00
Kostas Nakos
5dbf212775
set svn:ignore, sync makefile
...
svn-id: r25350
2007-02-03 17:45:27 +00:00
Marcus Comstedt
42593cb977
DetectedGameList -> GameList.
...
svn-id: r25235
2007-01-27 22:59:31 +00:00
Lars Persson
89ede9162f
Updated symbian builds for parallaction
...
svn-id: r25228
2007-01-27 20:34:54 +00:00
Max Horn
768852d010
Modified version of Torbjoern's patch from bug #1640420 (fixes an overflow in the default timer manager)
...
svn-id: r25165
2007-01-24 22:56:57 +00:00
Max Horn
aaf706a43d
Don't mkdir the default savepath whenever we startup; rather, mkdir (on 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 15:17:28 +00:00
Chris Apers
aed4ae10a7
Speed up mouse emulation with hires games
...
svn-id: r25148
2007-01-21 14:18:24 +00:00
Chris Apers
dd03b8f84b
Cleanup event code
...
Added key up for mouse buttons so that we can control Gobliiins and Touche properly
svn-id: r25147
2007-01-21 14:15:35 +00:00
Chris Apers
0ea9f49d67
Clenaup
...
svn-id: r25144
2007-01-21 09:58:18 +00:00
Chris Apers
d9e866398d
Clenaup
...
svn-id: r25143
2007-01-21 09:55:44 +00:00
Chris Apers
0e5871b0ae
Ooops, ooops ooops, bad source directory
...
svn-id: r25142
2007-01-21 09:54:27 +00:00
Chris Apers
e1eb9dde12
Ooops, collapsible only
...
svn-id: r25141
2007-01-21 09:10:56 +00:00
Eugene Sandulenko
cd8a5f3a98
First phase of detection-related plugins interface improvements. Now plugins
...
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 21:27:57 +00:00
Chris Apers
47b1321d15
Prepare Parallaction support (not working for now)
...
svn-id: r25133
2007-01-20 18:27:22 +00:00
Chris Apers
163803809e
Prepare Parallaction support (not working for now)
...
svn-id: r25132
2007-01-20 18:24:55 +00:00
Chris Apers
0e36e6b500
Added support fir hi-res games to standard PalmOS 5 devices (BS, TOuche, ...)
...
Added aspect ratio selection too
svn-id: r25131
2007-01-20 18:20:36 +00:00
Chris Apers
ecf5b465bb
Fixed mouse redraw with Touche
...
svn-id: r25130
2007-01-20 18:11:27 +00:00
Neil Millstone
0c82694f47
Ported changes from branch-0-9-0 to fix grabRawScreen(), and palette corruption.
...
svn-id: r25129
2007-01-20 17:29:20 +00:00
Neil Millstone
fe9682ac55
Adding libcartreset, fixing CD audio bug, adding DLDI support (defined out all other fat drivers)
...
svn-id: r25124
2007-01-19 21:47:10 +00:00
Neil Millstone
31abbc14ae
Changed to ARM7 for libcartreset
...
svn-id: r25123
2007-01-19 21:38:03 +00:00
Neil Millstone
bcef1cb04d
Adding libcartreset to ARM7 binary
...
svn-id: r25122
2007-01-19 21:36:47 +00:00
Chris Apers
4714f64440
Added missing grabRawScreen to OS5 backend
...
svn-id: r25081
2007-01-14 17:34:40 +00:00
Chris Apers
9e4502684c
Added:
...
- engines location auto-detection
- Apple IIgs platform
svn-id: r25080
2007-01-14 17:05:43 +00:00
Chris Apers
b500f02e61
Added static initializers to handle global objects allocation
...
svn-id: r25078
2007-01-14 11:02:24 +00:00
Kostas Nakos
9b3025deee
Fix backend timer problems. Also fix wrong sound mix rate in bass
...
svn-id: r25067
2007-01-11 21:53:30 +00:00
Lars Persson
203b93e49d
Updated makefiles to support touche and agos naming properly
...
svn-id: r24941
2006-12-28 12:14:58 +00:00
Lars Persson
8acfe5f557
Updated quit handling
...
svn-id: r24939
2006-12-28 09:12:58 +00:00
Bertrand Augereau
dfb325b88b
NDS : Scaler cleaning
...
svn-id: r24821
2006-12-09 14:14:58 +00:00
Bertrand Augereau
308f46aa9e
NDS : Scaler cleaning
...
svn-id: r24820
2006-12-09 13:42:00 +00:00