[ scummvm-Patches-1571787 ] Support for Mac Broken Sword 1
SourceForge.net
noreply at sourceforge.net
Fri Oct 6 00:47:23 CEST 2006
Patches item #1571787, was opened at 2006-10-05 22:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1571787&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thierry Crozat (criezy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support for Mac Broken Sword 1
Initial Comment:
This patch add the support to the mac version of Broken Sword 1. It adds
the mac BS1 game detection code and byte swap for some of the
resources. Note that the mac cluster files mainly use the big endian bytes
order, but some of the resources are stored in little endian (e.g. mouse
cursor or data for router).
All the byte order conversions are now done by functions in the ResMan
class, except when dealing with the static resources (from staticres.cpp)
that are always in little endian format.
I have tested both the mac and PC version with french voice and french or
english subtitle on a little endian computer. Hopefully I did not break
anything, but I am not completly sure that BS1 mac will work with
ScummVM on a big endian computer.
Support for the mac music file (in AIFF format) is not implemented.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1571787&group_id=37116
More information about the Scummvm-tracker
mailing list