summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the detection of classes left at deletion to PluginBaseBen Boeckel2009-03-281-5/+2
* Update PluginLoader to handle clients, not playersBen Boeckel2009-03-281-14/+14
* Add support for PlayerPlugin in PluginLoaderBen Boeckel2009-03-281-0/+11
* Fix up includes for PluginLoaderBen Boeckel2009-03-281-1/+1
* Style fixBen Boeckel2009-03-271-1/+1
* Change names of loading functionsBen Boeckel2009-03-271-2/+2
* Don't hand out pointers to the plugin factoriesBen Boeckel2009-03-271-26/+27
* Use shared pointers for GamesBen Boeckel2009-03-271-17/+9
* Add ctor and dtor to PluginLoader::PrivateBen Boeckel2009-03-271-0/+32
* Add Sigmod support to PluginLoading and the ModelBen Boeckel2009-03-261-15/+89
* Make sure there are types before looking for the service or pluginBen Boeckel2009-03-261-2/+2
* Make members protectedBen Boeckel2009-03-261-2/+11
* Let's not crash if we don't know the type of pluginBen Boeckel2009-03-261-4/+7
* Spelling fixBen Boeckel2009-03-261-1/+1
* Simplify fetching data from plugins with PluginBaseBen Boeckel2009-03-261-16/+6
* Use PluginBase in storage in PluginLoaderBen Boeckel2009-03-261-1/+7
* Switch from the Interfaces to Plugins namespaceBen Boeckel2009-03-261-2/+2
* Add functions to load plugins so that parenting is preserved for the plugin c...Ben Boeckel2009-03-251-0/+130