BYOND 4.0 Version 488.1098 Release Notes
Fixes (more info)
Dream Daemon
- Some lengthy series of icon operations, like the kind used by the DmiFontsPlus library, did not use the read cache properly and therefore took much longer to complete. (Wanabe)
- Calling flick() on an atom that is deleted before ever being seen by the client could sometimes cause new atoms to display the flick instead. (Forum_account)
Dream Maker
- Renaming a file so that only its letter case changed would confuse Dream Maker if the file was in a subpath and not the main directory of the project. (Nickr5)
Dream Seeker
- Images displayed in grids would sometimes not show until a full repaint, and would not trigger the grid to resize its columns and rows, if they came from a dynamic icon operation. (Naokohiro)
- Outputting an /icon datum or the result of an icon operation could sometimes cause a crash for some users. (Gakumerasara)
Features (more info)
DM Language
- A #warn directive has been added to the compiler. This is just like #error except that it produces a warning and will not prevent the compile from finishing successfully.
Dream Maker
- When zoomed in within the icon editor, and dragging a tool with the mouse button held down (for example, when selecting a group of pixels), the canvas will now scroll if you drag the mouse pointer outside of its bounds. The scroll speed depends on how far out of bounds the pointer is.
487 Release Notes | View All