Skip to content

Commit

Permalink
Merge branch 'development' into MUSHclient
Browse files Browse the repository at this point in the history
  • Loading branch information
fiendish committed Nov 16, 2016
2 parents e86c041 + 0099a28 commit e580f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions MUSHclient/AardwolfPackageChanges.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Aardwolf Client Package Major Changes List

r1887 snapshot:
- bug fix: GMCP mapper notes display was disfigured by MUSHclient's new deferred noting in callbacks

r1886 snapshot:
- bug fix: recent color improvements introduced a color bleed that is now fixed.
- bug fix: changing ANSI color display settings could in some instances cause an error message during some color conversion routines.
Expand Down
5 changes: 2 additions & 3 deletions MUSHclient/worlds/plugins/aard_GMCP_mapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3410,9 +3410,8 @@ function got_gmcp_room()
if not compact_mode then check_compact = "\n" end
if shownotes and room and room.notes and room.notes ~= "" then
for _,v in ipairs(ColoursToStyles("*** MAPPER NOTE *** -> "..room.notes.."@w\n"..check_compact, "x033")) do
ColourTell(RGBColourToName(v.textcolour), RGBColourToName(v.backcolour), v.text)
end
Simulate("") -- work around the annoying Note deferral in callbacks
AnsiNote(ColoursToANSI("@x033*** MAPPER NOTE *** -> "..room.notes.."@w"..check_compact))
end
-- re-save if we got information that is different than before
Expand Down

0 comments on commit e580f2a

Please sign in to comment.