Rossen Georgiev
58f51a94f9
move proto related util functions to steam.utils.proto
5 years ago
Rossen Georgiev
e5e1130e6b
rename steam.util to steam.utils
5 years ago
Rossen Georgiev
4117911041
remove imports from 'steam' namespace
Since there are many modules, importing anything inside the steam namespace introduces an extra
cost. Cleaning up the space will allow dependent stuff to import just the modules it needs without
anything extra. This will also improve start up times for cli programs.
6 years ago
Rossen Georgiev
c3c2fe6dfc
add missing line in GC example
9 years ago
Rossen Georgiev
9c867f5dad
fix mathod name in GameCoordinator
9 years ago
Rossen Georgiev
9d3835c632
tweak GameCoordinator
* make it better for inheritance
* update example to use inheritance
9 years ago
Rossen Georgiev
d68e9f1f23
docs: add event details for SteamClient; fix typos
9 years ago
Rossen Georgiev
3f87488996
updated steam.client.gc docs to clarify usage
9 years ago
Rossen Georgiev
637ba7a502
added steam.client features to docs
* various other docs alterations
* moved games played under features.misc
9 years ago
Rossen Georgiev
6320ce21a3
updates docs and docstrings for GC
9 years ago
Rossen Georgiev
531f7543cf
removed EventEmitter as it's now a seperate module
9 years ago
Rossen Georgiev
90ae61b79e
added GC proxy object
9 years ago