Commit Graph

230 Commits

Author SHA1 Message Date
CWX c924dee0e2 Merge branch 'sp-tarkov:main' into main 2025-01-12 17:39:22 +00:00
CWX 0e334d79fe Merge branch 'main' of https://github.com/CWXDEV/server-csharp 2025-01-12 17:37:38 +00:00
CWX ce1219f5e9 start itemHelper 2025-01-12 17:37:32 +00:00
Chomp c1b509e3a8 Expanded LocationControler implementation 2025-01-12 17:24:26 +00:00
CWX 780591e923 Merge pull request #42 from CWXDEV/main
fix encoding
2025-01-12 16:55:37 +00:00
CWX c171bfe76c fix injections, fix logging 2025-01-12 16:53:46 +00:00
CWX a8ef6655d7 fix encoding 2025-01-12 16:48:26 +00:00
CWX a85eb5b5c0 new itemRouters, missing enums, fix method sigs (#41)
* callbacks

* controllers

* Router override

* make requests use interface

* create Routers

* extra parts

* fix method sig on callbacks

* add two missing enums as static classes

* add missing serializers (not complete)

* complete ItemEventRouters
2025-01-12 16:42:09 +00:00
CWX 01c663f74c Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-12 16:41:06 +00:00
CWX 8136ff244c complete ItemEventRouters 2025-01-12 16:39:29 +00:00
CWX ee790fedab add missing serializers (not complete) 2025-01-12 16:39:17 +00:00
CWX de7a78aa12 add two missing enums as static classes 2025-01-12 16:39:01 +00:00
CWX 8b75732cc4 fix method sig on callbacks 2025-01-12 16:38:47 +00:00
CWX 1dee354960 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-12 16:38:15 +00:00
Chomp 44ee0f11d5 Expanded WeightedRandom() and GetWeightedWeatherTimePeriodMs() implementation 2025-01-12 16:37:28 +00:00
Chomp 6fcf73f223 Improved Weather implementation 2025-01-12 16:23:48 +00:00
CWX 793059c5f0 Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-12 16:23:37 +00:00
Chomp efaa85a44f Expanded ClientLogController implementation 2025-01-12 15:40:28 +00:00
CWX bb887b0901 Lots of new things (#40)
* callbacks

* controllers

* Router override

* make requests use interface

* create Routers

* extra parts
2025-01-12 15:35:32 +00:00
CWX 769e95422e Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-12 15:35:06 +00:00
CWX a0870bd88e extra parts 2025-01-12 15:33:59 +00:00
CWX a5aa93da03 create Routers 2025-01-12 15:32:26 +00:00
CWX 4f5f2b40f1 make requests use interface 2025-01-12 15:32:12 +00:00
Chomp 1854ac4e2b Improved WishlistController implementation 2025-01-12 15:31:41 +00:00
CWX e4baba50d1 Router override 2025-01-12 15:31:37 +00:00
CWX a46ac0b510 controllers 2025-01-12 15:31:29 +00:00
CWX 44234cf6ad callbacks 2025-01-12 15:31:22 +00:00
Chomp 2fcfb18ecf Expanded NoteController implementation 2025-01-12 15:26:10 +00:00
Chomp 1fecc892d3 Expanded PresetController implementation 2025-01-12 15:22:19 +00:00
Chomp e206e7c86c Create new Example mods project and moved override example into it 2025-01-12 12:17:41 +00:00
Chomp 7ad447f0b9 Wired up EventOutputHolder to profile creation process 2025-01-12 12:02:23 +00:00
Chomp e512a83fa3 Updated ItemEventRouterBase types to better match live
Added EventOutputHolder class + stubbed out some functions
2025-01-12 11:56:21 +00:00
Alex 50d744e9d7 fixed load order 2025-01-12 11:43:22 +00:00
clodanSPT 9d982459ac Merge pull request #38 from CWXDEV/main
Add temp logging, Move Http to be last in the order as its currently blocking, a few exceptions blocked out onLoad methods
2025-01-12 11:04:54 +00:00
CWX 8c9e72489b Fix injectable Types for SaveLoadRouters 2025-01-11 23:38:57 +00:00
CWX b8411b3553 Add routers, Fix tarkovVersioning, format 2025-01-11 23:30:13 +00:00
CWX 56df460494 Merge branch 'sp-tarkov:main' into main 2025-01-11 21:45:26 +00:00
CWX e2dbb7a092 Add temp logging, Move Http to be last in the order as its currently blocking, a few exceptions blocked out onLoad methods 2025-01-11 21:43:43 +00:00
clodanSPT 1f273b91dc Merge pull request #37 from CWXDEV/main
injectables go brr
2025-01-11 21:33:04 +00:00
CWX 0d158d2285 me no gitignore correctly 2025-01-11 21:02:42 +00:00
CWX 1767ad9be2 injectors go brr 2025-01-11 21:01:32 +00:00
Alex d5958dff31 on update and on load order 2025-01-11 18:30:38 +00:00
clodanSPT 18c901c2af Merge pull request #36 from CWXDEV/main
Inject controllers and services
2025-01-11 18:23:16 +00:00
CWX 85d85e6ccb Merge branch 'sp-tarkov:main' into main 2025-01-11 18:16:06 +00:00
CWX 0ca4ec0887 Inject controllers and services 2025-01-11 18:14:39 +00:00
Alex a0c8a3b61f Merge branch 'main' of https://github.com/sp-tarkov/server-csharp 2025-01-11 18:07:07 +00:00
Alex 774758796d smol stuff 2025-01-11 18:03:12 +00:00
clodanSPT 2bf8675ecf Merge pull request #35 from CWXDEV/main
Implement most of the callbacks, few other changes too
2025-01-11 18:02:46 +00:00
CWX 8f22759ec5 Implement most of the callbacks, few other changes too 2025-01-11 17:14:56 +00:00
Alex ba78a15613 Sample mod project and modding bootstrap 2025-01-10 23:42:41 +00:00