summarylogtreecommitdiffstats
path: root/.CHANGELOG
blob: 9441ccd5242fc5b1b04973e126e711db2e96dc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
London Law ChangeLog
--------------------------------------------------------------------------------

0.2

   2005-02-15        Announce 0.2.0rc1.

                     Tooltip username labels for the map window are now more
                     visible on OS X.

                     Most wxStaticTextBox instances have been replaced with
                     simple labels.

   2005-02-14        Server will permit clients to disconnect during gameplay
                     and then rejoin the game.  Server saves game data to a
                     database, so it can be shut down and restarted without
                     loss of game state.

                     Clients receive pop-up notification when a player leaves,
                     rejoins, etc.

                     Clients can send chat messages "to all" or "to team".

   2005-02-12        Completed rewrite of all networking code, using the
                     event-driven Twisted framework.  Protocol is now line-based.  
                     Server supports multiple simultaneous games.  Thanks to
                     Conor Davis <conor at fastmail dot fm> for significant 
                     contributions to server code.

                     Client game registration windows now use the more
                     suitable wxListCtrl.


0.1

   2004-11-13        Release 0.1.0.