Commit Graph

1093 Commits

Author SHA1 Message Date
otavepto
1333168d4a basic implementation for RequestAppProofOfPurchaseKey() and RequestAllProofOfPurchaseKeys() 2023-12-20 05:30:21 +02:00
otavepto
30c5b4eaa0 a simple implementation for GetEarliestPurchaseUnixTime() 2023-12-20 05:30:21 +02:00
otavepto
7bf9564005 current app shouldn't be a DLC right? 2023-12-20 05:30:21 +02:00
otavepto
9393518dfa check for invalid app ID uint32_max in different other places 2023-12-20 05:30:21 +02:00
otavepto
8289ec81a7 + fixed the implementation of BIsAppInstalled(), it must lock the global mutex since it is thread-safe, otherwise it will cause starvation and the current thread wion't yield, which triggers some games
+ even more accurate behavior for BIsAppInstalled(), reject app ID if it was in the DLC list and isUnlockAllDlc was false

+ citing the source for app id 0
2023-12-20 05:30:21 +02:00
otavepto
5c8a57e7af more accurate implementation for BGetSessionClientResolution 2023-12-20 05:30:21 +02:00
otavepto
d02f32327e more accurate implementation for Steam_Client::BReleaseSteamPipe(), return true if the pipe was released successfully 2023-12-20 05:30:21 +02:00
otavepto
f397f73644 add missing env var "SteamOverlayGameId" to steam_client and client_loader 2023-12-20 05:30:21 +02:00
otavepto
f83d930e7b added a timer + counter for reference, currently used to print timestamp in debug log 2023-12-20 05:30:21 +02:00
otavepto
ca043837d9 consistent debug log location, for games that change cwd multiple times while running 2023-12-20 05:30:21 +02:00
otavepto
0b49bd3338 + fixed error propagation in Windows build script, apparently set /a var+=another_var works only if another_var is a defined env var but NOT one of the "magic" builtins like errorlevel
+ output niceness when running protob compiler in Linux build
2023-12-20 05:30:17 +02:00
otavepto
9050fbe9eb update changelog 2023-12-18 05:45:21 +02:00
otavepto
6ed6a0a04b + changed the behavior of GetCurrentBetaName() to comply with the docs, might break stuff
+ allow customizing the behavior via is_beta_branch.txt + force_branch_name.txt config files
2023-12-18 05:45:21 +02:00
otavepto
fa8f594207 + more accurate implementation for BIsAppInstalled, it now rejects uint32_max
+ allow behavior customizization via installed_app_ids.txt config file

+ limit/lock list of installed apps on an empty file (similar to dlc.txt)
2023-12-18 05:45:21 +02:00
ota
90b403fb3d + add package scripts
+ add steps: package + release to add packaged build to release when pushing on tag

+ support building on prefixed branch name with wildcard

+ support event trigger on tag

+ support event trigger on workflow dispatch for manual trigger
2023-12-18 02:50:05 +02:00
ota
8390e96972 + self reference the deps from the corresponding branches in this repo, this makes the repo self contained
+ update workflows to point at this repo when cloning deps

+ update branches paths

+ update submodules
2023-12-18 02:50:05 +02:00
ota
8fb7231a36 friendly workflows names 2023-12-18 02:50:05 +02:00
ota
21c21737e7 trigger on specific branches + on pull request to dev 2023-12-18 02:50:05 +02:00
ota
f2d1f046e2 keep all workflow artifacts for 1 day only 2023-12-18 02:50:05 +02:00
ota
7ddae813f9 + use env vars for deps cache key & cache dir
+ upate cache step id
2023-12-18 02:50:05 +02:00
ota
9530f4111e chmod 777 gen emu config in linux & use sudo 2023-12-18 02:50:05 +02:00
ota
6afb4560d0 + friendly name for linux gen emu config workflow
+ don't fail job on failure of release/debug

+ update workflows to add on-success condition in upload
2023-12-18 02:50:05 +02:00
ota
e19d2a423f add workflow scripts for Windows & Linux for generate_emu_config 2023-12-18 02:50:05 +02:00
ota
f2b937c9b5 update gitignore to ignore folders generated by both Windows & Linux scripts in generate_emu_config 2023-12-18 02:50:05 +02:00
ota
01b8259200 update generate_emu_config scripts to support Linux, it worked! 2023-12-18 02:50:05 +02:00
ota
4a7fedecd0 check for cmake after installind packges, because CI doesn't care about cmake during build, only installing packages step 2023-12-18 02:50:05 +02:00
ota
ef7801922a add a workaround for the separate VMs running the jobs on CI 2023-12-18 02:50:05 +02:00
ota
4c89a18dda + fix workspace variable usage in all workflow scripts
+ chmod 777 linux build script before running it & use sudo
2023-12-18 02:50:05 +02:00
ota
62284e3427 + add Generate emu config workflow for win
+ add Linux build workflow
2023-12-18 02:50:05 +02:00
ota
ffa44914dd + specify certain OS version
+ add dependency on deps build job
2023-12-18 02:50:05 +02:00
ota
5e36cca71e rename Windows workflow script 2023-12-18 02:50:05 +02:00
ota
69b29efc26 + reorder steps to upload artifact after build
+ use commit hash in artifact name
2023-12-18 02:50:05 +02:00
ota
c408cc4808 + add artifact upload steps
+ remvoe VS detection, it relies on vswhere which is used by the scripts anyway

+ separate the deps & build steps
2023-12-18 02:50:05 +02:00
ota
2e69c038cc + check for vswhere before attempting any detection
+ niceness for terminal output

+ update Windows + Linux scripts to use the new directories of third party + propagate exit error code + fix line ending

+ update Windows deps build script to clean generated build files by cmake after install + propagate exit code of all builds

+ update Linux deps build script to clean generated build files by cmake after install + propagate exit code of all builds

+ fix line ending!
2023-12-18 02:50:05 +02:00
otavepto
6fa1ba1bec initial attempt at msbuild.yml workflow for win build 2023-12-18 02:50:05 +02:00
ota
1008c040cc + stop tracking third party deps in main repo
+ add third party deps as a submodule
2023-12-18 02:50:05 +02:00
ota
9cfed39a21 remove gitlab CI script 2023-12-18 02:50:05 +02:00
a
f71e46fb25 added changelog 2023-12-14 04:50:47 +02:00
a
0ffc15352c SDK v1.58a + some fixes to the APIs 2023-12-14 04:50:31 +02:00
a
20105997de (RIN forum) added fix for glyphs icons for xbox 360 controller by 0x0315 from https://cs.rin.ru/forum/viewtopic.php?p=2949498#p2949498 2023-12-14 04:50:28 +02:00
a
5f004ab471 (RIN forum) added updated translations for Russian to the overlay by GogoVan from https://cs.rin.ru/forum/viewtopic.php?p=2939565#p2939565 2023-12-14 04:49:52 +02:00
a
e7a277678b (RIN forum) added updated translations for Spanish + Latin American to the overlay by dragonslayer609 from https://cs.rin.ru/forum/viewtopic.php?p=2936892#p2936892 2023-12-14 04:49:49 +02:00
a
439ffa5237 (RIN forum) added cvsR4U1 by ce20fdf2 from https://cs.rin.ru/forum/viewtopic.php?p=2936697#p2936697 2023-12-14 04:49:15 +02:00
a
32983f861a updated Linux build script for the utf-8 lib 2023-12-14 04:48:37 +02:00
a
ce0d862b67 updated Windows build script for the utf-8 lib 2023-12-14 04:48:25 +02:00
a
c10a960546 use utf-8 when sanitizing settings, mainly for local_save.txt config file 2023-12-14 04:47:55 +02:00
a
4f1e01a750 (RIN forum) added more interfaces to look for in the original steam_api by alex47exe from https://cs.rin.ru/forum/viewtopic.php?p=2935557#p2935557
* + format generate_interfaces_file.cpp
2023-12-14 04:46:51 +02:00
a
62a92e5bf6 (RIN forum) added new release 4 by ce20fdf2 from https://cs.rin.ru/forum/viewtopic.php?p=2933673#p2933673 2023-12-14 04:45:59 +02:00
a
b01a7ee116 (RIN forum) added hotfix 3 by ce20fdf2 from https://cs.rin.ru/forum/viewtopic.php?p=2921215#p2921215
* + added missing implementation of (de)sanitize_string when NO_DISK_WRITE is defined which this fixes compilation of lobby_connect

* + check for empty string in (de)sanitize_file_name() before accessing its items
2023-12-14 04:45:55 +02:00
a
ad9dfb2bd1 (RIN forum) updated and safer impl for Local_Storage::load_image_resized() "for those cases where it might fail to allocate memory for the resized image" by RIPAciD: https://cs.rin.ru/forum/viewtopic.php?p=2884627#p2884627 2023-12-14 04:45:02 +02:00