aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-29Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)2-3/+3
2012-03-29Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)2-3/+3
2012-03-28Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)2-3/+3
2012-03-27minor: clean up some code formatting in VivoxVoiceModule.csJustin Clark-Casey (justincc)1-54/+25
2012-03-27Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer1-23/+99
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-2/+20
2012-03-26Add some more overloads to allow registering overloaded methods and listsMelanie1-4/+14
2012-03-26Add a hust UUID to the script invocationsMelanie1-7/+8
2012-03-25Fix compile error in ScriptModuelComms and add some debugging into the modInvokeMic Bowman1-2/+12
2012-03-26Further simplify ScriptCommsMelanie1-1/+3
2012-03-26Dynamically create the delegate type to reduce complexity in the callerMelanie1-1/+21
2012-03-26Correct the design error I introduced into ScriptComms. Untested but about toMelanie1-14/+22
2012-03-25Simplify the module invocation registration. The types and method nameMelanie1-2/+18
2012-03-24Add support for key, vector, rotation and list types for bothMic Bowman1-0/+8
2012-03-23Have the PhysicsParameters module output console command responsesRobert Adams1-5/+5
2012-03-22RegionReady loggingBlueWall1-10/+5
2012-03-21Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)2-10/+0
2012-03-20Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)1-7/+5
2012-03-15Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman1-2/+97
2012-03-09Factor out common default animations code into SLUtil. LLClientView now make...Justin Clark-Casey (justincc)1-34/+2
2012-03-09fix for NPC not playing internal animationssatguru srivastava1-1/+36
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)5-27/+27
2012-03-06Simplify NPCModuleTests code by putting the NPCModule in an instance variable...Justin Clark-Casey (justincc)1-61/+56
2012-03-06Go back to setting appearance directly in NPCModule.SetAppearance() to fix ma...Justin Clark-Casey (justincc)2-9/+57
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)2-2/+2
2012-02-16Remove some debugging output form the loggerBlueWall1-2/+4
2012-02-16Fix some logic mistakes where firstly osNpcCreate() without options was creat...Justin Clark-Casey (justincc)1-2/+2
2012-02-14Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake1-6/+6
2012-02-13Fix a race condition in the simian groups connector. When requests wereMic Bowman1-8/+63
2012-02-14Fix: get embedded objects from Notecard fails with activated FreeSwitchVoiceM...PixelTomsen1-3/+3
2012-02-09If NPCModule.CreateNPC() fails to create the required ScenePresence (which sh...Justin Clark-Casey (justincc)1-8/+7
2012-02-09minor: put in commented out logging statements for future reuseJustin Clark-Casey (justincc)1-0/+3
2012-02-03Extend m_avatars lock in NpcModule.CreateNPC over both creation of NPC scene ...Justin Clark-Casey (justincc)1-14/+16
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen2-2/+2
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2-2/+2
2012-01-28Remove IClientAPI from the money module. It was only used to pass in theMelanie2-3/+3
2012-01-28Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)3-10/+32
2012-01-24minor: correct text and usage for "image queues show" reigon console command.Justin Clark-Casey (justincc)1-2/+2
2012-01-20Telehub Support:BlueWall2-0/+11
2012-01-19Add "image queues clear <first-name> <last-name>" console commandJustin Clark-Casey (justincc)1-15/+60
2012-01-18RegionReady:BlueWall1-1/+5
2012-01-14protect the region ready alerts for loading oarfiles if no post URI is setMic Bowman1-2/+5
2012-01-13Update RegionReadyModuleBlueWall1-6/+51
2012-01-12Add remove test for unowned avatarsJustin Clark-Casey (justincc)1-0/+20
2012-01-12Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)1-4/+1
2012-01-12refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)1-13/+36
2012-01-10minor: Fix wrong column length in image queues reportJustin Clark-Casey (justincc)1-2/+2
2012-01-10rename "show image queue" to "show image queues" in line with other udp info ...Justin Clark-Casey (justincc)1-29/+8
2012-01-10Add "show image queue <first-name> <last-name>" region console commandJustin Clark-Casey (justincc)1-1/+88
2012-01-10Add "app find <uuid-or-start-of-uuid>" command to find the appearance using a...Justin Clark-Casey (justincc)1-0/+50