[htsserver-cvs] CVS update: pyhtsserver/src
Status: Abandoned
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2002-06-07 23:19:13
|
Date: Friday June 7, 2002 @ 16:19 Author: uh1763 Update of /cvsroot/htsserver/pyhtsserver/src In directory usw-pr-cvs1:/tmp/cvs-serv29604/src Modified Files: connections.py g.py gamedata.py goods.py helpstrings.py htsserver.py log.py net.py players.py Log Message: * src/connections.py: Smaller changes. Added the class variable 'highest'. Added the methods recv(), send() and close(), which are not completely implemented, yet. * src/g.py: Removed cruft. Email address for bugreports is hts...@li... now. * src/gamedata.py: Removed most content, needs to be re-designed. * src/goods.py: There's a buy_price and sell_price now. Added calculate_buy_price() and calculate_sell_price(). * src/helpstrings.py: Removed lots of strings, as the network protocol needs a major re-design. * src/htsserver.py: Update to use the new classes etc. * src/log.py: Encapsulate all the logging code in the class Log. * src/net.py: Added a preliminary version of the new networking framework. This needs a lot more work. * src/players.py: The class Player is more generic now. There are two subclasses of Player: HumanPlayer and AIPlayer. =================================================================== File: connections.py Status: Up-to-date Working revision: 1.7 Fri Jun 7 23:19:12 2002 Repository revision: 1.7 /cvsroot/htsserver/pyhtsserver/src/connections.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: g.py Status: Up-to-date Working revision: 1.6 Fri Jun 7 23:19:12 2002 Repository revision: 1.6 /cvsroot/htsserver/pyhtsserver/src/g.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: gamedata.py Status: Up-to-date Working revision: 1.4 Fri Jun 7 23:19:12 2002 Repository revision: 1.4 /cvsroot/htsserver/pyhtsserver/src/gamedata.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: goods.py Status: Up-to-date Working revision: 1.4 Fri Jun 7 23:19:12 2002 Repository revision: 1.4 /cvsroot/htsserver/pyhtsserver/src/goods.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: helpstrings.py Status: Up-to-date Working revision: 1.8 Fri Jun 7 23:19:12 2002 Repository revision: 1.8 /cvsroot/htsserver/pyhtsserver/src/helpstrings.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: htsserver.py Status: Up-to-date Working revision: 1.8 Fri Jun 7 23:19:12 2002 Repository revision: 1.8 /cvsroot/htsserver/pyhtsserver/src/htsserver.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: log.py Status: Up-to-date Working revision: 1.7 Fri Jun 7 23:19:12 2002 Repository revision: 1.7 /cvsroot/htsserver/pyhtsserver/src/log.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: net.py Status: Up-to-date Working revision: 1.11 Fri Jun 7 23:19:12 2002 Repository revision: 1.11 /cvsroot/htsserver/pyhtsserver/src/net.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: players.py Status: Up-to-date Working revision: 1.8 Fri Jun 7 23:19:12 2002 Repository revision: 1.8 /cvsroot/htsserver/pyhtsserver/src/players.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) |