Max Horn
66de19015b
With latest dlcompat on OSX, no need anymore to manually prepend an underscore before symbol names
...
svn-id: r13367
2004-03-23 00:16:36 +00:00
Max Horn
c61622ebaf
fix dynamic version of LOAD_MODULE macro; fixed typo
...
svn-id: r13366
2004-03-23 00:12:49 +00:00
Max Horn
3fddbc18d6
Unify MPEG2 code even more
...
svn-id: r13365
2004-03-23 00:10:18 +00:00
Max Horn
7b158941e7
cleanup
...
svn-id: r13364
2004-03-22 22:01:10 +00:00
Paweł Kołodziejski
b483b05016
update
...
svn-id: r13363
2004-03-22 21:26:05 +00:00
Paweł Kołodziejski
89d159f9c8
corrections to namespaces
...
svn-id: r13362
2004-03-22 21:25:29 +00:00
Max Horn
d24be923f3
share 'init' method, too
...
svn-id: r13361
2004-03-22 20:46:30 +00:00
Torbjörn Andersson
8f9ffdf43a
Fix crash introduced by recent code unification. (Mind you, I'm still
...
extremely grateful that the BS1 and BS2 cutscene players are finally
sharing at least some of their code now.)
svn-id: r13360
2004-03-22 15:57:51 +00:00
Max Horn
838d3e3a93
some more cleanup
...
svn-id: r13359
2004-03-22 01:40:24 +00:00
Max Horn
4466a85598
move commong code into separate source file (more could be done, but it's a start)
...
svn-id: r13358
2004-03-22 01:28:45 +00:00
Max Horn
a9789acfc6
Moved Surface/Font code into new 'graphics' module
...
svn-id: r13357
2004-03-21 21:20:25 +00:00
Max Horn
23dbd0de99
two TODOs
...
svn-id: r13356
2004-03-21 18:54:47 +00:00
Max Horn
5c7ff63715
Updated X11 backend to compile again (I do not know if it works, though)
...
svn-id: r13355
2004-03-21 18:52:12 +00:00
Max Horn
b94448514e
Unify a bit more...
...
svn-id: r13354
2004-03-21 18:49:04 +00:00
Torbjörn Andersson
3f99723423
When I played an Ogg Vorbis-encoded FotAQ I noticed that whenever a sound
...
effect happened during a line of speech there was a chance - not a
certainty - that the speech would get cut off prematurely.
As far as I can tell, this is because the Vorbis decoder isn't the only one
who's accessing the same file. Now the Vorbis decoder will explicitly seek
to the position where it expects the file to be at before reading from it.
I hope this is the correct fix. It does fix the problem for me, at least.
I don't know if any of the other decoders needs a similar patch. I couldn't
reproduce the problem with my MP3-encoded FotAQ, but there are other
possible explanations for that, e.g. the bug gets harder to trigger the
more sound data that is decoded in each pass.
svn-id: r13353
2004-03-21 16:59:10 +00:00
Max Horn
d2bab3e980
some more tweaks (we should consider replacng todo.xml by this... e.g. just insert the TODO into todo.xml contents, and embrace it with <pre>...</pre>)
...
svn-id: r13352
2004-03-21 02:23:03 +00:00
Max Horn
f2e42b3e2a
Merge some TODO items from the web site TODO; restructured & cleaned up our large TODO list
...
svn-id: r13351
2004-03-21 02:11:12 +00:00
Travis Howell
730c8e30ef
Remove mingw specifics, is same as GCC now.
...
svn-id: r13350
2004-03-21 01:21:41 +00:00
Travis Howell
2cd3ba0f84
Add win32 dist
...
svn-id: r13349
2004-03-21 00:26:23 +00:00
Travis Howell
472ca9c689
minge uses configure now
...
svn-id: r13348
2004-03-21 00:23:03 +00:00
Max Horn
6a1532772a
Revamped COMI/DIG speech decoding (this my cause regressions, watch out). Goal was to streamline code logic, and get rid of a FIXME
...
svn-id: r13347
2004-03-19 23:19:57 +00:00
Max Horn
c3c1dc176f
addMessageToStack doesn't have to return anything anymore
...
svn-id: r13346
2004-03-19 19:40:34 +00:00
Max Horn
791696a9a3
turn down verbosity
...
svn-id: r13345
2004-03-19 17:58:47 +00:00
Chris Apers
5121f61175
Fixed
...
svn-id: r13342
2004-03-19 10:49:29 +00:00
Torbjörn Andersson
578b87b856
Reverted to the old random_nr() function. This appears to have been the
...
cause of bug #916886 : Calling getRandomNumber(-1) causes ScummVM to crash,
while calling random_nr(-1) doesn't. We may still want to replace it with
getRandomNumber() later, of course.
svn-id: r13341
2004-03-19 07:36:20 +00:00
Gregory Montoir
da0c6e41d3
minor cleanup
...
svn-id: r13340
2004-03-18 21:53:49 +00:00
Gregory Montoir
3139f19569
fixed issue when loading a savegame in last room (robot/frank fight)
...
svn-id: r13338
2004-03-18 21:27:51 +00:00
Chris Apers
6e1200dc67
Added PalmOS support
...
svn-id: r13336
2004-03-17 14:10:51 +00:00
Travis Howell
1ca917d81b
Missed a bit
...
svn-id: r13335
2004-03-17 09:29:20 +00:00
Travis Howell
ab13bca41d
Add Cygwin cross compile too.
...
svn-id: r13334
2004-03-17 09:28:36 +00:00
Travis Howell
d90e92019e
Add mingw to configure (Not working yet)
...
svn-id: r13333
2004-03-17 09:14:41 +00:00
Torbjörn Andersson
4c3a68027f
Use the same syntax for accessing script variables as BS1 does, i.e. now
...
it's Logic::_scriptVars[ID] instead of just ID. Apart from looking cool, it
makes it much easier to tell the difference between variables and constants
when looking at the code.
Of course, this sort of sweeping changes is jolly good for introducing
truly weird regressions, which is why I waited until after 0.6.0.
svn-id: r13331
2004-03-17 09:03:15 +00:00
Jonathan Gray
03200025df
default savepath when /home/khalek is defined would be nice
...
svn-id: r13330
2004-03-17 08:54:58 +00:00
Jonathan Gray
1c9d6280e9
add ability to acces journal via F5 for consistency with other engines
...
svn-id: r13329
2004-03-17 08:53:11 +00:00
Travis Howell
039522aa14
Typo
...
svn-id: r13328
2004-03-17 08:14:36 +00:00
James Brown
aff5b4bc4b
Bump version
...
svn-id: r13327
2004-03-17 06:08:01 +00:00
Travis Howell
fad15fbf47
Update issues
...
svn-id: r13326
2004-03-17 06:00:37 +00:00
Max Horn
faa12496e4
Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this may introduce regressions, please report them (overall, this is a neat patch, it removes so many ugly hacks :-)
...
svn-id: r13325
2004-03-17 01:50:15 +00:00
Max Horn
93ef5161a5
Fix (workaround?) for bugs #917700 and #917697
...
svn-id: r13323
2004-03-17 00:18:07 +00:00
Max Horn
4a15a80eb3
Fix for bug #917532 (GUI: BrowserDialog return value)
...
svn-id: r13320
2004-03-17 00:07:43 +00:00
Max Horn
fd52b3a3c0
Patch #917503 : Remove stray semicolons
...
svn-id: r13319
2004-03-16 23:51:41 +00:00
Torbjörn Andersson
2705815d1d
Fixed warnings. I hope I didn't break anything!
...
svn-id: r13317
2004-03-16 08:25:46 +00:00
Torbjörn Andersson
4a6b57f295
Fixed typo.
...
svn-id: r13316
2004-03-16 08:24:58 +00:00
Travis Howell
d3826bfe79
Increase channel for Amiga V3 player.
...
svn-id: r13315
2004-03-16 07:02:21 +00:00
Travis Howell
9829131573
Update
...
svn-id: r13314
2004-03-16 00:15:24 +00:00
Marcus Comstedt
01d41e1249
"int GraphicsMode *" was a rather creative type... :)
...
svn-id: r13313
2004-03-15 23:10:35 +00:00
Max Horn
ff17962df5
cleanup
...
svn-id: r13312
2004-03-15 21:48:54 +00:00
Max Horn
54d549bd60
Updated RH .spec files (Thanks wjp)
...
svn-id: r13311
2004-03-15 21:19:31 +00:00
Max Horn
b29b07fadc
Allow multi-line OSD messages; display virtual/real screen resolutions when chaning the scaler or the aspect ratio correction
...
svn-id: r13309
2004-03-15 19:07:56 +00:00
Max Horn
7410f041ee
cleanup; added a TODO to Font class
...
svn-id: r13308
2004-03-15 18:44:14 +00:00