Commit Graph
137148 Commits
Author SHA1 Message Date
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
James Brown 4924ecd7da Added missing Dig smush codecs. Dig movies are now perfect, graphically.
Thanks Aquadran.

svn-id: r4139
2002-04-30 07:40:56 +00:00
Lionel Ulmer 2d51c864b0 Fixed properly the transparency problem. I would like people on BE
machines to test this to see if my code to load the XPM is
endian-clean :-)

svn-id: r4138
2002-04-29 19:57:03 +00:00
Lionel Ulmer ff9fa95f63 Added Jeremy's nice icon to the SDL port of ScummVM using a custom
hacky XPM loader :-)

svn-id: r4137
2002-04-29 16:01:31 +00:00
Ruediger Hanke 097d1e520e Sped-up version of AdvMame2x scaler for MorphOS-native interface integrated
svn-id: r4136
2002-04-29 13:12:45 +00:00
Max Horn 6a48e2db59 replaced fragile hack (declaring class IMuse twice in two different places) with a (hopefully) better proxy approach: class IMuse just proxies thru to the real IMuseInternal class
svn-id: r4135
2002-04-29 11:48:33 +00:00
Ruediger Hanke ee8e0e749f Updated MorphOS makefile
svn-id: r4134
2002-04-29 11:17:45 +00:00
James Brown 4d5a8492fb Fix compile issue.
svn-id: r4133
2002-04-29 10:42:53 +00:00
Ruediger Hanke 991d988b23 Fix compile error (old-style ANSI for scoping)
svn-id: r4132
2002-04-29 09:28:47 +00:00
James Brown eefae397da Oops, bundle audio is UNSIGNED.
svn-id: r4131
2002-04-29 08:37:11 +00:00
James Brown 58334a8f8f Updated SMUSH fix. Thanks aquadran.
svn-id: r4130
2002-04-29 08:31:45 +00:00
James Brown 5f9bd8343c Small inSANE patch for the dig, and start of Dig Audio support.
It seems to crash using AUTOFREE for some reason. Can someone Valgrind/Purify this for me?

svn-id: r4129
2002-04-29 08:28:27 +00:00
Lionel Ulmer c134803976 MI1 CD audio should work better now. Still a bit flaky but should be
better than before :-)

svn-id: r4128
2002-04-28 14:01:40 +00:00
James Brown 9d55ab4061 Update readme bug list
svn-id: r4127
2002-04-28 08:59:33 +00:00
Travis Howell 2ac1bba109 Added cd audio stop patch from Gregory Montoir
svn-id: r4126
2002-04-28 07:38:22 +00:00
Lionel Ulmer c60c97b1d4 Prevent debugger attach when we have switched to full-screen.
svn-id: r4125
2002-04-28 06:51:23 +00:00
James Brown 385c91733e Commit FIXME to fix Largo bridge actor-direction bug
svn-id: r4124
2002-04-28 05:24:18 +00:00