quakeforge/libs
Brian Koropoff 991fc06360 Garbage collection:
Moved from reference counting over to a mark and sweep method.  Objects
are now required to implement an allRefs method which returns a pointer
to a list of all other referenced objects.  How the list is maintained
is up to each object.  The retain/release mechanism still works; objects
with any references will not be garbage collected, even if the collector
thinks they should be.
2003-12-09 02:01:05 +00:00
..
audio proper implementation to prevent the fastforward effect 2003-10-15 20:40:53 +00:00
console use the new pr load hook for resolving the globals 2003-11-20 08:02:32 +00:00
gamecode PR_GetString should have been returning const char *. now does 2003-11-21 21:34:53 +00:00
gib Change some error names, mark a few things static that should be. Instead 2003-11-29 02:01:31 +00:00
image correct gamma test thanks to Grievre 2003-12-07 04:21:58 +00:00
models nuke QF/texture.h moving it's contents into QF/image.h (yay, finally, a 2003-09-04 18:59:39 +00:00
net ports < 1024 are bad, period :) 2003-08-27 17:47:53 +00:00
object Garbage collection: 2003-12-09 02:01:05 +00:00
util Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
video Make trails in sw renderers const-friendly. 2003-10-23 03:53:59 +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 Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00