12 Commits

Author SHA1 Message Date
Mike Frysinger
58c3ee8a74 fix quoting in scripts 2021-12-23 00:48:24 -05:00
PaulCombal
5ff546711e Fix PKGBUILD + more dev commands 2019-11-15 23:36:19 +01:00
PaulCombal
802165b224 Working percentages! TODO: indicate next most achieved 2019-11-09 19:29:29 +01:00
PaulCombal
9486d6d077 testing again, but should work 2019-10-26 10:46:18 +02:00
telans
fdb809f0c0 script changes (#17)
* vscode / script changes

* fix launching from bin/

* merge .gitignore files

* use lowercase executable names

* add aur installation instructions
2019-10-21 17:56:13 -07:00
William Pierce
c145c38567 Respect XDG and dynamically find steamclient.so
XDG Base Directory Specification is now followed.
See globals.h for details.

With XDG respected, steamclient.so is dynamically
detected with a best-effort approach. SamRewritten
must dynamically hook into it at runtime, and must
use the running version, so now the git repo doesn't
need to be updated everytime steamclient.so updates.

Using the same steamclient.so for both app detection
and game launching causes stale shared object state to be
present in the child upon fork, so explictly unload the
parent's steamclient.so so we can get a clean one.

32bit and SteamBeta detection is not implemented at
this time, but can be in the future if there is interest.

Misc:
Disallow running as root
Wrap directory creation
Move most directory creation to main()
Fix some typos
2019-09-24 23:23:31 -07:00
PaulCombal
8058b6cd3d Updated SDK, removed junk, reversed back to AppIsSubscrcibed method 2019-08-03 18:31:25 +02:00
PaulCombal
ccdbd6ae4d socket ok 2019-07-17 14:22:44 +02:00
PaulCombal
39f7b85f2d horrible code eww 2019-07-15 18:10:11 +02:00
Paul C
50612ace0c messy commit beacuse I used another IDE so line ends are messed up, anyway I added the command line option to idle an app. By the way I love long commit notes 2019-05-27 19:55:11 +02:00
Degekai
77042fd573 Fix launch.sh
fix to run from anywhere
2019-01-12 22:50:43 +03:00
Paul
f396acadd0 First commit 2018-02-16 22:27:42 +01:00