From 97c4361125118757a1d43f2fe43a487755cb09e6 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sat, 12 May 2012 09:48:23 +0200 Subject: [PATCH] Mention that Win64 is optional --- CONTRIBUTE | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTE b/CONTRIBUTE index 1270b7f4..e986277b 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -51,7 +51,7 @@ Some hints: Difficulty: Hard Knowledge: Microsoft Windows, good understanding of the Quake II source, - SDL-ABI, experience with 64 bit problems + SDL-ABI, (experience with 64 bit problems) While Quake II was released on Microsoft Windows, support for the plattform was removed in the early stages of Yamagi Quake II. Looking back this was a bad @@ -62,6 +62,10 @@ requieres at least three steps: sound, render and input backends should be replaced by the SDL backends in src/sdl. 2. Go through the source and remove all unixisms. + +And optional (Win64 support isn't required since 32 bit binaries are +working nice, but it be would nice to have): + 3. Since Windows 64 has another binary model than all unixoid platform there will most likely new 64 bit problems. Identify and resolve these.