| Commit | Date | |
|---|---|---|
|
[r2572]
by
david_costanzo
Make tetrads.lgo a little easier to hack by choosing a random item from the :gameshapes array, instead of assuming that there are seven items in the array. This came up during at the Bellevue Boys and Girls Club. A student had correctly removed all shapes execept one from the :gameshapes array, but then the program didn't work because a different part of the code assumed that there were seven elements. Since I want to encourage hacking, I am making the rest of the code more robust. |
2008-02-03 22:13:32 | Tree |
| 2008-01-28 03:14:52 | Tree | |
|
[r2570]
by
david_costanzo
Fix bug #1803793; The string "N/A" for Palette in Status window is now internationalized. |
2008-01-26 21:39:36 | Tree |
|
[r2569]
by
david_costanzo
Fix bug #1867803; The names of the special variables CASEIGNOREDP, ERRACT, STARTUP, REDEFP, PRINTWIDTHLIMIT, and PRINTDEPTHLIMIT are now internationalized. |
2008-01-23 05:25:05 | Tree |
|
[r2568]
by
david_costanzo
Add pseudoloc tests for PRINTWIDTHLIMIT and PRINTDEPTHLIMIT. |
2008-01-23 04:33:15 | Tree |
|
[r2567]
by
david_costanzo
Partial fix for bug #1867803: Internationalize the special variables PRINTWIDTHLIMIT and PRINTDEPTHLIMIT. |
2008-01-23 04:19:42 | Tree |
|
[r2566]
by
david_costanzo
locally unbind the print width/depth limits in RUNPRINTTEST so that logging happens as expected. |
2008-01-23 03:34:50 | Tree |
| 2008-01-23 03:34:15 | Tree | |
|
[r2564]
by
david_costanzo
Fix a bug in the last "cosmetic" change. I had replaced some max logic with a call to min. That has been corrected and the print tests are now working again. |
2008-01-23 03:33:06 | Tree |
|
[r2563]
by
david_costanzo
Cosmetic refactoring: rename a variable "wid" to "totalCharsToPrint" because having two variables named "width" and "wid" made the code difficult to read. |
2008-01-23 03:29:48 | Tree |