Skip to content
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
281035d
revert: "feat: Added a list of players who are turned away from SCP-9…
obvEve Feb 28, 2025
f971ca7
feat: `Player::TryRemoveCandy(CandyKindID)` method (#448)
Num10ck Feb 28, 2025
2d5086f
feat: Map.Broadcast(ushort, Func<Player, string>) overload. (#447)
Num10ck Feb 28, 2025
90f3a54
fix: InvalidCamera in CameraType Enum (#453)
louis1706 Mar 7, 2025
c654140
docs: Broadcast description fix (#455)
FUTURE-SL Mar 10, 2025
f276e9d
feat: Add Message API (#454)
FUTURE-SL Mar 10, 2025
6b77fa5
fix: Fix ci locker spawns (#450)
obvEve Mar 10, 2025
77c0eb8
fix: CurrentItem for MicroHID (#458)
louis1706 Mar 13, 2025
48abac3
fix: NeverExistDoor (#462)
louis1706 Mar 20, 2025
7a17925
feat: StaffMessage(string, Player) (#461)
obvEve Mar 24, 2025
5ed8a86
Merge branch 'master' into dev
louis1706 Apr 2, 2025
64d78ac
fix: animation curve extensions (#470)
Someone-193 Apr 2, 2025
92426aa
fix: Jailbird not getting Recheck Usage when setting it (#471)
louis1706 Apr 7, 2025
0155a58
feat: Add new event MicroHIDOpeningDoorEventArgs (#466)
MikeSus1 Apr 7, 2025
3394723
feat: Add MicroHID exploding event (#465)
MikeSus1 Apr 10, 2025
3442e32
fix: PlayGunSound Extensions fix (#386)
VALERA771 Apr 11, 2025
982c2a0
Merge branch 'master' into dev
louis1706 Apr 14, 2025
a8776e0
feat: New Player::AddRegeneration method (#492)
MS-crew Apr 19, 2025
d715f77
fix: InvalidOperationException in UnregisterItems (#489)
Waenara Apr 19, 2025
834966a
feat: Warhead with more interaction (#494)
GoldenPig1205 Apr 19, 2025
1ce8463
feat: AttackAbility HitEvents (#488)
mawosl Apr 20, 2025
0386b93
feat: changing connectors (#475)
mawosl Apr 20, 2025
d43fc36
feat: DisruptorFiring event addition (#362)
skyfr0676 Apr 20, 2025
2831d4d
fix: fixed npc health (#420)
Bonjemus Apr 20, 2025
3b6cd8e
feat: New argument specifying whether breakneckspeed is turned on or …
MS-crew Apr 21, 2025
5ff9f6e
feat: add methods to register and unregister SSSS to specified player…
fakeman2332 Apr 21, 2025
ab17235
feat: Fix wrong arg & Scp1344 Status change Prefix/Postfix to Transpi…
MS-crew Apr 21, 2025
a0f0752
fix: Server.Name refresh method (#491)
chillguy-leo Apr 21, 2025
cbb7494
feat(Speaker): add transform create (#396)
LumiFae Apr 21, 2025
0ecff16
fix: Window::BreakWindow (#502)
louis1706 Apr 24, 2025
c0f0d3a
9.5.2
louis1706 Apr 24, 2025
eb57166
Merge branch 'master' into dev
louis1706 Apr 24, 2025
f3c32c1
remove nullable
VALERA771 Apr 24, 2025
9cb204f
Requested Changed by Yamato when reviewing the Changelog
louis1706 Apr 25, 2025
431e389
chore: update base game 14.1 (#527)
BoltonDev May 18, 2025
26321c6
fix: Fix staff message wrong target (#542)
MikeSus1 Jun 8, 2025
c5c886e
fix: fix being observed calling in reverse (#541)
MikeSus1 Jun 8, 2025
6760ae1
fix: CustomKeycard being blank and particle disruptor crashing (#540)
MikeSus1 Jun 8, 2025
5f5600d
fix: Fixes spawningItem transpiler (#539)
MikeSus1 Jun 8, 2025
8e10d6f
14.1.1 TT File Update
louis1706 Jun 12, 2025
4c53c0b
Some fixes
MikeSus1 Jun 12, 2025
2e34c4b
fix: player.MessageTranslated kick players (#545)
GoldenPig1205 Jun 12, 2025
c86ff04
Update workflows
MikeSus1 Jun 12, 2025
d44bedf
fix: KeybindSetting and RoundEnd transpiler (#546)
Someone-193 Jun 12, 2025
d9a0896
Fix DroppedItem Event (#548)
x3rt Jun 13, 2025
0e92e31
Fix door interaction patch
x3rt Jun 13, 2025
37b8bd4
Fix door interaction patch (#551)
MikeSus1 Jun 13, 2025
8e0c98a
fix: Update repository URLs to reflect team name change (#552)
MikeSus1 Jun 13, 2025
06b97af
fix: Update RepoID to reflect new repository identifier
MikeSus1 Jun 13, 2025
6e57175
fix: Update RepoID to reflect new repository identifier (#553)
MikeSus1 Jun 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
id-token: write

env:
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Master.zip
EXILED_REFERENCES_URL: https://Exmod-team.github.io/SL-References/Master.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
working-directory: ./EXILED

env:
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Master.zip
EXILED_REFERENCES_URL: https://Exmod-team.github.io/SL-References/Master.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defaults:
working-directory: ./EXILED

env:
EXILED_REFERENCES_URL: https://ExMod-Team.github.io/SL-References/Dev.zip
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Dev.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ defaults:
working-directory: ./EXILED

env:
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Dev.zip
EXILED_REFERENCES_URL: https://Exmod-team.github.io/SL-References/Dev.zip
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
EXILED_DLL_ARCHIVER_URL: https://github.com/ExMod-Team/EXILED-DLL-Archiver/releases/latest/download/EXILED-DLL-Archiver.exe
EXILED_DLL_ARCHIVER_URL: https://github.com/Exmod-Team/EXILED-DLL-Archiver/releases/download/v1.8.1/EXILED-DLL-Archiver.exe

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions EXILED/EXILED.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PropertyGroup>
<!-- This is the global version and is used for all projects that don't have a version -->
<Version Condition="$(Version) == ''">9.5.1</Version>
<Version Condition="$(Version) == ''">9.6.1</Version>
<!-- Enables public beta warning via the PUBLIC_BETA constant -->
<PublicBeta>false</PublicBeta>

Expand All @@ -25,8 +25,8 @@

<Copyright>Copyright © $(Authors) 2020 - $([System.DateTime]::Now.ToString("yyyy"))</Copyright>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>https://github.com/ExMod-Team/EXILED</RepositoryUrl>
<PackageProjectUrl>https://github.com/ExMod-Team/EXILED</PackageProjectUrl>
<RepositoryUrl>https://github.com/Exmod-Team/EXILED</RepositoryUrl>
<PackageProjectUrl>https://github.com/Exmod-Team/EXILED</PackageProjectUrl>
<PackageLicenseExpression>CC-BY-SA-3.0</PackageLicenseExpression>

<DefineConstants Condition="$(PublicBeta) == 'true'">$(DefineConstants);PUBLIC_BETA</DefineConstants>
Expand Down
20 changes: 20 additions & 0 deletions EXILED/Exiled.API/Enums/AdminToyType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,25 @@ public enum AdminToyType
/// Speaker toy.
/// </summary>
Speaker,

/// <summary>
/// Capybara toy.
/// </summary>
Capybara,

/// <summary>
/// InvisibleInteractable toy.
/// </summary>
InvisibleInteractableToy,

/// <summary>
/// Camera Object toy.
/// </summary>
CameraToy,

/// <summary>
/// Text toy.
/// </summary>
TextToy,
}
}
17 changes: 17 additions & 0 deletions EXILED/Exiled.API/Enums/CameraType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ public enum CameraType
Hcz106Recontainment,
HczChkptEz,
HczChkptHcz,
[System.Obsolete("This Camera no longer exist.")]
HczHIDChamber,
[System.Obsolete("This Camera no longer exist.")]
HczHIDHallway,
Hcz939,
HczArmory,
Expand Down Expand Up @@ -119,7 +121,9 @@ public enum CameraType
Hcz173Outside,
Hcz173Stairs,
Hcz173ContChamber,
[System.Obsolete("This Camera no longer exist.")]
Hcz173Hallway,
[System.Obsolete("This Camera no longer exist.")]
HczCurve,
HczJunkMain,
HczJunkHallway,
Expand All @@ -134,6 +138,19 @@ public enum CameraType
HczWarheadPortElevator,
HczMicroHIDLab,
HczPipesMain,
HczScp127Lab,
HczScp127Containment,
HczServersUpperStorage,
HczLowerServerStorage,
HczServerStaircase,
#endregion

#region custom
EzArmCameraToy,
EzCameraToy,
HczCameraToy,
LczCameraToy,
SzCameraToy,
#endregion
}
}
5 changes: 5 additions & 0 deletions EXILED/Exiled.API/Enums/DamageType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,10 @@ public enum DamageType
/// Damage caused by <see cref="ItemType.Snowball"/>.
/// </summary>
SnowBall,

/// <summary>
/// Damage caused by <see cref="ItemType.GunSCP127"/>.
/// </summary>
Scp127,
}
}
22 changes: 21 additions & 1 deletion EXILED/Exiled.API/Enums/DoorType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,20 @@ public enum DoorType
/// <summary>
/// Represents the HID_UPPER door.
/// </summary>
[Obsolete("This Door has been renamed too HID_LAB.")]
HIDUpper,

/// <summary>
/// Represents the HID_LAB door.
/// </summary>
#pragma warning disable CS0618
HIDLab = HIDUpper,
#pragma warning restore CS0618

/// <summary>
/// Represents the HID_LOWER door.
/// </summary>
[Obsolete("This Door has been removed from the game.")]
HIDLower,

/// <summary>
Expand Down Expand Up @@ -241,8 +250,9 @@ public enum DoorType
CheckpointGateB,

/// <summary>
/// Represents the Gate in the Checkpoint between EZ and HCZ.
/// Represents a door than Yamato never implemented.
/// </summary>
[Obsolete("This Door has never been in the game.")]
SurfaceDoor,

/// <summary>
Expand Down Expand Up @@ -319,5 +329,15 @@ public enum DoorType
/// Represents the ESCAPE_FINAL door.
/// </summary>
EscapeFinal,

/// <summary>
/// Represents the Elevator door for <see cref="ElevatorGroup.ServerRoom"/>.
/// </summary>
ElevatorServerRoom,

/// <summary>
/// Represents the HCZ_127_LAB door.
/// </summary>
Hcz127Lab,
}
}
5 changes: 5 additions & 0 deletions EXILED/Exiled.API/Enums/EffectType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,10 @@ public enum EffectType
/// </summary>
[Obsolete("Only availaible for Christmas and AprilFools.")]
Snowed,

/// <summary>
/// <see cref="CustomPlayerEffects.Scp1344Detected"/>.
/// </summary>
Scp1344Detected,
}
}
5 changes: 5 additions & 0 deletions EXILED/Exiled.API/Enums/ElevatorType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ public enum ElevatorType : byte
/// Light Containment Zone checkpoint B elevator.
/// </summary>
LczB,

/// <summary>
/// Heavy Containment Zone ServerRoom elevator.
/// </summary>
ServerRoom,
}
}
5 changes: 5 additions & 0 deletions EXILED/Exiled.API/Enums/FirearmType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,10 @@ public enum FirearmType
/// Represents the <see cref="ItemType.GunA7"/>.
/// </summary>
A7,

/// <summary>
/// Represents the <see cref="ItemType.GunSCP127"/>.
/// </summary>
Scp127,
}
}
4 changes: 2 additions & 2 deletions EXILED/Exiled.API/Enums/GeneratorState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ namespace Exiled.API.Enums
public enum GeneratorState : byte
{
/// <summary>
/// Generator is locked.
/// Generator is doing nothing.
/// </summary>
None = 1,
None = 0,

/// <summary>
/// Generator is unlocked.
Expand Down
5 changes: 5 additions & 0 deletions EXILED/Exiled.API/Enums/GlassType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,10 @@ public enum GlassType
/// Represents the window in <see cref="RoomType.HczTestRoom"/>.
/// </summary>
TestRoom,

/// <summary>
/// Represents the window in <see cref="RoomType.Hcz127"/>.
/// </summary>
Scp127,
}
}
15 changes: 13 additions & 2 deletions EXILED/Exiled.API/Enums/LockerType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,15 @@ public enum LockerType
Adrenaline,

/// <summary>
/// Unknow type of locker.
/// Unknown type of locker.
/// </summary>
Unknow,
Unknown,

/// <summary>
/// Unknown type of locker.
/// </summary>
[Obsolete("Use LockerType.Unknown", true)]
Unknow = Unknown,

/// <summary>
/// MircoHid pedestal.
Expand Down Expand Up @@ -109,5 +115,10 @@ public enum LockerType
/// SCP-1853 pedestal.
/// </summary>
Scp1853Pedestal,

/// <summary>
/// SCP-127 pedestal.
/// </summary>
Scp127Pedestal,
}
}
27 changes: 27 additions & 0 deletions EXILED/Exiled.API/Enums/MessageType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// -----------------------------------------------------------------------
// <copyright file="MessageType.cs" company="ExMod Team">
// Copyright (c) ExMod Team. All rights reserved.
// Licensed under the CC BY-SA 3.0 license.
// </copyright>
// -----------------------------------------------------------------------

namespace Exiled.API.Enums
{
using Exiled.API.Features;

/// <summary>
/// List of <see cref="Message"/> types.
/// </summary>
public enum MessageType
{
/// <summary>
/// Broadcast.
/// </summary>
Broadcast,

/// <summary>
/// Hint.
/// </summary>
Hint,
}
}
36 changes: 36 additions & 0 deletions EXILED/Exiled.API/Enums/PrefabType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,5 +336,41 @@ public enum PrefabType

[Prefab(912031041, "ElevatorChamberNuke")]
ElevatorChamberNuke,

[Prefab(3087007600, "CapybaraToy")]
CapybaraToy,

[Prefab(3539746802, "Sinkhole")]
Sinkhole,

[Prefab(1548138668, "AutoRagdoll")]
AutoRagdoll,

[Prefab(1323017091, "ElevatorChamberCargo")]
ElevatorChamberCargo,

[Prefab(359728307, "InvisibleInteractableToy")]
InvisibleInteractableToy,

[Prefab(1824808402, "EzArmCameraToy")]
EzArmCameraToy,

[Prefab(3375932423, "EzCameraToy")]
EzCameraToy,

[Prefab(144958943, "HczCameraToy")]
HczCameraToy,

[Prefab(2026969629, "LczCameraToy")]
LczCameraToy,

[Prefab(1548138668, "SzCameraToy")]
SzCameraToy,

[Prefab(2842703865, "KeycardPickup_Chaos")]
KeycardPickupChaos,

[Prefab(162530276, "TextToy")]
TextToy,
}
}
10 changes: 10 additions & 0 deletions EXILED/Exiled.API/Enums/RoomType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,15 @@ public enum RoomType
/// Entrance Zone's straight hall with Dr.L's and conference room 9b locked room.
/// </summary>
EzSmallrooms,

/// <summary>
/// Heavy Containment Zone's SCP-330 room.
/// </summary>
Hcz127,

/// <summary>
/// Heavy Containment Zone's storage / server room.
/// </summary>
HczServerRoom,
}
}
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Exiled.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
</Reference>
<Reference Include="Assembly-CSharp-firstpass" HintPath="$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll" Private="false" />
<Reference Include="CommandSystem.Core" HintPath="$(EXILED_REFERENCES)\CommandSystem.Core.dll" Private="false" />
<Reference Include="LabApi" HintPath="$(EXILED_REFERENCES)\LabApi.dll" Private="false" />
<Reference Include="Pooling" HintPath="$(EXILED_REFERENCES)\Pooling.dll" Private="false" />
<Reference Include="Mirror" HintPath="$(EXILED_REFERENCES)\Mirror.dll" Private="false" />
<Reference Include="NorthwoodLib" HintPath="$(EXILED_REFERENCES)\NorthwoodLib.dll" Private="false" />
<Reference Include="PluginAPI" HintPath="$(EXILED_REFERENCES)\PluginAPI.dll" Private="false" />
<Reference Include="Unity.TextMeshPro" HintPath="$(EXILED_REFERENCES)\Unity.TextMeshPro.dll" Private="false" />
<Reference Include="UnityEngine" HintPath="$(EXILED_REFERENCES)\UnityEngine.dll" Private="false" />
<Reference Include="UnityEngine.CoreModule" HintPath="$(EXILED_REFERENCES)\UnityEngine.CoreModule.dll" Private="false" />
Expand Down
Loading
Loading