Duosion / starpoint

Server emulator for a mobile pinball game.
GNU General Public License v3.0
48 stars 5 forks source link

Merge development. #4

Closed Duosion closed 5 months ago

Duosion commented 5 months ago

Fixed documentation links, wording, and issues.

Finished the "/character/over_limit" route and began implementing the "character/learn_mana_node" route.

Added a new script to the scripts directory, "cdn_download.py" to download the game's official CDN.

Bypassed a bug where the IOS game client incorrectly sets the content-type header to "application/x-www-form-urlencoded" for a JSON request body.