about summary refs log tree commit diff stats
path: root/050scenario.cc
Commit message (Expand)AuthorAgeFilesLines
* 1754Kartik K. Agaram2015-07-101-1/+1
* 1751 - sluggishness fixedKartik K. Agaram2015-07-101-1/+1
* 1746 - load file and run a single testKartik K. Agaram2015-07-101-7/+6
* 1745 - hoist warning/response strings out of editor-dataKartik K. Agaram2015-07-101-1/+1
* 1743Kartik K. Agaram2015-07-091-1/+1
* 1721 - hide warnings inside interactive routinesKartik K. Agaram2015-07-081-10/+20
* 1702 - experiment: start using 'ordinal' in namesKartik K. Agaram2015-07-041-9/+9
* 1672 - begin support for multiple editors at onceKartik K. Agaram2015-06-281-1/+1
* 1671 - better separate setup from code under testKartik K. Agaram2015-06-271-5/+13
* 1668 - there's a bug in CHECK_TRACE_DOESNT_CONTAINKartik K. Agaram2015-06-271-1/+3
* 1621Kartik K. Agaram2015-06-221-1/+1
* 1620Kartik K. Agaram2015-06-221-1/+3
* 1598Kartik K. Agaram2015-06-191-2/+5
* 1569Kartik K. Agaram2015-06-161-0/+1
* 1566 - fake mouse clicks in scenariosKartik K. Agaram2015-06-151-1/+1
* 1565Kartik K. Agaram2015-06-141-31/+4
* 1564 - a better way to support string literalsKartik K. Agaram2015-06-141-2/+3
* 1498Kartik K. Agaram2015-05-281-8/+20
* 1497 - 2 boneheaded bugs in parsing scenariosKartik K. Agaram2015-05-281-6/+30
* 1494Kartik K. Agaram2015-05-271-1/+1
* 1491Kartik K. Agaram2015-05-271-0/+3
* 1483 - *really* check color screens in scenariosKartik K. Agaram2015-05-271-1/+2
* 1475Kartik K. Agaram2015-05-261-5/+16
* 1434 - support all unicode spacesKartik K. Agaram2015-05-231-4/+22
* 1417 - draft zoom levels in tracesKartik K. Agaram2015-05-211-3/+3
* 1416Kartik K. Agaram2015-05-211-12/+12
* 1414 - traces now robust to new recipes/typesKartik K. Agaram2015-05-211-14/+0
* 1412 - starting to clean up trace formatKartik K. Agaram2015-05-211-2/+2
* 1401 - shave 80% off chessboard test timeKartik K. Agaram2015-05-181-1/+1
* 1391 - avoid unsigned integersKartik K. Agaram2015-05-171-14/+14
* 1387Kartik K. Agaram2015-05-161-3/+3
* 1374 - chessboard end-to-end test passes!Kartik K. Agaram2015-05-141-1/+1
* 1364 - trace call-stack when switching routinesKartik K. Agaram2015-05-131-1/+1
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-15/+15
* 1357 - temporarily revert floating-point supportKartik K. Agaram2015-05-121-10/+10
* 1356 - snapshot #2: floating point supportKartik K. Agaram2015-05-121-10/+10
* 1355Kartik K. Agaram2015-05-121-0/+11
* 1343Kartik K. Agaram2015-05-111-2/+2
* 1327 - better error handling in chessboardKartik K. Agaram2015-05-101-2/+11
* 1323 - keyboard supports backspace and newlineKartik K. Agaram2015-05-101-0/+1
* 1299 - stop using [] in any vectorKartik K. Agaram2015-05-071-6/+6
* 1298 - better ingredient/product handlingKartik K. Agaram2015-05-071-19/+19
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+477
476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518