Обновления

Release Infos
Tag : 0.20.0 Released : 1 Год(s) ago

Global

  • Improve SendDataToAll method
  • Clean zoneClients code
  • Fix clients not being deleted after disconnection ( memory leak )

2015

  • Fix fuel issue
  • Remove unused packets that we're sent when loading the zone
  • Burning vehicle takes damages

2016

  • Online / Mongodb experience
  • Player silhouette now shows up correctly in the inventory
  • Vehicle loadout window now appears/disappears when mounting/dismounting a vehicle
  • Character no longer "blinks" when picking up an item
  • Major inventory / loadout related optimizations
  • Items in inventory can now be dropped using the right-click menu
  • Weapons now show up in hotbar
  • Empty containers now show in the inventory, one for each loadout container (backpack, clothing, etc)
  • All items spawned in the world are now able to be picked up, and will show up in the inventory
  • Foliage (sticks / blackberries) are now able to be picked up, and will show up in the inventory
  • Picked up items now show the notification at the top with the icon
  • Dropped items show dropped item notification at the bottom
  • Replaced "/hax addloadoutitem" command with "/hax additem {itemDefinitionId} {count}"
  • Empty water bottles can be filled when standing in water
  • Food and water items can be eaten / drank
  • Cloth items can be shredded
  • Added resource manager (Player can't die yet)
  • Added map and compass to inventory (You can now open the map with the "M" key)

What's Changed

  • Struct/ClientUpdate.ProximateItems by @avcio9 in https://github.com/QuentinGruber/h1z1-server/pull/642
  • Feature/character States ⚙️ by @avcio9 in https://github.com/QuentinGruber/h1z1-server/pull/643
  • build(deps): bump h1z1-dataschema from 1.5.7 to 1.5.8 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/647
  • Feature/copyright2022 by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/644
  • Feature/reversePartOfPlayerUpdateLaunchProjectile by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/636
  • Feature/ENHdevcontainer by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/646
  • Feature/implementSidePackets by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/648
  • build(deps): bump h1emu-core from 0.6.2 to 0.6.3 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/650
  • build(deps): bump mongodb from 4.2.2 to 4.3.0 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/651
  • Feature/fixSignatures by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/653
  • Feature/appPacketsOrderedByNamespaces by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/652
  • Feature/multipleBuildModes by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/655
  • someFixes by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/654
  • Feature/mongoUnitTests by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/656
  • Feature/es2021 by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/657
  • Feature/removeDupTypes by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/660
  • build(deps): bump typedoc from 0.22.10 to 0.22.11 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/662
  • Updt/fixDeps by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/663
  • BugFix/mongoTestsOnceAgain by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/664
  • build(deps): bump mongodb from 4.3.0 to 4.3.1 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/665
  • Feature/reOrg2016Packets by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/658
  • Feature/moreFog by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/659
  • build(deps): bump h1emu-core from 0.6.3 to 0.6.5 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/667
  • build(deps): bump typescript from 4.5.4 to 4.5.5 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/668
  • Feature/burningVehicleTakesDamages by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/670
  • BugFix/clientsNotBeingDeleted by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/671
  • Feature/2016OnlineServersPreps by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/672
  • build(deps): bump h1emu-core from 0.6.5 to 0.6.6 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/673
  • Bugfix/2016Online by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/674
  • Feature/removeUnusedPacketsSentAtInit by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/675
  • ImproveSendDataToAllMethod by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/677
  • Bugfix/fuel by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/678
  • build(deps-dev): bump ts-node from 10.4.0 to 10.5.0 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/679
  • build(deps): bump mongodb from 4.3.1 to 4.4.0 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/680
  • 2016 lightweight to full packets fix by @Z1Meme in https://github.com/QuentinGruber/h1z1-server/pull/682
  • build(deps): bump typedoc from 0.22.11 to 0.22.12 by @dependabot in https://github.com/QuentinGruber/h1z1-server/pull/683
  • Clean/zoneClientMess by @QuentinGruber in https://github.com/QuentinGruber/h1z1-server/pull/676
  • Feature/itemDefinitions WIP 💯 🏁 by @avcio9 in https://github.com/QuentinGruber/h1z1-server/pull/645
  • 2016inventory by @Z1Meme in https://github.com/QuentinGruber/h1z1-server/pull/681
  • deepscan very angry by @Z1Meme in https://github.com/QuentinGruber/h1z1-server/pull/686

Full Changelog: https://github.com/QuentinGruber/h1z1-server/compare/0.19.2...0.20.0