aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to query the MYSQL databse for a list of the stored prim UUIDsMelanie2012-06-072-0/+3
* Make the "delay restart" button delay restart for 1 hour rather than abortingMelanie2012-06-071-0/+1
* Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi...Melanie2012-06-041-1/+1
* Merge branch 'master' into careminsterMelanie2012-03-312-3/+80
|\
| * 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
* | Merge branch 'master' into careminsterMelanie2012-03-281-0/+15
|\ \ | |/
| * Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)2012-03-281-0/+15
* | Merge branch 'master' into careminsterMelanie2012-03-271-0/+2
|\ \ | |/
| * Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-271-0/+2
* | Merge branch 'master' into careminsterMelanie2012-03-261-0/+2
|\ \ | |/
| * Add some more overloads to allow registering overloaded methods and listsMelanie2012-03-261-0/+2
* | Merge branch 'master' into careminsterMelanie2012-03-261-1/+1
|\ \ | |/
| * 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
* | 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