ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/ChangeLog
(Generate patch)

Comparing BasiliskII/ChangeLog (file contents):
Revision 1.75 by cebix, 2001-07-06T17:36:04Z vs.
Revision 1.78 by cebix, 2002-01-15T14:58:31Z

# Line 1 | Line 1
1 < V1.0 (snapshot) - <date>
1 > V1.0 (snapshot) - 15.Jan.2002
2          - added support for on-the-fly video resolution and depth switching,
3            and gamma tables
4          - fsave/frestore emulation under AmigaOS and NetBSD/m68k always behaves
# Line 7 | Line 7 | V1.0 (snapshot) - <date>
7            thread-safe mouse handling
8          - the TIME_OFFSET constant has been replaced by a (portable) function
9            TimeToMacTime(); file dates in ExtFS should now be correct
10 +        - ADBInterrupt() is no longer called from the 60Hz interrupt but has
11 +          its own interrupt flag, potentially increasing the smoothness of
12 +          mouse movement
13 +        - ether.cpp: implemented relatively platform-independant "AppleTalk
14 +          over UDP" mode that doesn't require any special kernel modules or
15 +          network drivers but can only interconnect instances of Basilisk II;
16 +          this is enabled by setting "udptunnel" to true
17          - Unix: windowed display mode supports different resolutions and color
18 <          depth, which can be switched on-the-fly
18 >          depths, which can be switched on-the-fly
19          - Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility
20            with games like flight simulators)
21 +        - Unix: X11 events are handled as soon as they arrive, outside of the
22 +          60Hz video refresh raster
23          - Unix: audio sample rate, bit depth and channel count are adjustable
24            in the MacOS "Sound" control panel
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines