Change: now makes console hotkey more accessible on various devices#173
Closed
golddemon1973 wants to merge 59 commits into
Closed
Change: now makes console hotkey more accessible on various devices#173golddemon1973 wants to merge 59 commits into
golddemon1973 wants to merge 59 commits into
Conversation
… place, so it can just be created - no clue what to do with `Language.Language.Get(key)` though
- but that requires all `TeamCherry.Localization.Language` to be done dynamically, via strings, as *all* references to it are replaced, even ones manually written here
make compat methods private
- to patch tk2d typeforwarders back
… & rename RemoveMethodCall to -Attribute
up hk & mapi version number add slnx for those that like it
and do build the tc localization assembly
…postpatchers & do build the tc localization
don't reference System.Data.DataSetExtensions, Microsoft.CSharp & System.Net.Http do reference most vanilla assemblies don't have assemblyinfos update copyright & use forward slashes
I'd love to use netstandard2.1 instead but it doesn't seem to play well with the prepatcher relinking. This seems to work rather well though. Co-authored-by: "ZackCodes.ai" <gehlotkunal@icloud.com>
Seems like the newest bump gave us an mscorlib that has the reflection stuff baked in, so there's no point in keeping this around. We otherwise would've had to bump this anyways, so this is an overall win.
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.
Not the best of updates but this will make opening the console easier on <60% keyboards and just prevent accidental openings in general.