Releases: ignoxx/SocketIO-GMS2-Extension
Releases · ignoxx/SocketIO-GMS2-Extension
Release v1.1.0
Automatic release for version v1.1.0.
Update to v1.0.4
A little update with the following changes:
- Fixed CORS Error by allowing it in the Server. See in Example 1/sampleserver.js
- Updated Socket.io from v2.2.0 to v3.0.4
- Updated Extensions for GMS 1.4.9999 and GMS 2.3.1
- Updated Example 1 with v1.0.4
FYI, v1.0.3 and v1.0.4 is the same Version. Because of the YoYo Marketplace, things got messed up a bit..
The .yymps file is for GMS 2.3.x
The .gmez file is for GMS 1.4.x
Simply Drag&Drop the extension to your Project or just replace the Extension files with the ones from the Source folder of this Repository.
Update to v1.0.2
- sio_connect() now connects to window.location by default, it does not take any arguments anymore.
- sio_connect_by_url(url:string) if you want to connect to a specific URL, use this function instead of sio_connect()
- Event names are now case sensitve
- Client now parses received json-objects to string
For GMS 1.x download the .gmez file
For GMS 2.x download the .yymp file
Initial open source release
.yymp file is for GMS: 2.
.gmez file is for GMS: 1.4
Drag & Drop the file into your project and import all files from it.
Check out the Documentation to get started.