Commit Graph

5 Commits

Author SHA1 Message Date
mordentral
3942e22147 Fix for exclusive nativization with the sessions plugin
Cannot fix exclusive as it crashes due to an engine bug slated to be
fixed in 4.15.2 and 4.16


Former-commit-id: 8b34fdc7e471c73896c8de23600ce1d4da9fff6a
2017-04-13 13:09:02 -04:00
mordentral
ffe6b61b42 The Large PCH removal / switch over to Include-What-You-Use (IWYU)
Former-commit-id: ab4d04af5ff02b70692cfdfbb43f68563f89b2a8
2017-04-10 14:41:49 -04:00
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