aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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
* | Merge branch 'master' into careminsterMelanie2012-03-251-1/+2
|\ \ | |/
| * Simplify the module invocation registration. The types and method nameMelanie2012-03-251-1/+2
* | Merge commit '760010d6fb6aac313d79ce0a4d0016d3809246a0' into careminsterMelanie2012-03-221-1/+10
|\ \ | |/
| * Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)2012-03-221-1/+10
* | Merge branch 'master' into careminsterMelanie2012-03-182-1/+21
|\ \ | |/
| * 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
* | added ObjectPhysicsProperties http event message to send viewer that data. F...UbitUmarov2012-03-151-0/+2
* | Merge branch 'master' into careminsterMelanie2012-03-071-0/+5
|\ \ | |/
| * Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)2012-03-061-0/+5
* | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-02-151-0/+7
|\ \
| * | Implement region crossing of sitting avatars. Edit mode and llSetPos workMelanie2012-02-141-0/+7
* | | Merge branch 'master' into careminsterMelanie2012-02-151-0/+1
|\ \ \ | |/ / |/| / | |/
| * Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake2012-02-141-0/+1
* | Merge branch 'master' into careminsterMelanie2012-02-101-1/+1
|\ \ | |/
| * If NPCModule.CreateNPC() fails to create the required ScenePresence (which sh...Justin Clark-Casey (justincc)2012-02-091-1/+1
* | Merge branch 'master' into careminsterMelanie2012-02-011-1/+1
|\ \ | |/
| * Fix copy/paste errorsMelanie2012-02-011-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-281-1/+33
|\ \ | |/
| * Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)2012-01-281-1/+33
* | Merge branch 'master' into careminsterMelanie2012-01-271-1/+1
|\ \ | |/
| * Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-142-0/+51
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-01-131-3/+0
|\ \ | |/
| * Undo some prior workBlueWall2012-01-121-3/+0
* | Merge branch 'master' into careminsterMelanie2012-01-132-0/+73
|\ \ | |/
| * Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-01-122-2/+10
| |\
| * | Move some interfaces to a more apropriate placeBlueWall2012-01-122-0/+73
* | | Merge branch 'master' into careminsterMelanie2012-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
| |/
| * Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-3/+10
* | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-3/+10
* | Merge branch 'master' into careminsterMelanie2012-01-062-2/+22
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-01-052-0/+25
|\ \ | |/
| * Separate out rebake request code from cache validation code AvatarFactoryModule.Justin Clark-Casey (justincc)2012-01-041-0/+22