Commit | Date | |
---|---|---|
2006-10-15 06:27:38 | Tree | |
[r1655]
by
david_costanzo
Add regression tests for UPPERCASEand LOWERCASE, including a test for bug #1576430, which is that UPPERCASE and LOWERCASE don't convert international letters. |
2006-10-13 08:13:05 | Tree |
[r1654]
by
david_costanzo
Split the example into two programlisting tags, since the examples were independent of each other. |
2006-10-10 06:07:27 | Tree |
[r1653]
by
david_costanzo
Fix a one-time memory leak of the names of the current read stream and the current write stream, but cleaning it up at shutdown. This memory leak would not have affected the user, but it did introduce false-positives in my memory leak tracking tools, so fixing it helps me find the real leaks. |
2006-10-08 20:08:44 | Tree |
[r1652]
by
david_costanzo
Add regression tests for WINDOW, FENCE, and WRAP modes, including a regression test for bug #1573077. Move the tests for WINDOWSET from window.lgo to windowset.lgo so that I could put the tests for WINDOW into window.lgo. |
2006-10-08 16:35:21 | Tree |
[r1651]
by
david_costanzo
Add a common prefix to all files generated by CHECKSCREEN so that the show up next to each other in explorer. |
2006-10-08 16:05:25 | Tree |
[r1650]
by
david_costanzo
Redeclare the global variable "out_of_bounds" as static, since it is not referenced outside of graphics.cpp. |
2006-10-08 08:48:39 | Tree |
2006-10-08 04:00:59 | Tree | |
[r1648]
by
david_costanzo
Add a simple smoke-test for drawing in 3D perspective mode. More in-depth tests will be added later for each of the drawing commands, but this is much better than nothing. |
2006-10-08 03:57:07 | Tree |
[r1647]
by
david_costanzo
Add a helper function for running commands that move the turtle out-of-bounds. This is an easy way of testing that the current mode is "fence". |
2006-10-08 03:50:36 | Tree |