diff options
author | 2004-02-17 18:23:30 +0000 | |
---|---|---|
committer | 2004-02-17 18:23:30 +0000 | |
commit | 4fd35b231f30e068ba1030a8df32eb60a10dd06f (patch) | |
tree | 034f6c12e5d219d307c35645e47ce70bd80c65b4 /games-action/d1x/files | |
parent | Marking 0.9.13 stable on x86. (diff) | |
download | historical-4fd35b231f30e068ba1030a8df32eb60a10dd06f.tar.gz historical-4fd35b231f30e068ba1030a8df32eb60a10dd06f.tar.bz2 historical-4fd35b231f30e068ba1030a8df32eb60a10dd06f.zip |
moved from games-fps (bug #41779)
Diffstat (limited to 'games-action/d1x/files')
-rw-r--r-- | games-action/d1x/files/d1x-makefile-linux.patch | 42 | ||||
-rw-r--r-- | games-action/d1x/files/d1x-missiondir.patch | 27 | ||||
-rw-r--r-- | games-action/d1x/files/digest-d1x-20040118 | 2 |
3 files changed, 71 insertions, 0 deletions
diff --git a/games-action/d1x/files/d1x-makefile-linux.patch b/games-action/d1x/files/d1x-makefile-linux.patch new file mode 100644 index 000000000000..21ebedd84485 --- /dev/null +++ b/games-action/d1x/files/d1x-makefile-linux.patch @@ -0,0 +1,42 @@ +--- defines.mak.orig 2004-01-18 22:48:53.176558208 -0500 ++++ defines.mak 2004-01-18 22:56:45.215797336 -0500 +@@ -1,5 +1,5 @@ + # NOERROR: make sure there are no warnings in compile +-NOERROR = 1 ++#NOERROR = 1 + + # NO_ASM: don't use assembler + #NO_ASM = 1 +@@ -38,12 +38,12 @@ + RELEASE = 1 + + # environment +-ENV_DJGPP = 1 ++#ENV_DJGPP = 1 + #ENV_DJGPP_REALDOS =1 + #ENV_MINGW32 = 1 + #ENV_CYGWIN = 1 + #ENV_MSVC = 1 +-#ENV_LINUX = 1 ++ENV_LINUX = 1 + + # if compiling with Cygwin, you need extra mingw compatible c++ libraries (see compile.txt) + #MINGW_EXTRA = /Cygnus/mingw/ +@@ -79,7 +79,7 @@ + #GLX_IO = 1 + + # linux audio options (choose one) +-#SDL_AUDIO = 1 ++SDL_AUDIO = 1 + #ALSA_AUDIO = 1 + + # secondary compiler options +@@ -93,7 +93,7 @@ + #sound options for dos: choose which + #MIKMOD = 1 #MikMod digital, can be used with allg_midi + #ALLG_MIDI = 1 #Allegro midi, can be used with mikmod +-ALLEGRO = 1 #Allegro for midi and digi, should be used alone ++#ALLEGRO = 1 #Allegro for midi and digi, should be used alone + + #music options for linux: + #HMIPLAY = 1 diff --git a/games-action/d1x/files/d1x-missiondir.patch b/games-action/d1x/files/d1x-missiondir.patch new file mode 100644 index 000000000000..ace675cb6d9f --- /dev/null +++ b/games-action/d1x/files/d1x-missiondir.patch @@ -0,0 +1,27 @@ +diff -ur d1x.orig/main/inferno.c d1x/main/inferno.c +--- d1x.orig/main/inferno.c 2003-11-18 23:31:29.000000000 -0500 ++++ d1x/main/inferno.c 2004-01-18 22:48:53.122566416 -0500 +@@ -1144,6 +1144,11 @@ + // Things to initialize before anything else + arch_init_start(); + ++ if ((t = FindArg( "-missiondir" ))) ++ cfile_use_alternate_hogdir(Args[t+1]); ++ else ++ cfile_use_alternate_hogdir(""); ++ + load_text(); + + // set_exit_message("\n\n%s", TXT_THANKS); +@@ -1172,11 +1177,6 @@ + } + //end this section addition - VR + +- if ((t = FindArg( "-missiondir" ))) +- cfile_use_alternate_hogdir(Args[t+1]); +- else +- cfile_use_alternate_hogdir(""); +- + if ((t=FindArg("-tmap"))){ + select_tmap(Args[t+1]); + }else diff --git a/games-action/d1x/files/digest-d1x-20040118 b/games-action/d1x/files/digest-d1x-20040118 new file mode 100644 index 000000000000..46832e95a0cb --- /dev/null +++ b/games-action/d1x/files/digest-d1x-20040118 @@ -0,0 +1,2 @@ +MD5 882b249c0b5c6bf0f0a830cba2c0234d d1x-20040118.tar.bz2 1372821 +MD5 f761763c7b3b0e0597db84dfdf4496ac descent1.5-patch.tar.bz2 193041 |