On Wed, Jun 20, 2012 at 11:36:00PM -0400, H. William Welliver III wrote:
either, the bit I'm interested in is figuring out how to get the master to load classes or modules from an archive as though it were a directory on the pike_*_ path.
actually, sTeam doesn't do it that way. to get an instance of a class it tracks the instances with the objects that represent the source, so i'd do: OBJ("/some/path/source.pike")->get_instance()->foo(); to call foo in source.pike.
to manipulate the master would actually be interesting, because it would allow more of sTeam to move into the database.
if you want to look at the code, i found an older downloadable archive here: http://sourceforge.net/projects/opensteam/files/open-sTeam%20server/steam-2....
greetings, martin.