Commit Graph
86814 Commits
Author SHA1 Message Date
Max Horn 836a9c1ff2 enabled MP3 support for OS X
svn-id: r4189
2002-05-04 00:06:57 +00:00
Max Horn d7b565b6e9 added 1x as an alias for the 'normal' graphics mode (seemed logical since we also have 2x and 3x)
svn-id: r4188
2002-05-04 00:06:40 +00:00
Max Horn 479791a23e added some simple (8bit) 1x/2x/3x scalers, could probably be optimized
svn-id: r4187
2002-05-04 00:05:45 +00:00
Lionel Ulmer bcae301bf7 Finally easier than what I thought... Removed the last 'float' from
the sound code :-)

People with LoomCD and MP3 tracks should test that I did not break
anything.

svn-id: r4186
2002-05-03 21:37:49 +00:00
Lionel Ulmer aa09cbf8fe Fixed a 'file descriptor' leak in the MP3 tracks caching
system. Rewrote a bit the call to the MAD timer API.

svn-id: r4185
2002-05-03 21:11:16 +00:00
Lionel Ulmer fe54e1caec Remove floating point in the MP3 volume control (baaaaaaaad on PDAs
like the iPAQ where no FPU is present). Instead replace it by a '32
level' volume control.

svn-id: r4184
2002-05-03 19:47:51 +00:00
Nicolas Noble 25800dabc3 SFX and Music volumes are now game-specific.
svn-id: r4183
2002-05-03 19:17:15 +00:00
Lionel Ulmer 0e6d4da058 Add a quick dynamic test to see if the memory options (endianness and
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-03 18:24:16 +00:00
James Brown 9419cef7a1 REALLY fix -m. For sure. Trust me. :)
svn-id: r4181
2002-05-03 18:05:33 +00:00
James Brown b591920ea9 Fix -m option.
svn-id: r4180
2002-05-03 17:53:38 +00:00
Marcus Comstedt 69b6667945 Use Makefile.common like the rest.
svn-id: r4179
2002-05-03 17:49:03 +00:00
James Brown 60cd83e788 Update default tempo readme/help text.
svn-id: r4178
2002-05-03 17:42:34 +00:00
James Brown 9152d5de4f Fix debian 'rules' tabbing by braindead editor.
svn-id: r4177
2002-05-03 17:14:52 +00:00
James Brown e7b29d94c6 Fix lintian errors in debian package.
svn-id: r4176
2002-05-03 17:13:36 +00:00
Lionel Ulmer 1aefb8f6c9 Clarified the '-t' option help text (by showing 0x1F0000 instead of
1F0000).

svn-id: r4175
2002-05-02 19:48:28 +00:00
Lionel Ulmer 7227c9eb79 Fixed the command line parsing for the parameters with optionnal
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-02 18:59:31 +00:00
James Brown 1259c765fb Add hotkey for advmame2x
svn-id: r4173
2002-05-02 15:01:38 +00:00
James Brown 31fa7f6172 Change default tempos.
svn-id: r4172
2002-05-02 14:47:17 +00:00
Nicolas Noble cfd1ca5fe1 My code really need that free(NULL) is valid BBrox... =)
And arisme you were SOO right! How was my code working before?!?

svn-id: r4171
2002-05-02 00:46:12 +00:00
Lionel Ulmer 97880e239a Well, one small commit before going to bed to regain the commit king
(damn Arisme :-) ).

This fixes a warning found out by Valgrind when playing the Smush
movies in TheDig.

svn-id: r4170
2002-05-01 23:03:38 +00:00
Nicolas Bacca cdb1af9ad2 Start of volume support + mixer pause
svn-id: r4169
2002-05-01 22:36:15 +00:00
Nicolas Bacca 9f5d9137f3 Moved loom music synch to the playing function
svn-id: r4168
2002-05-01 22:31:29 +00:00
Nicolas Bacca 160dc0b25d Fixed new domain create (Pixel, please recheck :))
svn-id: r4167
2002-05-01 22:28:05 +00:00
Nicolas Bacca 5120aa3783 Update to new configuration system, fixed right click, fixed landscape mode display bug
svn-id: r4166
2002-05-01 22:24:30 +00:00
Nicolas Bacca 3849080ed7 Pause and start of volume support
svn-id: r4165
2002-05-01 22:22:22 +00:00
Nicolas Bacca c9915a9519 Set GFX_NORMAL on WinCE, oops
svn-id: r4164
2002-05-01 22:20:59 +00:00
Nicolas Bacca 1eafbe4d72 Fixed second key page for WinCE, start of volume support
svn-id: r4163
2002-05-01 22:16:17 +00:00
Nicolas Bacca 1729234fe2 Set GFX_NORMAL on WinCE
svn-id: r4162
2002-05-01 22:15:11 +00:00
James Brown a75a09185f Fix actor masking crash.
svn-id: r4161
2002-05-01 19:03:54 +00:00
Lionel Ulmer 7fa28ffec2 Removed ScummVM's private alloc / free / realloc functions. If I break
something, just yell :-)

svn-id: r4160
2002-05-01 17:16:47 +00:00
Lionel Ulmer 75f0674e46 Fix the AUTOFREE problem on TheDig sounds. 'Proper' fix may come later
if I get answers on my -devel post :-)

svn-id: r4159
2002-05-01 12:57:12 +00:00
Lionel Ulmer 786f9914c9 Initialize the private frame buffer at '0' to prevent a lot of
Valgrind errors in the first Smush movie of TheDig.

svn-id: r4158
2002-05-01 12:01:43 +00:00
Ruediger Hanke d1ba5f354f Fixes for Dig sound on big endian systems
svn-id: r4157
2002-05-01 11:39:21 +00:00
Lionel Ulmer 38d7d2140d Another fix for LoomCD. Now Valgrind does not reports any error
anymore in LoomCD (well, with a small hack still active :-) ).

svn-id: r4156
2002-05-01 10:48:09 +00:00
James Brown b955d7e511 Fix sound crash in some games. Thanks Michael Karcher.
svn-id: r4155
2002-05-01 09:56:14 +00:00
Lionel Ulmer 0fb4bcb0eb Zero-initialize the palette and the frame buffer.
svn-id: r4154
2002-05-01 09:41:54 +00:00
Lionel Ulmer 04efaa9175 Fix some bad memory accesses in LoomCD. The masking is still bad but
at least Valgrind is not accusing ScummVM to be too buggy anymore :-)

svn-id: r4153
2002-05-01 09:37:03 +00:00
Nicolas Bacca b47a9a0013 Compile with new config-file support - not used yet, this will be fixed tomorrow
svn-id: r4152
2002-05-01 00:31:16 +00:00
Nicolas Bacca eda81d39ff Fixed packing for non GCC compilers - Loom & Zak work on WinCE now
svn-id: r4151
2002-05-01 00:13:03 +00:00
James Brown e18a256b76 Fix Pawels name - sorry :)
svn-id: r4150
2002-04-30 19:08:03 +00:00
Jeremy Newman 9306365069 updated %changelog with the same text as changelog.txt
svn-id: r4149
2002-04-30 18:01:28 +00:00
James Brown 4fc4f90b42 Readme update, and WhatsNew tidy up.
svn-id: r4148
2002-04-30 17:20:54 +00:00
Jeremy Newman 72d3de4621 cleaned up, and fixed
svn-id: r4147
2002-04-30 15:29:00 +00:00
Travis Howell 6c5723b559 Fix cross compile
svn-id: r4146
2002-04-30 15:08:59 +00:00
Travis Howell 9391b3dd75 Fix my error in last commit
svn-id: r4145
2002-04-30 14:24:12 +00:00
Travis Howell 06f02ff113 Add icon and resource file to mingw build
svn-id: r4144
2002-04-30 14:18:17 +00:00
James Brown bdd1dc1c7b Fix MingW compilation.
svn-id: r4143
2002-04-30 14:16:47 +00:00
Paweł Kołodziejski 766df9db04 Remove VC dependancy.
svn-id: r4142
2002-04-30 14:15:22 +00:00
James Brown cccb513e32 Added icon and version resource to Visual C project.
svn-id: r4141
2002-04-30 13:57:11 +00:00
Travis Howell e5f9444ce7 Remove unused library and native Cygwin support
svn-id: r4140
2002-04-30 09:26:31 +00:00