| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix bug in persisting saved appearances for npcs | Justin Clark-Casey (justincc) | 2011-08-30 | 1 | -0/+17 |
| * | refactor: simplify DetachSingleAttachmentToGround() by retrieving the scene o... | Justin Clark-Casey (justincc) | 2011-08-26 | 1 | -2/+2 |
| * | rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen... | Justin Clark-Casey (justincc) | 2011-08-23 | 1 | -15/+7 |
| * | If an attachment fails, then start logging the exception for now, in order to... | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -5/+3 |
| * | Add ISimulatorFeaturesModule so that other modules can register features in a... | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -0/+43 |
| * | Add avatar and attachments to llRegionSay | BlueWall | 2011-08-20 | 1 | -1/+1 |
| * | Add llRegionSayTo | BlueWall | 2011-08-19 | 1 | -0/+20 |
| * | Stop NPC's getting hypergrid like names in some circumstances. | Justin Clark-Casey (justincc) | 2011-08-19 | 1 | -1/+36 |
| * | Fix issue where loading a new appearance onto an NPC would not remove the pre... | Justin Clark-Casey (justincc) | 2011-08-17 | 1 | -1/+2 |
| * | add regression test for osNpcCreate when cloning an in-region avatar | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -2/+2 |
| * | Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget() | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -1/+4 |
| * | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -1/+5 |
| * | implement osNpcStopMoveTo() to cancel any current move target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -4/+15 |
| * | Implement first draft functions for saving and loading NPC appearance from st... | Justin Clark-Casey (justincc) | 2011-08-09 | 2 | -1/+26 |
| * | rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM... | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -1/+31 |
* | | Merge branch 'master' into careminster-presence-refactor | root | 2011-07-09 | 1 | -1/+9 |
|\ \
| |/ |
|
| * | refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento... | Justin Clark-Casey (justincc) | 2011-07-08 | 1 | -1/+9 |
* | | Merge branch 'master' into careminster-presence-refactor | root | 2011-07-05 | 1 | -0/+40 |
|\ \
| |/ |
|
| * | Create a very basic initial test which just creates an 'npc' and tests that t... | Justin Clark-Casey (justincc) | 2011-07-02 | 1 | -0/+40 |
* | | Merge branch 'master' into careminster-presence-refactor | root | 2011-06-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Hack around with the NPC module to get osNpcCreate() partially working again. | Justin Clark-Casey (justincc) | 2011-06-29 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-06-09 | 3 | -1/+7 |
|\ \
| |/ |
|
| * | Fixed "Unknown User" listed as creator/owner on prims created with the Build ... | Diva Canto | 2011-06-08 | 1 | -0/+1 |
| * | HG lures working! Friends can offer friends HG teleports via the profile. WAR... | Diva Canto | 2011-05-27 | 1 | -0/+3 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-05-26 | 2 | -6/+21 |
| |\ |
|
| * | | Added necessary code to drop inventory on hg friends using the profile window... | Diva Canto | 2011-05-24 | 1 | -0/+2 |
| * | | Fixed permissions bug related to friends in PermissionsModule. Added FriendsD... | Diva Canto | 2011-05-21 | 1 | -1/+1 |
* | | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-27 | 1 | -6/+19 |
|\ \ \
| | |/
| |/| |
|
| * | | Add a --noassets option to "save oar". | Justin Clark-Casey (justincc) | 2011-05-26 | 1 | -6/+19 |
| * | | Create a method to force the script engine to save state from outside | Melanie | 2011-05-24 | 1 | -0/+2 |
| |/ |
|
* | | Create a method to force the script engine to save state from outside | Melanie | 2011-05-24 | 1 | -0/+2 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-05-05 | 2 | -9/+7 |
|\ \
| |/ |
|
| * | Broke down Caps.cs into a generic Caps object that simply registers/unregiste... | Diva Canto | 2011-05-01 | 1 | -9/+5 |
| * | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 1 | -0/+2 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-21 | 1 | -1/+17 |
|\ \
| |/ |
|
| * | refactor: rename DeleteToInventory() to CopyToInventory() | Justin Clark-Casey (justincc) | 2011-04-18 | 1 | -1/+17 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-06 | 2 | -0/+12 |
|\ \
| |/ |
|
| * | Make the "All Estates" option work from the client (this makes chosen changes... | Justin Clark-Casey (justincc) | 2011-04-05 | 2 | -0/+12 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-04-01 | 3 | -223/+1 |
|\ \
| |/ |
|
| * | Start using IPrimCounts populated by PrimCountModule instead of LandData coun... | Justin Clark-Casey (justincc) | 2011-03-25 | 3 | -223/+1 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-03-27 | 3 | -2/+123 |
|\ \
| |/ |
|
| * | Add ILandObject.IPrimCounts for the new prim count module. | Justin Clark-Casey (justincc) | 2011-03-25 | 1 | -0/+5 |
| * | minor: slightly adjust previous method doc. | Justin Clark-Casey (justincc) | 2011-03-21 | 2 | -2/+2 |
| * | add method doc to IEstateDataService and IEstateDataStore interfaces | Justin Clark-Casey (justincc) | 2011-03-21 | 2 | -2/+90 |
| * | On initial region registration, if the user chooses the option to make the re... | Justin Clark-Casey (justincc) | 2011-03-21 | 2 | -0/+28 |
* | | Add some more fields to Estate settings and make them work. | Melanie | 2011-03-22 | 1 | -0/+2 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-02-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Hack in a crude temporary "estate show" command | Justin Clark-Casey (justincc) | 2011-02-12 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-02-07 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | New command: show pending-objects | Diva Canto | 2011-02-06 | 1 | -0/+1 |