253 Release Notes
- Fixed: some of Dream Maker's configuration settings weren't saving. (Deadron)
- Fixed: The readme.txt file generated by the Build EXE... (DMS) option had a misprint. (Guy T.)
- Fixed: The help/ref/index.html file had bad links. (Al)
- Fixed: The verb popup prompts were not displaying the correct title text. (Al)
- Fixed: Files with spaces in their paths weren't correctly launching due to a change
in the registry. (Guy T.)
- Fixed: ftp() was broken. (Deadron)
- Fixed: The host world... option was broken (same reason).
- Fixed: command expansion text containing special html characters such as
<, >, and & was getting mangled in the text terminal. Same goes for the
command echo text.
- Fixed: The auto-link detection feature was making hyperlinks out of things like
"byond:" that look like a protocol specification but which lack any
following address. It now requires a complete URL.
- Fixed: Default prompt() values were not always entered in a legal fashion (for
example spaces were not getting converted to dashes when necessary).
- BMPs now support transparency. The color RGB(192,192,192) is considered
to be a mask, so anything beneath bits of such color on the map will show
through. This is, incidentally, the same color used for the default
mask on the icon editor. (Guy T.)
- Moved lib/CGI.dm into lib/html/CGI.dm along with form.dm. There are a few
other HTML related libraries that can be added in the future. For example,
this form library is designed for single-form web pages. It might be
convenient to make a container object that can hold multiple forms when you
want to pack together several on the same page.
- CGI.dm has been removed from the official release. Until it stabilizes, it will
just be released in the Code & Demos page.