~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/MacOSX/Versions.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2005-07-30 20:42:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050730204220-1nl1cg2jkjvy63ry
Tags: 0.9.20050730-1
* New upstream CVS snapshot.
* Build-depend on virtual libsdl-dev (not libsdl1.2-dev).
* Invoke init rules also on clean (to separate better from official
  builds).
* Update URL of upstream source in debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: Versions.html,v 1.10 2003/06/03 12:32:00 nigel Exp $><-->
 
1
<!-- $Id: Versions.html,v 1.13 2004/05/02 11:06:14 nigel Exp $><-->
2
2
Versions of MacOS X port of Basilisk II:
3
3
<OL>
4
4
<LI>Initial port to Public Beta, made minor changes to get it to compile under Final Release.
37
37
<LI>Video preferences fixes, small tidyup of source.</LI>
38
38
<LI>Full screen mode added, more source tidied up.</LI>
39
39
<!-- v10><-->
40
 
<LI>Finally checked into CVS repository.
41
 
        <BR>Key event bug fixes:
 
40
<LI>Finally checked into CVS repository. Key event bug fixes:
42
41
        <UL>
43
42
                <LI>Cursor keys are now decoded and passed to the Emulator correctly</LI>
44
43
                <LI>New one (in version 9) reported by Kentaro Nakatani -
53
52
        <BR>Initial CD-ROM reading code.</LI>
54
53
<LI>Restarting the emulator should be safe and fairly reliable,
55
54
        and errors in starting the emulator should now be caught.
56
 
        <BR>Fixed a bug where the Prefs could not be edited while the emulator was running.
57
55
        <BR>Resizing of window is now animated, and window is centred afterwards.
58
56
        <BR>Reduced memory leaks when changing screensize in windowed mode.
59
 
        <BR>Repaired help menu item (again) and added extra doco there.
60
57
        <BR>Screen default pref is now Mac II (and not Classic) size.
61
 
        <BR>Fixed the Preferences RAM size thing again.
62
 
        <BR>Fixed a minor Prefs editor button anomaly</LI>
 
58
        <BR>Fixed:
 
59
        <UL>
 
60
                <LI>Bug where the Prefs could not be edited while the emulator was running</LI>
 
61
                <LI>Help menu item (again) and added extra doco there</LI>
 
62
                <LI>Preferences RAM size thing (again)</LI>
 
63
                <LI>A minor Prefs editor button anomaly</LI>
 
64
        </UL></LI>
63
65
<LI>Preferences file can now be specified on the command line,
64
 
        and changed/loaded in the Preferences editor.</LI>
 
66
        and changed/loaded in the Preferences editor.
 
67
        Added a feature from the windows port - now supports different keyboard types.
 
68
        Changed:
 
69
        <UL>
 
70
                <LI>Default extfs; was '/', now user's home directory (Suggestion by Olaf Pluta.
 
71
                        Seeing all the Unix dirs <I>is</I> a bit scary!)</LI>
 
72
                <LI>HowTo now displayed by default web browser (as it contains links)</LI>
 
73
                <LI>Project Builder defaults so that debug symbols are not included</LI>
 
74
        </UL></LI>
 
75
<LI>Now built on 10.3 and Xcode. Also adds:
 
76
        <UL>
 
77
                <LI>Xcode project files</LI>
 
78
                <LI>Initial floppy and serial port locating code</LI>
 
79
                <LI>Some help labels on the buttons
 
80
                        (some users didn't understand what the triangle button meant)</LI>
 
81
                <LI>Signal handling for crash protection
 
82
                        (thanks to Mike Sliczniak's hard work)</LI>
 
83
        </UL>
 
84
</LI>
 
85
<LI>Now distributed as two applications; the usual one (which should be faster),
 
86
        and one for emulating a Mac Classic (which may also help the 10.2/10.3 users
 
87
        who are having problems with a black screen at startup). The difference is
 
88
        that the "classic" version uses virtual or "banks" memory addressing.
 
89
        Fixed:
 
90
        <UL>
 
91
                <LI>Loading of ROM or disk images from directories or filenames which
 
92
                        contain non-ASCII characters</LI>
 
93
                <LI>Floppy locating code. It can't actually access a floppy, but at
 
94
                        least it now won't add the cdrom multiple times</LI>
 
95
        </UL>
 
96
</LI>
65
97
</OL>