16400 Commits

Author SHA1 Message Date
Travis Howell
be30d257e3 Charset 0 is loaded on start in original versions of OLD_BUNDLE games too
svn-id: r20955
2006-02-27 12:00:10 +00:00
Lars Persson
fa6821df14 Added CINE and LURE to build information
svn-id: r20954
2006-02-27 09:42:57 +00:00
Torbjörn Andersson
278d0de012 Fixed compilation.
svn-id: r20953
2006-02-27 07:18:49 +00:00
Jamieson Christian
2469e00248 SysEx data now passed around with const pointers. Permits simplification of some SysEx client code.
Testing on Windows. Developers on other platforms, please verify integrity of music handling in your respective MidiDrivers.

svn-id: r20952
2006-02-27 01:59:07 +00:00
Willem Jan Palenstijn
2d2258f596 clear ALSA event structure before use
svn-id: r20951
2006-02-27 00:01:29 +00:00
Jamieson Christian
52d55bf976 Removed deprecated IMUSE_DEBUG #define in favor of debugC calls using the runtime-selectable DEBUG_IMUSE category.
svn-id: r20950
2006-02-26 22:23:29 +00:00
Max Horn
52970c9936 Cleanup
svn-id: r20949
2006-02-26 21:59:44 +00:00
Max Horn
90c916de4b Do not compute the MD5 checksum if an override for it is set
svn-id: r20948
2006-02-26 21:52:49 +00:00
Paul Gilbert
dc75adbb25 Initial add of the Lure of the Temptress disassembly
svn-id: r20947
2006-02-26 21:36:33 +00:00
Jamieson Christian
fbf557cf90 Added USE_ZLIB define and Zlib library reference to Bloodshed Dev-C++ project, for proper theme handling.
svn-id: r20946
2006-02-26 21:13:08 +00:00
Jamieson Christian
d075463c0a Updated Bloodshed Dev-C++ project files to reflect new cine engine, scumm and scummv file rearrangements, and gob tweaks. Further refinement to the SVN properties on impacted project files.
svn-id: r20941
2006-02-26 18:09:06 +00:00
Chris Apers
0ff49cfb76 Added scumm/plugin.cpp and .h files
svn-id: r20939
2006-02-26 17:25:37 +00:00
Chris Apers
b94c6bbc62 PalmOS project file. Everything is now up to date
svn-id: r20938
2006-02-26 17:06:48 +00:00
Chris Apers
2a5872ace3 Fixed header
svn-id: r20937
2006-02-26 17:04:28 +00:00
Chris Apers
871fe237cc Fixed compilation, this is a 68k part only and will be updated as soon as the 68k backend is ready
svn-id: r20935
2006-02-26 17:02:38 +00:00
Chris Apers
121a933073 New files including moved getFeatures and VG helper
svn-id: r20934
2006-02-26 16:59:28 +00:00
Chris Apers
ae964bfe13 Updated with lastest changes to the launcher
svn-id: r20933
2006-02-26 16:55:35 +00:00
Chris Apers
a32de4c34c New modules resources
svn-id: r20932
2006-02-26 16:51:41 +00:00
Chris Apers
2ef4f1fea2 Move launcher files to a new folder
svn-id: r20931
2006-02-26 16:36:51 +00:00
Chris Apers
1e5c57dade Move launcher files to a new folder
svn-id: r20930
2006-02-26 16:36:30 +00:00
Chris Apers
c26cd4b315 Obsolete, this is an old file previously used with 68k+ARM version
svn-id: r20929
2006-02-26 16:32:06 +00:00
Chris Apers
c3b41a2aa6 Move launcher files to a new folder
svn-id: r20928
2006-02-26 16:30:21 +00:00
Chris Apers
3e6d6d0707 Fixed compilation, ByteSwap not found because endianutils was removed from pace.h
svn-id: r20927
2006-02-26 16:02:23 +00:00
Chris Apers
3427e06732 This file has been renamed
svn-id: r20926
2006-02-26 15:58:02 +00:00
Chris Apers
007da18616 Gather prefix files to a new directory and rename ARM prefix files
svn-id: r20925
2006-02-26 15:50:52 +00:00
Chris Apers
28d9f0add9 Gather prefix files to a new directory, rename 68k prefix files
svn-id: r20924
2006-02-26 15:43:33 +00:00
Chris Apers
0b54f579f6 Move prefix files to a new prefixes/ directory
svn-id: r20923
2006-02-26 15:37:17 +00:00
Chris Apers
8a75385bfa Prefix file for BS2 68k module, for debug purpose only
svn-id: r20922
2006-02-26 15:33:47 +00:00
Chris Apers
9ce196c03c Prefix file for Zodiac ARM modules
svn-id: r20921
2006-02-26 15:32:40 +00:00
Chris Apers
9552b5b551 Prefix file for OS5 ARM modules
svn-id: r20920
2006-02-26 15:32:16 +00:00
Chris Apers
2cc27ebe89 Aeroplayer CD driver
svn-id: r20919
2006-02-26 15:25:34 +00:00
Torbjörn Andersson
094382a6d0 With the added delay to the popup menu loop, it's much more likely that each
iteration will see several events, so pop all events from the queue each time.
Of course, we still only need to check the mouse position once. Warp the mouse
back to neutral even if we're trying to go past the first/last menu entry.

svn-id: r20918
2006-02-26 15:24:11 +00:00
Chris Apers
d6170c87c4 Use the correct function depending on the version
svn-id: r20917
2006-02-26 15:21:21 +00:00
Chris Apers
cd34af1149 Scumm md5 struct for 68k version
svn-id: r20916
2006-02-26 15:20:01 +00:00
Torbjörn Andersson
8acefe1804 The warpMouse() function needs to compensate for aspect-ratio correction, or
the Lure popup menus won't work.

svn-id: r20915
2006-02-26 14:31:44 +00:00
Torbjörn Andersson
f13d294ae5 Cleaned up my earlier "delay in busy-wait loop" commit, and added a similar
delay to PopupMenu::Show().

svn-id: r20914
2006-02-26 13:43:50 +00:00
Chris Apers
b568df4de6 Missing prefix files for 68k engines
svn-id: r20913
2006-02-26 13:02:34 +00:00
Torbjörn Andersson
686d463def Added delays to the waitForRelease() and waitForPress() busy-wait loops.
svn-id: r20912
2006-02-26 13:02:25 +00:00
Chris Apers
0a898d1433 Use correct include and event function
svn-id: r20911
2006-02-26 12:52:34 +00:00
Chris Apers
382ed2bd68 Updated global data builder for 68k version, this part will be fully revamped as soon as the 68k version is ready
svn-id: r20910
2006-02-26 12:44:42 +00:00
Chris Apers
45e72e7e60 DIA functions required by T3
svn-id: r20909
2006-02-26 12:32:07 +00:00
Travis Howell
73af2a6938 Remove roomOps cases which are never used by COMI scripts
svn-id: r20908
2006-02-26 07:49:11 +00:00
Travis Howell
a5cb120898 COMI uses a separate setting for the verb charset, verbs use correct charset now
svn-id: r20907
2006-02-26 06:55:56 +00:00
Travis Howell
270a16b37b Camera variables are initialised on startup by COMI too
svn-id: r20906
2006-02-26 06:15:13 +00:00
Travis Howell
0f60eaa166 Move debug mode setting to initScummVars(), so it is reset when game is restarted
svn-id: r20905
2006-02-26 05:48:40 +00:00
Eugene Sandulenko
a3faba9727 Fix bug #1349059: "SCUMM, GUI: Cursor jumps to incorrect position when pausing"
svn-id: r20904
2006-02-26 03:03:59 +00:00
Travis Howell
bd2a59787b That change shouldn't have been commited
svn-id: r20903
2006-02-26 02:23:59 +00:00
Willem Jan Palenstijn
06e02f6010 stop playing a sample before deleting the sample data
svn-id: r20902
2006-02-26 01:25:27 +00:00
Travis Howell
76962c3ce6 Change debugInput opcode result to zerod array for now, since it expects input string
svn-id: r20901
2006-02-26 00:32:10 +00:00
Chris Apers
0cb17f18b3 Cleanup, forgot to mention that these files are ARM (Zodiac and OS5) startup code
svn-id: r20899
2006-02-25 21:43:23 +00:00