Commit Graph

86 Commits

Author SHA1 Message Date
Tixx 33b2030f97 Support global keys in ini 2025-09-16 16:10:16 +02:00
Vali0004 f27d3c6120 Fix bug with BP and not having a trailing slash by default 2025-08-02 00:21:40 -04:00
Vali0004 7a4b24d616 Change to canonical paths for executable paths 2025-08-02 00:14:37 -04:00
Tixx a87aa7230a Make null termination in hex encoding more clear 2025-07-27 01:07:23 +02:00
Tixx b9cc025083 Check hashes after downloading 2025-07-25 23:50:16 +02:00
Tixx f104451bb9 Switch Invalid INI line log to debug (#196)
By creating this pull request, I understand that code that is AI
generated or otherwise automatically generated may be rejected without
further discussion.
I declare that I fully understand all code I pushed into this PR, and
wrote all this code myself and own the rights to this code.
2025-07-05 20:24:43 +02:00
Tixx d71757b56c Switch Invalid INI line log to debug 2025-06-29 12:56:24 +02:00
Tixx f7d3fcf925 Make new CheckVer & GetEN compatible with linux 2025-06-29 10:07:34 +02:00
Tixx 1780133569 Include assert 2025-06-25 14:29:29 +02:00
Tixx c89afdf477 Check
Co-authored-by: SaltySnail <51403141+SaltySnail@users.noreply.github.com>
2025-06-24 22:17:14 +02:00
Tixx 9d44146224 Regex assert
Co-authored-by: SaltySnail <51403141+SaltySnail@users.noreply.github.com>
2025-06-24 22:16:17 +02:00
Tixx 8025c0884f Fix download path generation 2025-06-19 17:56:59 +02:00
Tixx 9c53f86593 Convert GetGamePath() to fs::path 2025-06-08 14:01:23 +02:00
Tixx 6c740e2562 Fix merge 2025-06-08 13:34:15 +02:00
Tixx 06c741edc5 Fix wstring for windows and add crossplatform code for fs strings 2025-06-08 13:34:15 +02:00
Tixx 5e448dc34f Switch to wstring for paths on windows 2025-06-08 13:34:15 +02:00
Tixx 2529146d5a Implement DeleteDuplicateMods option 2025-06-08 12:37:32 +02:00
Tixx efe9f5b614 Add INI parser and function to expand env vars 2025-04-27 23:35:11 +02:00
Tyler Hoyt ffc36e7f3d Added cli option for user-path 2025-04-26 18:42:31 +02:00
Tixx d14b64c652 Fix linux build 2024-12-25 00:07:13 +01:00
Tixx 46e6fda26e Update license header 2024-12-07 11:26:09 +01:00
Tixx 708da44fec Remove unused code 2024-10-20 16:57:47 +02:00
Lion Kortlepel 7b59cb6f87 fix various commandline argument related things 2024-10-07 00:33:43 +02:00
Tixx 5bdd8c11da Fix relaunch 2024-10-05 18:01:47 +02:00
Tixx 467c8dc584 Add no-update flag 2024-10-05 17:20:40 +02:00
Tixx aca61886d0 add command-line options 2024-10-05 17:20:40 +02:00
Lion Kortlepel 1362471657 add CachingDirectory config setting to cache mods elsewhere
also moved cls/clear to the beginning, idk wtf it was doing in there.
2024-09-23 22:31:58 +02:00
Lion 7b022f9907 Add --skip-ssl-verify cli option (#117)
This is a temporary fix for if anyone has issues with SSL certificate
validation. The use of this must come with the disclaimer that,
obviously, this bypasses the security that SSL gives entirely. Anyone
could MITM you at that point. Don't use, basically.
2024-09-22 19:56:43 +02:00
Lion Kortlepel 18e1b7a2bb add --skip-ssl-verify cli option 2024-09-22 19:42:00 +02:00
Tixx ac2db7c73f Remove now unused variable 2024-09-14 22:17:21 +02:00
Tixx 06db6d0341 Implement mod warning 2024-09-14 22:17:21 +02:00
Tixx 452fc1e484 Move HTTP Proxy and remove and relocate duplicate code 2024-09-07 22:35:27 +02:00
Lion Kortlepel c95178ea59 dont auto-update in dev mode 2024-06-22 23:20:46 +02:00
Lion Kortlepel 1f7c498bd9 fix compiler error in decomp 2024-06-22 23:05:01 +02:00
Lion Kortlepel e46d4b2f0e Merge branch 'performance-improvements' 2024-06-22 23:01:15 +02:00
Lion Kortlepel f2b34543f9 switch to compression with limit at 30 MB 2024-06-22 22:48:00 +02:00
Lion Kortlepel 17e887442c avoid a substr() which costs us ~20% of runtime performance 2024-06-19 16:18:11 +02:00
Lion Kortlepel a82b9fb36f reformat 2024-06-17 22:01:15 +02:00
Lion Kortlepel 05ffa0b638 Merge branch 'linux' 2024-06-17 21:57:41 +02:00
Lion Kortlepel adba66afb9 add http debug error logging 2024-03-22 12:19:18 +01:00
Lion Kortlepel b9d252fd8a remove old stuff 2024-03-22 11:22:17 +01:00
Lion Kortlepel 348090a127 fix perms on more source files
... wtf
2024-03-22 10:50:58 +01:00
Anonymous275 3b479abf64 v2.0.84
- add hash check
- new routes for updates
- use C++ 20
2023-12-15 18:16:12 +00:00
Anonymous275 c731718f50 v2.0.84
- HTTP Proxy for backend.beammp.com
- Fix Attempt for mod loading, game detecting partial zip file
- Use nlohmann JSON
- Update vcpkg parameters and commit ID
- Add ability to open URL using default browser with filter
2023-12-15 17:38:47 +00:00
gamingdoom a91735531a linux build 2023-10-17 18:53:01 -07:00
gamingdoom 5dfb5f3b88 works but linux build is broken and this is an old version of the source 2023-10-16 22:13:30 -07:00
gamingdoom 54e1beb548 rename network.h to network.hpp 2023-10-16 17:33:52 -07:00
Anonymous-275 96c60ef05a 0.23.0.0 support 2021-07-01 18:54:06 +03:00
Anonymous-275 61759b8531 0.23.0.0 support 2021-07-01 18:53:50 +03:00
Anonymous-275 1ad8e0b8e5 Minor edit 2021-05-11 22:32:46 +03:00