version 0.4 v0.4
authorAntoine Jacquet <royale@zerezo.com>
Sat, 27 Nov 2004 23:00:00 +0000 (00:00 +0100)
committerAntoine Jacquet <royale@zerezo.com>
Sat, 27 Nov 2004 23:00:00 +0000 (00:00 +0100)
commitee6ec6d95d78f74973a2ba97077cc94709bb6c61
treed4a279f8cf64acd1678d59b71631c70a9eec0991
parentdde2df6289f6daf23ee1632560c4c89061ef2f4a
version 0.4

* added "loop" track
* fixed "car" track
* fixed "hairpins" track
* added boss key (thank you Christophe Sauthier)
* tracks server (client can now download new tracks when they are available)
* improved network protocol
* added a framework to program bots
* first bot for the game : "Anticip"
* fixed memory management (server and client release memory when changing track)
* generic Makefile (easier to compile Linux/Windows binaries)
* network startup was fixed to avoid to much delay between clients and server
* fixed a bug when sending keys for record validation
* also send records in network mode
* game and network protocol are now endian safe (thank you Markus W. Weissmann)
17 files changed:
CHANGELOG
Makefile
README
bot.c [new file with mode: 0644]
bot.h [new file with mode: 0644]
bot_anticip.c [new file with mode: 0644]
car.c
network.h
sdl.h
server.c
sprites/boss.png [new file with mode: 0644]
tracks/car_function.png
tracks/hairpins_function.png
tracks/list.txt
tracks/loop.png [new file with mode: 0644]
tracks/loop_function.png [new file with mode: 0644]
zeRace.c