aboutsummaryrefslogtreecommitdiff
path: root/world.cpp
Commit message (Collapse)AuthorAge
* FIX CRITICAL BUG: timing issue where simulation was subtly incorrecttomsmeding2017-03-22
|
* Let robot die on move with !mobile, instead of asserttomsmeding2017-03-22
|
* Add debugger instruction (int3)tomsmeding2017-03-21
| | | | Just compiles to an 'int3' instruction; not a full-featured debugger...
* Be more tolerant of bot errorstomsmeding2017-03-21
|
* Add colours to terminal sim outputtomsmeding2017-03-19
|
* Add support for $Fieldstomsmeding2017-03-14
|
* Check for iset and mobile when executing instrstomsmeding2017-03-14
|
* gui: Remove teamstomsmeding2017-03-04
|
* Split parsing code into its own file and cleanup includesSemperVinco2017-03-03
|
* Indicate whether a bot is active on the printouttomsmeding2017-03-02
|
* Ditch World::print(ostream)tomsmeding2017-03-02
|
* Fix bjump not setting ip postomsmeding2017-03-02
|
* Optimize terminal usagetomsmeding2017-03-02
| | | | The ^C-catching stuff will not work on windows; need to look into that
* include heading in -p option, pair -> tupleSemperVinco2017-03-01
|
* Fix bugstomsmeding2017-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
* 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