-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
52 lines (45 loc) · 1.54 KB
/
ChangeLog
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
2009-01-22 Lee
* Large rewrite of code code
* New asynchronous interaction model
* Incomplete conversion of data (Messages, Orders and ObjectParameters missing)
* SimpleEventLoop instance of the generic EventLoop added
* Start of TP04 support
* AdminLayer and associated classes for remote administration support added
* Ezod GSoC 08 project
* Bug fixes, incl gcc4.3, consts, memory leaks, etc
* 173 commits
2007-07-04 Lee
* Added TPS socket
* Added HTTPS tunneling socket
* Some threadsafing
* Added GameStatusListner
* Added GetById baseframe class
* Test improvements
* Added Cache, CacheMethod and CacheNoneMethod
* Added caches for Objects, players, boards, etc.
* Added Create Account support
* Added intro document to doxygen output
* Added Debian packaging support
* Sign/Unsigned fixes
* version 0.1.1
2005-11-22 Lee
* Split into High level (GameLayer) and low level (ProtocolLayer) layers.
* All non-optional parts of TP03 supported.
* Large re-write.
* version 0.1.0
2005-01-25 Lee
* Doxygen comments for all library classes.
* make doc creates the docs.
* No code changes (except version number)
* version 0.0.3
2004-12-22 Lee
* Valgrind used to fine many of the memory leaks
* version 0.0.2
2004-11-06 Lee
* Full TP02 support
* Tests compile and run without error
* Full interface defined
* Should be working
* version 0.0.1
2004-10-24 Lee
* Started libtpproto-cpp