aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AnimationSet.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-28partial mantis 8219; on creating or updating items (animationsets, ↵UbitUmarov1-2/+20
wearables) that reference assets, and user does not have permissions on those, abort and warn, instead of silent invalition of the references to those assets, creating a broken item
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-1/+1
2014-10-03Also store names of assets in the AnimationSetMelanie Thielker1-6/+36
2014-09-27Make changes to AnimationSet to allow indexing by names rather than indices. ↵Melanie Thielker1-35/+26
Add some debugging output and prepare for parsing an ascii-based format.
2014-09-26change permitions againUbitUmarov1-3/+3
2014-09-26change it again...UbitUmarov1-11/+36
2014-09-26 remove unnecessary argument refUbitUmarov1-1/+1
2014-09-26make c# more happyUbitUmarov1-2/+2
2014-09-26 change animset permitions to reflect no transfer natureUbitUmarov1-4/+8
2014-09-26 add centerlized AnimationSet item permitions settingUbitUmarov1-0/+19
2014-09-25Rename = too genericMelanie Thielker1-2/+2
2014-09-25Add the AnimationSet skelMelanie Thielker1-30/+50
2009-03-01Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-3/+28
2009-02-26svn attribute fixes so that we can play nice between windows and linuxSean Dague1-54/+54
2009-02-26Added IRegionCreator interface that all ApplicationPlugins that are creators ↵MW1-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-26opps forgot to commit a changed file.MW1-1/+1
2009-02-26Added IRegistryCore and RegistryCore to OpenSim.Framework.MW1-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).