BYOND 4.0 Version 487.1096 Release Notes
Fixes (more info)
Dream Daemon
- Deleting a client instead of its mob did not send the proper disconnect message, making Dream Seeker think the connection was broken unintentionally and try to reconnect. (Tom)
- Persistent world.Export() connections could cause responses to be lost, even when the outgoing message itself was sent, in cases of high server load for the sender. For now, persistent connections have been disabled with the intent of investigating the problem further at a later time. (Gakumerasara)
Dream Seeker
- Clients under stress could experience problems interacting with menus. (UnknownDuelist, Falacy)
- Macros could still call certain built-in verbs in caps that should not have been accessible. (Aaiko)
- on-size commands were not called when the window minimized, even though they were called when the window was maximized or restored. (SuperAntx)
Features (more info)
DM Language
- A new client.connection var has been added. This read-only value tells if a client is using Dream Seeker, telnet, or is a world.Export() connection.
486 Release Notes | View All