1 |
nigel |
1.8 |
<!-- $Id: Versions.html,v 1.7 2003/03/21 10:07:54 nigel Exp $><--> |
2 |
nigel |
1.1 |
Versions of MacOS X port of Basilisk II: |
3 |
|
|
<OL> |
4 |
|
|
<LI>Initial port to Public Beta, made minor changes to get it to compile under Final Release. |
5 |
|
|
<BR>Gave a copy of this version to Gwenole Beauchesne (one of the other porters)</LI> |
6 |
|
|
<LI>Ported to version 0.9 of the Basilisk II tarball. |
7 |
|
|
<BR>Re-engineered autoconfig files to give a clean autoconf and make of cpu_uae code. |
8 |
|
|
<BR>Fixed a bug in the EmulatorView class (I was customising release instead of dealloc). |
9 |
|
|
<BR>Added: |
10 |
|
|
<UL> |
11 |
|
|
<LI>Transparency to icon</LI> |
12 |
|
|
<LI>Port-specific doco: 0_HOW_TO_BUILD.txt, ToDo.html and Versions.html</LI> |
13 |
|
|
<LI>Screen Snapshot code</LI> |
14 |
|
|
<LI>Preferences saving and resetting</LI> |
15 |
|
|
<LI>Delegate code, called when user attempts to close emulator window or quit application, |
16 |
|
|
to check whether preferences need saving or application should be allowed to quit</LI> |
17 |
|
|
<LI>ExtFS resource and type/creator access code</LI> |
18 |
|
|
<LI>Window resizing stuff: |
19 |
|
|
<OL> |
20 |
|
|
<LI>The screensize can be set in the preferences. If the emulator has yet to |
21 |
|
|
start then the window and emulator screen is resized. Otherwise, and</LI> |
22 |
|
|
<LI>At any time, the window can be resized, which scales the emulator screen image</LI> |
23 |
|
|
</OL> |
24 |
|
|
</LI> |
25 |
|
|
</UL> |
26 |
|
|
<BR>Gave a copy of this to Max Horn</LI> |
27 |
|
|
<LI>Some code fixes suggested by Max, doco updates, and porting to OS 10.1</LI> |
28 |
|
|
<LI>Event handling re-write inspired by Max (subclassing NSApplication for custom sendEvent:). |
29 |
|
|
Command key and double clicks are now passed correctly to the Emulator. Took out the custom |
30 |
|
|
"About" window stuff, and added some credits (with an html link to the official Basilisk home |
31 |
|
|
page) in the standard About box. Also has the standard README in the help menu. |
32 |
|
|
<BR>Gave a copy to Max</LI> |
33 |
|
|
<LI>Streamlining of event sending (filter mouseMoved events when not in Emulator screen)</LI> |
34 |
|
|
<LI>Recompile in Project Builder, because the makefile generated binary dies at startup</LI> |
35 |
|
|
<LI>Ported to the Basilisk II 1.0 snapshot's source and implemented video resolution switching. |
36 |
|
|
Also uses Objective-C++, which eliminates some of the wrapper code which was previously needed.</LI> |
37 |
|
|
<LI>Video preferences fixes, small tidyup of source.</LI> |
38 |
|
|
<LI>Full screen mode added, more source tidied up.</LI> |
39 |
nigel |
1.5 |
<!-- v10><--> |
40 |
nigel |
1.2 |
<LI>Finally checked into CVS repository. |
41 |
|
|
<BR>Key event bug fixes: |
42 |
nigel |
1.3 |
<UL> |
43 |
|
|
<LI>Cursor keys are now decoded and passed to the Emulator correctly</LI> |
44 |
|
|
<LI>New one (in version 9) reported by Kentaro Nakatani - |
45 |
|
|
full screen mode was not passing key events</LI> |
46 |
nigel |
1.2 |
</UL></LI> |
47 |
nigel |
1.4 |
<LI>Repaired help menu item, added documentation folder.</LI> |
48 |
nigel |
1.7 |
<LI>Several monitor resolution-changing fixes. Windowed mode now supports all depths, and is up to 6 times faster. I now no longer have any plans to do an OpenGL mode. |
49 |
|
|
<BR>Minor change in preferences (RAM size fields no longer require |
50 |
nigel |
1.5 |
the user to press return or enter for the value to "take"). |
51 |
nigel |
1.7 |
<BR>Some modifications for compilation on 10.2 <I>and</I> 10.1 |
52 |
|
|
<BR>Initial CD-ROM reading code.</LI> |
53 |
nigel |
1.8 |
<LI>Restarting the emulator should be safe and fairly reliable, |
54 |
|
|
and errors in starting the emulator should now be caught. |
55 |
|
|
<BR>Fixed a bug where the Prefs could not be edited while the |
56 |
|
|
emulator was running. |
57 |
|
|
<BR>Resizing of window is now animated, and window is centred |
58 |
|
|
afterwards. |
59 |
|
|
<BR>Reduces memory leaks when changing screensize in windowed mode. |
60 |
|
|
<BR>Repaired help menu item (again) and added extra doco there. |
61 |
|
|
<BR>Screen default pref is now Mac II (and not Classic) size. |
62 |
|
|
<BR>Minor Prefs editor button anomaly</LI> |
63 |
nigel |
1.1 |
</OL> |