diff --git a/ParoxysmII/TODO b/ParoxysmII/TODO index d98cc5d..625e7bb 100644 --- a/ParoxysmII/TODO +++ b/ParoxysmII/TODO @@ -8,7 +8,7 @@ W = waiting on other work I Single source tree, using qfcc with cpp support o Add code to exec a script on map change (e.g. if maps/q1_q3dm17.bsp is loaded, exec q1_q3dm17.bsp.cfg) -o commit to a CVS tree somewhere +X commit to a CVS tree somewhere o Better team support (classes?) W Client-side game code (waiting for QF support) W secondtrigger as a +command (CSGC) diff --git a/ParoxysmII/source/.gitignore b/ParoxysmII/source/.gitignore new file mode 100644 index 0000000..3254418 --- /dev/null +++ b/ParoxysmII/source/.gitignore @@ -0,0 +1,3 @@ +*.dat +*.sym +config.rh diff --git a/ParoxysmII/source/Makefile b/ParoxysmII/source/Makefile index c83f1b7..9c6f775 100644 --- a/ParoxysmII/source/Makefile +++ b/ParoxysmII/source/Makefile @@ -5,7 +5,7 @@ SRC= buttons.r builtins.r client.r combat.r defs.r doors.r dynlight.r \ HEADERS = client.rh paroxysm.rh config.rh -RFLAGS += -Wall -Werror -g +RFLAGS += -Wall -Werror -g --advanced INSTALLDIR = $(HOME)/.quake/paroxysm/