Commit Graph

3 Commits

Author SHA1 Message Date
mordentral
4388f57f3d added preprocessor definitions to the plugin so c++ can control
different code paths depending on if they are enabled or not.


Former-commit-id: 42f000697cc3095d2795bfc3b9a2a79db94af741
2017-04-06 12:11:16 -04:00
mordentral
2fc814622e Removed all Engine.h direct references and replaced with individual header includes.
Should improve compile time.


Also prepped for eventual clan support in SteamModule


Former-commit-id: e136e7993ccc13525d638297bcb740ffa7cc96c2
2017-03-30 12:47:56 -04:00
mordentral
af9bed57e7 Split plugin into two modules
One is for the general AdvancedSessions

The second is for Steam specific implementations

This makes it easier to package without steam included, as the default setup always packaged steam out on PC platforms.

Unchecking the AdvancedSteamSessions plugin should allow for totally removing any steam reliance from the plugin.

You would also have to remove steam specific nodes from your blueprints as well however as they will no longer exist.


Former-commit-id: 0bf1fc80dff7be0cc2b9cebaf5affed4918cea49
2017-03-02 15:19:04 -05:00