quakeforge/libs
Bill Currie 5bf5278c2b pr_comp.h:
- new opcodes for pointers
progs.h:
	- prototype PR_Check_Opcodes
pr_edict.c:
	- move the static bounds checking to PR_Check_Opcodes in pr_opcode.c
pr_exec.c:
	- vector instruction cleanup
	- temporarily nuke bounds checking from storep.*
	- move base of address results from pr->edicts to pr->pr_globals
	- implement new pointer related instructions
	- nuke proposed global pointer instructions (not flexible enough)
pr_opcode.c:
	- add new pointer instuctions
	- re-implement static bounds/invalid opcode checking. no more multiple
	  case statements to keep track of.
2001-11-02 22:41:11 +00:00
..
audio more externs cleaned up 2001-10-29 17:46:03 +00:00
console * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
gamecode pr_comp.h: 2001-11-02 22:41:11 +00:00
gib fix some warning in solaris 2001-10-30 16:41:21 +00:00
models more externs cleaned up 2001-10-29 17:46:03 +00:00
util cvarlist cfg will now give output suitable for a config file 2001-10-30 23:33:47 +00:00
video Optimize some redundant math out of the particle aging loop. 2001-11-02 21:12:09 +00:00
.gitignore looks like utils is more or less complete for now, except for some fixes in 2001-02-23 23:16:13 +00:00
Makefile.am remove an ancient clean target that's no longer needed 2001-10-02 05:23:17 +00:00