summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed version bumpBen Boeckel2009-06-151-1/+1
|
* Revert "Bump version and fix version check ordering"Ben Boeckel2009-06-151-1/+1
| | | | | | This reverts commit f184c1d8d4410f735287c4663494ce4af4f6826b. Messed up version bump
* Bump version and fix version check orderingBen Boeckel2009-06-051-1/+1
|
* 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 ↵Ben Boeckel2009-03-251-0/+130
classes