aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Change attachment handling to remove object from the scene first as perMelanie2012-07-232-2/+4
* Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)2012-07-181-1/+10
* Revert "Fix script "Running" behavior"Melanie2012-07-161-2/+0
* Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)2012-07-111-1/+1
* When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)2012-07-101-2/+13
* Mantis 6063 osNpcTouch.Talun2012-07-061-0/+8
* Add preservation of running state of scripts when drag-copying.Melanie2012-07-011-1/+3
* Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...Justin Clark-Casey (justincc)2012-06-282-3/+7
* refactor: Move ScenePresence <-> AgentData attachments copying code into Atta...Justin Clark-Casey (justincc)2012-06-272-0/+20
* When attachments are being saved and deleted for a closing root agent, delete...Justin Clark-Casey (justincc)2012-06-251-3/+8
* Fix script "Running" behaviorBlueWall2012-06-231-0/+2
* Log how many scripts are candidates for starting and how many are actually st...Justin Clark-Casey (justincc)2012-06-201-3/+16
* refactor: replace LSL_Api.InventoryKey(string) largely with SceneObjectPartIn...Justin Clark-Casey (justincc)2012-05-261-0/+13
* Stop it being possible for an agent to teleport back to its source region bef...Justin Clark-Casey (justincc)2012-05-251-1/+1
* If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)2012-05-241-0/+7
* Environment Module - allows Environment settings for Viewer3 warning: include...PixelTomsen2012-05-233-0/+77
* Fix llGetSimulatorHostname to return configured hostnameBlueWall2012-05-231-0/+1
* Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)2012-05-231-3/+7
* Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)2012-05-191-1/+15
* Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)2012-05-191-8/+2
* Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)2012-05-191-0/+51
* 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