aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-26just remove the damm thingUbitUmarov1-1/+1
2012-09-26 Seems nothing actually need the request body for getevents. so changeUbitUmarov1-1/+0
2012-09-26UriModule GetEvents also doesn't need a request bodyUbitUmarov1-0/+1
2012-09-24 add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov1-1/+1
2012-09-24If an asset upload transaction doesn't exist for a CreateInventory request,Melanie3-36/+37
2012-09-16Change the close tmeout from 2 to 3 seconds on teleport. This mayMelanie1-1/+1
2012-09-16Make the agent being kicked a child agent first so there won't be a ghostMelanie1-1/+2
2012-09-14Wait longer for arrival cofirmation to aid tps into laggy regionsMelanie1-2/+2
2012-09-09Catch zero UUIDs in LSL and shout as an error. Also catch attempts to send IMMelanie1-0/+3
2012-09-07 stop sending duplicated parcelProprieties at loginUbitUmarov1-18/+39
2012-09-04 let avatar keep flying in tps to same region. (still bad for otherUbitUmarov1-0/+6
2012-09-04Remove debug spamMelanie1-6/+6
2012-09-04Refactor avatar transfer so that the heavy (UpdateAgent) part is separated intoMelanie1-94/+110
2012-09-01 try to reduce potencial recursive lockingUbitUmarov1-26/+51
2012-08-28[possible still very broken] mess around keyframes. timer eventsUbitUmarov1-2/+10
2012-08-20Fix scripted detach of temp attachmentsMelanie1-6/+2
2012-08-16fix vs2010 buildUbitUmarov1-0/+1
2012-08-15Add a real_id field to the login response if impersonation is used. The wrapperMelanie1-0/+6
2012-08-14As per lindn spec, disable detach and drop for temp attachmentsMelanie1-0/+8
2012-08-14Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie2-17/+30
2012-08-04fix build on winUbitUmarov1-2/+2
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)1-1/+1
2012-08-03Fix build break.Justin Clark-Casey (justincc)1-1/+1
2012-08-03Update settings loading in AvatarFactoryModule which should have been in last...Justin Clark-Casey (justincc)1-4/+4
2012-08-03Fix the recent windows compile error by putting newFont for case "R" in Vecto...Justin Clark-Casey (justincc)1-3/+8
2012-08-03attempting to fix a build issueSignpostMarv1-2/+2
2012-08-03Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz1-5/+11
2012-08-03Delete old blank SOGSpamTestJustin Clark-Casey (justincc)1-37/+0
2012-08-03Properly dispose of all GDI+ entities used in VectorRenderModule for dynamic ...Justin Clark-Casey (justincc)1-253/+316
2012-08-02Add simple draw test for the VectorRenderModuleJustin Clark-Casey (justincc)1-0/+75
2012-07-31Fix bug in SoundModule.TriggerSound() where every sound update to an avatar w...Justin Clark-Casey (justincc)1-3/+6
2012-07-29Bump number of URLs to 15000 per regionMelanie1-1/+1
2012-07-26When copying items, copy the item description field instead of the asset desc...Justin Clark-Casey (justincc)1-2/+3
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)2-0/+2
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)4-4/+4
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-6/+1
2012-07-24Remove bad using statement in AttachmentsModuleTests.Justin Clark-Casey (justincc)1-2/+1
2012-07-24extend regression TestRezScriptedAttachmentFromInventory() to check actual st...Justin Clark-Casey (justincc)1-3/+19
2012-07-24extend regression TestDetachScriptedAttachementToInventory() to check correct...Justin Clark-Casey (justincc)1-3/+25
2012-07-24Allow load and save of IAR without a password. The password must still beMelanie1-0/+3
2012-07-23Change attachment handling to remove object from the scene first as perMelanie1-29/+59
2012-07-23Change attachment handling to remove object from the scene first as perMelanie1-29/+58
2012-07-20BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs attempti...Robert Adams1-1/+1
2012-07-20Correct namespace of BinaryLoggingModule (a cut-and-paste error). Add a simpl...Robert Adams2-1/+162
2012-07-20Fix the order of operations on detach. The object must always be serializedMelanie1-6/+10
2012-07-20Fix the order of operations on detach. The object must always be serializedMelanie1-6/+10
2012-07-19Comment out OnIncomingInstantMessage and OnInstantMessage handlers in GroupsM...Justin Clark-Casey (justincc)1-10/+10
2012-07-19Fix slow loading of task inventoryMelanie1-4/+7
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-5/+5
2012-07-18Establish EventManager.OnRegionReady event. This will only be triggerred onc...Justin Clark-Casey (justincc)1-8/+2