Commit Graph

1331 Commits

Author SHA1 Message Date
Mr. Blue d91ba2e213 Patch for March 2nd Rust update (protocol 2377.234.1) 2023-03-02 19:17:47 +01:00
Mr. Blue b4033c7893 Add difference parameter to OnItemStacked hook
OnItemStacked(Item destinationItem, Item sourceItem, ItemContainer container, int difference)
2023-03-01 04:04:29 +01:00
Mr. Blue bffc57331f Add OnVehicleHornPressed hook
void OnVehicleHornPressed(VehicleModuleSeating seat, BasePlayer player)
2023-03-01 04:03:20 +01:00
Mr. Blue 150b71f3cc Add OnItemCraft [IndustrialCrafter] hook
void OnItemCraft(IndustrialCrafter crafter, ItemBlueprint blueprint)
2023-03-01 02:10:32 +01:00
Egor Basov 43d77cf85a Add ItemDefinition argument to OnAmmoSwitch 2023-03-01 01:41:56 +01:00
bmgjet a790ba37bf Add OnConveyorFiltersChange hook
void OnConveyorFiltersChange(IndustrialConveyor conveyor, BasePlayer player, ProtoBuf.IndustrialConveyor.ItemFilterList itemFilterList)
2023-03-01 01:40:03 +01:00
Mr. Blue 2eebf0e9b4 Add destroyUi parameter to CuiElementContainer.Add 2023-02-24 13:32:29 +01:00
Mr. Blue 1773593c45 Patch for February 23rd Rust update (Protocol 2370.233.1) 2023-02-23 20:28:48 +01:00
Mr. Blue 84a63105c7 Patch for February 20th Rust update (Protocol 2370.233.1) 2023-02-20 21:06:38 +01:00
Mr. Blue ca623b7c8e Patch for February 20th Rust update (Protocol 2370.233.1) 2023-02-20 17:17:00 +01:00
Mr. Blue 15be88370e Patch for February 2 Rust update (Protocol 2370.233.1) 2023-02-02 19:20:36 +01:00
Mr. Blue 0e63ecc1e2 Add Industrial hooks
- OnSwitchToggled [IndustrialConveyor]
- OnSwitchToggle [IndustrialConveyor]
2023-01-30 12:19:32 +01:00
shooter46 d8a6ff5c7f Add missing properties to CUI library
38f218231a
cc2d3bb30c
2023-01-27 02:54:39 +01:00
Kulltero ad2b94405c Add DestroyUi property for new CUI functionality 2023-01-27 02:37:55 +01:00
Mr. Blue c3882a6ab3 Patch for January 5th Rust update (protocol 2367.232.1) 2023-01-05 19:43:28 +01:00
Mr. Blue 439d4076cd Remove deprecated hooks 2023-01-04 20:25:08 +01:00
Vlad-00003 96bdee6957 Add OnMessagePlayer hook in Oxide.Game.Rust.Libraries.Player library
OnMessagePlayer(string message, BasePlayer player, ulong userId)
2023-01-04 20:20:55 +01:00
Tangerine 9e5b30bee0 Add CanUnlock [ModularCarCodeLock] & OnVehicleLockRequest hooks
- object CanUnlock(BasePlayer player, ModularCarCodeLock lock, string codeEntered);
- object OnVehicleLockRequest(ModularCarGarage garage, BasePlayer player, string code);
2023-01-04 20:10:42 +01:00
k1lly0u eac65e7e7d Add OnCorpsePopulate hook for GingerbreadNPC 2023-01-04 19:51:54 +01:00
Roger Karlsen 7a683e2758 Add OnItemDespawn hook
void OnItemDespawn(Item item)
2023-01-04 19:50:55 +01:00
Mr. Blue df88c3519a Patch for December 16th Rust update (protocol 2366.231.1) 2022-12-16 17:55:57 +01:00
Mr. Blue 444421a400 Fix incorrect arguments in OnEntityBuilt hook 2022-12-15 21:32:44 +01:00
Mr. Blue 0d93c57abf Patch for December 15th Rust update (protocol 2366.231.1) 2022-12-15 19:42:37 +01:00
Mr. Blue c94d651b75 Patch for release branch changes 2022-12-15 05:54:45 +01:00
Mr. Blue ff9198c4c4 Patch for December 12th Rust update (protocol 2365.231.1) 2022-12-12 09:40:01 +01:00
Mr. Blue 111659c930 Patch for December 6th Rust update (protocol 2365.231.1) 2022-12-06 20:21:37 +01:00
Mr. Blue a049e1c606 Patch for December 2nd Rust update (protocol 2365.231.1) 2022-12-02 14:14:56 +01:00
Mr. Blue e9a1f48ebb Patch for December 1st Rust update (protocol 2365.231.1) 2022-12-01 19:09:12 +01:00
Mr. Blue ce7b983262 Patch for November 25th Rust update (protocol 2362.230.1) 2022-11-25 21:50:06 +01:00
Mr. Blue 17022ae4cc Patch for November 9th Rust update (protocol 2362.230.1)
- Fix OnItemStacked hook not being called
- Fix OnPortalUsed hook not having HookCategory set
2022-11-09 21:02:45 +01:00
Mr. Blue 5e4232fa9c Patch for November 4th Rust update (protocol 2362.230.1) 2022-11-04 20:59:06 +01:00
Mr. Blue 344d6b0778 Patch for November 3rd Rust update (protocol 2362.230.1) 2022-11-03 19:44:53 +01:00
Mr. Blue 5214c5d6d3 Add OnPortalUsed hook
- object OnPortalUsed(BasePlayer player, BasePortal portal)
2022-11-03 02:09:11 +01:00
senyaa1 bf42758834 Add OnPortalUse hook
- object OnPortalUse(BasePlayer player, BasePortal portal)
2022-11-03 02:08:55 +01:00
ThePitereq ce45fd645d Remove BasePlayer.OnFeedbackReport check
Disable check in BasePlayer.OnFeedbackReport to fix OnFeedbackReported not being called
2022-11-03 01:51:45 +01:00
ThePitereq acdf0af365 Add OnFeedbackReported hook
- void OnFeedbackReported(BasePlayer player, string subject, string message, ReportType type)
2022-11-03 01:47:45 +01:00
Mr. Blue de7a598a6c Patch for October 25th Rust update (protocol 2360.229.1) 2022-10-25 19:01:04 +02:00
Mr. Blue bc9cb17ffa Patch for October 20th Rust update (protocol 2360.229.1) 2022-10-20 19:48:31 +02:00
WhiteThunder 9edb20bd6f Move CanAccessVendingMachine hook 2022-10-20 07:21:03 +02:00
Mr. Blue 2cf9792e1f Add OnRconMessage hook
- bool? OnRconMessage(IPAddress ipAddress, RemoteMessage message)
- Exposes Facepunch.RCon::listenerNew
2022-10-18 05:31:42 +02:00
Mr. Blue 810450fd73 Patch for October 9th Rust update (protocol 2359.229.1) 2022-10-09 22:53:21 +02:00
Mr. Blue 243c5dfac7 Patch for October 7th Rust update (protocol 2359.229.1) 2022-10-07 19:28:03 +02:00
Mr. Blue b19e16be64 Patch for October 6th Rust update (protocol 2359.229.1) 2022-10-06 19:53:28 +02:00
Josh Dassinger 183163afc1 Add OnBuildingMerge hook
- void OnBuildingMerge(ServerBuildingManager manager, BuildingManager.Building to, BuildingManager.Building from)
2022-09-30 20:14:56 +02:00
Joao Brazio a63dbd871d Add OnOvenTemperature hook
- float? OnOvenTemperature(BaseOven oven, int slot)
2022-09-30 20:06:14 +02:00
senyaa1 71afbbb11e Add OnImpactEffectCreate hook
- object OnImpactEffectCreate(HitInfo info)
2022-09-30 19:47:35 +02:00
senyaa1 81883caf76 Add OnEyePosValidate hook
- bool? OnEyePosValidate(AttackEntity attackEntity, BasePlayer player, Vector3 eyePos)
2022-09-30 19:35:04 +02:00
Mr. Blue 4df82b127e Patch for September 29th Rust update (2357.228.1) 2022-09-29 17:38:21 +02:00
Mr. Blue 07743cf4f8 Patch for September 28th Rust update (2357.228.1) 2022-09-28 12:03:57 +02:00
Mr. Blue f0bde8e3fb Patch for September 23rd Rust update (protocol 2356.228.1) 2022-09-23 23:13:08 +02:00