quakeforge/qw/source
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
..
.gdbinit
.gitignore
.indent.pro
cl_cam.c
cl_chat.c Added llist.[ch], a set of general-purpose linked list routines. Added 2003-07-18 06:27:26 +00:00
cl_cmd.c
cl_cvar.c
cl_demo.c
cl_ents.c mask off non-light bits from effects in CL_NewDlight as EF_FLAG1 etc 2003-12-02 23:42:09 +00:00
cl_input.c
cl_main.c
cl_ngraph.c
cl_parse.c
cl_pred.c
cl_screen.c nuke QF/texture.h moving it's contents into QF/image.h (yay, finally, a 2003-09-04 18:59:39 +00:00
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 Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
master.c
msg_ucmd.c
net_packetlog.c
net_svc.c
pmove.c
pmovetst.c
sbar.c fix misplaced [ ] in teamplay mode 2003-09-24 02:24:30 +00:00
sdl_link.c
skin.c nuke QF/texture.h moving it's contents into QF/image.h (yay, finally, a 2003-09-04 18:59:39 +00:00
sv_ccmds.c better command output redirection handling: maplist over rcon should show 2003-11-21 06:09:21 +00:00
sv_demo.c
sv_ents.c
sv_gib.c
sv_init.c
sv_main.c Garbage collection: 2003-12-09 02:01:05 +00:00
sv_model.c
sv_move.c
sv_nchan.c better command output redirection handling: maplist over rcon should show 2003-11-21 06:09:21 +00:00
sv_phys.c better command output redirection handling: maplist over rcon should show 2003-11-21 06:09:21 +00:00
sv_pr_cmds.c better command output redirection handling: maplist over rcon should show 2003-11-21 06:09:21 +00:00
sv_progs.c better command output redirection handling: maplist over rcon should show 2003-11-21 06:09:21 +00:00
sv_send.c send the correct number of bytes 2003-11-25 03:22:51 +00:00
sv_sys_unix.c
sv_sys_win.c remove redundant calls to COM_InitArgv 2003-09-22 23:17:47 +00:00
sv_user.c fix an incorrect parameter bug found by Grievre 2003-12-06 05:06:27 +00:00
teamplay.c
world.c
worlda.S