Skip to content

Releases: VORPCORE/VORP-Inventory

v2.0.2

24 Apr 11:30
3e087c4
Compare
Choose a tag to compare

What's Changed

  • Translatet to norwegian by @actstorms in #97
  • fix(inventory/weapons): Correctly deserialise empty JSON by @Local9 in #98

New Contributors

Full Changelog: v2.0.0...v2.0.2

v2.0.1

23 Apr 13:09
4c5e684
Compare
Choose a tag to compare

Fixes to ammo updates when using ammo in inventory

v2.0.0

22 Apr 18:02
4c5e684
Compare
Choose a tag to compare

What's Changed

  • css update by @outsider31000 in #66
  • optimization by @outsider31000 in #67
  • try adding autofocus to Quantity prompts by @zawadzkip in #70
  • close dialog if no value provided by @zawadzkip in #71
  • fxi(inventory): remove files from failed branch update by @Local9 in #75
  • Added weapon hash name check before "/givewep" to a player by @SimpleSandman in #78
  • Made starter items/weapons easier to configure by @SimpleSandman in #81
  • Fixes to Config.json by @Hailey-Ross in #84
  • fix(inventory/core): Request the CORE from vorp_core every time its required by @Local9 in #85
  • chore(inventory/refactor): Refactor Inventory Client and Configuration Handling by @Local9 in #86
  • (Refactor) Replaced "Java" syntax for Model classes by @SimpleSandman in #87
  • fix(inventory/ammo): Add missing ammo types for Improved Bow and Bolas by @Local9 in #89
  • chore(inventory/optimisation): Refactor out duplicated classes and use a shared class by @Local9 in #90
  • fix(inventory/loadout): Changes in previous pull broke loadout loading by @Local9 in #93
  • fix(inventory/ammo): Fix issues with updating ammo counts in the database by @Local9 in #95

New Contributors

Full Changelog: v1.1.1...v2.0.0

v2.0.0 Beta 4

17 Apr 21:53
f1ecc8b
Compare
Choose a tag to compare
v2.0.0 Beta 4 Pre-release
Pre-release

What's Changed

  • (Refactor) Replaced "Java" syntax for Model classes by @SimpleSandman in #87
  • fix(inventory/ammo): Add missing ammo types for Improved Bow and Bolas by @Local9 in #89
  • chore(inventory/optimisation): Refactor out duplicated classes and use a shared class by @Local9 in #90
  • fix(inventory/loadout): Changes in previous pull broke loadout loading by @Local9 in #93

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

Hideout Patch

15 Apr 18:15
Compare
Choose a tag to compare
Hideout Patch Pre-release
Pre-release

Removed additional files to remove confusion.

v2.0.0-beta.2

15 Apr 11:26
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Patch for the housing issue and to remove a console output in the HTML thats creating false reports.

Files;
html/ui.html
VORP.Inventory.Client.net.dll

v2.0.0-beta - Initial Refactoring

14 Apr 22:58
88e2682
Compare
Choose a tag to compare
Pre-release

Known Issues

  • Drop items can crash the client, its recommended to have this set to false. Drop Money does work.

What's Changed

New Contributors

Full Changelog: v1.1.1...v2.0.0-beta

v1.1.1 UI Update

05 Mar 17:53
0f0ca6e
Compare
Choose a tag to compare

This release doesn't contain item images.

What's Changed

New Contributors

Full Changelog: v1.0.10...v1.1.1

v1.0.10

19 Feb 00:03
Compare
Choose a tag to compare

Added convars for logging output; they will be reviewed in the future.

set vorp_warning_enable 0 -- 0 = off, 1 = on
set vorp_info_enable 0
set vorp_error_enable 0
set vorp_debug_enable 0
set vorp_success_enable 0

What's Changed

  • fix(inventory/subItem): Change to how Subtract Item checks the inventory by @Local9 in #56
  • chore(gitignore): Update gitignore to keep project properties file by @Local9 in #57
  • chore: General cleaning of the code by @Local9 in #60
  • fix(inventory/ServerGiveItem): Refactored ServerGiveItem to lower the number of checks by @Local9 in #61
  • fix(inventory/ServerGiveItem): Server should fail process if item is missing from servers item list by @Local9 in #62
  • chore(project): Rename folders and project by @Local9 in #63

Full Changelog: v1.0.9...v1.0.10

v1.0.9-alpha.1

06 Feb 13:13
2ddaf60
Compare
Choose a tag to compare

What's Changed

  • fix(inventory/subItem): Change to how Subtract Item checks the inventory by @Local9 in #56

Full Changelog: v1.0.9...v1.0.9-alpha.1