Releases: gm-core/patchwire-gm
Releases · gm-core/patchwire-gm
v2.0.0
As of v2.0.0, Patchwire-GM is compatible with GM:S 2.3+
What's new
- Streamlined with inline functions!
net_cmd_add_handlernow takes a function handler instead of a script resource net_cmd_resolve()->net_resolve()- Added
net_disconnect()to perform a graceful disconnection with the server
What's improved
- Now parses all incoming commands when multiple commands are received in one step of the game
v1.1.0
New:
- Added
connectFailedanddisconnectedbuilt-in events - Added configuration options to
net_init
v1.0.0
Added:
- Added support for GM:S2 autocomplete docs
- A source project in GM:S2 has been added to the repo
Updated:
- Internal globals are namespaced to prevent collisions
net_cmd_initnow returns theds_mapof the command
Removed:
- Wrapper functions for
ds_mapoperations have been removed- Instead, it's better to just handle the maps directly
v0.1.0
Initial release!