Include and link physfs properly.
[tuxanci.git] / CHANGELOG
blob4c7a9e5d96e45619af01e109ac5263ea151bba00
1 * from 0.21.0 to 0.2.2
2 - the download server is integrated in game server
3 - support for OpenGL in master branch
4 - ESC closes the chat window -- not the game
5 - game is quitable through ESC from each section of game menu
6 - switched from libzzip to libzip
7 - big code cleaning
9 * from 0.20.0 to 0.21.0
10 - implemented gettext -> automatic selection of right language
11 - possibility to save game (key F2) and to load it
12 - possibility to pause game (key P)
13 - restructuralization of arenas - from now on in ZIP archive for easier distribution (requires libzzip now)
14 - download server for transportation new arenas to client
15 - improved build system
16 - under the key TAB is hidden list of players with detail (experimental implementation for now)
17 - change of game port to 6800
18 - when playing 2 player in Big Arena, the screen is splitted -- it is possible to change the orientation with key F3
19 - various little improvements (suicide takes off points, Tuxánci remembers last played arena and others) and fixes
21 * from 0.18 to 0.20.0
22 - completely rewritten engine, moreover modular
23 - new network protocol and multiplayer
24 - support for MasterServer (makes it possible to show list of game servers (and choose some) directly from the game)
25 - new type of arenas -- Big Arenas
26 - chat in the network game
27 - IPv6 support
28 - possibility to configure game keys
29 - implementation of cmake instead of autotools
30 - and many little improvements, cool features and so on