Log of /BasiliskII/TODO
Parent Directory
|
Revision Log
Revision
1.27 -
(
view)
(
annotate)
-
[select for diffs]
Tue Nov 22 06:26:35 2005 UTC
(7 years, 5 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.26: +5 -0 lines
Diff to
previous 1.26
,
to
selected 1.17
Windows HACK: default to the DIB driver as it looks smoother to me and
doesn't require locking the surfaces, which probably the cause of apparent
slowness when using the DirectX backend. This needs to be investigated more
Revision
1.24 -
(
view)
(
annotate)
-
[select for diffs]
Wed Jul 31 16:46:13 2002 UTC
(10 years, 9 months ago)
by
cebix
Branch:
MAIN
Changes since
1.23: +0 -1 lines
Diff to
previous 1.23
,
to
selected 1.17
- it is now possible to make the serial drivers pipe their input/output
to programs by using a '|' followed by a command line as the modem or
printer port setting (instead of a device name like '/dev/ttyS0')
[Brian Johnson]
- the option "--config FILE" tells B2 to use a different config file
Revision
1.23 -
(
view)
(
annotate)
-
[select for diffs]
Sat Jan 26 18:10:13 2002 UTC
(11 years, 3 months ago)
by
cebix
Branch:
MAIN
Changes since
1.22: +0 -1 lines
Diff to
previous 1.22
,
to
selected 1.17
- scsi_linux.cpp uses SCSI generic interface version 2
- slightly more verbose SCSI debugging messages
Revision
1.20 -
(
view)
(
annotate)
-
[select for diffs]
Sun Jul 15 02:15:48 2001 UTC
(11 years, 10 months ago)
by
cebix
Branch:
MAIN
Changes since
1.19: +4 -6 lines
Diff to
previous 1.19
,
to
selected 1.17
- documentation updated
- UDP tunnelling not only works with AppleTalk but at least with TCP/IP and
MacIPX as well
Revision
1.19 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jul 5 20:30:48 2001 UTC
(11 years, 10 months ago)
by
cebix
Branch:
MAIN
Changes since
1.18: +2 -2 lines
Diff to
previous 1.18
,
to
selected 1.17
- supported audio formats are now kept in STL vectors
- added run-time audio parameter switching for OSS/ESD audio output
- setting ESPEAKER env variable causes B2 to try ESD before OSS
Revision
1.18 -
(
view)
(
annotate)
-
[select for diffs]
Sat Jun 30 17:21:50 2001 UTC
(11 years, 10 months ago)
by
cebix
Branch:
MAIN
Changes since
1.17: +1 -1 lines
Diff to
previous 1.17
- experimental gamma table support
- restructured video_x.cpp: uses classes for display types
Revision
1.17 -
(
view)
(
annotate)
-
[selected]
Thu Jun 28 21:19:57 2001 UTC
(11 years, 10 months ago)
by
cebix
Branch:
MAIN
Changes since
1.16: +1 -1 lines
Diff to
previous 1.16
video_x.cpp supports resolution switching in windowed mode: the available
resolutions are 512x384, 640x480, 800x600, 1024x768 and 1280x1024 (the prefs
editor has to be updated to reflect this). The resolution selected in the
prefs editor is used as the default, but it can be changed in the Monitors
control panel. So far only tested with direct addressing.
Revision
1.16 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jun 26 22:35:39 2001 UTC
(11 years, 10 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.15: +2 -1 lines
Diff to
previous 1.15
,
to
selected 1.17
- added SIGSEGV support for Linux/Alpha (to be checked), Darwin/PPC
- added uniform virtual memory allocation
(supports mmap(), vm_allocate(), or fallbacks to malloc()/free())
- cleaned up memory allocation in main_unix.cpp
Revision
1.13 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jan 25 22:24:36 2001 UTC
(12 years, 3 months ago)
by
cebix
Branch:
MAIN
Changes since
1.12: +0 -3 lines
Diff to
previous 1.12
,
to
selected 1.17
- AmigaOS: implemented XPRAM watchdog thread
- AmigaOS: disabled 68060 Super Bypass mode because of CPU bug triggered
by MacOS 8
- minor documentation updates
Revision
1.11 -
(
view)
(
annotate)
-
[select for diffs]
Fri Sep 22 17:24:22 2000 UTC
(12 years, 8 months ago)
by
gbeauche
Branch:
MAIN
Changes since
1.10: +3 -0 lines
Diff to
previous 1.10
,
to
selected 1.17
- Bugs: Unix: real addressing mode: something is still deadly wrong there though it
works for example under Linux/i386.
- video_vosf.h: check correctness of {15,16,24 bpp} blitters on big endian systems
Revision
1.10 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jul 25 15:19:38 2000 UTC
(12 years, 9 months ago)
by
cebix
Branch:
MAIN
Changes since
1.9: +0 -5 lines
Diff to
previous 1.9
,
to
selected 1.17
- more cleanups
- splitted prefs.cpp into prefs.cpp and prefs_items.cpp to make prefs.cpp
reusable for other projects
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Mon Nov 1 16:24:06 1999 UTC
(13 years, 6 months ago)
by
cebix
Branch:
MAIN
CVS Tags:
release-0_8-1,
snapshot-02111999,
snapshot-22121999
Changes since
1.5: +0 -2 lines
Diff to
previous 1.5
,
to
selected 1.17
- AmigaOS: removed support for SAS/C
- AmigaOS: sys_amiga.cpp: supports 64-bit device access and respects
device block size on writes
- AmigaOS: added support for resource forks and Finder info for ExtFS
- AmigaOS: added "ExtFS" gadget to prefs editor
- protection mask for all open()/creat()/mkdir() calls is now 0666 or
0777
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Sun Oct 31 23:18:31 1999 UTC
(13 years, 6 months ago)
by
cebix
Branch:
MAIN
Changes since
1.4: +2 -3 lines
Diff to
previous 1.4
,
to
selected 1.17
- removed MemoryDispatch() replacement; routine from ROM is now used if
possible
- rom_patches.cpp: check for double PACK 4 resources; if only one is found,
assume that the ROM requires an FPU and issue a warning if FPU emulation
is turned off
- UAE CPU opcode routines no longer return the cycle count
- main_unix.cpp: pressing Ctrl-C dumps the UAE CPU state before entering mon
- sys_unix.cpp: under Linux, partition sizes are read with BLKGETSIZE instead
of llseek()
Revision
1.3 -
(
view)
(
annotate)
-
[select for diffs]
Tue Oct 12 20:00:41 1999 UTC
(13 years, 7 months ago)
by
cebix
Branch:
MAIN
Changes since
1.2: +0 -3 lines
Diff to
previous 1.2
,
to
selected 1.17
- disk insertions are now checked for by the 60Hz interrupt routine
- localizable strings are split into a common and a platform-specific set
- fixed bug in CR->LF translation in AmigaOS/clip_amiga.cpp
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.