Skip to content

Commit

Permalink
Dev (#14)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
milliorn and urothis authored Oct 8, 2021
1 parent ffc7533 commit 7f595c0
Show file tree
Hide file tree
Showing 5 changed files with 1,203 additions and 59 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 7f595c0

Please sign in to comment.