| Commit message (Expand) | Author | Files | Lines |
2013-07-31 | Experimental comment to eneralize the handling of Linden caps when the | Mic Bowman | 1 | -0/+48 |
2013-07-28 | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ... | Diva Canto | 1 | -0/+2 |
2013-07-27 | Several major improvements to group (V2) chat. Specifically: handle join/drop... | Diva Canto | 1 | -1/+1 |
2013-07-16 | Improvements to the ServiceThrottleModule: added a category and an itemid to ... | Diva Canto | 1 | -1/+9 |
2013-07-16 | Added IServiceThrottleModule.cs | Diva Canto | 1 | -0/+11 |
2013-05-22 | Implement llSetSoundQueueing(). | Justin Clark-Casey (justincc) | 1 | -1/+7 |
2013-05-13 | Small adjustments to the floater module | Melanie | 1 | -1/+1 |
2013-05-07 | Step 2: commit the IEstateModuleInterface changes needed | Melanie | 1 | -1/+2 |
2013-05-07 | Step one of estate settings sharing - port the Avination Estate module (compl... | Melanie | 1 | -1/+1 |
2013-05-04 | Add RegionManager level and the ability to use literal XML to the dynamic flo... | Melanie | 2 | -0/+2 |
2013-04-27 | Controller module for dynamic floaters (WIP) | Melanie | 1 | -0/+51 |
2013-04-25 | Adding the dynamic menu module which allows registering new menu options in c... | Melanie | 1 | -0/+57 |
2013-04-25 | Adding the dynamic menu module which allows registering new menu options in c... | Melanie | 1 | -0/+57 |
2013-04-04 | Fix bug where outstanding llHTTPRequests for scripts were not being aborted w... | Justin Clark-Casey (justincc) | 1 | -1/+7 |
2013-03-29 | Added missing functionality (mainly custom headers) to llHTTPRequest. | Kevin Cozens | 1 | -0/+3 |
2013-03-28 | Stop attempts to update/add existing attachments in user inventory when telep... | Justin Clark-Casey (justincc) | 1 | -2/+4 |
2013-03-28 | If the viewer has already rezzed any attachments itself, then ignore the simu... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2013-03-18 | Multiattach, part 1 | Melanie | 1 | -1/+1 |
2013-03-05 | Per discussions with justincc... split the JsonStore type | Mic Bowman | 1 | -1/+13 |
2013-03-05 | Multiattach, part 1 | Melanie | 1 | -1/+1 |
2013-02-26 | Add regression test for llRequestUrl() | Justin Clark-Casey (justincc) | 1 | -0/+11 |
2013-02-19 | Fix the JsonStore path set problem justincc found earlier today and | Mic Bowman | 1 | -1/+0 |
2013-02-18 | Fix an issue where the viewer would request the seed cap before | Melanie | 1 | -3/+5 |
2013-02-14 | Rename new JsonScript functions JsonPathType() -> JsonGetPathType() and JsonA... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-02-14 | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 1 | -1/+5 |
2013-02-14 | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 1 | -1/+5 |
2013-02-13 | Adds a couple requested functions to the JsonStore script | Mic Bowman | 1 | -0/+15 |
2013-02-07 | Plumb the path from the client to the extra physics params and back | Melanie | 1 | -0/+2 |
2013-02-06 | Enables script access to the per object dynamic attributes through the JsonStore | Mic Bowman | 1 | -0/+1 |
2013-01-30 | Add JsonTestStore to determine if a JsonStore is associated with | Mic Bowman | 1 | -0/+1 |
2013-01-15 | Add Refresh() Method to ISerachModule to allow forcing a sim to resend it's | Melanie | 1 | -1/+1 |
2013-01-10 | Move scene debug commands into separate module. Command changes from "debug ... | Justin Clark-Casey (justincc) | 1 | -0/+43 |
2012-12-29 | * This finishes the implementation of AgentCachedTexture. Requires the XBak... | teravus | 1 | -2/+2 |
2012-12-21 | * Partial Commit for Avatar Appearance to include the functionality of Cached... | teravus | 1 | -2/+4 |
2012-12-19 | Add the interfaces for the new Avination baked texture cache service | Melanie | 1 | -0/+19 |
2012-12-03 | XmlRpcGridRouter | BlueWall | 1 | -0/+1 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 10 | -319/+13 |
2012-11-12 | Completely remove the IRegionModule interface | Melanie | 1 | -55/+0 |
2012-11-11 | document & 80-character width terminal formatting | SignpostMarv | 1 | -36/+78 |
2012-11-11 | moving windlight-sources to correct namespace-named folder (world); add Light... | PixelTomsen | 1 | -0/+33 |
2012-11-10 | One more module converted: CloudModule. | Diva Canto | 1 | -1/+1 |
2012-11-10 | 80 character-width terminal formatting of IDialogModule interface, removing s... | SignpostMarv | 1 | -23/+28 |
2012-11-10 | Documenting parameters of methods on the IDialogModule interface | SignpostMarv | 1 | -33/+73 |
2012-11-09 | Converted the WindModule to the new region module interface (38 to go). Also ... | Diva Canto | 1 | -1/+1 |
2012-11-09 | Converted the SunModule to the new region module interface. (39 to go...) | Diva Canto | 1 | -1/+1 |
2012-11-09 | marking IRegionModule interface as obsolete via System.ObsoleteAttribute, int... | SignpostMarv | 1 | -0/+2 |
2012-11-04 | Add a method to query all registered script constants to allow non-XEngine | Melanie | 1 | -0/+2 |
2012-11-04 | Add a method to query all registered script constants to allow non-XEngine | Melanie | 1 | -0/+2 |
2012-10-31 | Make "show object part" command correctly display script status. | Justin Clark-Casey (justincc) | 1 | -0/+13 |
2012-10-29 | documenting some params on ISoundModule methods | SignpostMarv | 1 | -7/+16 |