MR-18: Missing assets and Python fixes#82
Open
MindRapist wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Several missing assets added that were reported by the
syserrAdded missing mapname(s) for Arabic
Fixed the
/ncommand issue: the newQuestionDialog2method that would detect line breaks within the text to be rendered was incorrectly calculating/nas a breaker, which caused the/ncommand to break in the chat. The calculation has been removed and the locale strings have been adjusted accordinglyFixed an issue with the
QuestionDialog2auto line breaker that would hold and further increase past height of the 2nd line, it now resets normally to the initial value every time it is rendered.Fixed a horizontal alignment issue for non-centered Arabic text rendering
Fixed the
skilltable<->skilldescdesync issue for some locales, caused by invalid/unknown tags in theskilldescfiles (such asCLAW)Some translations adjusted for the updates to come
Missing item icons added (such as the Golden Axe quest item and many more)
Fixed client crashes when entering the Thunder map: the
lod01mesh and the textures of the monsterredthief_soldier2were causing client crashes every time it attempted to load the monster. Fix by @ErLulloFixed client crashing on Brazilian locale: the protos were out of date, as server translation resources became available for the
brlocale, new protos were compiled and are included in this update