aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-05Update argv to new detectorNicolas Bacca
svn-id: r4200
2002-05-05Added the 'MKID' macro the the ids to make big endian people happy.Lionel Ulmer
svn-id: r4199
2002-05-05Make the bundle parser code a little cleaner :)James Brown
svn-id: r4198
2002-05-05Fix Dig bundle 'clicking'James Brown
svn-id: r4197
2002-05-04Change the 'poperty' call to be 64-bits clean.Lionel Ulmer
Porters, please check that I did not break anything while updating your ports. Thanks :-) svn-id: r4196
2002-05-04More SMUSH patches by aquadran: Implement code 4.James Brown
svn-id: r4195
2002-05-04don't interpolate the leftmost column with the right most column when using ↵Max Horn
interpolating scalers svn-id: r4194
2002-05-04automatic detecion of MT32 vs. GM midi; removed obsolete -r command line optionMax Horn
svn-id: r4193
2002-05-04rewrote large parts of the SDL gfx code, fixing the 'shaking' mode and also ↵Max Horn
simplifying the code (well, I hope <g>) svn-id: r4192
2002-05-04my version of MAD (0.14.2b) has no MAD_ERROR_NONE; where did that come from?Max Horn
svn-id: r4191
2002-05-04corrected key bindings that switch between gfx modesMax Horn
svn-id: r4190
2002-05-04enabled MP3 support for OS XMax Horn
svn-id: r4189
2002-05-04added 1x as an alias for the 'normal' graphics mode (seemed logical since we ↵Max Horn
also have 2x and 3x) svn-id: r4188
2002-05-04added some simple (8bit) 1x/2x/3x scalers, could probably be optimizedMax Horn
svn-id: r4187
2002-05-03Finally easier than what I thought... Removed the last 'float' fromLionel Ulmer
the sound code :-) People with LoomCD and MP3 tracks should test that I did not break anything. svn-id: r4186
2002-05-03Fixed a 'file descriptor' leak in the MP3 tracks cachingLionel Ulmer
system. Rewrote a bit the call to the MAD timer API. svn-id: r4185
2002-05-03Remove floating point in the MP3 volume control (baaaaaaaad on PDAsLionel Ulmer
like the iPAQ where no FPU is present). Instead replace it by a '32 level' volume control. svn-id: r4184
2002-05-03SFX and Music volumes are now game-specific.Nicolas Noble
svn-id: r4183
2002-05-03Add a quick dynamic test to see if the memory options (endianness andLionel Ulmer
alignement) corresponds to what the CPU expects. This could help stop bugs early on some platforms to almost no loss of start-up speed. svn-id: r4182
2002-05-03REALLY fix -m. For sure. Trust me. :)James Brown
svn-id: r4181
2002-05-03Fix -m option.James Brown
svn-id: r4180
2002-05-03Use Makefile.common like the rest.Marcus Comstedt
svn-id: r4179
2002-05-03Update default tempo readme/help text.James Brown
svn-id: r4178
2002-05-03Fix debian 'rules' tabbing by braindead editor.James Brown
svn-id: r4177
2002-05-03Fix lintian errors in debian package.James Brown
svn-id: r4176
2002-05-02Clarified the '-t' option help text (by showing 0x1F0000 instead ofLionel Ulmer
1F0000). svn-id: r4175
2002-05-02Fixed the command line parsing for the parameters with optionnalLionel Ulmer
values. This may well break the config file changes. I am waiting for Pixel to get back to ask him to explain his wonderful API :-) svn-id: r4174
2002-05-02Add hotkey for advmame2xJames Brown
svn-id: r4173
2002-05-02Change default tempos.James Brown
svn-id: r4172
2002-05-02My code really need that free(NULL) is valid BBrox... =)Nicolas Noble
And arisme you were SOO right! How was my code working before?!? svn-id: r4171
2002-05-01Well, one small commit before going to bed to regain the commit kingLionel Ulmer
(damn Arisme :-) ). This fixes a warning found out by Valgrind when playing the Smush movies in TheDig. svn-id: r4170
2002-05-01Start of volume support + mixer pauseNicolas Bacca
svn-id: r4169
2002-05-01Moved loom music synch to the playing functionNicolas Bacca
svn-id: r4168
2002-05-01Fixed new domain create (Pixel, please recheck :))Nicolas Bacca
svn-id: r4167
2002-05-01Update to new configuration system, fixed right click, fixed landscape mode ↵Nicolas Bacca
display bug svn-id: r4166
2002-05-01Pause and start of volume supportNicolas Bacca
svn-id: r4165
2002-05-01Set GFX_NORMAL on WinCE, oopsNicolas Bacca
svn-id: r4164
2002-05-01Fixed second key page for WinCE, start of volume supportNicolas Bacca
svn-id: r4163
2002-05-01Set GFX_NORMAL on WinCENicolas Bacca
svn-id: r4162
2002-05-01Fix actor masking crash.James Brown
svn-id: r4161
2002-05-01Removed ScummVM's private alloc / free / realloc functions. If I breakLionel Ulmer
something, just yell :-) svn-id: r4160
2002-05-01Fix the AUTOFREE problem on TheDig sounds. 'Proper' fix may come laterLionel Ulmer
if I get answers on my -devel post :-) svn-id: r4159
2002-05-01Initialize the private frame buffer at '0' to prevent a lot ofLionel Ulmer
Valgrind errors in the first Smush movie of TheDig. svn-id: r4158
2002-05-01Fixes for Dig sound on big endian systemsRuediger Hanke
svn-id: r4157
2002-05-01Another fix for LoomCD. Now Valgrind does not reports any errorLionel Ulmer
anymore in LoomCD (well, with a small hack still active :-) ). svn-id: r4156
2002-05-01Fix sound crash in some games. Thanks Michael Karcher.James Brown
svn-id: r4155
2002-05-01Zero-initialize the palette and the frame buffer.Lionel Ulmer
svn-id: r4154
2002-05-01Fix some bad memory accesses in LoomCD. The masking is still bad butLionel Ulmer
at least Valgrind is not accusing ScummVM to be too buggy anymore :-) svn-id: r4153
2002-05-01Compile with new config-file support - not used yet, this will be fixed tomorrowNicolas Bacca
svn-id: r4152
2002-05-01Fixed packing for non GCC compilers - Loom & Zak work on WinCE nowNicolas Bacca
svn-id: r4151