version 0.5 v0.5
authorAntoine Jacquet <royale@zerezo.com>
Fri, 15 Apr 2005 22:00:00 +0000 (00:00 +0200)
committerAntoine Jacquet <royale@zerezo.com>
Fri, 15 Apr 2005 22:00:00 +0000 (00:00 +0200)
commit1be6de5da72b6218e87c20e29782ce6f9d99196e
tree49c89083e1690a35b345d5b9056fd769c8a814cb
parentee6ec6d95d78f74973a2ba97077cc94709bb6c61
version 0.5

* added "formula" track (thank you Julien)
* added some new car sprites (thank you Julien)
* added collisions between cars in network mode
* added a synchronization check between server and clients
* added informations about missed checkpoints and wrong laps (thank you Julien)
* added car lights (red lights, backwards lights, warnings)
* added night mode with car night lights
* fixed a bug with Win32 version downloading new tracks
* fixed SDL_Init(0) in bot framework
* use SDL_GetRGB and SDL_MapRGB to handle colors
21 files changed:
CHANGELOG
README
bot.c
bot_anticip.c
car.c
car.h
network.h
sdl.h
server.c
splashs/4.jpg [new file with mode: 0644]
splashs/5.jpg [new file with mode: 0644]
sprites/carM.png [new file with mode: 0644]
sprites/carN.png [new file with mode: 0644]
sprites/carO.png [new file with mode: 0644]
sprites/carP.png [new file with mode: 0644]
sprites/light.png [new file with mode: 0644]
tracks/formula.png [new file with mode: 0644]
tracks/formula_function.png [new file with mode: 0644]
tracks/list.txt
tracks/loop_function.png
zeRace.c