BYOND 4.0 Version 442.1020 Release Notes
Fixes (more info)
- Certain input commands would crash DreamSeeker. (Ripiz)
- The tiled background of a window or pane appeared to have an offset. Past the left and top edges, the window was not repainted properly. In some cases, this could cause interface using these elements to lock up. (The Naked Ninja)
- Teleporting a mob caused incorrect "gliding" movement. (Fugsnarf)
- The mouse capture used for dragging (which also gets involved during regular clicks) was missing certain events, and also was improperly setting the left/right flags for certain cases as well as sometimes missing the params altogether. (SuperAntx)
- The 441 feature that allowed scripts to be executed via browse() was erroneously converting passed arguments to lowercase. (Inuyashaisbest)
- Styles did not take effect until characters were output, resulting in incorrectly-formatted whitespace. (Keeth)
- ckey() was behaving in a platform-specific manner, preserving certain characters under Windows that should have been stripped (and were under Linux builds). (Kija)
- icon_states() was returning incorrect results in certain situations. (Gakumerasara)
- A user joining a server after a matching ban had expired caused Dream Daemon to crash or possibly hit an infinite loop. This would also have impacted Dream Seeker where such expired bans already existed. (SHSPlyr03)
- If a winset() was sent to a control with an non-unique name (that is, where two controls have the same name), nothing was happening. Now the first control found is used. To guarantee a unique control, preface it with the window name, eg "window.control". It should be noted that control names are case-insensitive, so "control" is the same as "Control". (Super Saiyan X)
- block() was causing errors when spanned across multiple z levels. (The Magic Man, CriticalBotch)
- byond:/ was incorrectly being converted into a link in DreamSeeker. This resulted in bad links. (Cbgames)
- Custom fonts weren't being properly embedded into the .rsc. (Kaioken, Duelmaster409)
441 Release Notes | View All