Open
Conversation
…ot have the iourt42 parser
Update with 4.2013 version
README and plugin version updated
[Travis] setup matrix on both B3 branches master and release-1.10
Slice the list of multiple matches in !pasetnextmap command: display at most 5 matches
…tiation time anymore
- refactored plugin syntax to match PEP8 conding style guide - more verbose logging on plugin configuration - catch all raised exception instead of discarding them - correctly use config getFloat method when needed - log message consistency (used same pattern for plugin configuration log messages) - declare missing attributes - flagged some attributes with correct scope (protected) - correctly declare lists as lists instead of dictionaries - renamed variables using python reserved symbols - fixed forceteam %s spectate: spectate is not interpreted by the gamecode - added missing command descriptions - fixed some in-game message spelling - replaced color code ^9 with ^1 -> red in both 4.1 and 4.2 - make use of self.console.setCvar when possible
with 1.19 description
I.E.: !gear none +sr8 +he
Fix unresolved reference EVT_CLIENT_RADIO
[UrT 4.2] add Freeze Tag gametype support
UrT4.1 fixes and UrT4.2 updates/fixes
fixed invalid plugin class reference 'requiresParsers'
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.
in iourt41.py in line 854 (self._switchcount2 = self.config.getint('rotationmanager', 'switchcount3') )
i think it should be called (self._switchcount2 = self.config.getint('rotationmanager', 'switchcount2') )
or is it not right???
greeting Zottel