Commit Graph

  • 88bdf4ce94 basic launcher handy template to be even more lazy main tcsenpai 2024-03-28 13:50:08 +01:00
  • 4b6841a548 added automatic launcher creator tcsenpai 2024-03-28 13:48:51 +01:00
  • 94c6c979db deforked tcsenpai 2024-02-28 14:44:49 +01:00
  • 198eea2ef9 Added Wine support tcsenpai 2024-02-28 14:44:31 +01:00
  • ac006b900f Also informative support if envfile isnt there tcsenpai 2024-02-25 23:10:40 +01:00
  • bf11b1e737 Fixed error in loading default .env if in PATH tcsenpai 2024-02-25 23:08:21 +01:00
  • 6b7e25558b Ok experimental tcsenpai 2024-02-25 22:56:42 +01:00
  • 3743179727 Ok tcsenpai 2024-02-25 22:55:28 +01:00
  • 81e77fda30 Ok tcsenpai 2024-02-25 22:55:01 +01:00
  • b893c56734
    Update README.md TheCookingSenpai 2024-02-25 21:51:54 +00:00
  • e9f23f5d39 Updated documentation tcsenpai 2024-02-25 22:19:51 +01:00
  • 69a50bf7b7 Merged UWINE into the repo tcsenpai 2024-02-25 22:00:47 +01:00
  • 4f6f8eeaed moved to launcher tcsenpai 2024-02-25 21:46:15 +01:00
  • 8383765bd8
    ulwgl_run: move import for traceback module R1kaB3rN 2024-02-23 18:29:06 -08:00
  • b09752c188
    ulwgl_run: prefer selectively importing subprocess functionality R1kaB3rN 2024-02-23 18:28:08 -08:00
  • e641331b5a
    ulwgl_run: prefer selectively importing argparse functionality R1kaB3rN 2024-02-23 18:27:17 -08:00
  • aaf76af54b
    ulwgl_run: refactor logic for PROTONPATH R1kaB3rN 2024-02-23 16:55:54 -08:00
  • ac684f4262
    Merge pull request #39 from R1kaB3rN/debug R1kaB3rN 2024-02-22 19:13:26 -08:00
  • 74fc90b346
    Add initial logging functionality R1kaB3rN 2024-02-22 19:12:27 -08:00
  • b97c9af7c0
    Merge pull request #38 from R1kaB3rN/toml-plugin R1kaB3rN 2024-02-21 20:52:02 -08:00
  • 2a1e440d98
    workflows: update github action for ubuntu lts R1kaB3rN 2024-02-21 20:48:30 -08:00
  • d80411953b
    Create separate tests for plugins R1kaB3rN 2024-02-21 20:46:37 -08:00
  • b45826f158
    Make reading config a plugin R1kaB3rN 2024-02-21 20:44:45 -08:00
  • 3d5119c66e
    ulwgl_test: refactor filepaths in tests R1kaB3rN 2024-02-21 18:50:42 -08:00
  • a78ea7a12b
    ulwgl_test: update test for PROTONPATH not set R1kaB3rN 2024-02-21 18:34:58 -08:00
  • 0bbd251248 update sniper runtime GloriousEggroll 2024-02-21 19:12:53 -07:00
  • 6469e62b46
    ulwgl_test: update test for non-existent WINEPREFIX R1kaB3rN 2024-02-21 18:11:21 -08:00
  • 15b78b59c6
    ulwgl_run: update format R1kaB3rN 2024-02-21 11:11:18 -08:00
  • 11bd213088
    ulwgl_run: update logic for non-existent WINEPREFIX R1kaB3rN 2024-02-21 11:11:01 -08:00
  • a610be41d8 fix issue where defined but non-existent WINEPREFIX was ignored and therefore not created GloriousEggroll 2024-02-20 15:24:36 -07:00
  • 429de35ee3
    Merge pull request #36 from R1kaB3rN/username Thomas Crider 2024-02-20 10:48:49 -07:00
  • 65a9d88d9f
    Merge pull request #25 from loathingKernel/insteam Thomas Crider 2024-02-20 10:43:30 -07:00
  • 39b48b4c2c
    Merge branch 'main' into insteam Thomas Crider 2024-02-20 10:43:22 -07:00
  • 8ed1f0f5d6
    Merge pull request #32 from R1kaB3rN/wineprefix Thomas Crider 2024-02-20 10:39:48 -07:00
  • eea700e75b
    ulwgl_test: account for usernames with digits R1kaB3rN 2024-02-20 07:34:17 -08:00
  • 7c48acbb9a
    ulwgl_run: update usage R1kaB3rN 2024-02-19 18:06:38 -08:00
  • f6ba346f1c
    ulwgl_run: update format R1kaB3rN 2024-02-19 17:51:55 -08:00
  • 4baebf2e17
    Remove requirement for setting WINEPREFIX R1kaB3rN 2024-02-19 17:51:38 -08:00
  • 681191115a Update compatibilitytool.vdf and toolmanifest.vdf Stelios Tsampas 2024-02-20 02:03:33 +02:00
  • 23b6e3b1a4 Move steam compat files to ULWGL-Runner Stelios Tsampas 2024-02-20 01:58:27 +02:00
  • 2b3f81a04d Change compatmanager_layer_name to something specific to ULWGL Stelios Tsampas 2024-02-14 15:46:34 +02:00
  • bfebd77f24 Add the required files for Steam discovery Stelios Tsampas 2024-02-13 22:22:35 +02:00
  • b24ef40afa Support a Steam verb as the first argument Stelios Tsampas 2024-02-13 21:54:52 +02:00
  • 33bd82851a allow using shortname of proton version as alternative to full file path GloriousEggroll 2024-02-19 14:30:20 -07:00
  • c116d7dbf9
    Merge pull request #31 from loathingKernel/stderr R1kaB3rN 2024-02-19 12:30:48 -08:00
  • ffd22ca1a1 ulwg_run.py: print to stderr only Stelios Tsampas 2024-02-19 15:01:45 +02:00
  • 709e0bd67a ulwlg_run.py: Capture and return the exit code of the subprocess Stelios Tsampas 2024-02-19 14:55:08 +02:00
  • a7c38855bc
    ulwgl_dl_util: fix bug for print statements R1kaB3rN 2024-02-19 10:26:26 -08:00
  • 6fdf4f3c3d
    Revert "ulwgl_dl_util: fix bug for print statements" R1kaB3rN 2024-02-19 10:23:44 -08:00
  • 5a28836a8c
    ulwgl_dl_util: fix bug for print statements R1kaB3rN 2024-02-19 10:20:23 -08:00
  • 9a3c07d792
    ulwgl_run: prefer using .joinpath for path segments R1kaB3rN 2024-02-18 10:40:44 -08:00
  • af5b50da49
    ulwgl_run: fix bug that caused stdout to be silenced R1kaB3rN 2024-02-18 10:21:05 -08:00
  • 38ec2eb258
    Revert 'ulwgl_run: fix bug that caused stdout to be silenced' R1kaB3rN 2024-02-18 10:20:04 -08:00
  • fdc782fb0f
    ulwgl_run: fix bug that caused stdout to be silenced R1kaB3rN 2024-02-18 10:00:46 -08:00
  • 8af0f0590e
    ulwgl_dl_util: close the connection after req R1kaB3rN 2024-02-17 20:21:18 -08:00
  • b034600a9d
    Merge pull request #30 from R1kaB3rN/download Thomas Crider 2024-02-17 21:08:44 -07:00
  • 45d8ce39c2
    ulwgl_dl_util: update types R1kaB3rN 2024-02-17 19:15:29 -08:00
  • 642357280a
    ulwgl_dl_util: update comments R1kaB3rN 2024-02-17 19:07:55 -08:00
  • 811ea0a8b8
    ulwgl_dl_util: add types to _cleanup R1kaB3rN 2024-02-17 19:07:03 -08:00
  • 5e23219c44
    ulwgl_dl_util: fix bug when printing tarball in cache R1kaB3rN 2024-02-17 19:04:07 -08:00
  • 8f6d383c9f
    ulwgl_test: add tests for when retrieving latest Proton release R1kaB3rN 2024-02-17 18:54:42 -08:00
  • dfa8f975db
    ulwgl_test: update test when interrupting cache extraction R1kaB3rN 2024-02-17 18:50:19 -08:00
  • 63fba6c892
    ulwgl_test: add tests for cache R1kaB3rN 2024-02-17 17:35:16 -08:00
  • 15c483ed60
    ulwgl_test: add tests for steam compat R1kaB3rN 2024-02-17 17:34:54 -08:00
  • 88a47e3ea0
    ulwgl_dl_util: fix bug when referencing old Proton from cache R1kaB3rN 2024-02-17 17:32:58 -08:00
  • 9a425dd784
    ulwgl_test: update test when removing files R1kaB3rN 2024-02-17 15:13:23 -08:00
  • ae6d5675d0
    ulwgl_test: add test when removing files R1kaB3rN 2024-02-17 15:02:45 -08:00
  • 3c0534edd2
    ulwgl_test: add test when extracting files R1kaB3rN 2024-02-17 14:57:21 -08:00
  • 679cbffc2a
    ulwgl_dl_util: format R1kaB3rN 2024-02-17 14:56:05 -08:00
  • f666c8f8d0
    ulwgl_run: change error msg R1kaB3rN 2024-02-17 12:29:15 -08:00
  • 9f2de76c5a
    ulwgl_dl_util: prefer creating a var for the Proton dir R1kaB3rN 2024-02-17 12:18:43 -08:00
  • 71eaff0ca5
    ulwgl_dl_util: change GE-Proton -> ULWGL-Proton R1kaB3rN 2024-02-17 12:16:27 -08:00
  • 744cedc6b8
    ulwgl_dl_util: be smarter about imports R1kaB3rN 2024-02-17 10:37:12 -08:00
  • 3e5e1e138b
    ulwgl_dl_util: delete references to requests module R1kaB3rN 2024-02-16 18:40:00 -08:00
  • 3a5b4b10f2
    ulwgl_dl_util: prefer joining paths R1kaB3rN 2024-02-16 18:32:03 -08:00
  • 83a59dcf1d
    ulwgl_dl_util: refactor _get_from_cache R1kaB3rN 2024-02-16 18:31:45 -08:00
  • ecde7f642f
    ulwgl_dl_util: prefer using stdlib than requests module for network R1kaB3rN 2024-02-16 18:31:26 -08:00
  • d457847920
    ulwgl_test: update tests for new usage R1kaB3rN 2024-02-16 12:12:00 -08:00
  • f6aa2f31e9
    ulwgl_dl_util: update comment R1kaB3rN 2024-02-16 12:08:49 -08:00
  • 9de0628fb0
    ulwgl_run: only import the func R1kaB3rN 2024-02-16 12:06:30 -08:00
  • 05d7f4d141
    ulwgl_dl_util: move var inside block R1kaB3rN 2024-02-16 11:41:55 -08:00
  • f24dbc8591
    ulwgl_dl_util: print on extraction complete R1kaB3rN 2024-02-16 11:38:35 -08:00
  • 4691e26f23
    ulwgl_dl_util: move download to func R1kaB3rN 2024-02-16 11:37:52 -08:00
  • e3563cb8f3
    ulwgl_dl_util: move cache to func R1kaB3rN 2024-02-16 11:37:00 -08:00
  • fbb60288eb
    ulwgl_dl_util: move cache to func R1kaB3rN 2024-02-16 11:34:25 -08:00
  • f64b473157
    ulwgl_dl_util: move steamcompat to func R1kaB3rN 2024-02-16 11:32:08 -08:00
  • 08d18203f8
    ulwgl_dl_util: handle connection timeout R1kaB3rN 2024-02-15 23:45:33 -08:00
  • ba54f167f4
    ulwgl_dl_util: handle interrupts whenever extracting R1kaB3rN 2024-02-15 23:42:27 -08:00
  • 2512cdc23a
    ulwgl_dl_util: add post cleanup routine R1kaB3rN 2024-02-15 19:39:24 -08:00
  • 621b6c1dd5
    ulwgl_dl_util: prefer joining Paths R1kaB3rN 2024-02-15 11:03:22 -08:00
  • 9a116c6a0a
    ulwgl_dl_util: fix bug when referring to cache for latest R1kaB3rN 2024-02-15 11:02:23 -08:00
  • f2ddf93d33
    Add Github Action for ulwgl_*.py files (#26) R1kaB3rN 2024-02-15 09:09:26 -08:00
  • d1c24b16e6
    Add download functionality to ulwgl_run R1kaB3rN 2024-02-15 08:22:23 -08:00
  • e23ed300ee
    ulwgl_run: prefer referencing parent than cwd R1kaB3rN 2024-02-14 09:21:25 -08:00
  • dd079fdac6
    Merge pull request #28 from R1kaB3rN/prefix R1kaB3rN 2024-02-14 08:40:53 -08:00
  • 08f73c9fe1
    ulwgl_test.py: add test for setup_prefix R1kaB3rN 2024-02-13 22:07:40 -08:00
  • 3bb00480b9
    ulwgl_run.py: check dir before creating the symlink R1kaB3rN 2024-02-13 22:04:45 -08:00
  • 4ba702565d
    ulwgl_run.py: always recreate the symlink R1kaB3rN 2024-02-13 17:56:25 -08:00
  • 4f64389ec4
    Merge pull request #23 from R1kaB3rN/args Thomas Crider 2024-02-12 21:54:40 -07:00
  • 14b323e3dc
    Add ULWGL_ID to dict R1kaB3rN 2024-02-12 18:20:15 -08:00