quakeforge/libs
Bill Currie 6b46cde7c8 Move retainCount out of Object.
Going by "standard" Objective-C, retainCount really doesn't belong in
Object itself. The way GNUStep does it is to stash retainCount in memory
just below the object by allocating extra bytes for the count and returning
a pointer just beyond those extra bytes. Now Ruamoko does the same. This
fixes the inconsistencies in structure layouts for Protocol and class
structs between qfcc generated (internal) structs and user visible structs.
2012-11-08 20:24:25 +09:00
..
audio Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
client Make nq and qw use the new entity state struct. 2012-07-05 09:39:16 +09:00
console Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
gamecode Correct the dump format for conj.q. 2012-10-27 11:45:10 +09:00
gib Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
image Use pkg-config for zlib. 2012-08-18 21:41:33 +09:00
models Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
net Fix a segfault when no interfaces are available. 2012-09-08 09:37:48 +09:00
qw Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
ruamoko Move retainCount out of Object. 2012-11-08 20:24:25 +09:00
util Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
video Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
Makefile.am Avoid building unneeded libs. 2012-08-20 14:12:20 +09:00