| Commit message (Expand) | Author | Age | Files | Lines |
* | Added new Util function for reading config vars that's more generic than the ... | Diva Canto | 2013-02-22 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-02-21 | 1 | -1/+1 |
|\ |
|
| * | minor: Change summary in "show appearance" console command to "incomplete" ra... | Justin Clark-Casey (justincc) | 2013-02-21 | 1 | -1/+1 |
* | | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de... | Diva Canto | 2013-02-21 | 1 | -1/+3 |
|/ |
|
* | Separate IAR tests into separate files for load/save/loadpath tests | Justin Clark-Casey (justincc) | 2013-02-16 | 3 | -245/+198 |
* | Make it so that "load iar / ..." does not save the 'root' "My Inventory" folder. | Justin Clark-Casey (justincc) | 2013-02-16 | 2 | -1/+60 |
* | Add regression test TestSaveNonRootFolderToIar | Justin Clark-Casey (justincc) | 2013-02-16 | 5 | -27/+179 |
* | On IAR loading, if loading of a coaleseced item entirely fails, then continue... | Justin Clark-Casey (justincc) | 2013-02-08 | 1 | -0/+18 |
* | Implement a workaround solution for saving manual script state changes by the... | Justin Clark-Casey (justincc) | 2013-01-11 | 1 | -5/+19 |
* | Save attachments on detach/exit if a contained script state has been changed. | Justin Clark-Casey (justincc) | 2013-01-11 | 1 | -1/+17 |
* | On baked texture save, replace any HG ID with an ordinary asset ID so the HGA... | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -0/+3 |
* | minor: Add some doc to the extremely unhelpful 'fudge....' comment as to why ... | Justin Clark-Casey (justincc) | 2013-01-03 | 1 | -1/+4 |
* | Fix problem where object attached from ground often does not get attached pro... | Justin Clark-Casey (justincc) | 2013-01-03 | 1 | -9/+1 |
* | If Save OAR/IAR times-out while waiting for assets then notify the caller tha... | Oren Hurvitz | 2013-01-02 | 1 | -2/+8 |
* | Re-enable code disabled in f605a62 to allow a TaskInventoryAccepted message t... | Justin Clark-Casey (justincc) | 2012-12-08 | 1 | -70/+68 |
* | minor: also comment out the debug log message which reports searching for chi... | Justin Clark-Casey (justincc) | 2012-12-04 | 1 | -2/+2 |
* | minor: Comment out "Delivering IM to..." messages for now. | Justin Clark-Casey (justincc) | 2012-12-04 | 1 | -3/+3 |
* | Bug fix in OfflineMessageModule. Mantis #6446 | Diva Canto | 2012-12-04 | 1 | -1/+1 |
* | Bug fix in Offline IM for inventory transfers. The items were being placed tw... | Diva Canto | 2012-11-27 | 1 | -11/+15 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-11-27 | 2 | -2/+2 |
|\ |
|
| * | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2012-11-24 | 2 | -2/+2 |
* | | Prevent the core Groups module from being enabled when its name doesn't match... | Diva Canto | 2012-11-27 | 1 | -0/+3 |
|/ |
|
* | Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuid | Justin Clark-Casey (justincc) | 2012-11-17 | 2 | -5/+4 |
* | Another 21 modules' directives moved out of .addin.xml | Diva Canto | 2012-11-13 | 10 | -0/+19 |
* | Disable code to get server-side to move given items to a destination folder o... | Justin Clark-Casey (justincc) | 2012-11-13 | 1 | -67/+70 |
* | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 10 | -10/+10 |
* | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 2012-11-12 | 3 | -3/+3 |
* | One more module converted: InventoryArchiverModule. | Diva Canto | 2012-11-11 | 1 | -8/+31 |
* | One more module converted: GroupsModule. | Diva Canto | 2012-11-10 | 1 | -7/+43 |
* | One more module converted: GodsModule. | Diva Canto | 2012-11-10 | 1 | -19/+49 |
* | One more module converted: GesturesModule. | Diva Canto | 2012-11-10 | 1 | -6/+27 |
* | One more module converted: Combat/CombatModule. | Diva Canto | 2012-11-10 | 1 | -4/+25 |
* | One more module converted: AvatarFactoryModule. | Diva Canto | 2012-11-10 | 1 | -6/+31 |
* | formatting DialogModule for 80-character width terminal | SignpostMarv | 2012-11-10 | 1 | -47/+73 |
* | Converting DialogModule to INonSharedRegionModule | SignpostMarv | 2012-11-10 | 1 | -5/+23 |
* | To keep things consistent allowing an UnregisterModuleInterface... Force the... | teravus | 2012-11-06 | 1 | -5/+13 |
* | Prevent IMs being sent to prims when avies decline inventory offers from them. | Diva Canto | 2012-11-04 | 1 | -9/+12 |
* | Comment out checks not to overwrite existing IAR/OAR files for now on "save i... | Justin Clark-Casey (justincc) | 2012-11-01 | 1 | -2/+2 |
* | Make "show object part" command correctly display script status. | Justin Clark-Casey (justincc) | 2012-10-31 | 1 | -3/+3 |
* | minor: Fix verbose IAR save message to make it a bit clearer that item data i... | Justin Clark-Casey (justincc) | 2012-10-27 | 1 | -1/+1 |
* | Fix "save iar" hanging permanently if the asset request phase times out. | Justin Clark-Casey (justincc) | 2012-10-26 | 3 | -14/+29 |
* | Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin... | Justin Clark-Casey (justincc) | 2012-10-26 | 1 | -77/+77 |
* | Fix script error messages not showing up in viewer 3 and associated viewers. | Justin Clark-Casey (justincc) | 2012-10-25 | 1 | -12/+27 |
* | Get "save oar" and "save iar" to tell you in a more friendly manner if the fi... | Justin Clark-Casey (justincc) | 2012-10-24 | 1 | -0/+4 |
* | Improve efficiency of friends notification by only make one PresenceService c... | Justin Clark-Casey (justincc) | 2012-10-20 | 1 | -29/+24 |
* | On receiving TaskInventoryAccepted with a destination folder in the binary bu... | Justin Clark-Casey (justincc) | 2012-10-06 | 4 | -3/+45 |
* | Fix the use of the wrong index when locating the assets associated | Mic Bowman | 2012-10-03 | 1 | -1/+2 |
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2012-10-02 | 1 | -1/+10 |
|\ |
|
| * | implementing osDropAttachment & osDropAttachmentAt | SignpostMarv | 2012-10-02 | 1 | -1/+10 |
* | | Attempt to fix Mantis #6311. Honor a destination folder if one is given | Melanie | 2012-10-02 | 1 | -0/+39 |
|/ |
|