From 26d19ab31eb084735ff7d805e26cc86bfc290457 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 11 Jul 2017 19:30:18 -0500 Subject: [PATCH] 16_ca needs huge amounts of work and I should remember what needs to be done soon[going to port rest of code to borland c some time so we can use the core components of id engine here ][going to add 16_us.c eventually but the debug system and CA_ PM_ and MM_ usage is priority now]older zcroll renamed to xcroll][zcroll is now the pre menu game loop system with PROPER data usage with CAMMPM] added 1st scroll back [i work on CA] palette debug show values added wwww and i need to know how to see vrs/vrl imaage data palette index numbers [i am trying to find out how the hell you get the index number values of VRL/VRS] [CA_CacheMap added seems to be used in start a new game] what is mapsegs? bcexmm reports normally again... it acts funny with a unsigned long being assigned coreleft()'s value[vrldbg.exe added for a dirivative of vrldbg thanks johncampbell321\!] eh i got an english (write paper) class i am taking so this will be last thing for some time --- WBUILD.B | 9 --------- makefile | 4 ++-- wbuild.s | 17 ----------------- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100755 WBUILD.B delete mode 100755 wbuild.s diff --git a/WBUILD.B b/WBUILD.B deleted file mode 100755 index c0579e4b..00000000 --- a/WBUILD.B +++ /dev/null @@ -1,9 +0,0 @@ -@echo off -set pee="-h" -rem -s" -wmake -h -s clean -wmake %pee -rem wmake %pee comp -if exist *.err (wmake %pee vomitchan) -rem if exist *.o (del *.o) -rem if exist *.obj (del *.obj) diff --git a/makefile b/makefile index 7eb271bb..354c451c 100755 --- a/makefile +++ b/makefile @@ -522,8 +522,8 @@ backupscript: .symbolic @$(COPYCOMMAND) wbuild.sh wbuild.s @if exist *.bat $(MOVECOMMAND) *.bat $(SCRIPTBATDIR)/ @if exist *.sh $(MOVECOMMAND) *.sh $(SCRIPTBATDIR)/ - @$(COPYCOMMAND) WBUILD.B WBUILD.BAT - @$(COPYCOMMAND) wbuild.s wbuild.sh + @$(MOVECOMMAND) WBUILD.B WBUILD.BAT + @$(MOVECOMMAND) wbuild.s wbuild.sh !ifdef __LINUX__ @if exist *.BAT $(MOVECOMMAND) *.BAT $(SCRIPTBATDIR)/ @if not exist ud.sh $(COPYCOMMAND) $(SCRIPTBATDIR)/ud.sh ./ diff --git a/wbuild.s b/wbuild.s deleted file mode 100755 index a0606f5b..00000000 --- a/wbuild.s +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/bash -pee="-h" -# -s" -wmake -h -s clean -wmake ${pee} -wmake ${pee} comp -#if [[ -f *.err ]] -#then -# echo dumping *.err - #cat *.err - wmake ${pee} vomitchan -#fi -#if [ -f 16_head.o ] -#then -# rm *.o -#fi -####wmake $pee inntest.exe -- 2.39.2