aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov2012-09-241-1/+1
* If an asset upload transaction doesn't exist for a CreateInventory request,Melanie2012-09-243-36/+37
* Change the close tmeout from 2 to 3 seconds on teleport. This mayMelanie2012-09-161-1/+1
* Make the agent being kicked a child agent first so there won't be a ghostMelanie2012-09-161-1/+2
* Wait longer for arrival cofirmation to aid tps into laggy regionsMelanie2012-09-141-2/+2
* Catch zero UUIDs in LSL and shout as an error. Also catch attempts to send IMMelanie2012-09-091-0/+3
* stop sending duplicated parcelProprieties at loginUbitUmarov2012-09-071-18/+39
* Merge branch 'ubitwork' into avinationMelanie2012-09-041-0/+6
|\
| * let avatar keep flying in tps to same region. (still bad for otherUbitUmarov2012-09-041-0/+6
* | Remove debug spamMelanie2012-09-041-6/+6
* | Refactor avatar transfer so that the heavy (UpdateAgent) part is separated intoMelanie2012-09-041-94/+110
|/
* try to reduce potencial recursive lockingUbitUmarov2012-09-011-26/+51
* [possible still very broken] mess around keyframes. timer eventsUbitUmarov2012-08-281-2/+10
* Merge branch 'ubitwork' into avinationMelanie2012-08-241-0/+1
|\
| * fix vs2010 buildUbitUmarov2012-08-161-0/+1
* | Fix scripted detach of temp attachmentsMelanie2012-08-201-6/+2
|/
* Add a real_id field to the login response if impersonation is used. The wrapperMelanie2012-08-151-0/+6
* Merge branch 'careminster' into avinationMelanie2012-08-145-25/+51
|\
| * Merge branch 'master' into careminsterMelanie2012-08-142-16/+37
| |\
| | * As per lindn spec, disable detach and drop for temp attachmentsMelanie2012-08-141-0/+8
| | * Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie2012-08-142-17/+30
| * | Merge branch 'master' into careminsterMelanie2012-08-043-8/+13
| |\ \ | | |/
| | * Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2012-08-031-1/+1
| | * Fix build break.Justin Clark-Casey (justincc)2012-08-031-1/+1
| | * Update settings loading in AvatarFactoryModule which should have been in last...Justin Clark-Casey (justincc)2012-08-031-4/+4
| | * Fix the recent windows compile error by putting newFont for case "R" in Vecto...Justin Clark-Casey (justincc)2012-08-031-3/+8
| | * attempting to fix a build issueSignpostMarv2012-08-031-2/+2
* | | fix build on winUbitUmarov2012-08-041-2/+2
|/ /
* | Merge branch 'master' into careminsterMelanie2012-08-033-262/+369
|\ \ | |/
| * Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz2012-08-031-5/+11
| * Delete old blank SOGSpamTestJustin Clark-Casey (justincc)2012-08-031-37/+0
| * Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)2012-08-031-253/+316
| * Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)2012-08-021-0/+75
* | Merge branch 'master' into careminsterMelanie2012-08-011-3/+6
|\ \ | |/
| * Fix bug in SoundModule.TriggerSound() where every sound update to an avatar w...Justin Clark-Casey (justincc)2012-07-311-3/+6
* | Merge branch 'avination' into careminsterMelanie2012-07-292-1/+4
|\ \
| * | Bump number of URLs to 15000 per regionMelanie2012-07-291-1/+1
| * | Allow load and save of IAR without a password. The password must still beMelanie2012-07-241-0/+3
* | | Merge branch 'master' into careminsterMelanie2012-07-288-12/+10
|\ \ \ | | |/ | |/|
| * | When copying items, copy the item description field instead of the asset desc...Justin Clark-Casey (justincc)2012-07-261-2/+3
| * | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2012-07-252-0/+2
| * | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-254-4/+4
| * | Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-6/+1
* | | Merge branch 'master' into careminsterMelanie2012-07-251-7/+44
|\ \ \ | |/ /
| * | Remove bad using statement in AttachmentsModuleTests.Justin Clark-Casey (justincc)2012-07-241-2/+1
| * | extend regression TestRezScriptedAttachmentFromInventory() to check actual st...Justin Clark-Casey (justincc)2012-07-241-3/+19
| * | extend regression TestDetachScriptedAttachementToInventory() to check correct...Justin Clark-Casey (justincc)2012-07-241-3/+25
| * | Change attachment handling to remove object from the scene first as perMelanie2012-07-231-29/+59
* | | Merge branch 'avination' into careminsterMelanie2012-07-231-29/+58
|\ \ \ | | |/ | |/|
| * | Change attachment handling to remove object from the scene first as perMelanie2012-07-231-29/+58