Versions of MacOS X port of Basilisk II:
  1. Initial port to Public Beta, made minor changes to get it to compile under Final Release.
    Gave a copy of this version to Gwenole Beauchesne (one of the other porters)
  2. Ported to version 0.9 of the Basilisk II tarball.
    Re-engineered autoconfig files to give a clean autoconf and make of cpu_uae code.
    Fixed a bug in the EmulatorView class (I was customising release instead of dealloc).
    Added: Gave a copy of this to Max Horn
  3. Some code fixes suggested by Max, doco updates, and porting to OS 10.1
  4. Event handling re-write inspired by Max (subclassing NSApplication for custom sendEvent:). Command key and double clicks are now passed correctly to the Emulator. Took out the custom "About" window stuff, and added some credits (with an html link to the official Basilisk home page) in the standard About box. Also has the standard README in the help menu.
    Gave a copy to Max
  5. Streamlining of event sending (filter mouseMoved events when not in Emulator screen)
  6. Recompile in Project Builder, because the makefile generated binary dies at startup
  7. Ported to the Basilisk II 1.0 snapshot's source and implemented video resolution switching. Also uses Objective-C++, which eliminates some of the wrapper code which was previously needed.
  8. Video preferences fixes, small tidyup of source.
  9. Full screen mode added, more source tidied up.
  10. Finally checked into CVS repository. Key event bug fixes:
  11. Repaired help menu item, added documentation folder.
  12. 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.
    Minor change in preferences (RAM size fields no longer require the user to press return or enter for the value to "take").
    Some modifications for compilation on 10.2 and 10.1
    Initial CD-ROM reading code.
  13. Restarting the emulator should be safe and fairly reliable, and errors in starting the emulator should now be caught.
    Resizing of window is now animated, and window is centred afterwards.
    Reduced memory leaks when changing screensize in windowed mode.
    Screen default pref is now Mac II (and not Classic) size.
    Fixed:
  14. Preferences file can now be specified on the command line, and changed/loaded in the Preferences editor. Added a feature from the windows port - now supports different keyboard types. Changed: