0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 17:30:42 -05:00

289 Commits

Author SHA1 Message Date
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
CWX
bed90176b4 fix missed rebranding 2024-07-23 08:49:20 +01:00
CWX
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
94fbc9d380 Merge pull request 'various-fixes' (!64) from waffle.lord/Launcher:various-fixes into master
Reviewed-on: SPT/Launcher#64
2024-07-12 21:39:01 +00:00
7a3079a4c8 add copy logs command 2024-07-12 17:29:43 -04:00
e58c76892b update locales 2024-07-12 17:28:21 -04:00
6387edfb3d scale text in detailed profile 2024-07-12 15:22:20 -04:00
1d7c232bb4 fix core dll version parse 2024-07-12 15:21:43 -04:00
c121b7fee7 Merge pull request 'bug fixes' (!63) from waffle.lord/Launcher:fix/profile-wipe into master
Reviewed-on: SPT/Launcher#63
2024-07-12 13:40:31 +00:00
83a6266845 fix profile wipe checkbox
also fix select folder dialog, removed a commented out property
2024-07-12 09:38:09 -04:00
Dev
0e3ba5dfb5 31073 2024-07-12 09:59:21 +01:00
Dev
6cc2f5730e Updated BPF for 31020 2024-07-10 14:53:37 +01:00
Dev
449ffb8491 Merge branch 'master' of https://dev.sp-tarkov.com/SPT/Launcher into 310-dev 2024-07-09 09:04:20 +01:00
8ca094cc56 Merge pull request 'next' (!62) from waffle.lord/Launcher:next into master
Reviewed-on: SPT/Launcher#62
2024-07-08 22:44:26 +00:00
820e48b4b8 update remaining view and styles 2024-07-08 18:41:22 -04:00
a8f9e70a1c update login page 2024-07-07 21:02:53 -04:00
37b9bf6c19 Merge branch 'next' of https://dev.sp-tarkov.com/waffle.lord/Launcher into next 2024-07-07 09:37:54 -04:00
63f9b02fc4 update all styles
using dynamic resource dictionary for theme variants
2024-07-07 09:37:37 -04:00
587b152c36 update to avalonia 11 2024-07-07 09:37:37 -04:00
7acfcdd17b Merge pull request 'add missing locale data to other locales' (!61) from waffle.lord/Launcher:fix/locales into master
Reviewed-on: SPT/Launcher#61
2024-07-07 13:29:22 +00:00
db9dab0ade Merge branch 'master' into fix/locales 2024-07-07 13:29:06 +00:00
e1680cc1c1 Merge pull request 'update temp files path' (!60) from waffle.lord/Launcher:fix/clear-temp-files into master
Reviewed-on: SPT/Launcher#60
2024-07-07 13:27:51 +00:00
0e3a853217 add missing locale data to other locales 2024-07-07 09:21:49 -04:00
b466fe1480 update temp files path 2024-07-07 09:01:27 -04:00
ce4de5ef92 update all styles
using dynamic resource dictionary for theme variants
2024-07-06 20:06:43 -04:00
0963264dfe update to avalonia 11 2024-07-06 11:48:16 -04:00