aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto2010-10-152-3/+4
* Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie2010-10-061-1/+1
* Add the view generating method to the image generator interfaceMelanie2010-10-051-0/+2
* Initial port of the Warp3D map tile rendererMelanie2010-10-031-2/+2
* Reapplying the parts of the prior revert that were not derived from theMelanie2010-10-021-2/+2
* Revert "Forward-port 0.6 fix"Melanie2010-10-021-2/+2
* Forward-port 0.6 fixMelanie2010-09-301-2/+2
* JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.root2010-09-161-0/+9
* Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interfaceJustin Clark-Casey (justincc)2010-09-131-11/+0
* MergedJohn Hurliman2010-09-125-14/+14
|\
| * Formatting cleanup.Jeff Ames2010-09-125-14/+14
* | * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-122-1/+46
|/
* Added a stub for OpenSim.Services.Connectors.Simulation.SimulationDataService...John Hurliman2010-09-121-0/+98
* Fixed the naming mess around data connectors for simulation dataJohn Hurliman2010-09-112-2/+2
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-2/+2
* Add missing IDwellModule interfaceMelanie2010-09-051-0/+37
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-301-1/+2
* refactor: break out attachment position change code in Scene.UpdatePrimPositi...Justin Clark-Casey (justincc)2010-08-261-0/+8
* refactor: Push item retrieval and fixing part of Scene.RezObject() down into ...Justin Clark-Casey (justincc)2010-08-251-0/+12
* refactor: move Scene.PerformObjectBuy into BuySellModuleJustin Clark-Casey (justincc)2010-08-132-2/+48
* refactor: remove Scene.SetRootAgentScene() in favour of existing event with s...Justin Clark-Casey (justincc)2010-08-131-2/+1
* refactor: move more map tile generation code from scene to IWorldMapModuleJustin Clark-Casey (justincc)2010-08-131-1/+4
* implement llClearPrimMedia()Justin Clark-Casey (justincc)2010-07-261-0/+10
* implement llSetPrimMediaParams()Justin Clark-Casey (justincc)2010-07-261-2/+12
* Implement llGetPrimMediaParams()Justin Clark-Casey (justincc)2010-07-261-0/+47
* Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-1/+1
* Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-2/+2
* Got rid of all hyperassets references. Also fixed accessing textures in user'...Diva Canto2010-07-042-38/+3
* Started to clean up the mess with HyperAssets in LLClientView. Fixed HG acces...Diva Canto2010-07-041-0/+2
* Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
* * Added a new method to IMapImageGenerator for getting the map tile before it...John Hurliman2010-06-111-0/+1
* add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)2010-06-041-0/+29
* Continuing refactor. Refactor DeRezObject to deal with multiple objectsMelanie Thielker2010-06-011-1/+1
* Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master2010-05-131-0/+3
* * Fixed spamming the assets table with map tiles. The tile image ID is now st...Diva Canto2010-05-091-1/+1
* Strip estate message sending out from the estate management module andMelanie Thielker2010-05-042-13/+2
* make the events more useful by providing the source regionMelanie Thielker2010-05-041-1/+1
* Add events to the estate interface to let interested modules know ofMelanie Thielker2010-05-041-0/+5
* Add a parameter to prim inventory update to prevent event firingMelanie2010-04-271-0/+1
* * Commenting SQLiteNG out of prebuild.xml, because it's making compile fail i...Diva Canto2010-04-261-2/+2
* add a comment about deprecating IRegionModuledahlia2010-04-231-0/+3
* All scripts are now created suspended and are only unsuspended when the objectMelanie2010-04-192-0/+9
* refactor: move DeatchObject() into the AttachmentsModuleJustin Clark-Casey (justincc)2010-04-171-0/+10
* refactor: crudely move DetachSingleAttachmentToGround() over to the Attachmen...Justin Clark-Casey (justincc)2010-04-161-0/+7
* refactor: crudely move the RezMultipleAttachments() method into the Attachmen...Justin Clark-Casey (justincc)2010-04-161-0/+12
* Add --skip-assets option to load oar.Justin Clark-Casey (justincc)2010-04-161-2/+10
* Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-04-011-0/+2
|\
| * Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-0/+2
* | oops, add file missing from last commitJustin Clark-Casey (justincc)2010-04-011-0/+73
|/
* replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)2010-03-261-4/+10