aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()Justin Clark-Casey (justincc)2011-08-101-1/+4
* early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)2011-08-101-1/+5
* implement osNpcStopMoveTo() to cancel any current move targetJustin Clark-Casey (justincc)2011-08-101-4/+15
* Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)2011-08-092-1/+26
* rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM...Justin Clark-Casey (justincc)2011-08-031-1/+31
* refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento...Justin Clark-Casey (justincc)2011-07-081-1/+9
* Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)2011-07-021-0/+40
* Hack around with the NPC module to get osNpcCreate() partially working again.Justin Clark-Casey (justincc)2011-06-291-1/+1
* Fixed "Unknown User" listed as creator/owner on prims created with the Build ...Diva Canto2011-06-081-0/+1
* HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto2011-05-271-0/+3
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2011-05-262-6/+21
|\
| * Add a --noassets option to "save oar".Justin Clark-Casey (justincc)2011-05-261-6/+19
| * Create a method to force the script engine to save state from outsideMelanie2011-05-241-0/+2
* | Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-241-0/+2
* | Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-1/+1
|/
* Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto2011-05-011-9/+5
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-301-0/+2
* refactor: rename DeleteToInventory() to CopyToInventory()Justin Clark-Casey (justincc)2011-04-181-1/+17
* Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)2011-04-052-0/+12
* Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)2011-03-253-223/+1
* Add ILandObject.IPrimCounts for the new prim count module.Justin Clark-Casey (justincc)2011-03-251-0/+5
* minor: slightly adjust previous method doc.Justin Clark-Casey (justincc)2011-03-212-2/+2
* add method doc to IEstateDataService and IEstateDataStore interfacesJustin Clark-Casey (justincc)2011-03-212-2/+90
* On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)2011-03-212-0/+28
* Hack in a crude temporary "estate show" commandJustin Clark-Casey (justincc)2011-02-121-1/+1
* New command: show pending-objectsDiva Canto2011-02-061-0/+1
* Create the structure of classes and interfaces to replace the cruft thatMelanie2011-01-291-0/+2
* Add the prim count interfacesMelanie2011-01-281-0/+53
* Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-281-1/+1
* Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-281-0/+1
* When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)2011-01-271-1/+4
* Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)2011-01-271-0/+5
* Add some comments on ILandObject.StartPoint and EndPointJustin Clark-Casey (justincc)2011-01-261-0/+10
* Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)2011-01-261-0/+4
* Removed unused code -- this was the previous version of UDP texture sending, ...Diva Canto2010-12-231-58/+0
* Make prim inventories a bit more saneMelanie2010-12-211-7/+0
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-12-141-1/+1
|\
| * Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-1/+1
* | reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...Justin Clark-Casey (justincc)2010-12-141-6/+9
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-11-251-0/+39
|\
| * Implement the restart moduleMelanie2010-11-251-1/+1
| * Adding the skeleton for the restart moduleMelanie2010-11-241-0/+39
* | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto2010-11-251-0/+1
|/
* Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-211-0/+13
* Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-162-6/+16
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-032-0/+2
* Clean up some cruft from the last commit. Re-add the initial updateMaster ScienceSim2010-10-291-0/+39
* Major refactoring of appearance handling.Master ScienceSim2010-10-201-38/+0
* 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