publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -15,7 +15,7 @@ Useful Links:
<A HREF="http://forums.winamp.com/forumdisplay.php?forumid=81">online forums</A> - for preset sharing, troubleshooting,
comments, and feature requests
<A HREF="http://www.winamp.com/">Nullsoft Winamp</A>
<A HREF="http://www.microsoft.com/windows/directx/">Microsoft DirectX</A>
<A HREF="http://www.microsoft.com/arch/directx/">Microsoft DirectX</A>
<A HREF="http://www.milkdrop.co.uk/">milkdrop.co.uk</A> - an excellent third-party preset community site
@ -67,7 +67,7 @@ presets from MilkDrop 1.
however, we strongly recommend a GeForce 5700 (or better),
or a Radeon 9600 (or better).
3. Winamp 5.12 or later ( <A HREF="http://www.winamp.com/">http://www.winamp.com/</A> ).
4. DirectX 9.0 or later ( <A HREF="http://www.microsoft.com/windows/directx/">http://www.microsoft.com/windows/directx/</A> ).
4. DirectX 9.0 or later ( <A HREF="http://www.microsoft.com/arch/directx/">http://www.microsoft.com/arch/directx/</A> ).
@ -151,7 +151,7 @@ presets from MilkDrop 1.
The answer, nowadays, is a resounding "32". Video memory
is plentiful these days; use 32 bit color, for both your
windows desktop (...so that MilkDrop's windowed mode can
arch desktop (...so that MilkDrop's windowed mode can
run at 32 bits) and for MilkDrop's Fullscreen Display Mode
setting (where "8888" denotes 32 bits).
@ -545,7 +545,7 @@ presets from MilkDrop 1.
2. [RE]INSTALL DIRECTX
Make sure you have a quasi-recent version of <A HREF="http://www.microsoft.com/windows/directx/">Microsoft DirectX</A>
Make sure you have a quasi-recent version of <A HREF="http://www.microsoft.com/arch/directx/">Microsoft DirectX</A>
installed. In reality, though, almost every PC in the world has
DirectX 9 on it at this point, so this shouldn't be a problem.
If you go to download it, you'll only be able to find DirectX 10 -
@ -1236,7 +1236,7 @@ presets from MilkDrop 1.
-tightened A/V sync by 5 ms (raised audio latency from 25 to 30 ms).
-fixed &'s in song titles (as displayed when you hit F2)
-F7,F8 were switched in the help screen (F1)
-when running in desktop mode, if you have a pattern on your windows
-when running in desktop mode, if you have a pattern on your arch
background, it gets nuked. Before, if you had a pattern, the
pattern would remain and you'd only be able to see milkdrop through
the small boxes of your desktop icons' background text. I didn't
@ -1270,7 +1270,7 @@ presets from MilkDrop 1.
(before, software blit was really only available for YUV-type overlays.)
-desktop mode compatibility improved: more likely to work at higher resolutions now
-desktop mode: fixed YUV-type *non-mmx* software blits when Windows is in 16-bit color.
(weren't implemented before; it just assumed windows was in 32-bit color,
(weren't implemented before; it just assumed arch was in 32-bit color,
and the result would look munged.)
-improved mmx memcpy: will now copy as long as the (difference between two
pointers) % 8 is zero. (before, they both had to be a multiple of 8).