-
Notifications
You must be signed in to change notification settings - Fork 13
TODO List
Arves100 edited this page Oct 4, 2021
·
15 revisions
- Add documentation like GameSpy OpenSDK (half done)
- Add Header license like GameSpy OpenSDK
- OpenSDK's Competition SDK have sciGetPlatformId for checking the current Platform (maybe it's used to allow Platform-specific servers).
- Fix the C# Wrapper
- Add a JAVA Wrapper
- Fix HTTP processor with newer algorithm (RSA,EDCSA_AES,etc...) or add OpenSSL integration
- Compile the Brigades SDK
- Switch to CMake or any similar program
- Fix warnings
- Test all the builds
- Fix Exploit repprted in gssdk
- Migrate old GHTTP error processing into the new one (GHTTP_EXTENDEDLOG), an example of unupdated file: PT\ptMain.c is checking for -1 only while GHTTP_EXNTEDEDLOG SHOULD CHECK FOR ANY NUMBER LESSER THAN 0.