quakeforge/libs/ruamoko
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
..
Makefile.am Move bi_gib.c from ruamoko to gib. 2012-02-09 10:00:54 +09:00
pr_cmds.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
rua_cbuf.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_cmd.c Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
rua_cvar.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_file.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_hash.c Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
rua_init.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_math.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
rua_msgbuf.c Create a message buffer API for Ruamoko 2012-02-06 15:50:32 +09:00
rua_obj.c Move retainCount out of Object. 2012-11-08 20:24:25 +09:00
rua_plist.c Make hash tables more const correct. 2012-10-27 11:44:31 +09:00
rua_qfile.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_qfs.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_script.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
rua_string.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00