From ccf00656f4200916ec3c82947810465944670c62 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 15 May 2017 11:43:44 -0500 Subject: [PATCH] xcroll.exe needs through testing on real hardware\!\!\!\! ass\! 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] boom has been fixed ^^[CA_CacheMap added seems to be used in start a new game] what is mapsegs? --- makefile | 5 ++++- src/lib/16_tdef.h | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 5c21b2ad..19d47e52 100755 --- a/makefile +++ b/makefile @@ -119,7 +119,7 @@ UPXQ=-qqq # # compile flags # -S_FLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k32768#24576 +S_FLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k40960#32768#24576 Z_FLAGS=-zk0 -zc -zm#### -zp4 -ei O_FLAGS=-opnr -oe=24 -oil+ -outback -ohm T_FLAGS=-bt=dos -wx -m$(MEMORYMODE) -0 -fpi87 -d1 -fo=.$(OBJ)## -e=65536 @@ -519,6 +519,9 @@ comq: .symbolic @*upx -9 $(UPXQ) $(EXEC) www: .symbolic + @if exist 16.exe @wmake -s -h wwwdo + +wwwdo: .symbolic @for %f in (/var/www/$(EXEC)) do @if exist /var/www/%f $(REMOVECOMMAND) /var/www/%f @$(REMOVECOMMAND) /var/www/*.exe.zi* @$(REMOVECOMMAND) /var/www/*.zip.zi* diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 709a871c..94fecd95 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -497,7 +497,7 @@ typedef struct //from 16_mm //========================================================================== -#define MAXBLOCKS 800 //kd=1300 wolf3d=700 cata=600 +#define MAXBLOCKS 600//800 //kd=1300 wolf3d=700 cata=600 typedef struct mmblockstruct { -- 2.39.2