aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Split parsing code into its own file and cleanup includesSemperVinco2017-03-03
|
* include cstringSemperVinco2017-03-03
|
* Make sleep time between frames configurabletomsmeding2017-03-03
|
* Option parsing ++tomsmeding2017-03-03
| | | | New syntax: see usage()
* Add cstdarg include to screenbuffer.htomsmeding2017-03-02
|
* Indicate whether a bot is active on the printouttomsmeding2017-03-02
|
* Ditch World::print(ostream)tomsmeding2017-03-02
|
* tick counterSemperVinco2017-03-02
|
* Fix bjump not setting ip postomsmeding2017-03-02
|
* Factor out vprintf from ScreenBuffer::(mv)printftomsmeding2017-03-02
|
* Conditional-compile the POSIX-specific stufftomsmeding2017-03-02
|
* Optimize terminal usagetomsmeding2017-03-02
| | | | The ^C-catching stuff will not work on windows; need to look into that
* arg bug fixSemperVinco2017-03-02
|
* include heading in -p option, pair -> tupleSemperVinco2017-03-01
|
* Fix warnings; array -> pairtomsmeding2017-03-01
|
* cin.get() -> usleep()tomsmeding2017-03-01
|
* Fix bugstomsmeding2017-03-01
|
* cast long to intSemperVinco2017-03-01
|
* update .gitignoreSemperVinco2017-03-01
|
* Add position argument option -p which places bots in specific locations, ↵SemperVinco2017-03-01
| | | | syntax: ./sim -p b1.rob 1 2 b2.rob -2 4
* Add example programstomsmeding2017-03-01
|
* Print world during simulationtomsmeding2017-03-01
|
* Fix jump parsing bug (and better debug logging)tomsmeding2017-03-01
|
* It seems to do something useful nowtomsmeding2017-03-01
|
* Execute some instructions!tomsmeding2017-03-01
|
* add cstringSemperVinco2017-03-01
|
* Initialtomsmeding2017-03-01