ChangeLog
0.1.4 2007-02-21
- Changed license to LGPL
- Mac OS X binaries for Python 2.4 (thanks to Simon Howe for testing)
- Added Peer.is_active(...)
- Added Peer.get_max_connections(...)
- setup.py will tell you what's wrong when you don't have Pyrex installed
0.1.3 2007-01-31
- Windows binaries for Python 2.4 and Python 2.5 (instead of just 2.4)
- Added Peer.ip_to_player_id(...) (thanks to Damien Lee)
- Unit tests are slightly better
- Neater documentation
- Using epydoc instead of pydoc
0.1.2 2007-01-17
- Added Peer.disconnect(...)
- Added Peer.set_timeout_time(...)
- Added Packet.type so you don't need to do an ord(packet.data[0])
- Exceptions are now raised on some RakNet errors
- Comment documentation is now more like Python docs
- Added initial unit testing
0.1.1 2006-07-14
- Added network_simulator to simulate network latency and packet loss
- Fixed sample script
0.1.0 2006-06-22
- Initial release