Tweaking manager/simulate.py, updating manual and webpage
authorSam Moore <[email protected]>
Sat, 3 Mar 2012 07:42:55 +0000 (15:42 +0800)
committerSam Moore <[email protected]>
Sat, 3 Mar 2012 07:42:55 +0000 (15:42 +0800)
commit476617a8222c8c56404c12a65dd75c55b8019542
treec0f976ecd56fbce8961f06deb042c1c126226189
parent9e4bc3c0b49f5e2796a62c8fa91fe0ec78d96af2
Tweaking manager/simulate.py, updating manual and webpage

You can now pass arguments to your AI through the manager program.
Simply include the path to the AI and arguments in quotation marks.

EG:
./stratego "../../agents/foo/bar --debug" ../../agents/other/agent

simulate.py was making broken links to log files, fixed.

Logging of stderr! If anything is printed to stderr, it is all saved in logfilename.stderr by simulate.py

Tried to make the manual page better, probably failed.

Updated webpage since we have now changed the date.

Also tried to fix vixen again, haven't tested.
agents/vixen/vixen.py
judge/manager/controller.cpp
judge/manager/controller.h
judge/manager/game.cpp
judge/manager/program.cpp
judge/simulator/simulate.py
web/doc/manager_manual.txt
web/index.html

UCC git Repository :: git.ucc.asn.au