aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: remove some completely unused string local vars added recently in comm...Justin Clark-Casey (justincc)2013-03-061-2/+0
* Get attachment script state before taking sp.AttachmentsSyncLock() to avoid r...Justin Clark-Casey (justincc)2013-03-051-140/+161
* Switched to using the other Util function with a default value.Diva Canto2013-02-271-1/+2
* Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-1/+1
* Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2013-02-211-1/+1
|\
| * minor: Change summary in "show appearance" console command to "incomplete" ra...Justin Clark-Casey (justincc)2013-02-211-1/+1
* | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-1/+3
|/
* Separate IAR tests into separate files for load/save/loadpath testsJustin Clark-Casey (justincc)2013-02-163-245/+198
* Make it so that "load iar / ..." does not save the 'root' "My Inventory" folder.Justin Clark-Casey (justincc)2013-02-162-1/+60
* Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)2013-02-165-27/+179
* On IAR loading, if loading of a coaleseced item entirely fails, then continue...Justin Clark-Casey (justincc)2013-02-081-0/+18
* Implement a workaround solution for saving manual script state changes by the...Justin Clark-Casey (justincc)2013-01-111-5/+19
* Save attachments on detach/exit if a contained script state has been changed.Justin Clark-Casey (justincc)2013-01-111-1/+17
* On baked texture save, replace any HG ID with an ordinary asset ID so the HGA...Justin Clark-Casey (justincc)2013-01-101-0/+3
* minor: Add some doc to the extremely unhelpful 'fudge....' comment as to why ...Justin Clark-Casey (justincc)2013-01-031-1/+4
* Fix problem where object attached from ground often does not get attached pro...Justin Clark-Casey (justincc)2013-01-031-9/+1
* If Save OAR/IAR times-out while waiting for assets then notify the caller tha...Oren Hurvitz2013-01-021-2/+8
* Re-enable code disabled in f605a62 to allow a TaskInventoryAccepted message t...Justin Clark-Casey (justincc)2012-12-081-70/+68
* minor: also comment out the debug log message which reports searching for chi...Justin Clark-Casey (justincc)2012-12-041-2/+2
* minor: Comment out "Delivering IM to..." messages for now.Justin Clark-Casey (justincc)2012-12-041-3/+3
* Bug fix in OfflineMessageModule. Mantis #6446Diva Canto2012-12-041-1/+1
* Bug fix in Offline IM for inventory transfers. The items were being placed tw...Diva Canto2012-11-271-11/+15
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-11-272-2/+2
|\
| * Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-242-2/+2
* | Prevent the core Groups module from being enabled when its name doesn't match...Diva Canto2012-11-271-0/+3
|/
* Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2012-11-172-5/+4
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-1310-0/+19
* Disable code to get server-side to move given items to a destination folder o...Justin Clark-Casey (justincc)2012-11-131-67/+70
* Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-1210-10/+10
* Remove any mention of IRegionModule from region names and comments to aidMelanie2012-11-123-3/+3
* One more module converted: InventoryArchiverModule.Diva Canto2012-11-111-8/+31
* One more module converted: GroupsModule.Diva Canto2012-11-101-7/+43
* One more module converted: GodsModule.Diva Canto2012-11-101-19/+49
* One more module converted: GesturesModule.Diva Canto2012-11-101-6/+27
* One more module converted: Combat/CombatModule.Diva Canto2012-11-101-4/+25
* One more module converted: AvatarFactoryModule.Diva Canto2012-11-101-6/+31
* formatting DialogModule for 80-character width terminalSignpostMarv2012-11-101-47/+73
* Converting DialogModule to INonSharedRegionModuleSignpostMarv2012-11-101-5/+23
* To keep things consistent allowing an UnregisterModuleInterface... Force the...teravus2012-11-061-5/+13
* Prevent IMs being sent to prims when avies decline inventory offers from them.Diva Canto2012-11-041-9/+12
* Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)2012-11-011-2/+2
* Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)2012-10-311-3/+3
* minor: Fix verbose IAR save message to make it a bit clearer that item data i...Justin Clark-Casey (justincc)2012-10-271-1/+1
* Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)2012-10-263-14/+29
* Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)2012-10-261-77/+77
* Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)2012-10-251-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-241-0/+4
* Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)2012-10-201-29/+24
* On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)2012-10-064-3/+45