log gamelib/gamestate.py @ 224:e4f9513c9dd0

age author description
Sat, 12 May 2012 22:33:05 +0200 Neil Muller Include mission name in the results
Sat, 12 May 2012 21:02:02 +0200 Neil Muller Don't crash when we run out of suggestions
Sat, 12 May 2012 19:50:53 +0200 Neil Muller Per-turn income
Sat, 12 May 2012 11:42:43 +0200 Neil Muller Debugging
Sat, 12 May 2012 11:23:22 +0200 Neil Muller Plagiarism! (Only be sure, please, to always call it research)
Fri, 11 May 2012 22:29:23 +0200 Jeremy Thurgood Display research advice.
Fri, 11 May 2012 21:09:01 +0200 Neil Muller Fix bug with starting minion count
Thu, 10 May 2012 22:33:26 +0200 Jeremy Thurgood Better handling of mission results and turn-end messages.
Thu, 10 May 2012 20:56:40 +0200 Jeremy Thurgood More flexible (and less boilerplatey) mission stuff.
Thu, 10 May 2012 17:07:06 +0200 Neil Muller Reputation decays over time
Thu, 10 May 2012 16:50:09 +0200 Neil Muller Load milestone as well
Thu, 10 May 2012 16:46:18 +0200 Neil Muller Advance milestone
Thu, 10 May 2012 12:16:15 +0200 Neil Muller Add a minion cost to missions
Wed, 09 May 2012 22:31:49 +0200 Neil Muller Save turn number
Wed, 09 May 2012 22:13:15 +0200 Jeremy Thurgood Research points allocated based on milestone.
Wed, 09 May 2012 21:43:04 +0200 Jeremy Thurgood Some milestones.
Wed, 09 May 2012 20:06:44 +0200 Neil Muller Fix method name assumption bug
Wed, 09 May 2012 16:51:26 +0200 Neil Muller Hook up simplistic equipment screen
Wed, 09 May 2012 13:03:39 +0200 Neil Muller Hook up basic results screen
Wed, 09 May 2012 12:08:44 +0200 Neil Muller Refactor message handling so we can deal with in the gui
Tue, 08 May 2012 20:51:53 +0200 Neil Muller Remove duplicate point tracking. Rename classes for future refactoring
Mon, 07 May 2012 21:24:23 +0200 Jeremy Thurgood Product -> Schematic.
Mon, 07 May 2012 20:44:27 +0200 Jeremy Thurgood Refactor missions and sciences a bit to reduce duplication.
Mon, 07 May 2012 14:00:18 +0200 Neil Muller Change initial mission creation logic to look for leaf classes
Mon, 07 May 2012 13:59:50 +0200 Neil Muller Add can_attempt method for future flexibility
Sun, 06 May 2012 21:27:33 +0200 Jeremy Thurgood Gate certain missions by reputation.
Sun, 06 May 2012 19:28:15 +0200 Jeremy Thurgood Reset points after spending them.
Sun, 06 May 2012 19:21:06 +0200 Neil Muller Fix some stupid bugs
Sun, 06 May 2012 19:06:28 +0200 Jeremy Thurgood Fix up some game state logic, add very basic REPL game interface.
Sun, 06 May 2012 18:38:54 +0200 Neil Muller Serialize and unserialize game state and missions
Sun, 06 May 2012 17:12:40 +0200 Neil Muller Sketch in gamestate