hquxmu / ai-contest

Automatically exported from code.google.com/p/ai-contest
0 stars 0 forks source link

Code review request #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
Keep error messages so that players may see why their bot crashed. This is 
server-side only.

When reviewing my code changes, please focus on:
Note that this change requires a new column added to the games table. I called 
this column "fail" in the relevant query but it's up to you. A varchar2(100) is 
probably more than sufficient.
Note also that this doesn't actually show this data anywhere. game_info.php 
implicitly shows this data. The visualizer could also be modified to grab it if 
it exists. 

After the review, please merge this branch into:
/trunk

Original issue reported on code.google.com by jokeserver on 10 Sep 2010 at 4:47

GoogleCodeExporter commented 9 years ago
danielvf took care of the change this branch intended to implement.

Original comment by jokeserver on 6 Oct 2010 at 5:22