BYOND 4.0 Version 417.983 Release Notes
Fixes
- Overlays would not take on the direction of their underlying object in certain unusual cases. (Zaltron, Aaiko)
- The Options & Messages box should now disappear once the game boots up.
- Right-clicking a menu item with a long title in the menu editor was not possible while the tooltip was displayed. (Tiberath)
- Because fcopy_rsc() did not create a filename for a dynamically created icon, using it for button.image, label.image, or main.image resulted in an empty filename. Attempting to clear the image later with a null value (e.g., winset(usr, "button", "image=")) would then fail. (Tiberath)
- The popup box asking for permission to execute a command beyond the server's safety level was not properly tied to the game's main window in Dream Seeker, causing it to sometimes be hidden by the game window. This caused a lot of weird behavior. (Xooxer)
- Background images centered in a window or pane control did not paint properly if the window/pane was too small.
- On certain systems, the "open/save file" dialog box would crash when changing the file type.
- On certain systems, Dream Seeker would crash for certain prompt types (specifically run(), link(), ftp(), and "as file" variants.
- Certain link() calls were crashing DS.
- Dream Maker's icon editor allowed the number of animation frames to be reduced to 0 when holding the spinner button down, which caused a crash.
416 Release Notes | View All