aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-18Fix bug where region ready would be triggered a second time if a script was r...Justin Clark-Casey (justincc)1-30/+23
2012-07-18Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)1-0/+2
2012-07-18Pass entire scene object in OnLoginsEnabled event rather than just the region...Justin Clark-Casey (justincc)1-8/+16
2012-07-18Only listen to LoginsEnabled event in RegionReadyModule if it has been asked ...Justin Clark-Casey (justincc)1-26/+22
2012-07-12Remove IClientIPEndpoint client interface for now.Justin Clark-Casey (justincc)1-10/+1
2012-07-12Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...Justin Clark-Casey (justincc)2-10/+0
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)4-12/+6
2012-07-07minor: rearrange INITIALIZATION COMPLETE log message so that it's clear init ...Justin Clark-Casey (justincc)1-3/+2
2012-07-07minor: Get RegionReady module to shout initialization complete status to draw...Justin Clark-Casey (justincc)1-1/+3
2012-07-06Mantis 6077 trim NPC chat on channel zero.Talun1-0/+8
2012-07-06Mantis 6063 osNpcTouch.Talun2-0/+49
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-2/+2
2012-06-13Remove long obsolete and unused IClientAPI.KillEndDone()Justin Clark-Casey (justincc)2-9/+0
2012-06-06Ensure closure of bitmap and memory stream with using() statements in WorldVi...Justin Clark-Casey (justincc)1-7/+8
2012-05-23refactor: Rename ConsoleTableRow and ConsoleTableColumn to ConsoleDisplayTabl...Justin Clark-Casey (justincc)1-6/+6
2012-05-23refactor: rename ConsoleTable -> ConsoleDisplayTable for clarityJustin Clark-Casey (justincc)1-1/+1
2012-05-10Add ConsoleTable framework class for future uniform formatting of console out...Justin Clark-Casey (justincc)1-8/+26
2012-05-10Add "attachments" show console command that will show the server's record of ...Justin Clark-Casey (justincc)1-0/+177
2012-05-07remove default values from prior commit since mono cant deal with themdahlia2-3/+3
2012-05-06add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia1-1/+2
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2-48/+59
2012-04-28Remove mono compiler warning. Adjust message log to error from infoJustin Clark-Casey (justincc)1-2/+2
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2-2/+2
2012-04-26Add a version of osNpcSay that takes a channel number Mantis 5747Talun2-9/+55
2012-04-25Add try/catch around Json script method registration to avoild some issuesMic Bowman1-15/+24
2012-04-25refactor: Combine ScenePresence.Teleport() and TeleportWithMomentum()Justin Clark-Casey (justincc)1-1/+1
2012-04-24Minor improvements to loggingOren Hurvitz1-2/+2
2012-04-24Add online/offline indicator to "friends show" region console command.Justin Clark-Casey (justincc)1-3/+14
2012-04-17clean up some more logging spam in the jsonstore modulesMic Bowman2-2/+4
2012-04-17Fix the Csharp 3.0 vs 4.0 problem in JsonStore initialization.Mic Bowman3-5/+7
2012-04-17This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman3-0/+1416
2012-04-17make the namespace for the ScriptModuleComms consistent with its file system ...Mic Bowman1-1/+1
2012-04-05Added missing refresh of group membership client side cache to the groups mod...Snoopy Pfeffer1-1/+2
2012-03-31refactor: Rename SOG.GetChildPart() to GetPart() since it can also return the...Justin Clark-Casey (justincc)1-1/+1
2012-03-30minor: remove some now unneeded code from FriendsCommandsModuleJustin Clark-Casey (justincc)1-55/+0
2012-03-30Make default "show friends" console command show friends fetched from the fri...Justin Clark-Casey (justincc)1-4/+83
2012-03-30refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)1-0/+165
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