Chomp
401ab0c592
Updated dll + remappings
4.0.0-BE-20250115
2025-01-15 17:54:28 +00:00
Chomp
4474394a13
Updated remappings
4.0.0-BE-20250107
4.0.0-BE-20250108
4.0.0-BE-20250109
2025-01-06 23:30:18 +00:00
Chomp
050216f5dc
34510
4.0.0-BE-20250104
4.0.0-BE-20250606
4.0.0-BEM-20250103
2025-01-03 17:39:26 +00:00
Chomp
44d8f16eec
Added new mappings
4.0.0-BEM-20250102
2024-12-30 15:08:58 +00:00
Chomp
52f2ed0697
Fixed issues with remapping
2024-12-29 18:58:24 +00:00
Chomp
038ee6713a
34501
2024-12-29 12:34:18 +00:00
bc2714ceee
Add Method to use singleQuotes in serializer, remove workaround
2024-12-26 22:30:20 +00:00
c7641677ae
Merge branch '4.0.0-DEV' of https://github.com/sp-tarkov/launcher into 4.0.0-DEV
2024-12-26 22:15:54 +00:00
6592ec0fc2
Fix up ServerConfig, temp workaround
2024-12-26 22:15:50 +00:00
Chomp
4a60b94ee3
Updated mappings
2024-12-26 21:46:04 +00:00
Chomp
e040504b01
Updated Version
to MatchingVersion
2024-12-26 21:02:26 +00:00
Chomp
578bfe7548
34447
2024-12-26 20:25:41 +00:00
b899cf0882
Merge branch '3.10.0-DEV'
3.10.0
3.10.1
3.10.2
3.10.3
3.10.4
3.10.4-BEM-20241223
3.10.5
2024-11-26 09:53:59 -05:00
24ddbb8d6e
Updates New Trigger Workflow
2024-11-22 21:43:44 -05:00
Dev
742b079266
Rename files to .spt-bak
instead of .bak
2024-11-19 11:42:59 +00:00
Dev
6d10c3feb8
Updated version requirement text
2024-11-12 14:13:49 +00:00
Dev
ed5e3193dd
Updated mappings
2024-11-11 21:54:13 +00:00
Dev
24ed5021ca
Added multiple new remaps
2024-11-06 19:33:34 +00:00
Dev
da0b07ce65
Added additional remappings
2024-11-05 18:59:09 +00:00
Dev
823b2ced9c
Removed unnecessary classes added by mistake
2024-11-02 14:37:59 +00:00
Dev
1436cfb20f
Updated to 33420
2024-11-02 13:40:47 +00:00
Dev
39c2100e6f
Fixed mapping
2024-10-31 20:36:37 +00:00
Dev
ea4de95af6
Fixed remap
2024-10-31 17:04:51 +00:00
Dev
b4d877839f
33374
2024-10-31 16:37:12 +00:00
313b936d96
Update registry handling to work with new JSON based registry redirect ( !68 )
...
- Remove the "Wipe Registry" button
- Remove the registry wipe on new profile creation/profile wipe
This is a companion to [#172 ](SPT/Modules#172 ) which moves SPTs "registry" into a JSON file to avoid cross contamination with live data
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: SPT/Launcher#68
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-10-26 08:16:03 +00:00
Dev
7181f22852
32757
2024-10-04 09:09:46 +01:00
Dev
80d88f6ea3
Updated readme
2024-09-27 09:44:58 +01:00
Dev
394b58f255
32678
2024-09-26 14:05:17 +01:00
47efa367e9
remove windows only font ( !67 )
...
fixes [#732 ](SPT/Issues#732 )
- remove the windows only font used on some icons
- replaces those html code icons with geometry paths
Reviewed-on: SPT/Launcher#67
Co-authored-by: waffle.lord <waffle.lord@hotmail.com>
Co-committed-by: waffle.lord <waffle.lord@hotmail.com>
2024-09-17 16:36:11 +00:00
14fe1d90c3
fix root namespace
2024-09-02 11:42:29 -04:00
441fb128fe
Implement NotifyPropertyChangedBase, optimization ( !66 )
...
- NotifyPropertyChangedBase created and implemented in classes that inherit INotifyPropertyChangedBase
- Some optimization fixes in models (one of this - `Where(predicate).Count() == 0` to `All(invertedPredicate)`
Co-authored-by: Valery Varaksa <varaksav62@gmail.com>
Reviewed-on: SPT/Launcher#66
Co-authored-by: loyvsc <loyvsc@noreply.dev.sp-tarkov.com>
Co-committed-by: loyvsc <loyvsc@noreply.dev.sp-tarkov.com>
2024-09-02 07:53:58 +00:00
Dev
5ae20122f7
32291
2024-08-30 14:16:38 +01:00
Dev
94588fa381
Updated remaps
2024-08-30 09:31:00 +01:00
Dev
82c569cfd6
32280
2024-08-29 11:41:18 +01:00
Dev
fe93f2b1c6
Updated to 32197
2024-08-23 16:05:54 +01:00
Dev
fbefaf2fd6
Updated to 32160
2024-08-21 19:10:17 +01:00
Dev
453eea3823
Updated mappings
2024-08-21 09:55:08 +01:00
Dev
d5825e92cd
updated bpf
2024-08-20 20:21:01 +01:00
Dev
c41168428b
Updated bpf
2024-08-20 19:00:20 +01:00
Dev
9ed54f22cc
Updated version value to: 32128
2024-08-20 16:13:42 +01:00
6664061c2b
Fix: Copying Logs ( !65 )
...
only try to copy logs that exist
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: CWX <cwxdev@outlook.com>
Reviewed-on: SPT/Launcher#65
Co-authored-by: waffle.lord <waffle.lord@hotmail.com>
Co-committed-by: waffle.lord <waffle.lord@hotmail.com>
(cherry picked from commit 3321146d7b04643091319a470969024ead6195cf)
2024-08-07 14:22:44 +01:00
Dev
5eb5b2e305
Updated Turkish locale, provided by TR_LEOPAR
...
(cherry picked from commit 6172c800fcdfb7f73ba3cda195c3ec3586e761de)
2024-08-05 15:27:25 +01:00
Dev
393b98c3b6
Updated avalonia to 11.1.1 from 11.1.0-RC2
2024-07-30 09:19:53 +01:00
Dev
ed741dd543
Merge branch '310-dev' of https://dev.sp-tarkov.com/SPT/Launcher
2024-07-26 09:20:39 +01:00
Dev
370e7a0c85
Fixed local builds not checking core dll correctly
2024-07-26 09:16:18 +01:00
bed90176b4
fix missed rebranding
2024-07-23 08:49:20 +01:00
591d02bca5
fix missed rebranding
3.9.4
2024-07-21 13:15:27 +01:00
Dev
acc5fe5bc5
31124
2024-07-17 15:45:43 +01:00
Dev
f7469d8202
Fixed incorrect version check
3.9.1
3.9.2
3.9.3
2024-07-13 19:01:49 +01:00
Dev
831b2a0992
Merge branch 'master' of https://dev.sp-tarkov.com/SPT/Launcher into 310-dev
2024-07-13 09:20:20 +01:00