]> git.xonotic.org Git - xonotic/darkplaces.git/history - filematch.c
.gitignore: add kdevelop files
[xonotic/darkplaces.git] / filematch.c
2020-09-29 cloudwalkquakedef: Add darkplaces.h and include it in as many...
2020-09-17 cloudwalkRename qboolean to qbool
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-03-11 havocFix a couple warnings for unused variables in listdirec...
2017-11-29 havocRemove the forced lower-casing in listdirectory on...
2016-07-20 divverentFile system: Android assets support.
2011-06-27 divverentprevent segfault caused by stringlistsort
2011-06-12 divverentremove duplicate names from file search results
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-08-13 divverentFix issues with matchpattern_with_separator
2009-06-02 divverentthis time, actually commit the matchpattgern fix
2009-02-02 havocAt O.Sezer's recommendation filematch.c has been change...
2009-01-28 divverentmake DP compile with C++ again
2008-04-26 divverentExtend rcon_restricted_commands to contain more complex...
2008-02-29 blackRestored FS_Search patch.
2008-02-28 divverentReverted Black's filematch changes for now, because...
2008-02-15 blackFix a parameter switch typo in the linux code.
2008-02-15 blackNew attempt to change listdirectory.
2008-02-14 blackFix it.. nah I'm just reverting :D
2008-02-14 blackAppend path in listdirectory automatically.
2007-11-17 divverentuse strcasecmp for file name sorting
2007-03-15 havocfix an error
2007-03-15 havocrewrote stringlist stuff, now uses a (dynamically resiz...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-05-25 havocchanged matchpattern to take a const char *
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-06-11 havocchanged searchpath directories to have a trailing ...
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2003-12-16 havocrewrote FS_Search, hopefully it will work better now...
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2002-09-18 havocmatchpattern can now be case insensitive if desired
2002-03-30 lordhavocforce filenames to lowercase in listdirectory code...
2002-03-26 eviltypeguyAdded newline at end for lame gcc versions ;)
2002-03-25 lordhavocnow loads gamedir/*.pak instead of gamedir/pak#.pak...