Commit Graph

59 Commits

Author SHA1 Message Date
mordentral
5f48361f99 Added SteamRequestGroupOfficers function to the sessions plugin.
Added GetSteamGroups to the sessions plugin.

Added GetSteamFriendGamePlayed function to the sessions plugin.


Former-commit-id: 8e553495aa175521d91f9efd6b6432d237796fc9
2017-06-26 13:59:31 -04:00
morden
289f06fdc7 Removed engine version flags from uplugin files
Former-commit-id: 8436d7f8f14e45929896397bfaf87ac21e3c8dff
2017-06-11 16:31:57 -04:00
mordentral
b09def7634 4.16 Specific Changes
Former-commit-id: b3b541bbbe53f8e8cba6821599454b1682d2f456
2017-04-26 14:55:02 -04:00
mordentral
92c80023c6 Added missing header to UGC
Former-commit-id: ea5eb9e856f0c938311d80aa83cd8c5670843434
2017-04-26 10:45:45 -04:00
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