mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
991fc06360
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. |
||
---|---|---|
.. | ||
.gdbinit | ||
.gitignore | ||
.indent.pro | ||
cl_cam.c | ||
cl_chat.c | ||
cl_cmd.c | ||
cl_cvar.c | ||
cl_demo.c | ||
cl_ents.c | ||
cl_input.c | ||
cl_main.c | ||
cl_ngraph.c | ||
cl_parse.c | ||
cl_pred.c | ||
cl_screen.c | ||
cl_skin.c | ||
cl_slist.c | ||
cl_sys_sdl.c | ||
cl_sys_unix.c | ||
cl_sys_win.c | ||
cl_tent.c | ||
cl_view.c | ||
com.c | ||
crudefile.c | ||
game.c | ||
locs.c | ||
Makefile.am | ||
master.c | ||
msg_ucmd.c | ||
net_packetlog.c | ||
net_svc.c | ||
pmove.c | ||
pmovetst.c | ||
sbar.c | ||
sdl_link.c | ||
skin.c | ||
sv_ccmds.c | ||
sv_demo.c | ||
sv_ents.c | ||
sv_gib.c | ||
sv_init.c | ||
sv_main.c | ||
sv_model.c | ||
sv_move.c | ||
sv_nchan.c | ||
sv_phys.c | ||
sv_pr_cmds.c | ||
sv_progs.c | ||
sv_send.c | ||
sv_sys_unix.c | ||
sv_sys_win.c | ||
sv_user.c | ||
teamplay.c | ||
world.c | ||
worlda.S |