about summary refs log tree commit diff stats
path: root/050scenario.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
2986 - new example: the 8-queens problem' href='/akkartik/mu/commit/nqueens.mu?h=main&id=7890b8cef2c330ad69e2ce5861931ff2768d6194'>7890b8ce ^
93c9862f ^
7890b8ce ^





9458918f ^
7890b8ce ^

9458918f ^
f116818c ^
9458918f ^
f116818c ^
7890b8ce ^

9458918f ^
7890b8ce ^

192d59d3 ^
7890b8ce ^


192d59d3 ^
9458918f ^
f116818c ^
7890b8ce ^


f116818c ^
7890b8ce ^

9458918f ^
7890b8ce ^

192d59d3 ^

7890b8ce ^


192d59d3 ^



7890b8ce ^

9458918f ^
f116818c ^
7890b8ce ^


f116818c ^
7890b8ce ^
760f683f ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99