Commit Graph

81 Commits

Author SHA1 Message Date
4601d65909 Update
* Deleted configs-related stuff
* Moved parsing configs to another repository

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2025-04-20 21:57:58 +07:00
8db3700be1 Update requirements
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2025-04-09 21:49:07 +07:00
756e7d823e Optimize interaction with ADR
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2025-04-09 21:41:27 +07:00
13e3e0e1b8 Update
* Improved game checking mechanism
* Some code refactor
* Updated .gitignore

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-12-28 21:31:42 +07:00
2a20b50943 Update requirements.txt (lower lief version)
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-12-06 19:01:40 +07:00
f19a76d95d Fix config editor script
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-12-06 19:00:34 +07:00
dependabot[bot]
f6428d1142 Bump lief from 0.14.0 to 0.15.0 (#5)
Bumps [lief](https://github.com/lief-project/LIEF) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/lief-project/LIEF/releases)
- [Commits](https://github.com/lief-project/LIEF/compare/0.14.0...0.15.0)

---
updated-dependencies:
- dependency-name: lief
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-30 00:10:40 +07:00
307c6a76e9 Update setup.py
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-09-18 22:59:35 +07:00
dependabot[bot]
b68331d683 Bump certifi from 2023.11.17 to 2024.7.4 (#4)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-06 11:41:17 +07:00
dependabot[bot]
1ad1f536de Bump urllib3 from 2.1.0 to 2.2.2 (#3)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 01:35:25 +07:00
89f56be8b2 Proper variable names
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-06-19 01:30:33 +07:00
2b14be3832 Update README.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-06-17 19:14:03 +07:00
6330a0dfa8 Update
* Implemented show_progress_bar and update_progress_bar to interact with progress bars
* Added 3 progress bars to second window
* Imports little optimization

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-06-17 08:26:19 +07:00
e9eef9f785 Fix research all dealers and agencies
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-05-24 20:30:08 +07:00
dependabot[bot]
f989c54664 --- (#2)
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 17:36:44 +07:00
2d40c51f9c Update statics.py
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-05-13 19:29:21 +07:00
dependabot[bot]
9223095fe7 Bump idna from 3.6 to 3.7 (#1)
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 19:23:06 +07:00
b9607db785 Update
* moved call check_remote_hashes into module_parsing

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-05-12 18:00:36 +07:00
bafcb26fbe Update
* added progress dialog when download configs
* updated requirements (again)
* updated .gitignore
* updated second window flags
* warning fixes

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-05-08 23:01:38 +07:00
b8cc20a184 Update
* small README update
* change exec() to exec_()
* added config parsing when app starting up
* setup.py fixes (for cx_Freeze build)
* updated requirements

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
1.4.1
2024-05-08 08:46:59 +07:00
dd238a0ae1 Update DLC_TABLE.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-02-08 16:07:30 +07:00
1afd4b6079 Update README.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-01-13 23:53:36 +07:00
dbcec7a6ed Update module_main/script.py
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2024-01-13 23:53:08 +07:00
70fceee6a2 Update requirements.txt
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-12-29 13:45:54 +07:00
242de815da Update DLC_TABLE.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-12-22 22:11:46 +07:00
c4cf9491d6 Update configs
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-12-01 21:44:59 +07:00
944c79dac0 Update DLC_TABLE.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-12-01 21:33:54 +07:00
33c21c4043 Update build.spec
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-11-12 13:40:30 +07:00
54331abf5a Use CDLL instead of WinDLL to load decrypt library
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-11-12 13:13:46 +07:00
aa071c7ea5 Update DLC_TABLE.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-11-02 18:18:12 +07:00
375e66e989 Update README.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-27 21:09:46 +07:00
59d4f89a96 Update README.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-27 21:08:50 +07:00
d2d814c870 Update README.md
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-27 21:07:11 +07:00
befed61b0c Added table with DLC info
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-27 20:59:28 +07:00
ef36387e05 Update requirements.txt
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-25 23:08:21 +07:00
da25c7bbc4 Update setup.py
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-25 23:05:33 +07:00
e21266970e Remove unused module_choice
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-23 15:20:13 +07:00
a2d4f84877 Automatically check configurations instead of user selection
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-23 14:58:39 +07:00
e7e4939882 Remove unused dlls
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-23 00:06:12 +07:00
66a571309d Particular revert "Update module_parsing"
This reverts commit 78141ae9aa.

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-22 22:38:22 +07:00
7991cde695 Update setup.py
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
1.4
2023-10-21 21:22:29 +07:00
b3d5776a3b Update module_second
* Fixed adding garage by name
* Make fill_list staticmethod
* Removed comments

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-21 21:22:25 +07:00
b082e6ca3f Update module_main
* Fixed get_file_data
* Removed try-catch in recover_backup

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-21 21:22:22 +07:00
dab9dc0467 Update module_choice
* Removed comments

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-21 21:22:17 +07:00
8932327b5c Update utils
* Removed try-catch in generate_md5

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-10-21 21:22:10 +07:00
994d6e4b13 Update module_second
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-02-12 13:14:45 +07:00
9c90daf8d5 Update module_choice
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-02-12 13:14:32 +07:00
78141ae9aa Update module_parsing
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-02-12 13:14:12 +07:00
8888a80b0c Update module_main
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2023-02-12 13:13:21 +07:00
bcb5cd03e6 [ATS] Added new DLC ("Texas")
Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
2022-12-15 17:42:21 +07:00