Skip to content

Releases: Exiled-Team/EXILED

9.0.0-alpha.16

20 Jul 16:45
Compare
Choose a tag to compare
9.0.0-alpha.16 Pre-release
Pre-release

[Game Version: 13.5.1]

Fixes

  • [Resonance] Fixed FlashDuration.

Additions

  • [Resonance] Added ConcussionDuration. #2740

Full Changelog: 9.0.0-alpha.15...9.0.0-alpha.16

9.0.0-alpha.15

20 Jul 16:39
Compare
Choose a tag to compare
9.0.0-alpha.15 Pre-release
Pre-release

[Game Version: 13.5.1]

Changes

  • Deleted SanitizeResponse. #2734

Full Changelog: 9.0.0-alpha.14...9.0.0-alpha.15

Fixed SL version

20 Jul 19:39
Compare
Choose a tag to compare

SCP:SL: 13.5.1 | Exiled Supported Version: 13.5.1.0

Full Changelog: 8.9.9...8.9.10

Reboot 8.9.9 (13.5.1)

20 Jul 18:54
Compare
Choose a tag to compare

[Game Version: 13.5.1]

Changes

  • Deleted SanitizeResponse.

Full Changelog: 8.9.8...8.9.9

9.0.0-alpha.14

19 Jul 22:58
6db7a80
Compare
Choose a tag to compare
9.0.0-alpha.14 Pre-release
Pre-release

Fixes

  • [Exiled.API] Locker API fixes & CreatePickup patch changes. #2737
  • [Exiled.Events] Fixed TotalCharges setter in WearState. #2736
  • [Exiled.CustomModules] Fixed CustomModule instances not being registered due to delegate signature mismatch.

Full Changelog: 9.0.0-alpha.13...9.0.0-alpha.14

9.0.0-alpha.13

19 Jul 19:37
244d90e
Compare
Choose a tag to compare
9.0.0-alpha.13 Pre-release
Pre-release

Additions

  • [Exiled::API] Added Server::WhitelistedPlayers. #2729
  • [Exiled::API] Added SetIntercom and ResetIntercom Player Extensions. #2727
  • [Exiled::Events] Added dynamic registration for FeatureGroups. #2718
  • [Exiled::Events] Introduced new properties to PlayingFootstepEventArgs. #2719
  • [Exiled::CustomModules] Re-added customrole and customitem commands. #2715
  • [Exiled::CustomModules] Added ModuleInfo, ModuleIdentifierAttribute and ModulePointer.

Fixes

  • [Exiled::API] Fixed performance issues caused by Primitives affecting TPS. #2708a
  • [Exiled::API] Fixed issue with Primitives not being spawnable. #2708a
  • [Exiled::API] Fixed RoleAssigner NullReferenceException. #2707
  • [Exiled::API] Applied another fix for Primitives spawn issue. #2716
  • [Exiled::API] Fixed Player::set_MaxArtificialHealth. #2721
  • [Exiled::API] Fixed JailbirdWearState setter. #2722
  • [Exiled::API] Corrected item weight value .#2723
  • [Exiled::API] Added check for particle disruptor in Firearm::ReadPickupInfo. #2725
  • [Exiled::API] Fixed Player::Kill NullReferenceException. #2724
  • [Exiled::API] Fixed CustomDamageHandler NullReferenceException. #2726
  • [Exiled::API] Fixed exceptions thrown by Firearm::get_MaxAmmo. #2719
  • [Exiled::Events] Resolved issue with Footstep Ripple Triggers not appearing for Scp939. #2719
  • [Exiled::Events] Fixed issue with Spawn Waves not spawning players. #2717
  • [Exiled::Events] Resolved crash when upgrading an item from inventory. #2706
  • [Exiled::Events] Corrected behavior of EndingRoundEventArgs::IsAllowed. #2713
  • [Exiled::Events] Fixed RespawningTeamEventArgs::IsAllowed issue. #2719

Changes (breaking)

  • [Exiled.API] Removed all target methods from MirrorExtensions. These methods have been moved to the corresponding extended-class instances.
  • [Exiled.API] Reworked EConfig's functionalities.
  • [Exiled.API] Primitives aren't GameEntity instances anymore.
  • [Exiled.CustomModules] Removed all module-related attributes in favor of using ModuleIdentifier.
  • [Exiled.CustomModules] Reworked configuration system which was relying on EConfig, it now relies on ModulePointer.
  • [Exiled.CustomModules] All properties inside all available module identities are now both get and set.
  • [Exiled.CustomModules] Module identities are now serialized and configurable through the server's configuration folder. A new "CustomModules" directory will be created. Each available module will have its own configuration folder, named accordingly, containing serialized identities and behavior settings for modules like custom items.

Full Changelog: View Full Changelog

9.0.0-alpha.12

15 Jul 05:31
f9101f7
Compare
Choose a tag to compare
9.0.0-alpha.12 Pre-release
Pre-release

Additions

  • [Exiled.API] Added the Player::PreviousRole property. #2701
  • [Exiled.API] Added Config property of type EConfig to EBehaviour.
  • [Exiled.CustomModules] Added EBehaviour::ImplementConfigs and EBehaviour::ApplyConfig methods.

Fixes

  • [Exiled.API] Fixed an issue with Particle Disruptor ammo. #2705
  • [Exiled.CustomModules] Fixed EConfig-based configs not behaving as expected.

Changes (non-breaking)

  • [Exiled.CustomModules] configurations are now fully read, allowing multiple properties to coexist without the need to reference a specific property type in the target class.

Changes (breaking)

  • [Exiled.CustomModules] Changed ModuleBehaviour::Config type from object to EConfig.

Full Changelog: 9.0.0-alpha.11...9.0.0-alpha.12

Reboot/Resonance alpha.11

14 Jul 01:57
Compare
Choose a tag to compare
Pre-release

Additions

  • [Exiled.API] Added Room::NearestRooms property. #2689
  • [Documentation] Added example translation. #2683
  • [Documentation] Added README to NuGet package. #2682
  • [Exiled.Installer] Added check for status code. #2687

Fixes

  • [Exiled.API] Fixed EObject registration. #2686
  • [Exiled.Events] Fixed ChangingMoveState event. #2691
  • [Exiled.CustomModules] Possible fix to RespawnManager NRE. #2692
  • [Exiled.CustomModules] Possible fix to RoleAssigner NRE. #2694

Changes (non-breaking)

  • [Documentation] Updated the Discord Links. #2697

Changes (breaking)

  • [Exiled.CustomModules] Renamed CustomItemsUnhold & CustomItemsHolded. #2685

Full Changelog: 9.0.0-alpha.10...9.0.0-alpha.11

End of forbidden update

13 Jul 23:21
Compare
Choose a tag to compare
  • Removed Reboot limitations

Hope it goes well

13 Jul 21:03
007d2eb
Compare
Choose a tag to compare
  • Added Exiled Reboot support.