Skip to content

my improvements (do not merge) - #17

Draft
Bluscream wants to merge 25 commits into
RainOrigami:mainfrom
bluscreams-battlebit-module-forks:main
Draft

my improvements (do not merge)#17
Bluscream wants to merge 25 commits into
RainOrigami:mainfrom
bluscreams-battlebit-module-forks:main

Conversation

@Bluscream

@Bluscream Bluscream commented Oct 14, 2023

Copy link
Copy Markdown
Contributor

Please do not just blindly merge this. if you find anything you want to use, just copy it over (especially the updated default configs pls)

Also ignore the markdown files, they're mostly for my reference and outdated

@Bluscream Bluscream changed the title my changes (do not merge) my improvements (do not merge) Oct 14, 2023
Comment thread ChatOverwrite.cs Outdated
else if (!string.IsNullOrWhiteSpace(steam.Summary.PersonaName)) return steam.Summary.PersonaName;
}
}
return string.IsNullOrWhiteSpace(player.Name) ? player.SteamID.ToString() : player.Name;

@Bluscream Bluscream Oct 14, 2023

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might make sense to replace, so whitespace names are not just whitespace

more loadingscreentext improvements
add public readonly Cache
add GetPlayerStats(ulong steamid)
add GetPlayerStats(RunnerPlayer player)
add private RemovePlayerStats(ulong steamID)
add OnStatsRecieved event
add BasicProgressionConfiguration.RemoveEntriesFromCacheDelay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant