I'm currently using your library in a program I've sort of resurrected from sf.net, called searchtool. My incarnation is called ST-2 and it's located at http://st2.sf.net Basically I wanted to add support for a couple of open source games that have been left by the wayside by the All Seeing Eye, and stumbled upon your library while researching how to go about doing it.
I'm not sure this is exactly the usage you had in mind, but the library suits my needs almost perfectly. Also since I'm a rank beginner at programming it's nice to have a framework to base some of the stuff I'm doing off of.
Anyway I've added support for Warsow, another free shooter, located at http://warsow.net I went ahead and uploaded a patch against the current CVS head here: http://sourceforge.net/project/showfiles.php?group_id=153948&package_id=170876&release_id=376200
I hate to keep throwing new files into your project over minor changes, however this one parses the player info really oddly compared to the Q3 file, so the second half is kind of weird. Again if you know of an easier way to work it into one of the existing files so all that code up in the beginning isn't duplicated feel free to take the weed whacker to it. I hope you find it useful.
Sincerely,
Randy.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just realized I was returning the playernames without the enclosing quotes- it was just easier in this case to use the quotes to get the substring. I went ahead and put them back in after parsing out the name. I'll submit an updated patch in the "patches" tracker. If you don't want to use it I don't blame you :p
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm currently using your library in a program I've sort of resurrected from sf.net, called searchtool. My incarnation is called ST-2 and it's located at http://st2.sf.net Basically I wanted to add support for a couple of open source games that have been left by the wayside by the All Seeing Eye, and stumbled upon your library while researching how to go about doing it.
I'm not sure this is exactly the usage you had in mind, but the library suits my needs almost perfectly. Also since I'm a rank beginner at programming it's nice to have a framework to base some of the stuff I'm doing off of.
Anyway I've added support for Warsow, another free shooter, located at http://warsow.net I went ahead and uploaded a patch against the current CVS head here:
http://sourceforge.net/project/showfiles.php?group_id=153948&package_id=170876&release_id=376200
I hate to keep throwing new files into your project over minor changes, however this one parses the player info really oddly compared to the Q3 file, so the second half is kind of weird. Again if you know of an easier way to work it into one of the existing files so all that code up in the beginning isn't duplicated feel free to take the weed whacker to it. I hope you find it useful.
Sincerely,
Randy.
I just realized I was returning the playernames without the enclosing quotes- it was just easier in this case to use the quotes to get the substring. I went ahead and put them back in after parsing out the name. I'll submit an updated patch in the "patches" tracker. If you don't want to use it I don't blame you :p
Added to CVS - should be in next QueriEd release