ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/Versions.html
Revision: 1.7
Committed: 2003-03-21T10:07:54Z (21 years, 4 months ago) by nigel
Content type: text/html
Branch: MAIN
CVS Tags: nigel-build-12
Changes since 1.6: +5 -5 lines
Log Message:
New version, removed a few things from ToDo list

File Contents

# Content
1 <!-- $Id: Versions.html,v 1.6 2003/03/11 11:32:51 nigel Exp $><-->
2 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 <!-- v10><-->
40 <LI>Finally checked into CVS repository.
41 <BR>Key event bug fixes:
42 <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 </UL></LI>
47 <LI>Repaired help menu item, added documentation folder.</LI>
48 <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 the user to press return or enter for the value to "take").
51 <BR>Some modifications for compilation on 10.2 <I>and</I> 10.1
52 <BR>Initial CD-ROM reading code.</LI>
53 </OL>