aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-20Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)1-3/+16
2012-05-26refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...Justin Clark-Casey (justincc)1-0/+13
2012-05-25Stop it being possible for an agent to teleport back to its source region bef...Justin Clark-Casey (justincc)1-1/+1
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-0/+7
2012-05-23Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen3-0/+77
2012-05-23Fix llGetSimulatorHostname to return configured hostnameBlueWall1-0/+1
2012-05-23Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)1-3/+7
2012-05-19Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)1-1/+15
2012-05-19Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)1-8/+2
2012-05-19Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)1-0/+51
2012-05-07remove default values from prior commit since mono cant deal with themdahlia1-1/+1
2012-05-06add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia1-2/+4
2012-05-01refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)1-4/+33
2012-04-26Add a version of osNpcSay that takes a channel number Mantis 5747Talun1-0/+30
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-1/+1
2012-04-17This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman1-0/+48
2012-04-12Mantis 55025 Implement script time.Talun2-1/+19
2012-04-10New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer1-0/+3
2012-04-09Mantis5502 implementation of some of the new constantsTalun2-0/+16
2012-03-30refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)1-4/+21
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)1-2/+22
2012-03-29Also add OSS header to interfaceMelanie1-1/+28
2012-03-29Change namespace on CallingCardModule and correct interface file placemant. A...Melanie1-0/+13
2012-03-28Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)1-0/+15
2012-03-27Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer1-0/+2
2012-03-26Add some more overloads to allow registering overloaded methods and listsMelanie1-0/+2
2012-03-26Add a hust UUID to the script invocationsMelanie1-1/+1
2012-03-26Fix the omission on the interface declarationMelanie1-1/+1
2012-03-26Dynamically create the delegate type to reduce complexity in the callerMelanie1-1/+2
2012-03-26Correct the design error I introduced into ScriptComms. Untested but about toMelanie1-4/+3
2012-03-25Simplify the module invocation registration. The types and method nameMelanie1-1/+2
2012-03-22Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)1-1/+10
2012-03-16Aggregate script execution times by linksets rather than individual prims.Justin Clark-Casey (justincc)1-1/+4
2012-03-16Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)1-1/+8
2012-03-15Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman1-0/+10
2012-03-06Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)1-0/+5
2012-02-14Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake1-0/+1
2012-02-09If NPCModule.CreateNPC() fails to create the required ScenePresence (which sh...Justin Clark-Casey (justincc)1-1/+1
2012-02-01Fix copy/paste errorsMelanie1-1/+1
2012-01-28Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)1-1/+33
2012-01-27Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)1-1/+1
2012-01-14Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)1-0/+13
2012-01-13Update RegionReadyModuleBlueWall1-0/+38
2012-01-12Undo some prior workBlueWall1-3/+0
2012-01-12Move some interfaces to a more apropriate placeBlueWall2-0/+73
2012-01-12Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)1-1/+1
2012-01-12Renamed one var and deleted commented code. No functional changes.Diva Canto1-1/+1
2012-01-12refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)1-0/+8
2012-01-06Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie1-3/+10
2012-01-05Improve "j2k decode" command to tell us how many layers and components were d...Justin Clark-Casey (justincc)1-0/+10