Skip to content

Releases: gm-core/patchwire-gm

v2.0.0

13 Sep 15:00
Compare
Choose a tag to compare

As of v2.0.0, Patchwire-GM is compatible with GM:S 2.3+

What's new

  • Streamlined with inline functions! net_cmd_add_handler now 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

25 Jun 15:32
Compare
Choose a tag to compare

New:

  • Added connectFailed and disconnected built-in events
  • Added configuration options to net_init

v1.0.0

26 Jan 14:20
Compare
Choose a tag to compare

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_init now returns the ds_map of the command

Removed:

  • Wrapper functions for ds_map operations have been removed
    • Instead, it's better to just handle the maps directly

v0.1.0

06 Sep 02:22
Compare
Choose a tag to compare

Initial release!