| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fmslogo-8.3.0.zip | 2022-01-17 | 71.5 MB | |
| fmslogo-8.3.0.exe | 2022-01-17 | 11.8 MB | |
| README.TXT | 2022-01-17 | 2.1 kB |
|
| Totals: 3 Items | 83.3 MB | 0 | |
FMSLogo 8.3.0 -------------------------------------------------------------------------------- Kit Description (https://sourceforge.net/projects/fmslogo) fmslogo-8.3.0.exe - Installer for the Logo environment fmslogo-8.3.0.zip - ZIP of the Logo environment Changes From Previous Version Changed in 8.3.0 o Reduce the size of the back buffer that is used to remove flicker when using rotating bitmapped turtles. This reduces memory usage. o Implement feature request #131; MACHINE output now includes the screen window's scrollbar positions. o Partially implement feature request #129; BITLOAD and Bitmap -> Load... can now load JPEG image files as an undocumented feature. o Fix Bug #579; BITMAPTURTLE turtles are now drawn in correct position when zoomed. o Fix Bug #578; OPENWRITE, OPENREAD, OPENAPPEND, and OPENUPDATE can now open files with names that have special characters quoted by vertical bars. o Fix Bug #577; FMSLogo can now load top-down BMP images. o Fix Bug #475 SCROLLX/SCROLLY now round any decimal inputs they are given, instead of scrolling to an undefined location. o Fix Bug #24; FMSLogo no longer crashes when loading a BMP with a negative bfOffBits value in BITMAPFILEHEADER. o Fix DLLCALL to pass the entire word for parameters with the "U" type. Before, words were truncated at the first NUL character. o Rewrote bitmap loading logic to use wxImage. This changed FMSLogo's behavior when loading some malformed bitmaps. o Improve the performance of turtles rendered with (BITMAPTURTLE "TRUE). o Compile as "large address aware". On systems which support it, this enables FMSLogo to access 3GB of memory instead of the usual 2GB for 32-bit programs. o Minor improvements to the manual. For the history of changes across all versions, see https://sourceforge.net/p/fmslogo/source/HEAD/tree/logo/trunk/src/CHANGELOG.TXT Source Code The source code is available under the GNU GPL. Get it from: https://sourceforge.net/p/fmslogo/source/HEAD/tree/ Minimum System Requirements Windows XP with 512 MB RAM