updated documents for new changes

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@450 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2011-04-24 16:25:26 +00:00
parent e77c1ad9df
commit 77c3142aab
3 changed files with 129 additions and 84 deletions

View file

@ -2,15 +2,11 @@
<HTML> <HTML>
<HEAD> <HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21"> <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
<TITLE>QuakeSpasm </TITLE> <TITLE>QuakeSpasm</TITLE>
</HEAD> </HEAD>
<BODY> <BODY>
<H1>QuakeSpasm </H1> <H1>QuakeSpasm</H1>
<H2></H2><P>
<PRE>
</PRE>
</P>
<P>QuakeSpasm 0.85.5 (11 May 2011)</P> <P>QuakeSpasm 0.85.5 (11 May 2011)</P>
<P> <P>
@ -37,10 +33,11 @@
<H2><A NAME="toc5">5.</A> <A HREF="README.html#s5">Changes</A></H2> <H2><A NAME="toc5">5.</A> <A HREF="README.html#s5">Changes</A></H2>
<UL> <UL>
<LI><A NAME="toc5.1">5.1</A> <A HREF="README.html#ss5.1"> Changes in 0.85.4</A> <LI><A NAME="toc5.1">5.1</A> <A HREF="README.html#ss5.1">Changes in 0.85.5</A>
<LI><A NAME="toc5.2">5.2</A> <A HREF="README.html#ss5.2"> Changes in 0.85.3</A> <LI><A NAME="toc5.2">5.2</A> <A HREF="README.html#ss5.2">Changes in 0.85.4</A>
<LI><A NAME="toc5.3">5.3</A> <A HREF="README.html#ss5.3"> Changes in 0.85.2</A> <LI><A NAME="toc5.3">5.3</A> <A HREF="README.html#ss5.3">Changes in 0.85.3</A>
<LI><A NAME="toc5.4">5.4</A> <A HREF="README.html#ss5.4"> Changes in 0.85.1</A> <LI><A NAME="toc5.4">5.4</A> <A HREF="README.html#ss5.4">Changes in 0.85.2</A>
<LI><A NAME="toc5.5">5.5</A> <A HREF="README.html#ss5.5">Changes in 0.85.1</A>
</UL> </UL>
<P> <P>
<H2><A NAME="toc6">6.</A> <A HREF="README.html#s6">Todo </A></H2> <H2><A NAME="toc6">6.</A> <A HREF="README.html#s6">Todo </A></H2>
@ -58,14 +55,23 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
<P> <P>
<A HREF="http://quakespasm.sourceforge.net">http://quakespasm.sourceforge.net</A></P> <A HREF="http://quakespasm.sourceforge.net">http://quakespasm.sourceforge.net</A></P>
<H2><A NAME="s2">2.</A> <A HREF="#toc2">Downloads </A></H2> <H2><A NAME="s2">2.</A> <A HREF="#toc2">Downloads </A></H2>
<P> <P>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4.tgz/download">Source</A><BR> <UL>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_linux.tgz/download">Linux (x86)</A><BR> <LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_windows.zip/download">Windows (x86)</A><BR> <A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4.tgz/download">Source</A></LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_osx.zip/download">OSX universal binary</A><BR></P> <LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_linux.tgz/download">Linux (x86)</A></LI>
<LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_windows.zip/download">Windows (x86)</A></LI>
<LI>
<A HREF="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_osx.zip/download">OSX universal binary</A></LI>
</UL>
</P>
<H2><A NAME="s3">3.</A> <A HREF="#toc3">Hints </A></H2> <H2><A NAME="s3">3.</A> <A HREF="#toc3">Hints </A></H2>
@ -101,11 +107,11 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
</P> </P>
<H2><A NAME="s4">4.</A> <A HREF="#toc4">Compiling </A></H2> <H2><A NAME="s4">4.</A> <A HREF="#toc4">Compiling </A></H2>
<P><EM>To check-out the latest version of QuakeSpasm, use :</EM> svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk</P> <P>To check-out the latest version of QuakeSpasm, use :<BR>
<EM>svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk</EM></P>
<H2><A NAME="ss4.1">4.1</A> <A HREF="#toc4.1">Linux/Unix </A> <H2><A NAME="ss4.1">4.1</A> <A HREF="#toc4.1">Linux/Unix </A>
</H2> </H2>
@ -130,7 +136,8 @@ Compile time options include
</H2> </H2>
<P>The QuakeSpasm developers cross-compile windows binaries using <P>The QuakeSpasm developers cross-compile windows binaries using
<A HREF="http://www.mingw.org">MinGW</A> and <A HREF="http://mingw-w64.sf.net">Mingw-w64</A>.</P> <A HREF="http://www.mingw.org">MinGW</A> and
<A HREF="http://mingw-w64.sf.net">Mingw-w64</A>.</P>
<P>The project can also be built using Visual Studio 2005 (or newer).</P> <P>The project can also be built using Visual Studio 2005 (or newer).</P>
<H2><A NAME="ss4.3">4.3</A> <A HREF="#toc4.3">Mac OS X </A> <H2><A NAME="ss4.3">4.3</A> <A HREF="#toc4.3">Mac OS X </A>
</H2> </H2>
@ -140,7 +147,17 @@ Compile time options include
<H2><A NAME="s5">5.</A> <A HREF="#toc5">Changes</A></H2> <H2><A NAME="s5">5.</A> <A HREF="#toc5">Changes</A></H2>
<H2><A NAME="ss5.1">5.1</A> <A HREF="#toc5.1"> Changes in 0.85.4</A>
<H2><A NAME="ss5.1">5.1</A> <A HREF="#toc5.1">Changes in 0.85.5</A>
</H2>
<P>
<UL>
<LI> Fixed a crash in net play in maps with extended limits</LI>
<LI> Verified successful compilation using gcc-4.6</LI>
</UL>
</P>
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2">Changes in 0.85.4</A>
</H2> </H2>
<P> <P>
@ -158,7 +175,7 @@ Compile time options include
<LI> Other minor sound and cdaudio updates</LI> <LI> Other minor sound and cdaudio updates</LI>
</UL> </UL>
</P> </P>
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2"> Changes in 0.85.3</A> <H2><A NAME="ss5.3">5.3</A> <A HREF="#toc5.3">Changes in 0.85.3</A>
</H2> </H2>
<P> <P>
@ -177,12 +194,11 @@ Compile time options include
<LI> Lots of code fixes (some from uhexen2)</LI> <LI> Lots of code fixes (some from uhexen2)</LI>
<LI> Sys_Error calls Host_Shutdown</LI> <LI> Sys_Error calls Host_Shutdown</LI>
<LI> Added MS Visual Studio support</LI> <LI> Added MS Visual Studio support</LI>
<LI> Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks. <LI> Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks.</LI>
</LI>
</UL> </UL>
</P> </P>
<H2><A NAME="ss5.3">5.3</A> <A HREF="#toc5.3"> Changes in 0.85.2</A> <H2><A NAME="ss5.4">5.4</A> <A HREF="#toc5.4">Changes in 0.85.2</A>
</H2> </H2>
<P> <P>
@ -201,7 +217,7 @@ Compile time options include
</UL> </UL>
</P> </P>
<H2><A NAME="ss5.4">5.4</A> <A HREF="#toc5.4"> Changes in 0.85.1</A> <H2><A NAME="ss5.5">5.5</A> <A HREF="#toc5.5">Changes in 0.85.1</A>
</H2> </H2>
<P> <P>
@ -233,27 +249,41 @@ Compile time options include
<LI>Add uHexen2's first person camera (and menu item)</LI> <LI>Add uHexen2's first person camera (and menu item)</LI>
<LI>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls</LI> <LI>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls</LI>
<LI>Test usb keyboards. Do the keypads work? Make the OSX apple key work.</LI> <LI>Test usb keyboards. Do the keypads work? Make the OSX apple key work.</LI>
<LI>Tested HOME directory support</LI> <LI>Complete the unix user directories support</LI>
<LI>Finalize OSX automatic updating feature</LI> <LI>Finalize OSX automatic updating feature</LI>
<LI>Fix Centerview (V_StartPitchDrift)</LI> <LI>Fix Centerview (V_StartPitchDrift)</LI>
<LI>There is still an unnecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options.</LI> <LI>There is still an unnecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options.</LI>
</UL> </UL>
</P> </P>
<H2><A NAME="s7">7.</A> <A HREF="#toc7">Links </A></H2> <H2><A NAME="s7">7.</A> <A HREF="#toc7">Links </A></H2>
<P> <P>
<A HREF="http://quakespasm.sourceforge.net">QuakeSpasm Homepage</A><BR> <UL>
<A HREF="http://sourceforge.net/projects/quakespasm">QuakeSpasm Project page</A><BR> <LI>
<A HREF="http://www.celephais.net/fitzquake">FitzQuake Homepage</A><BR> <A HREF="http://quakespasm.sourceforge.net">QuakeSpasm Homepage</A></LI>
<A HREF="http://www.kristianduske.com/fitzquake">Sleepwalkr's Original SDL Port</A><BR> <LI>
<A HREF="http://quakeone.com/proquake/src_other/fitzquake_sdl_20090510_src_beta_1.zip">Baker's 0.85 Source Code</A><BR> <A HREF="http://sourceforge.net/projects/quakespasm">QuakeSpasm Project page</A></LI>
<A HREF="http://www.celephais.net/board/view_thread.php?id=60452">Func Quakespasm forum</A><BR> <LI>
<A HREF="http://www.celephais.net/board/view_thread.php?id=60172">Func SDL Fitzquake forum</A><BR> <A HREF="http://www.celephais.net/fitzquake">FitzQuake Homepage</A></LI>
<A HREF="mailto:gmail - dot - com - username - sezeroz">Ozkan's email</A><BR> <LI>
<A HREF="mailto:yahoo - dot - com - username - stevenaaus">Stevenaaus email</A><BR> <A HREF="http://www.kristianduske.com/fitzquake">Sleepwalkr's Original SDL Port</A></LI>
<A HREF="mailto:gmail - dot - com - username - inveigle">Kristian's email</A></P> <LI>
<A HREF="http://quakeone.com/proquake/src_other/fitzquake_sdl_20090510_src_beta_1.zip">Baker's 0.85 Source Code</A></LI>
<LI>
<A HREF="http://www.celephais.net/board/view_thread.php?id=60452">Func Quakespasm forum</A></LI>
<LI>
<A HREF="http://www.celephais.net/board/view_thread.php?id=60172">Func SDL Fitzquake forum</A></LI>
<LI>
<A HREF="mailto:gmail - dot - com - username - sezeroz">Ozkan's email</A></LI>
<LI>
<A HREF="mailto:yahoo - dot - com - username - stevenaaus">Stevenaaus email</A></LI>
<LI>
<A HREF="mailto:gmail - dot - com - username - inveigle">Kristian's email</A></LI>
</UL>
</P>
</BODY> </BODY>
</HTML> </HTML>

View file

@ -1,6 +1,6 @@
<!doctype linuxdoc system> <!doctype linuxdoc system>
<article> <article>
<title>QuakeSpasm <title>QuakeSpasm
<toc> <toc>
<verb></verb> <verb></verb>
@ -13,16 +13,16 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
<url url="http://quakespasm.sourceforge.net"> <url url="http://quakespasm.sourceforge.net">
<sect> Downloads <p> <sect> Downloads <p>
<url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4.tgz/download" name="Source"> <itemize>
<newline> <item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4.tgz/download" name="Source">
<url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_linux.tgz/download" name="Linux (x86)"> <item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_linux.tgz/download" name="Linux (x86)">
<newline> <item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_windows.zip/download" name="Windows (x86)">
<url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_windows.zip/download" name="Windows (x86)"> <item><url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_osx.zip/download" name="OSX universal binary">
<newline> </itemize>
<url url="http://sourceforge.net/projects/quakespasm/files/quakespasm-0.85.4_osx.zip/download" name="OSX universal binary">
<newline>
<sect> Hints <p> <sect> Hints <p>
@ -43,6 +43,7 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
<item>Quakespasm allows loading new games (mods) on the fly with "<bf>game</bf> <em>GAMENAME</em>" <item>Quakespasm allows loading new games (mods) on the fly with "<bf>game</bf> <em>GAMENAME</em>"
</itemize> </itemize>
</p> </p>
<sect1>Music Playback<p> <sect1>Music Playback<p>
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files. Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
<itemize> <itemize>
@ -53,9 +54,11 @@ Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music
</itemize> </itemize>
<sect> Compiling <p> <sect> Compiling <p>
<p><em>To check-out the latest version of QuakeSpasm, use :</em> <b>svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk</b></p> <p>To check-out the latest version of QuakeSpasm, use :
<newline>
<em>svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk</em></p>
<sect1> Linux/Unix <p> <sect1> Linux/Unix <p>
After extracting the source tarball, browse the Makefile and edit the music streaming options, then After extracting the source tarball, browse the Makefile and edit the music streaming options, then
<code> <code>
@ -71,19 +74,29 @@ Compile time options include
<p>Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files. <p>Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files.
<p>HOME directory support can be enabled via <bf>Misc/homedir_0.patch</bf> <p>HOME directory support can be enabled via <bf>Misc/homedir_0.patch</bf>
<p>The project can also be built with Codeblocks (project files included).</p> <p>The project can also be built with Codeblocks (project files included).</p>
<sect1> Windows <p> <sect1> Windows <p>
The QuakeSpasm developers cross-compile windows binaries using <url url="http://www.mingw.org" name="MinGW"> and <url url="http://mingw-w64.sf.net" name="Mingw-w64">. The QuakeSpasm developers cross-compile windows binaries using <url url="http://www.mingw.org" name="MinGW"> and <url url="http://mingw-w64.sf.net" name="Mingw-w64">.
The project can also be built using Visual Studio 2005 (or newer).</p> The project can also be built using Visual Studio 2005 (or newer).</p>
</p>
<sect1> Mac OS X <p> <sect1> Mac OS X <p>
A Quakespasm App (including program launcher and update framework) can be made using the <bf>Xcode</bf> template found in the MacOSX directory. A Quakespasm App (including program launcher and update framework) can be made using the <bf>Xcode</bf> template found in the MacOSX directory.
Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on building from a console. Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on building from a console.
</p> </p>
<sect> Changes<p> <sect> Changes<p>
<sect1> Changes in 0.85.4<p>
<sect1> Changes in 0.85.5<p>
<itemize>
<item> Fixed a crash in net play in maps with extended limits
<item> Verified successful compilation using gcc-4.6
</itemize>
</p>
<sect1> Changes in 0.85.4<p>
<itemize> <itemize>
<item> Implement music (OGG, MP3, WAV) playback <item> Implement music (OGG, MP3, WAV) playback
<item> A better fix for the infamous SV_TouchLinks problem, no more hard lockups with maps such as "whiteroom" <item> A better fix for the infamous SV_TouchLinks problem, no more hard lockups with maps such as "whiteroom"
@ -98,7 +111,8 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<item> Other minor sound and cdaudio updates <item> Other minor sound and cdaudio updates
</itemize> </itemize>
</p> </p>
<sect1> Changes in 0.85.3<p>
<sect1> Changes in 0.85.3<p>
<itemize> <itemize>
<item> Fix the "-dedicated" option (thanks Oz) and add platform specific networking code (default) rather than SDL_net <item> Fix the "-dedicated" option (thanks Oz) and add platform specific networking code (default) rather than SDL_net
<item> Much needed OSX framework stuff from Kristian <item> Much needed OSX framework stuff from Kristian
@ -115,10 +129,9 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<item> Sys_Error calls Host_Shutdown <item> Sys_Error calls Host_Shutdown
<item> Added MS Visual Studio support <item> Added MS Visual Studio support
<item> Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks. <item> Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks.
</itemize> </itemize>
<sect1> Changes in 0.85.2<p> <sect1> Changes in 0.85.2<p>
<itemize> <itemize>
<item> Replace the old "Screen size" slider with a "Scale" slider <item> Replace the old "Screen size" slider with a "Scale" slider
<item> Don't constantly open and close condebug log <item> Don't constantly open and close condebug log
@ -133,7 +146,7 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<item> Add OSX Makefile (tested?) <item> Add OSX Makefile (tested?)
</itemize> </itemize>
<sect1> Changes in 0.85.1<p> <sect1> Changes in 0.85.1<p>
<itemize> <itemize>
<item>64 bit CPU support <item>64 bit CPU support
<item>Restructured SDL sound driver <item>Restructured SDL sound driver
@ -159,32 +172,26 @@ Alternatively, have a look at <bf>Makefile.darwin</bf> for more instructions on
<item>Add uHexen2's first person camera (and menu item) <item>Add uHexen2's first person camera (and menu item)
<item>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls <item>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls
<item>Test usb keyboards. Do the keypads work? Make the OSX apple key work. <item>Test usb keyboards. Do the keypads work? Make the OSX apple key work.
<item>Tested HOME directory support <item>Complete the unix user directories support
<item>Finalize OSX automatic updating feature <item>Finalize OSX automatic updating feature
<item>Fix Centerview (V_StartPitchDrift) <item>Fix Centerview (V_StartPitchDrift)
<item>There is still an unnecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options. <item>There is still an unnecessary screen render on program init under some conditions, when using the "-window/-fullscreen" options.
</itemize> </itemize>
<sect> Links <p> <sect> Links <p>
<url url="http://quakespasm.sourceforge.net" name="QuakeSpasm Homepage"> <itemize>
<newline> <item><url url="http://quakespasm.sourceforge.net" name="QuakeSpasm Homepage">
<url url="http://sourceforge.net/projects/quakespasm" name="QuakeSpasm Project page"> <item><url url="http://sourceforge.net/projects/quakespasm" name="QuakeSpasm Project page">
<newline> <item><url url="http://www.celephais.net/fitzquake" name="FitzQuake Homepage">
<url url="http://www.celephais.net/fitzquake" name="FitzQuake Homepage"> <item><url url="http://www.kristianduske.com/fitzquake" name="Sleepwalkr's Original SDL Port">
<newline> <item><url name="Baker's 0.85 Source Code" url="http://quakeone.com/proquake/src_other/fitzquake_sdl_20090510_src_beta_1.zip">
<url url="http://www.kristianduske.com/fitzquake" name="Sleepwalkr's Original SDL Port"> <item><url url="http://www.celephais.net/board/view_thread.php?id=60452" name="Func Quakespasm forum">
<newline> <item><url url="http://www.celephais.net/board/view_thread.php?id=60172" name="Func SDL Fitzquake forum">
<url name="Baker's 0.85 Source Code" url="http://quakeone.com/proquake/src_other/fitzquake_sdl_20090510_src_beta_1.zip"> <item><url url="mailto:gmail - dot - com - username - sezeroz" name="Ozkan's email">
<newline> <item><url url="mailto:yahoo - dot - com - username - stevenaaus" name="Stevenaaus email">
<url url="http://www.celephais.net/board/view_thread.php?id=60452" name="Func Quakespasm forum"> <item><url url="mailto:gmail - dot - com - username - inveigle" name="Kristian's email">
<newline> </itemize>
<url url="http://www.celephais.net/board/view_thread.php?id=60172" name="Func SDL Fitzquake forum">
<newline>
<url url="mailto:gmail - dot - com - username - sezeroz" name="Ozkan's email">
<newline>
<url url="mailto:yahoo - dot - com - username - stevenaaus" name="Stevenaaus email">
<newline>
<url url="mailto:gmail - dot - com - username - inveigle" name="Kristian's email">
</article> </article>

View file

@ -7,18 +7,19 @@
1. About 1. About
2. Downloads 2. Downloads
3. Hints 3. Hints
3.1 Music Playback 3.1. Music Playback
4. Compiling 4. Compiling
4.1 Linux/Unix 4.1. Linux/Unix
4.2 Windows 4.2. Windows
4.3 Mac OS X 4.3. Mac OS X
5. Changes 5. Changes
5.1 Changes in 0.85.4 5.1. Changes in 0.85.5
5.2 Changes in 0.85.3 5.2. Changes in 0.85.4
5.3 Changes in 0.85.2 5.3. Changes in 0.85.3
5.4 Changes in 0.85.1 5.4. Changes in 0.85.2
5.5. Changes in 0.85.1
6. Todo 6. Todo
7. Links 7. Links
@ -141,7 +142,14 @@
5. Changes 5. Changes
5.1. Changes in 0.85.4 5.1. Changes in 0.85.5
o Fixed a crash in net play in maps with extended limits
o Verified successful compilation using gcc-4.6
5.2. Changes in 0.85.4
o Implement music (OGG, MP3, WAV) playback o Implement music (OGG, MP3, WAV) playback
@ -169,7 +177,7 @@
o Other minor sound and cdaudio updates o Other minor sound and cdaudio updates
5.2. Changes in 0.85.3 5.3. Changes in 0.85.3
o Fix the "-dedicated" option (thanks Oz) and add platform specific o Fix the "-dedicated" option (thanks Oz) and add platform specific
networking code (default) rather than SDL_net networking code (default) rather than SDL_net
@ -206,7 +214,7 @@
some other CD tweaks. some other CD tweaks.
5.3. Changes in 0.85.2 5.4. Changes in 0.85.2
o Replace the old "Screen size" slider with a "Scale" slider o Replace the old "Screen size" slider with a "Scale" slider
@ -234,7 +242,7 @@
o Add OSX Makefile (tested?) o Add OSX Makefile (tested?)
5.4. Changes in 0.85.1 5.5. Changes in 0.85.1
o 64 bit CPU support o 64 bit CPU support
@ -282,7 +290,7 @@
o Test usb keyboards. Do the keypads work? Make the OSX apple key o Test usb keyboards. Do the keypads work? Make the OSX apple key
work. work.
o Tested HOME directory support o Complete the unix user directories support
o Finalize OSX automatic updating feature o Finalize OSX automatic updating feature