Use codecs.open to pull the README text into setup.py's long_description.
[pyrisk.git] / pyrisk /
2010-03-28 W. Trevor KingAdded a template directory search list (vs. the previou...
2010-03-28 W. Trevor KingFix outdated log usage in EmailPlayer._log_part + broke...
2010-03-28 W. Trevor KingAdded rendered world part to EmailPlayer notification
2010-03-28 W. Trevor KingAdded actual center-of-mass calculation for territories.
2010-03-28 W. Trevor KingAdded player colors
2010-03-28 W. Trevor KingAdd titles to regions (Firefox, and possibly others...
2010-03-28 W. Trevor KingRemove the upper-left and lower right bounding box...
2010-03-28 W. Trevor KingAdded template control over line colors (and presence).
2010-03-28 W. Trevor KingDistinguish between line (boder) and route color
2010-03-28 W. Trevor KingAdded continent colors to template system
2010-03-28 W. Trevor KingConfigurable line color
2010-03-28 W. Trevor KingAdded virtual routes to template system to allow relate...
2010-03-27 W. Trevor KingAdd preliminary graphics library with world generation
2010-03-27 W. Trevor KingAdded fortification to the basic Player AI.
2010-03-27 W. Trevor KingAdded Engine.fortify (previously fortification would...
2010-03-27 W. Trevor KingAdded Event classes to pyrisk.log
2010-03-27 W. Trevor KingRemove EmailPlayers from pyrisk.random_game
2010-03-26 W. Trevor KingAdded error handling for (?most?) invalid Player responses
2010-03-26 W. Trevor KingFixed up IncomingEmailDispatcher to work in real life ;).
2010-03-26 W. Trevor KingUpdate OutgoingEmailDispatcher execute calls -> self...
2010-03-26 W. Trevor KingFix missing dispatchers in base.random_game EmailPlayer...
2010-03-26 W. Trevor KingFix excute -> execute typo in OutgoingEmailDispatcher
2010-03-26 W. Trevor KingPreliminary handling of actual emails.
2010-03-26 W. Trevor KingAdded setup.py and moved VERSION to pyrisk/__init__.py
2010-03-26 W. Trevor KingAdded README and renamed risk/ -> pyrisk/