2006-02-02 16:52:26 +01:00
|
|
|
* Thu 22 Dec 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.64
|
|
|
|
(after Northern LAN Convention Winter 2005, www.northcon.de)
|
|
|
|
- added Quake4 support (d3engine)
|
|
|
|
- added CoD2 support (q3engine)
|
|
|
|
- added Rune support (gamespy1)
|
|
|
|
|
2006-02-02 16:51:01 +01:00
|
|
|
* Thu 08 Sep 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.63
|
2006-02-02 16:52:26 +01:00
|
|
|
(after The Summit 5, www.the-summit.de)
|
2006-02-02 16:51:01 +01:00
|
|
|
- added ut2k4 plugin (native scan)
|
|
|
|
- added Battlefield2 support (gs2 query/host ports)
|
|
|
|
- added Swat4 Support (gs2)
|
|
|
|
- fix quake2 plugin
|
|
|
|
|
|
|
|
* Thu 25 Aug 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.62
|
2006-02-02 16:52:26 +01:00
|
|
|
(after Multimadness Summer 2005, www.multimadness.de)
|
2006-02-02 16:49:14 +01:00
|
|
|
- use c99 inttypes
|
|
|
|
- added new Halflife scan (halflife)
|
|
|
|
- added Battlefield2 support (gamespy2)
|
|
|
|
|
2006-02-02 16:51:01 +01:00
|
|
|
* Sun 05 Jun 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.61
|
2006-02-02 16:48:33 +01:00
|
|
|
- reduce per thread stack from 8MB to 64kB (strange pthread_create() defaults..)
|
|
|
|
|
2006-02-02 16:47:20 +01:00
|
|
|
* Sun 15 May 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.60
|
|
|
|
- added receive-queue
|
|
|
|
- changed plugin_helper api from void* to uint offsets
|
|
|
|
- gamespy1 multi-packet response support
|
|
|
|
- q3engine plugin rewrite
|
|
|
|
- added halflife plugin
|
|
|
|
|
2006-02-02 16:44:46 +01:00
|
|
|
* Tue 19 Apr 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.53
|
2006-02-02 16:47:20 +01:00
|
|
|
- code cleanup
|
2006-02-02 16:44:46 +01:00
|
|
|
- added doxygen file
|
|
|
|
|
2006-02-02 16:43:41 +01:00
|
|
|
* Thu 31 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.52
|
|
|
|
- games added: avp2, bfv, igi2, jk2, jk3, rtcw, ut2k3, ut2k4
|
|
|
|
- sendqueue removed (no need to do ratelimiting)
|
|
|
|
- serverlist.c + scanner.c merged, removing one thread
|
|
|
|
- daemonize & run-as-user support
|
|
|
|
|
2006-02-02 16:41:56 +01:00
|
|
|
* Sun 27 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.51
|
|
|
|
- added configfile parser, added configfile support to subsystems
|
|
|
|
- plugins: replaced con/destructor with dlsym() peeking
|
|
|
|
|
2006-02-02 16:40:20 +01:00
|
|
|
* Sat 26 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.50
|
2006-02-02 16:43:41 +01:00
|
|
|
- supported games: bf1942, cod, cod:uo, d3, ef, et, halo, q2, q3, ut
|
2006-02-02 16:40:20 +01:00
|
|
|
- added autoconf/automake/libtool support
|
|
|
|
- plugins: replaced _init() / _fini() with ((constructor)) / ((destructor))
|
|
|
|
|
|
|
|
* Mon 14 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.10
|
|
|
|
- initial version
|