430e1f48f67ab52f5e65e0632831110a1e09fc02
[zeRace] / CHANGELOG
1 Change log file for zeRace
2
3 version 0.6     (2007-02-24)
4         * added some tracks from pyRacerz (thank you Julien)
5         * fixed network initialization issue for Win32
6         * fixed function overflow for Win32
7         * fixed color issue with tires slide
8         * added scripts to easily launch bots
9
10 version 0.5     (2005-04-16)
11         * added "formula" track (thank you Julien)
12         * added some new car sprites (thank you Julien)
13         * added collisions between cars in network mode
14         * added a synchronization check between server and clients
15         * added informations about missed checkpoints and wrong laps (thank you Julien)
16         * added car lights (red lights, backwards lights, warnings)
17         * added night mode with car night lights
18         * fixed a bug with Win32 version downloading new tracks
19         * fixed SDL_Init(0) in bot framework
20         * use SDL_GetRGB and SDL_MapRGB to handle colors
21
22 version 0.4     (2004-11-28)
23         * added "loop" track
24         * fixed "car" track
25         * fixed "hairpins" track
26         * added boss key (thank you Christophe Sauthier)
27         * tracks server (client can now download new tracks when they are available)
28         * improved network protocol
29         * added a framework to program bots
30         * first bot for the game : "Anticip"
31         * fixed memory management (server and client release memory when changing track)
32         * generic Makefile (easier to compile Linux/Windows binaries)
33         * network startup was fixed to avoid to much delay between clients and server
34         * fixed a bug when sending keys for record validation
35         * also send records in network mode
36         * game and network protocol are now endian safe (thank you Markus W. Weissmann)
37
38 version 0.3     (2004-09-27)
39         * added network/internet mode
40         * code is now split into generic modules
41         * angle limited between 0 and 2*pi to avoid bugs
42
43 version 0.2     (2004-09-14)
44         * code has been commented :)
45         * game is now a bit slower (easier to play)
46         * added configuration screen with more options (keys, color, etc)
47         * best times are now shown in the track selection screen
48         * last lap time is now shown on the screen during the race
49         * fixed directions while going backwards
50         * blue channel is now used for grip
51
52 version 0.1     (2004-09-07)
53         * initial release