]> 4ch.mooo.com Git - 16.git/commitdiff
added some notes ^^
authorsparky4 <sparky4@cock.li>
Tue, 26 Apr 2016 19:51:25 +0000 (14:51 -0500)
committersparky4 <sparky4@cock.li>
Tue, 26 Apr 2016 19:51:25 +0000 (14:51 -0500)
pcx2vrl
pcxsscut
setvars.sh [new file with mode: 0755]
src/lib/scroll16.c
src/lib/typdefst.h
vrl2vrs
vrsdump

diff --git a/pcx2vrl b/pcx2vrl
index 3d9ac6e6d0e4fe19bb8f1962de5fd02253dea7be..bd947e55158b82b4f9d900234745aca806cde60e 100755 (executable)
Binary files a/pcx2vrl and b/pcx2vrl differ
index d743ac3b8ac58a73b3cb2380e2367aee9b167169..1deec74dc0487422bfdb03acb381df671e83a049 100755 (executable)
Binary files a/pcxsscut and b/pcxsscut differ
diff --git a/setvars.sh b/setvars.sh
new file mode 100755 (executable)
index 0000000..f8fefd1
--- /dev/null
@@ -0,0 +1,53 @@
+#!/bin/sh
+# *****************************************************************
+# setvars - Linux version
+# *****************************************************************
+# NOTE: Do not use this script directly, but copy it and
+#       modify it as necessary for your own use!!
+
+# Change this to point your Open Watcom source tree
+export OWROOT=/home/sparky4/p/watcom2
+
+# Subdirectory to be used for building OW build tools
+export OWOBJDIR=binbuild
+
+# Set this entry to identify your toolchain used by build process
+# supported values are WATCOM GCC CLANG
+#export OWTOOLS=WATCOM
+export OWTOOLS=GCC
+
+# Documentation related variables
+
+# Set this variable to 0 to suppress documentation build
+export OWDOCBUILD=0
+
+# Change this to the PATH required by GhostScript for PDF creation on used host OS (optional)
+# export OWGHOSTSCRIPTPATH=$PATH
+
+# Set appropriate variables to point to Windows help compilers which you 
+# have installed
+#
+# OWWIN95HC specifies the Microsoft compiler used to build 32-bit ".hlp" 
+#    files, common on Win 95/98/ME
+# OWHHC specifies the Microsoft HTML Help Workshop compiler used to build 
+#    Compressed HTML help ".chm" files, common on Win2k and later
+# OWCHMCMD specifies the Free Pascal HTML Help compiler, an alternative 
+#    compiler that can also build Compressed HTML help ".chm" files, 
+#    available natively on non-Windows OSes
+#export OWWIN95HC=hcrtf
+#export OWHHC=hhc
+#export OWCHMCMD=chmcmd
+
+# build process requires WGML utility which is available only as DOS executable
+# it is necessary to have some DOS emulator installed
+# DOSBOX emulator is available on most platforms
+# DOSEMU emulator is available on Linux (Intel platform)
+# if DOSBOX emulator is used then OWDOSBOX variable must be set
+# Uncoment and set OWDOSBOX variable bellow to point to DOSBOX emulator executable
+
+export OWDOSBOX=dosbox
+
+# Invoke the script for the common environment
+. $OWROOT/cmnvars.sh
+
+#cd $OWROOT
index 42a787ae977a11d4b466588748ce1d87a45d84d8..752c6abc30a6f96c92330ba60cb1a15cf4b2d86d 100755 (executable)
@@ -587,6 +587,7 @@ void mapDrawWCol(map_view_t *mv, int tx, int ty, word x)
 }*/
 
 unsigned char shinku_fps_indicator_page = 0;
+//gv->video.p
 
 /*     sync    */
 void shinku(global_game_variables_t *gv)
index 25a49196084ffd7bd6e92b304dfe47e8c6a9a8cd..8ee28a5ce6a64b981aa6a18a024219f836cc0b03 100755 (executable)
@@ -106,6 +106,7 @@ typedef struct
        page_t page[4];         //pointer to root page[0]\r
        dword   vmem_remain;    //remaining video memory\r
        byte num_of_pages;      //number of actual pages\r
+       boolean p;                      //render page number\r
 } video_t;\r
 \r
 typedef struct\r
diff --git a/vrl2vrs b/vrl2vrs
index acdd4bda2f0dd8772cdce97a19b6c906e4e09f8e..b67956b7baa37941b88ad79da1a2ff49c0c435a0 100755 (executable)
Binary files a/vrl2vrs and b/vrl2vrs differ
diff --git a/vrsdump b/vrsdump
index 8ba0497deb819d75caeef21a3a0d4086b394845b..dbaba30e42b8639969d3bdd4433243eb338adcbe 100755 (executable)
Binary files a/vrsdump and b/vrsdump differ