Author Topic: Official Plugin Update Announcements  (Read 6292 times)

0 Members and 1 Guest are viewing this topic.

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Official Plugin Update Announcements
« on: August 29, 2014, 11:33:15 pm »
This thread is specifically reserved for informing server owners of updates made to official plugins such as Squirrel, which do not have the same auto-updating capabilities as the client. Only developers with announcements regarding said plugins will be posting here, and it is highly recommended that anyone who wishes to operate a 0.4 server continuously subscribe to this thread.

Email Notifications
Click the Notify button at the bottom right of this thread.
Do not PM me for support.




Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Official Plugin Update Announcements
« Reply #1 on: August 29, 2014, 11:49:14 pm »
New Plugin: 0.4-announce
  • Pings an announce server every 2.5 minutes for listing on the masterlist. If you do not want to be listed on the masterlist, do not use this plugin.



All plugins updated
Base
  • Updated plugin header for new server

Squirrel
  • Fixed a bug where car crashes would be attributed to falls instead
  • Expanded InPoly to support strings and arrays of coordinates

SQLite
  • Fixed excessive memory allocation on queries
  • Updated SQLite to latest version (3.8.6)

ConfLoader
  • On Windows, use multi-byte strings, not Unicode



Updated binaries are available on each plugin's respective download page.

https://bitbucket.org/stormeus/0.4-announce/downloads
https://bitbucket.org/stormeus/0.4-confloader/downloads
https://bitbucket.org/stormeus/0.4-hashing-algorithms/downloads
https://bitbucket.org/stormeus/0.4-iniparser/downloads
https://bitbucket.org/stormeus/0.4-mysql/downloads
https://bitbucket.org/stormeus/0.4-sockets/downloads
https://bitbucket.org/stormeus/0.4-sqlite/downloads
https://bitbucket.org/stormeus/0.4-squirrel/downloads

Plugin packages are also available for compact downloading and updating.

Windows (x86) Package
Windows (x64) Package
Linux (x86) Package
Linux (x64) Package
« Last Edit: August 30, 2014, 12:52:10 am by stormeus »
Do not PM me for support.




Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: Official Plugin Update Announcements
« Reply #2 on: October 07, 2014, 12:45:23 am »
Squirrel Updated
  • Added to correspond to server update:
    • player.Action
    • player.AimDir
    • player.AimPos
    • player.GameKeys
    • player.IsCrouching
    • player.IsOnFire
    • player.Redirect(ip, port, [name, [server pass, [user pass]]])
    • onPlayerOnFireChange(player, isOnFireNow)
    • onPlayerCrouchChange(player, isCrouchingNow)
    • onPlayerGameKeysChange(player, oldKeys, newKeys)
  • Added GetSkinID(skinName) (thanks SLC)
  • Squirrel-dependent plugins like MySQL now register their functions after reloading scripts
  • Fixed returning of game values like hour, minute, gravity, etc. (thanks Gudio)
  • Fixed a memory leak in GetVehicleModelFromName
Updated binaries:
https://bitbucket.org/stormeus/0.4-squirrel/downloads



Announce Updated
  • Enabled the ability to override the announce server using the announce <server> format in server.cfg
  • Enabled the ability to announce to up to five servers by using multiple announce config lines
  • Default masterlist changed to master.vc-mp.ovh
  • Messages are no longer printed on success
Updated binaries:
https://bitbucket.org/stormeus/0.4-announce/downloads
Do not PM me for support.