Skip to content

Commit

Permalink
Dev (#20)
Browse files Browse the repository at this point in the history
* readme

* url

* Client (#9)

* readme

* Client

* trim

* Xunit (#10)

* readme

* fix xunit

* TestGetAllFirstSeen

* Update publish.yml

* cleanup

* forgot some ?'s

* cleanup

* Dev (#14)

* settings.json

* client test refactor, json settings

* TestGetAllFirstSeen

* OrderBy

* GetAllLastAdvertisement

* GetAllBuild

* refactor to sort by name if value is same

* GetAllConnectHint

* PrintJson

* issue, url

* GetAllCurrentPlayersByModuleName

* GetTotalPlayerCount, TestGetTotalPlayerCount

* format

* missed one

* collection

* TestGetAllElcByType.

* GetAllGameType, TestGetAllGameType

* GetAllGameTypeByType, TestGetAllGameTypeByType

* fixed GetAllElcByType

* fixed test

* GetAllBuildByType, TestGetAllBuildByType

* GetAllIrlByType, TestGetAllIrlByType

* GetIRLAll

* GetIpsAll

* GetAllServersByIp

* GetAllKxPk, TestGetAllKxPk

* GetAllServersByKxPk

* GetAllLanguage, TestGetAllLanguage

* GetAllLanguageByType, TestGetAllLanguageByType

* GetAllLatency, TestGetAllLatency

* GetLatencyGreaterThan, TestGetLatencyGreaterThan

* GetLatencyLesserThan

* GetLatencyRange, TestGetLatencyRange

* Get MaxLevel

* MaxLevel

* MinLevel

* GetAllModuleDescription TestGetAllModuleDescriptio

* GetAllNwSync

* GetOnePartyByType, TestGetOnePartyByType

* GetAllOSByType, TestGetAllOSByType

* GetPasswordedByType, TestGetPasswordedByType

* TestGetPlayerPauseByType, GetAllPlayerPause

* TestGetAllByPortNumber

* GetAllPvp, GetAllPvPByType

* GetAllRevision, GetAllRevisionByType

* GetAllServerVault, GetAllServerVaultByType

* SessionName

* TestGetAllSignPkByType, GetAllSignPkByType

* moved functions to new file, test

* removed unused

* GettotalMaxPlayers

* GetAllOsByTypePlayerDescending

* GetTotalMaxPlayers typo

* organize

* corrections

* GetBuildCountByBuildType, other functions

* GetElcCountByType

* GetGameTypeCountByType

* GetILRCountByType GetIPCountByType

* GetKxPkCountByType,GetLanguageCountByType

* GetMaxLevelCountByType GetMinLevelCountByType

* GetOnePartyCountByType GetOsCountByType

* GetPasswordedCountByType GetPortCountByType

* GetPVPCountByType GetRevisionCountByType

* GetServerVaultCountBy GetSessionNameCountByType

* GetSignPkCountByType

* IsAllSameBuild IsAllSameElc IsAllSameGameType

* IsAllSameILR IsAllSameIp IsAllSameKxPk

* IsAllSame

* IsAny

* IsAny

* GetAverage

* FromUnixTime

* TestFromUnixTime

* Parse

* parse edits

* trim

* corrections

* GetAllNwSyncUrls

* GetAllNwSyncUrls

* update issue

* Task<IEnumerable<NwServer>>

* refactor Helper

* test fixed

* GetUniqueVersion

* GetUniqueVersionCount

* workaround for Do not use Assert.NotNull() on value type 'int'.

* .vscode ignore

* Delete launch.json

* Delete settings.json

* Delete tasks.json

Co-authored-by: urothis <[email protected]>

Co-authored-by: Scott Milliorn <[email protected]>
  • Loading branch information
urothis and milliorn authored Oct 17, 2021
1 parent 16cb6f9 commit deb1ad3
Show file tree
Hide file tree
Showing 5 changed files with 1,202 additions and 58 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ artifacts/
*DS_Store
*.sln.ide
.idea
.vscode
Loading

0 comments on commit deb1ad3

Please sign in to comment.