Olaf Rempel
9b62806411
- use c99 inttypes - added new Halflife scan (halflife) - added Battlefield2 support (gamespy2)
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
* Thu 25 August 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.62
|
|
- use c99 inttypes
|
|
- added new Halflife scan (halflife)
|
|
- added Battlefield2 support (gamespy2)
|
|
|
|
* Sun 05 June 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.61
|
|
- reduce per thread stack from 8MB to 64kB (strange pthread_create() defaults..)
|
|
|
|
* 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
|
|
|
|
* Tue 19 Apr 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.53
|
|
- code cleanup
|
|
- added doxygen file
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* Sat 26 Mar 2005 Olaf Rempel <razzor@kopf-tisch.de> 0.50
|
|
- supported games: bf1942, cod, cod:uo, d3, ef, et, halo, q2, q3, ut
|
|
- 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
|