]> icculus.org git repositories - divverent/nexuiz.git/commit - data/qcsrc/client/old/progs.src
Added a clientside QuakeC base by Dresk and myself. Included an example of a networke...
authorurre <urre@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Tue, 12 Feb 2008 20:47:36 +0000 (20:47 +0000)
committerurre <urre@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Tue, 12 Feb 2008 20:47:36 +0000 (20:47 +0000)
commitad1349329caedb91a62bce2942cb0d3df5574a1c
tree4d4953fc27e6cca18276be6a018200d6e1e4aa82
parentc111a9d2d9367765347e4675e8644907958d3e8d
Added a clientside QuakeC base by Dresk and myself. Included an example of a networked clientside client

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3361 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
15 files changed:
data/qcsrc/client/Defs.qc [new file with mode: 0644]
data/qcsrc/client/Main.qc [new file with mode: 0644]
data/qcsrc/client/View.qc [new file with mode: 0644]
data/qcsrc/client/credit.txt [new file with mode: 0644]
data/qcsrc/client/csqc_builtins.qc [new file with mode: 0644]
data/qcsrc/client/csqc_constants.qc [new file with mode: 0644]
data/qcsrc/client/old/csqc_builtins.h [moved from data/qcsrc/client/csqc_builtins.h with 97% similarity]
data/qcsrc/client/old/csqc_constants.h [moved from data/qcsrc/client/csqc_constants.h with 96% similarity]
data/qcsrc/client/old/defs.c [moved from data/qcsrc/client/defs.c with 95% similarity]
data/qcsrc/client/old/helpers.c [moved from data/qcsrc/client/helpers.c with 95% similarity]
data/qcsrc/client/old/main.c [moved from data/qcsrc/client/main.c with 94% similarity]
data/qcsrc/client/old/progs.src [new file with mode: 0644]
data/qcsrc/client/old/vars.h [moved from data/qcsrc/client/vars.h with 96% similarity]
data/qcsrc/client/old/view.c [moved from data/qcsrc/client/view.c with 95% similarity]
data/qcsrc/client/progs.src