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.65 by cebix, 2001-05-24T14:31:05Z vs.
Revision 1.76 by cebix, 2001-07-09T11:21:58Z

# Line 1 | Line 1
1 < V0.9 - <insert date here>
1 > V1.0 (snapshot) - <date>
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
5 >          like a 68882/68040 FPU, eliminating the need for 68060 FPU patches
6 >        - added support for platform-independant mutexes, used by adb.cpp for
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 >        - Unix: windowed display mode supports different resolutions and color
14 >          depths, which can be switched on-the-fly
15 >        - Unix: Ctrl-F5 grabs mouse in windowed mode (enhanced compatibility
16 >          with games like flight simulators)
17 >        - Unix: X11 events are handled as soon as they arrive, outside of the
18 >          60Hz video refresh raster
19 >        - Unix: audio sample rate, bit depth and channel count are adjustable
20 >          in the MacOS "Sound" control panel
21 >
22 > V0.9 (release 0.9-1) - 31.May 2001
23 >        - final adjustments for 0.9 release
24 >
25 > V0.9 (snapshot) - 29.May 2001
26          - added help for command line arguments, PrefsInit() now removes
27            all processed options
28          - serial_unix.cpp: input/output_thread_cancel weren't initialized
# Line 18 | Line 42 | V0.9 - <insert date here>
42          - AmigaOS: SCSI buffer type can be selected
43  
44   V0.9 (snapshot) - 17.Feb.2001
45 <        - adapted for mon V3.0 which is now the required minimum
45 >        - adapted for cxmon V3.0 which is now the required minimum
46          - UAE cpu: fixed a bug in the memory handlers preventing from
47            correctly updating 15 and 16 bpp displays on big endian systems
48          - Unix: added (experimental) real addressing mode [Gwenole Beauchesne]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines