Commit Graph

13 Commits

Author SHA1 Message Date
qe201020335 23e5f8f57a Fix PatchManager only finding patch types directly inheriting AbstractPatch (#592)
Co-authored-by: Cj <161484149+CJ-SPT@users.noreply.github.com>
2025-09-21 10:44:51 +00:00
qe201020335 26d816ee56 Add MeansImplicitUse attribute to patch and injectable attributes 2025-09-18 00:53:26 -04:00
Archangel ba47cc3a53 Update libraries 2025-09-10 18:37:29 +02:00
Cj ed05faa96f Implement PatchManager (#585)
* First pass at Fika's PatchManager implementation

* add comments

---------

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
2025-09-05 09:08:33 +00:00
Archangel f9ce88d4c3 Set nullable on GetTargetMethod 2025-09-01 16:14:42 +02:00
Cj 03d8ce2e5a Add patch cache 2025-08-03 02:15:16 -04:00
CWX 0f1bea6151 Generate Docs for nuget 2025-08-02 01:52:18 +01:00
Archangel cec47fefd2 Apply enforced file scoped namespacing 2025-07-31 15:23:32 +02:00
sp-tarkov-bot b14b74bf24 Format Style Fixes 2025-07-28 19:39:29 +00:00
refringe 6e01428b2b .NET Format Style Fixes 2025-06-18 17:09:20 +00:00
Chomp e596974d07 Cleaned up usings 2025-06-14 16:43:24 +01:00
Chomp c39ab9e1e7 Improved nickname validation code clarity
Improved accuracy of 2 responses:

`client/game/profile/nickname/validate`
`client/game/profile/nickname/change`
2025-05-21 16:09:11 +01:00
Cj 0fda28526f Implement module patch abstraction and patch loader (#250)
* Implement patch abstractions and patch loader using an interface

* remove patch loader

* rename patch class
2025-05-11 20:52:14 +01:00