Event Router fixes and improvements #10663
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #10663 and addresses an issue in #10586
CL: [New] Added a new mapping item to allow for mappers to have the ability to once again assign events/signals on maps.
CL: [New] Fallstation's medical department has installed some new automatic door openers for patients that want to escape medical. (/TG/ parity feature)
CL: [Improvement] Increased character name limit from 26 to 28.
CL: [Fix] Fixed an issue with the character creator having lower character limits than what the default limit was on Character Sheets.
CL: [Fix] Fixed some padding issues inside the character creator that caused some elements to spill over outside containers.
CL: [Fix] Fixed an issue that would cause the map loader and any system that relied on GetMethodInfo() to crash when attempting to fetch a method that had an ambiguous override.
CL: [Fix] Light switches are functional once again.
CL: [Fix] Fixed some NRE issues with pressure plates.
CL: [Fix] Fixed a bug where the door auto-closing time could be reset constantly.
CL: [Fix] Fixed a bug where if an admin or a non-player source called an action to open a door immediately, the door would act as if it was closed despite it being open already.