aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove default values from prior commit since mono cant deal with themdahlia2012-05-071-1/+1
* add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia2012-05-061-2/+4
* refactor: Split most of EntityTransferModule.Teleport() into its same region ...Justin Clark-Casey (justincc)2012-05-011-4/+33
* Add a version of osNpcSay that takes a channel number Mantis 5747Talun2012-04-261-0/+30
* Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-1/+1
* This commit adds a new optional region module, JsonStore, that provides struc...Mic Bowman2012-04-171-0/+48
* Mantis 55025 Implement script time.Talun2012-04-122-1/+19
* New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer2012-04-101-0/+3
* Mantis5502 implementation of some of the new constantsTalun2012-04-092-0/+16
* refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)2012-03-301-4/+21
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-2/+22
* Also add OSS header to interfaceMelanie2012-03-291-1/+28
* Change namespace on CallingCardModule and correct interface file placemant. A...Melanie2012-03-291-0/+13
* Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)2012-03-281-0/+15
* Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-271-0/+2
* Add some more overloads to allow registering overloaded methods and listsMelanie2012-03-261-0/+2
* Add a hust UUID to the script invocationsMelanie2012-03-261-1/+1
* Fix the omission on the interface declarationMelanie2012-03-261-1/+1
* Dynamically create the delegate type to reduce complexity in the callerMelanie2012-03-261-1/+2
* Correct the design error I introduced into ScriptComms. Untested but about toMelanie2012-03-261-4/+3
* Simplify the module invocation registration. The types and method nameMelanie2012-03-251-1/+2
* Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)2012-03-221-1/+10
* Aggregate script execution times by linksets rather than individual prims.Justin Clark-Casey (justincc)2012-03-161-1/+4
* Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)2012-03-161-1/+8
* Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2012-03-151-0/+10
* Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)2012-03-061-0/+5
* Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake2012-02-141-0/+1
* If NPCModule.CreateNPC() fails to create the required ScenePresence (which sh...Justin Clark-Casey (justincc)2012-02-091-1/+1
* Fix copy/paste errorsMelanie2012-02-011-1/+1
* Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)2012-01-281-1/+33
* Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-1/+1
* Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-0/+13
* Update RegionReadyModuleBlueWall2012-01-131-0/+38
* Undo some prior workBlueWall2012-01-121-3/+0
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-01-122-2/+10
|\
| * Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)2012-01-121-1/+1
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-01-121-1/+1
| |\
| | * Renamed one var and deleted commented code. No functional changes.Diva Canto2012-01-121-1/+1
| * | refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)2012-01-121-0/+8
| |/
* | Move some interfaces to a more apropriate placeBlueWall2012-01-122-0/+73
|/
* Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-3/+10
* Improve "j2k decode" command to tell us how many layers and components were d...Justin Clark-Casey (justincc)2012-01-051-0/+10
* Add a "j2k decode" region console command that allows a manual request for a ...Justin Clark-Casey (justincc)2012-01-051-1/+8
* Improve "app rebake" command to return a better message if no uploaded textur...Justin Clark-Casey (justincc)2012-01-051-1/+4
* Separate out rebake request code from cache validation code AvatarFactoryModule.Justin Clark-Casey (justincc)2012-01-041-0/+22
* Profile UpdatesBlueWall2012-01-031-0/+3
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-0/+2
* Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)2011-12-191-1/+10
* On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)2011-12-081-21/+1
* Add test for removing a friendship.Justin Clark-Casey (justincc)2011-11-141-0/+11