| Commit | Date | |
|---|---|---|
| 2008-11-01 18:35:37 | Tree | |
|
[r2708]
by
david_costanzo
Include the Greek Translations tables, now that some Greek commands have been translated. |
2008-11-01 18:33:43 | Tree |
| 2008-11-01 17:57:16 | Tree | |
|
[r2706]
by
david_costanzo
Implemented Feature Request #1947329; FMSLogo now supports loading more than one DLL with DLLLOAD. |
2008-10-20 06:26:38 | Tree |
|
[r2705]
by
david_costanzo
Update the release cycle to be once every three months, not every two months. I don't have enough time to release a new version every two months. |
2008-10-19 07:12:36 | Tree |
|
[r2704]
by
david_costanzo
Add some tests to make sure that comparisons on DLL names are case-insensitive. |
2008-10-14 07:19:58 | Tree |
|
[r2703]
by
david_costanzo
Implemented Feature Request #1947329; FMSLogo now supports loading more than one DLL with DLLLOAD. |
2008-10-14 07:03:15 | Tree |
|
[r2702]
by
david_costanzo
Implement request #2084889; "comment", "semicolon", and ";" are now in the index. |
2008-08-31 20:58:17 | Tree |
|
[r2701]
by
david_costanzo
Implement request #1955758; turtles may optionally have their own pen state. |
2008-08-17 19:44:37 | Tree |
|
[r2700]
by
david_costanzo
Implement request #1955758; turtles may optionally have their own pen state. The involved adding a PENSTATE structure to the Turtle structure and a boolean to keep track of if the PENSTATE is used. All access to the current pen state is done through a new accessor called GetPenStateForSelectedTurtle(), which will use either the global pen state or the g_SelectedTurtle.PenState, depending on if the selected turtle has its own pen state. Any change to the turtle now also changes the currently used brushes and updates the status window, as appropriate. |
2008-08-17 19:42:08 | Tree |