]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - com_list.h
Merge PR 'Make particles solid squares when cl_particles_quake is set to 2'
[xonotic/darkplaces.git] / com_list.h
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-09-17 Cloudwalkcom_list: Require type explicitly. Remove Q_typeof...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-21 Cloudwalkcom_list: Actually initialize a list to point to itself...
2021-07-14 Cloudwalkcom_list: Fix spacing. No code changes
2021-06-08 Cloudwalkcom_list.h: Fix copy/paste oversight where List_For_Eac...
2021-05-25 CloudwalkAdd/update license headers across various files
2021-04-13 cloudwalkcom_list: Move all functions to the header and inline...
2020-11-08 cloudwalkcom_list: Implement the rest of the linked list API...
2020-09-29 cloudwalkAdd qdefs.h and qstats.h to split up quakedef.h. Make...
2020-09-29 cloudwalklist: Add missing include guards.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkcom_list: Rename Delete to Delete_Init and implement...
2020-09-07 cloudwalkImplement Linux kernel-inspired generic cyclic doubly...