| Commit message (Expand) | Author | Files | Lines |
2014-05-12 | minor: Add some method doc to IMessageTransferModule | Justin Clark-Casey (justincc) | 1 | -0/+18 |
2014-05-12 | For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2014-05-06 | Console commands for Estate Mgmt | Dev Random | 1 | -0/+3 |
2014-04-02 | Console command to rename Estate | Dev Random | 1 | -0/+4 |
2014-03-12 | When sending group notices through group messaging, allow the agent ID to use... | Justin Clark-Casey (justincc) | 1 | -1/+6 |
2014-03-11 | Send group notices through the same messaging module mechanism used to send g... | Justin Clark-Casey (justincc) | 1 | -1/+20 |
2014-02-15 | Properly restore position on crossing failure for mega-regions. | Robert Adams | 1 | -2/+3 |
2014-02-15 | Rewrite of mega-region code to use new form of border checking. | Robert Adams | 1 | -0/+5 |
2014-02-02 | Implement terrain merging in TerrainChannel. | Robert Adams | 2 | -1/+4 |
2014-02-01 | Overload INPCModule.CreateNPC() to allow agentID to be specified. Note: this ... | dahlia | 1 | -0/+26 |
2014-01-20 | Clean up orphaned json stores. This can happen when an object is | Mic Bowman | 1 | -0/+7 |
2014-01-19 | varregion: add --noterrain and --noparcel to 'load oar'. | Robert Adams | 1 | -18/+8 |
2014-01-19 | varregion: add --displacement parameter to 'load oar'. | Robert Adams | 2 | -2/+5 |
2014-01-19 | Add J2K decoder routine that converts directly to an image. | Robert Adams | 1 | -1/+9 |
2014-01-17 | minor: reinsert some method doc back into IEntityTransferModule | Justin Clark-Casey (justincc) | 1 | -0/+20 |
2014-01-16 | Remove old IInterRegionComms and references. This hasn't been used since 200... | Justin Clark-Casey (justincc) | 1 | -111/+0 |
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -4/+5 |
2014-01-03 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -4/+5 |
2013-12-24 | varregion: add lots of DEBUG level log messages. Especially for teleport. | Robert Adams | 1 | -2/+1 |
2013-12-11 | Replace proprietary file header with BSD one | Melanie | 1 | -6/+27 |
2013-12-11 | Add missing files *blush* | Melanie | 1 | -0/+19 |
2013-12-11 | Committing the Avination Scene Presence and related texture code | Melanie | 1 | -2/+4 |
2013-12-11 | This is the Avination Entity Transfer Module. Surprisingly, it still compiles | Melanie | 1 | -22/+10 |
2013-11-28 | varregion: add ITerrainChannel.GetHeightAtXYZ() for eventual mesh terrain. | Robert Adams | 1 | -0/+2 |
2013-11-01 | varregion: push TerrainData implementation up and down the database storage s... | Robert Adams | 2 | -0/+18 |
2013-10-15 | Fixed rezzing coalesced objects from a prim's inventory | Oren Hurvitz | 1 | -4/+6 |
2013-10-15 | Made terrain uploads thread-safe | Oren Hurvitz | 1 | -0/+5 |
2013-10-07 | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie... | Robert Adams | 2 | -24/+8 |
2013-09-28 | varregion: serious rework of TerrainChannel: | Robert Adams | 2 | -22/+28 |
2013-09-28 | Remove time based terrain storage in SQLite so revision number can be used | Robert Adams | 1 | -0/+21 |
2013-09-25 | varregion: serious rework of TerrainChannel: | Robert Adams | 2 | -22/+28 |
2013-09-25 | Remove time based terrain storage in SQLite so revision number can be used | Robert Adams | 1 | -0/+21 |
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-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-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-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-14 | Rename new JsonScript functions JsonPathType() -> JsonGetPathType() and JsonA... | Justin Clark-Casey (justincc) | 1 | -2/+2 |