1 |
nigel |
1.1 |
Versions of MacOS X port of Basilisk II: |
2 |
|
|
<OL> |
3 |
|
|
<LI>Initial port to Public Beta, made minor changes to get it to compile under Final Release. |
4 |
|
|
<BR>Gave a copy of this version to Gwenole Beauchesne (one of the other porters)</LI> |
5 |
|
|
<LI>Ported to version 0.9 of the Basilisk II tarball. |
6 |
|
|
<BR>Re-engineered autoconfig files to give a clean autoconf and make of cpu_uae code. |
7 |
|
|
<BR>Fixed a bug in the EmulatorView class (I was customising release instead of dealloc). |
8 |
|
|
<BR>Added: |
9 |
|
|
<UL> |
10 |
|
|
<LI>Transparency to icon</LI> |
11 |
|
|
<LI>Port-specific doco: 0_HOW_TO_BUILD.txt, ToDo.html and Versions.html</LI> |
12 |
|
|
<LI>Screen Snapshot code</LI> |
13 |
|
|
<LI>Preferences saving and resetting</LI> |
14 |
|
|
<LI>Delegate code, called when user attempts to close emulator window or quit application, |
15 |
|
|
to check whether preferences need saving or application should be allowed to quit</LI> |
16 |
|
|
<LI>ExtFS resource and type/creator access code</LI> |
17 |
|
|
<LI>Window resizing stuff: |
18 |
|
|
<OL> |
19 |
|
|
<LI>The screensize can be set in the preferences. If the emulator has yet to |
20 |
|
|
start then the window and emulator screen is resized. Otherwise, and</LI> |
21 |
|
|
<LI>At any time, the window can be resized, which scales the emulator screen image</LI> |
22 |
|
|
</OL> |
23 |
|
|
</LI> |
24 |
|
|
</UL> |
25 |
|
|
<BR>Gave a copy of this to Max Horn</LI> |
26 |
|
|
<LI>Some code fixes suggested by Max, doco updates, and porting to OS 10.1</LI> |
27 |
|
|
<LI>Event handling re-write inspired by Max (subclassing NSApplication for custom sendEvent:). |
28 |
|
|
Command key and double clicks are now passed correctly to the Emulator. Took out the custom |
29 |
|
|
"About" window stuff, and added some credits (with an html link to the official Basilisk home |
30 |
|
|
page) in the standard About box. Also has the standard README in the help menu. |
31 |
|
|
<BR>Gave a copy to Max</LI> |
32 |
|
|
<LI>Streamlining of event sending (filter mouseMoved events when not in Emulator screen)</LI> |
33 |
|
|
<LI>Recompile in Project Builder, because the makefile generated binary dies at startup</LI> |
34 |
|
|
<LI>Ported to the Basilisk II 1.0 snapshot's source and implemented video resolution switching. |
35 |
|
|
Also uses Objective-C++, which eliminates some of the wrapper code which was previously needed.</LI> |
36 |
|
|
<LI>Video preferences fixes, small tidyup of source.</LI> |
37 |
|
|
<LI>Full screen mode added, more source tidied up.</LI> |
38 |
nigel |
1.2 |
<LI>Finally checked into CVS repository. |
39 |
|
|
<BR>Key event bug fixes: |
40 |
nigel |
1.3 |
<UL> |
41 |
|
|
<LI>Cursor keys are now decoded and passed to the Emulator correctly</LI> |
42 |
|
|
<LI>New one (in version 9) reported by Kentaro Nakatani - |
43 |
|
|
full screen mode was not passing key events</LI> |
44 |
nigel |
1.2 |
</UL></LI> |
45 |
nigel |
1.4 |
<LI>Repaired help menu item, added documentation folder.</LI> |
46 |
nigel |
1.1 |
</OL> |