277 Release Notes
Note: if you have downloaded 276 you should be able to upgrade to this
release through BYOND itself (Dream Seeker will give you a prompt).
- Deletion of "datum" objects was broken in the last release. It is now
possible to do sleeping operations in the object's Del() proc before finally
executing the top level Del() proc, which destroys the object. This is
consistent with the behavior of mobs, objs, and the other built-ins. (Guy T.)
- Fixed: Annoying proc warnings involving calls to nonexistent procs were being
output for certain Click() events. For the time-being all such runtime proc warnings
have been supressed. We might just keep it this way. (Spuzzum)
- Fixed: If the file include.txt contained DOS end of lines, this was causing
trouble during installation (it kept downloading the dependencies over and
over).
- Fixed: "Apply to All" in the overwite downloaded file dialogue was
carrying over to all future packages downloaded in the same session.