aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-08refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento...Justin Clark-Casey (justincc)1-1/+9
2011-07-02Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)1-0/+40
2011-06-29Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)1-1/+1
2011-06-08Fixed "Unknown User" listed as creator/owner on prims created with the Build ...Diva Canto1-0/+1
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-0/+3
2011-05-26Add a --noassets option to "save oar".Justin Clark-Casey (justincc)1-6/+19
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-0/+2
2011-05-24Create a method to force the script engine to save state from outsideMelanie1-0/+2
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-1/+1
2011-05-01Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto1-9/+5
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto1-0/+2
2011-04-18refactor: rename DeleteToInventory() to CopyToInventory()Justin Clark-Casey (justincc)1-1/+17
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)2-0/+12
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)3-223/+1
2011-03-25Add ILandObject.IPrimCounts for the new prim count module.Justin Clark-Casey (justincc)1-0/+5
2011-03-21minor: slightly adjust previous method doc.Justin Clark-Casey (justincc)2-2/+2
2011-03-21add method doc to IEstateDataService and IEstateDataStore interfacesJustin Clark-Casey (justincc)2-2/+90
2011-03-21On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)2-0/+28
2011-02-12Hack in a crude temporary "estate show" commandJustin Clark-Casey (justincc)1-1/+1
2011-02-06New command: show pending-objectsDiva Canto1-0/+1
2011-01-29Create the structure of classes and interfaces to replace the cruft thatMelanie1-0/+2
2011-01-28Add the prim count interfacesMelanie1-0/+53
2011-01-28Fix bumping into sim borders and check estate bans for walking crossingsMelanie1-1/+1
2011-01-28Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie1-0/+1
2011-01-27When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)1-1/+4
2011-01-27Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)1-0/+5
2011-01-26Add some comments on ILandObject.StartPoint and EndPointJustin Clark-Casey (justincc)1-0/+10
2011-01-26Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)1-0/+4
2010-12-23Removed unused code -- this was the previous version of UDP texture sending, ...Diva Canto1-58/+0
2010-12-21Make prim inventories a bit more saneMelanie1-7/+0
2010-12-14reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...Justin Clark-Casey (justincc)1-6/+9
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-1/+1
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto1-0/+1
2010-11-25Implement the restart moduleMelanie1-1/+1
2010-11-24Adding the skeleton for the restart moduleMelanie1-0/+39
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto1-0/+13
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie2-6/+16
2010-11-03Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2-0/+2
2010-10-29Clean up some cruft from the last commit. Re-add the initial updateMaster ScienceSim1-0/+39
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-38/+0
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto2-3/+4
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie1-1/+1
2010-10-05Add the view generating method to the image generator interfaceMelanie1-0/+2
2010-10-03Initial port of the Warp3D map tile rendererMelanie1-2/+2
2010-10-02Reapplying the parts of the prior revert that were not derived from theMelanie1-2/+2
2010-10-02Revert "Forward-port 0.6 fix"Melanie1-2/+2
2010-09-30Forward-port 0.6 fixMelanie1-2/+2
2010-09-16JustinCC is evil. f7b28dd3 broke script persistence. This fixes it.root1-0/+9
2010-09-13Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interfaceJustin Clark-Casey (justincc)1-11/+0
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman2-1/+46