4 Commits

Author SHA1 Message Date
thfr
9a98500b0a update to steamworks-nosteam 0.3.0
This includes an additional stub library (libsteamwrapper) which allows
running the game Growing Pains and potentially others that make use of
this type of intermediary library.
2019-09-20 23:21:15 +00:00
thfr
aa8dc0697e update steamworks-nosteam to 0.2.1 2019-09-02 18:24:42 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
thfr
4e4c6195c4 import steamworks-nosteam, a stubbed C# interface to the Steam API,
based on MIT-licensed full interface library.
ok bcallah@ (thanks for spotting the typo!)
ok kn@

DESCR:
Drop-in replacement for Steamworks.NET.dll to run without Steam
client present, e.g. if running on an operating system that doesn't
feature a Steam client. A number of games are made largely
platform-independent, but use Steamworks.NET and error out if no
Steam client is present. This project builds a .dll that can be
dropped in and is intended to keep the parent program running even
in the absence of a Steam client.
2019-05-27 19:49:25 +00:00