| Commit | Date | |
|---|---|---|
|
[r2660]
by
david_costanzo
Implement part of feature request #1542399; remove 1024 limit on total turtles. Now the total number of turtles that you can allocate is limited only by the amount of memory available to your system. This change reduced the overall size of fmslogo.exe by about 150 KB. |
2008-05-05 04:37:46 | Tree |
|
[r2659]
by
david_costanzo
Implement part of feature request #1542399; remove 1024 limit on total turtles. Now the total number of turtles that you can allocate is limited only by the amount of memory available to your system. This change reduced the overall size of fmslogo.exe by about 150 KB. |
2008-05-05 01:37:00 | Tree |
|
[r2658]
by
david_costanzo
Refactor the g_Turtles array into g_Turtles and g_SpecialTurtles so that the special turtles aren't at the end of the array. This was done to make it easier to implement feature request #1542399, which is to remove the hard-coded limit on turtles. Keeping the special turtles in a separate array, rather than at the end of the g_Turtles array will make it easier to dynamically resize the array. Interestingly, this caused a 80KB increase in the size of the binary. I'm not sure why. |
2008-05-04 16:59:33 | Tree |
| 2008-04-22 05:55:15 | Tree | |
|
[r2656]
by
david_costanzo
Implement feature request #1947327; link the documentation for RANDOM to RERANDOM. This also updates the version in FMSLOGO.TXT to 6.21.0. |
2008-04-22 05:45:26 | Tree |
|
[r2655]
by
david_costanzo
Implement feature request #1947327; link the documentation for RANDOM to RERANDOM. While I was at it, I described how RANDOM works, so that programmers will understand what setting the random seed does. |
2008-04-22 05:41:33 | Tree |
| 2008-04-20 17:57:01 | Tree | |
|
[r2653]
by
david_costanzo
Update one more time for the 6.20.0 release. I found a bug late in my test pass and added a new regression test for it. |
2008-04-20 17:57:00 | Tree |
|
[r2652]
by
david_costanzo
Add some more tests for FOREACH to catch a regression in pacturtle that I introduced when I fixed #1669735. |
2008-04-20 16:23:34 | Tree |
|
[r2651]
by
david_costanzo
Try another fix for bug #1669735. The previous fix had some problems when the data list was a variable and it output something. I think the problem was not with my fix, per se, but that my fix hit a different bug in RUN. This fix is a little slower, but it seems to work around the other bug in RUN. |
2008-04-20 16:22:17 | Tree |