Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-03 | Also store names of assets in the AnimationSet | Melanie Thielker | 1 | -6/+36 | |
2014-09-27 | Make changes to AnimationSet to allow indexing by names rather than indices. ↵ | Melanie Thielker | 1 | -35/+26 | |
Add some debugging output and prepare for parsing an ascii-based format. | |||||
2014-09-26 | change permitions again | UbitUmarov | 1 | -3/+3 | |
2014-09-26 | change it again... | UbitUmarov | 1 | -11/+36 | |
2014-09-26 | remove unnecessary argument ref | UbitUmarov | 1 | -1/+1 | |
2014-09-26 | make c# more happy | UbitUmarov | 1 | -2/+2 | |
2014-09-26 | change animset permitions to reflect no transfer nature | UbitUmarov | 1 | -4/+8 | |
2014-09-26 | add centerlized AnimationSet item permitions setting | UbitUmarov | 1 | -0/+19 | |
2014-09-25 | Rename = too generic | Melanie Thielker | 1 | -2/+2 | |
2014-09-25 | Add the AnimationSet skel | Melanie Thielker | 1 | -30/+50 | |
2009-03-01 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -3/+28 | |
2009-02-26 | svn attribute fixes so that we can play nice between windows and linux | Sean Dague | 1 | -54/+54 | |
2009-02-26 | Added IRegionCreator interface that all ApplicationPlugins that are creators ↵ | MW | 1 | -0/+10 | |
of Scenes should implement and register with the ApplicationRegistry.StackModuleInterface<>(); So that other plugins can attach to their OnNewRegionCreated event. Made some changes to IRegistryCore and RegistryCore so they support "Stacked" interfaces. | |||||
2009-02-26 | opps forgot to commit a changed file. | MW | 1 | -1/+1 | |
2009-02-26 | Added IRegistryCore and RegistryCore to OpenSim.Framework. | MW | 1 | -0/+44 | |
Added a ApplicationRegistry to OpenSimBase. Changed LoadRegionsPlugin so it registers itself to that application registry. Added a event to LoadRegionsPlugin, that is triggered when it creates a new scene ,although maybe this event should actually be in opensimBase incase other plugins are creating regions (like the RemoteAdminPlugin). |