4.2 Release#26
Merged
Merged
Conversation
Using scopes for various groups of functions simulating files. Allows for use of some local functions and better organization. Using a editor which is capable of folding this huge file gets way easier to navigate.
created a init function, creating a logger and calling main
Merge upstream branch 'upstream/master'
though most of those debug messages could probably be removed.
they are an endangered species 😁
when displaying big tables they often got cut off before their end. This is avoided by splitting log messages at the 4000th char.
Style guidelines, scopes, Logger and more
# Conflicts: # mist.lua
There was a conflict on merging lukrop's commit. I've fixed it and made some other changes. -Retabulated entire file. Fans of terrible drink from the 90s rejoice. -Moved the mist init message back to the end of file and into the old format. -Commented out several of the new log:info statements that replaced old commented out print statements.
The old flagFuncs required 'stopflag' to be all lower case. I've changed it so that the camel case spelling is also accepted. stopFlag added camelCase named versions of flagFuncs. These are functions that simply call the default functions that use '_' between words.
Fix logger if debug module is sanitized
Fix updating of alive units.
Changed the build number
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.
No description provided.