UniSpySDK
UniSpySDK copied to clipboard
Updated and Cleaned GameSpy SDK
GameSpy Opensource SDK v1.0 was released in 2012. In contains several part that do not exist in the current version of UniSpy SDK (2007) - [ ] sciGetServiceUrl - [x]...
Lot of parts are undocumented, this could be a potential problem with a new comer developer that would like to use RetroSpy SDK in his game.
Wiki states that consoles may be dropped in future since it requires use of the real SDK - almost all of these platforms have their own homebrew SDK (360 does...
iPhone/iPad/iPod devices, according the the GameSpy Open SDK 1.0, doesn't allow using the C function `fopen`. (The same thing also happens on Android), the Open SDK fixed this isse by...
Ping SDK can not identify / perform pinging if two or more players have the same IP, this is due to the fact that Ping SDK list players by their...
Since the project should move away from Visual Studio projects, in the current files, the C# wrapper does require visual studio to work, and it could potentially not work with...
GameSpy used to provide GUI tests for the Windows platform by using the MFC toolkit as UI toolkit. It would be nice if the old MFC tests could be converted...
According to [this](https://www.cvedetails.com/vendor/1789/Gamespy.html) site, there are several exploits in the SDK/Server. Someone should look at these and report/fix the following bugs to allow a safer usage of the SDK. (According...
GameSpy provides a C# wrapper for using it into C# application. Reseach and fixes must be done in order to use it.