Releases: Exiled-Team/EXILED
A wild release has appeared!
Fixes
[Exiled.API]
FixedUsable.RemainingCooldown
property. [#1860][Exiled.API]
Fixed incorrect naming ofGetCooldownItem
, it is nowSetCooldownItem
as intended. [#1860][Exiled.API]
TheRagdoll.CreationTime
property will now be converted from the base-game value properly. [#1875][Exiled.API]
TheRoom.Color
property setter now works properly. [#1901][Exiled.API]
Fixed a bug that causedPickup.List
to always be empty. [#1902][Exiled.API]
TheItem.Scale
property will now be respected once again. [#1907][Exiled.Events]
TheDestroying
event will no longer be called when a player leaves before being verified. [#1885][Exiled.Events]
TheLocalReporting
andReportingCheater
events will now fire as intended. [#1899][Exiled.Events]
Fixed the ReceivingStatusEffect event being spammed every frame due to Northwood's over-use of the setter in Hypothermia (again) [#1903][Exiled.Events]
TheEnteringPocketDimension
event will no longer fire when the player is not actually being teleported. [#1906]
Additions
[Exiled.API]
Added theNpc
API.
Changes (Breaking)
- None
Changes (Non-Breaking)
- None
What's Changed
- Fix Local and Cheater Report not firinng by @Misaka-ZeroTwo in #1899
- Fix color by @VALERA771 in #1901
- (ru_RU) Russian localization update by @swdmeow in #1890
- Name tracking docs by @Misaka-ZeroTwo in #1884
- Fix EnteringPocketDimensionEventArgs by @louis1706 in #1906
- T4 Update by @louis1706 in #1886
Item::Scale
fix by @IRacle1 in #1907- Prevent Destroying Call for Not NPCs and Not Verified Player by @louis1706 in #1885
- Updated Creation time due to incorrect casting. by @NotIntense in #1875
- Fix RemainingCooldown by @louis1706 in #1860
- Fix pickup.list being empty by @louis1706 in #1902
- funny fix by @IRacle1 in #1903
New Contributors
- @swdmeow made their first contribution in #1890
- @NotIntense made their first contribution in #1875
Full Changelog: 7.0.5...7.1.0
7.0.5
- Fixed the new SCP-173 door being classified as DoorType.Unknown
- Fixed inability to disarm players.
What's Changed
- New DoorType by @louis1706 in #1895
Full Changelog: 7.0.4...7.0.5
7.0.4
- Fixed a bug that caused the InteractingDoorEvent to be called even when a door is unable to be interacted with.
- Fixed NTF/CI escapes resulting in players being turned into role 'None'.
- Fixed an issue with Escapes not counting for respawn tickets properly.
What's Changed
- Fix Escaping by @louis1706 in #1894
Full Changelog: 7.0.3...7.0.4
7.0.3
7.0.2
7.0.1
kms
- Fixed server crash due to broken unity code(??)
What's Changed
- Add PocketCorroding by @louis1706 in #1888
Full Changelog: 7.0.0-rc.6...7.0.0-rc.8
Reeeeeeeee
Shit changed, idk.
What's Changed
- Grenade fix by @VALERA771 in #1859
- Fix lunging event by @Misaka-ZeroTwo in #1754
- Fix reloading plugins by @VALERA771 in #1864
- Using const && Optimisation by @louis1706 in #1723
- Fix interacting door event by @Misaka-ZeroTwo in #1844
- Blinking event ev.Player null fix by @Misaka-ZeroTwo in #1846
- Scp049 Activating Sense Transpiler Reworked by @louis1706 in #1824
- Scp173 blink ready fix by @louis1706 in #1850
- Add missing Itemtype.Scp1576 by @Misaka-ZeroTwo in #1854
- Revert "Scp049 Activating Sense Transpiler Reworked" by @joker-119 in #1867
- Fix Player.Get(int) by @louis1706 in #1874
- Update docs for stopping generator eventargs by @Misaka-ZeroTwo in #1848
- Fix doc StoppingGeneratorEventArgs by @Skubers in #1881
- Sl Update by @IRacle1 in #1891
- Pickup::Rigidbody by @louis1706 in #1892
New Contributors
Full Changelog: 7.0.0-rc.5...7.0.0-rc.6
One day, we will have a release. But it is not today.
Additions
[API]
Added more overloads toPlayer.ChangeAppearance()
by @joker-119 in [0cf65c1].[Docs]
Auto update documations file by @louis1706 in [#1825].[Events]
AddedAttacking
event for SCP-049 by @VALERA771 in [#1817].
Changes (Breaking)
- None
Changes (Non-breaking)
[API]
Bring backSendFakeSyncVar
by @Xname7 in [#1829].[Config]
Values in configs are now quoted by @VALERA771 in [#1808].[Events]
FriendlyFire
event converts to transpiler by @Misaka-ZeroTwo in [#1821].[Events]
Converting events to transpiler by @VALERA771 in [#1818].[Events]
Converting some SCP-939 events to transpiler by @louis1706 in [#1816].[Events]
Converting SCP-914Interacting
event to transpiler by @louis1706 in [#1820].
Bug Fixes
[Events]
Fixed SCP-079 unable to use speakers by @joker-119 in [4b249d6] .[API]
ClearsSCP049Role.TurnedPlayers
when restarting round by @Misaka-ZeroTwo in [#1803].[Events]
Fixed voice chat disconnection when player is not authenticated by @Misaka-ZeroTwo in [#1827].[Events]
FixedTransmitting
event not firing all the time by @Misaka-ZeroTwo in [#1766].[Installer]
Fixed--target-version
not working by @VALERA771 in [#1828].[API/Events]
Fixed Dummy NRE by @louis1706 in [#1806].[Events]
FixedEscaping
event giving tickets whenev.IsAllowed = false
by @4310V343k in [#1815].[CustomRoles]
FixedCustomRole.RegisterRoles()
not working by @VALERA771 in [#1800].[API]
Fixed settingPlayer.CustomInfo
causing error in console by @louis1706 in [#1798].[CustomItems]
FixedDestroy()
not removing everything by @louis1706 in [#1805].[Events]
FixedShot
event for non-buckshot guns not firing all the time by @Misaka-ZeroTwo in [#1819].[Events]
FixedActivatingWarhead
event throwing NRE and disconnect players by @VALERA771 in [#1778].
What's Changed
- Clear Scp049Role.TurnedPlayers by @Misaka-ZeroTwo in #1803
- AutoUpdate Documentation File by @louis1706 in #1825
- Fix voicechat disconnection when not authenticated by @Misaka-ZeroTwo in #1827
- Transmitting event by @Misaka-ZeroTwo in #1814
- Make all texts in config be quoted by @VALERA771 in #1808
- Check friendly fire prefix to transpiler by @Misaka-ZeroTwo in #1821
- Fix All NPCs (Dummy) NRE by @louis1706 in #1806
- Allow editing tickets in Escaping event by @4310V343k in #1815
- Pre auth event transpiler by @VALERA771 in #1799
- Loader fix by @VALERA771 in #1828
- Event stuff by @VALERA771 in #1818
- Custom roles fix by @VALERA771 in #1800
- CustomInfo Real Fix by @louis1706 in #1798
- Fix Customitem Destroy by @louis1706 in #1805
- Fix fake SyncVars by @Xname7 in #1829
- SCP-939 Event to Transpiler by @louis1706 in #1816
- Scp 049 attacking event by @VALERA771 in #1817
- Fix Shot event for buckshot by @Misaka-ZeroTwo in #1819
- Scp914 Transpiler by @louis1706 in #1820
- Activate warhead ev fix by @VALERA771 in #1778
- Fix IL ERROR by @louis1706 in #1830
- Fix yamato momento by @Misaka-ZeroTwo in #1831
- Remove Test Logs Info miss in #1818 by @VALERA771 in #1832
- Bunch of reverts by @Misaka-ZeroTwo in #1841
- Revert "Pre auth event transpiler" by @Misaka-ZeroTwo in #1857
- Escaping event fix by @Misaka-ZeroTwo in #1866
Full Changelog: 7.0.0-rc.3...7.0.0-rc.5
Should be last RC
Additions
[API]
Added theLift.Players
property. [#1710][API]
Added theMap.CleanAllItems
,Map.CleanAllItems(IEnumerable<Pickup>)
,Map.CleanAllRagdolls
andMap.CleanAllRagdolls(IEnumerable<Ragdoll>)
methods. [#1712][API]
Added thePlayer.Get(Footprint)
overload. [#1713][API]
Added theRound.NextRoundAction
property. [#1728][API]
Added theStatusEffectBase.GetEffectType()
extension. [#1796][CustomRoles]
Added a new propertyIgnoreSpawnSystem
so thatSpawnChance
may be used by a custom spawn system instead of the default one. [40e553c]
Changes (Breaking)
- None
Changes (Non-breaking)
[API]
Minor optimization to theMirrorExtensions.ChangeApperance(Player, RoleTypeId, IEnumerable<Player>, byte)
method. [#1782][API]
Made the error message when a plugin tries to register a command with a name that is already registered more user-friendly to read. [#1783][CustomItems]
Removed multiple ArgumentNullExceptions from theCustomItem.TryGet
methods. [#1794]
Bug Fixes
[API]
FixedPlayer.CustomInfo
logging console errors even when the text given was not invalid. [#1790][Events]
Fixed theScp2176
item destroying itself earlier than expected. [#1792]
What's Changed
-
Cleanup methods for Map by @xNexus-ACS in #1712
-
Lift::Players by @louis1706 in #1710
-
Player Get(Footprint) by @louis1706 in #1713
-
Added Round::NextRoundAction by @Monaldcry7788 in #1728
-
Better error message when same command has already registered by @VALERA771 in #1783
-
Extensions update by @VALERA771 in #1731
-
Adding GetEffectType to extensions by @Misaka-ZeroTwo in #1796
-
Scp2176Fix by @louis1706 in #1792
-
CustomItem remove throw Exception by @louis1706 in #1794
-
Voicechatting by @Monaldcry7788 in #1730
-
Thanks to TtroubleTT for testing some of this.
Full Changelog: 7.0.0-rc.2...7.0.0-rc.3