]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
rewrote stringlist stuff, now uses a (dynamically resizing) array of pointers rather...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Mar 2007 13:54:37 +0000 (13:54 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Mar 2007 13:54:37 +0000 (13:54 +0000)
commitbff3b37695781143ae115f609ae69603ddd73a7e
tree640fd88aacc6238ce0e7ac7f7da247e877f8bee4
parent1b60c42068f17e8d507ed262a07d67a376dc13d4
rewrote stringlist stuff, now uses a (dynamically resizing) array of pointers rather than a linked list, and uses a selection sort rather than a bubble sort, this has changed the "maps" command from taking about 7 seconds on my system to about 70ms

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6983 d7cf8633-e32d-0410-b094-e92efae38249
common.h
filematch.c
fs.c