aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change a bad use of a type name as a variable. Thanks, Fly-ManMelanie Thielker2009-04-201-4/+4
* Add PlacesQuery packetMelanie Thielker2009-04-203-0/+25
* * It turns out vehicle Angular Motor direction is always in global space.Teravus Ovares2009-04-201-7/+24
* It is possible that apacket is recieved before the clint stack is fully ready.Melanie Thielker2009-04-201-0/+2
* Also make GroupsMessaging quit trying to run and reduce it's debugMelanie Thielker2009-04-201-2/+9
* Prevent a null ref if a notecard is not foundMelanie Thielker2009-04-201-0/+6
* Make sure that the groups module is really disabled when it's not configured.Melanie Thielker2009-04-201-2/+7
* * Prevent a vehicle crashTeravus Ovares2009-04-201-0/+13
* * Allow passing of material type to physics engineTeravus Ovares2009-04-204-20/+266
* Thank you kindly, MPallari, for a patch that:Charles Krinke2009-04-191-1/+9
* Fixes Mantis#3489. Thank you kindly, MCortez for a patch that:Charles Krinke2009-04-191-0/+2
* Accounting for the changes introduced in AssetServerBase in r9143 related to ...diva2009-04-191-0/+1
* Terrain changes done via osTerrainSetHeight aren't shown immediately to the c...Homer Horwitz2009-04-193-36/+56
* Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces...Homer Horwitz2009-04-193-5/+16
* Keep IsColliding updated for the recent changes in ScenePresence so that walk...idb2009-04-191-0/+3
* * Rudimentary angular motor implementation for the LSL Vehicle APITeravus Ovares2009-04-192-8/+84
* Added a "force_simple_prim_meshing" option to the ODE settings in OpenSim.ini...Dahlia Trimble2009-04-191-25/+18
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-194-2/+40
* Bug fix in HG asset posts. Get the inner assets not just from mem cache but f...diva2009-04-181-18/+24
* Little bug fix on the Groups module to get over an exception upon login.diva2009-04-181-1/+3
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-185-0/+2578
* Allow reading of notecards by asset ID.Melanie Thielker2009-04-181-52/+108
* Thank you kindly, RemedyTomm for a patch that:Charles Krinke2009-04-183-58/+134
* Add some documentation. (note this is *not* a thinly veiled attempt to increa...Dahlia Trimble2009-04-181-1/+3
* Thank you kindly, StrawberryFride, for a patch that:Charles Krinke2009-04-181-5/+10
* Thank you dslake for diagnosing and fixing a race condition in OGS1SecureInve...diva2009-04-182-132/+146
* Obtain the owner name for the X-SecondLife-Owner-Name header in llHTTPRequest...idb2009-04-181-1/+7
* * Adds IObject.Shape to MRMAdam Frisby2009-04-184-53/+140
* Bug fix for standalone HG login. VerifySession should be local for local users.diva2009-04-182-1/+11
* Thank you M1sha for diagnosing and patching a lock bug affecting region cross...diva2009-04-171-13/+16
* * A few fixes to the Linear MotorTeravus Ovares2009-04-171-15/+21
* Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-04-172-0/+42
* * Add Implementation of Linear Motor and Linear friction from the LSL Vehicle...Teravus Ovares2009-04-171-9/+73
* experimental freeswitch code, imported from Rob Smart's treeSean Dague2009-04-173-0/+994
* Correct detected rotation to return the same value as llGetRot in the object ...idb2009-04-171-1/+1
* * Change inventory archiver module to use profile cacheJustin Clarke Casey2009-04-171-11/+3
* * Use profile cache service for data snapshotJustin Clarke Casey2009-04-171-4/+4
* * Also use the profile cache for osKey2Name()Justin Clarke Casey2009-04-171-4/+4
* * Use cached user profiles in osAvatarName2Key()Justin Clarke Casey2009-04-171-4/+5
* * Change profile check for add user to run through the cache serviceJustin Clarke Casey2009-04-171-1/+1
* - disabling logging of non-system IRC messagesDr Scofield2009-04-171-8/+8
* * Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712009-04-175-14/+14
* adding log statement on shutdown in background modeDr Scofield2009-04-171-0/+1
* fixes System.UnauthorizedAccessExceptions when trying to load OARs fromDr Scofield2009-04-171-2/+2
* * Some more work on refactoring configs;lbsa712009-04-175-14/+14
* * Set some minimum values to avoid divide by zero errors.Teravus Ovares2009-04-171-0/+14
* * Commit a few fixes to the Vehicle settingsTeravus Ovares2009-04-172-13/+67
* * minor: Eliminate redundant argument in PreloadUserCacheJustin Clarke Casey2009-04-162-2/+2
* trying to fix exception in Random.Next() probably caused through sharing ofDr Scofield2009-04-161-1/+1
* - turn private m_gui into protected m_gui to allow manipulation inDr Scofield2009-04-162-12/+3