| Commit message (Expand) | Author | Files | Lines |
2009-04-21 | Thank you kindly, TLaukkan for a patch that: | Charles Krinke | 1 | -1/+3 |
2009-04-21 | culling AsteriskVoiceModule and SIPVoiceModule, now that we have | Dr Scofield | 2 | -526/+0 |
2009-04-21 | Thank you kindly, MPallari for a patch that: | Charles Krinke | 1 | -2/+31 |
2009-04-21 | Update svn properties. | Jeff Ames | 9 | -2702/+2702 |
2009-04-21 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -6/+19 |
2009-04-21 | * Implements Extensions to MRM. This allows Region Modules to insert new clas... | Adam Frisby | 6 | -3/+81 |
2009-04-20 | Change a bad use of a type name as a variable. Thanks, Fly-Man | Melanie Thielker | 1 | -4/+4 |
2009-04-20 | Add PlacesQuery packet | Melanie Thielker | 3 | -0/+25 |
2009-04-20 | * It turns out vehicle Angular Motor direction is always in global space. | Teravus Ovares | 1 | -7/+24 |
2009-04-20 | It is possible that apacket is recieved before the clint stack is fully ready. | Melanie Thielker | 1 | -0/+2 |
2009-04-20 | Also make GroupsMessaging quit trying to run and reduce it's debug | Melanie Thielker | 1 | -2/+9 |
2009-04-20 | Prevent a null ref if a notecard is not found | Melanie Thielker | 1 | -0/+6 |
2009-04-20 | Make sure that the groups module is really disabled when it's not configured. | Melanie Thielker | 1 | -2/+7 |
2009-04-20 | * Prevent a vehicle crash | Teravus Ovares | 1 | -0/+13 |
2009-04-20 | * Allow passing of material type to physics engine | Teravus Ovares | 4 | -20/+266 |
2009-04-19 | Thank you kindly, MPallari, for a patch that: | Charles Krinke | 1 | -1/+9 |
2009-04-19 | Fixes Mantis#3489. Thank you kindly, MCortez for a patch that: | Charles Krinke | 1 | -0/+2 |
2009-04-19 | Accounting for the changes introduced in AssetServerBase in r9143 related to ... | diva | 1 | -0/+1 |
2009-04-19 | Terrain changes done via osTerrainSetHeight aren't shown immediately to the c... | Homer Horwitz | 3 | -36/+56 |
2009-04-19 | Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces... | Homer Horwitz | 3 | -5/+16 |
2009-04-19 | Keep IsColliding updated for the recent changes in ScenePresence so that walk... | idb | 1 | -0/+3 |
2009-04-19 | * Rudimentary angular motor implementation for the LSL Vehicle API | Teravus Ovares | 2 | -8/+84 |
2009-04-19 | Added a "force_simple_prim_meshing" option to the ODE settings in OpenSim.ini... | Dahlia Trimble | 1 | -25/+18 |
2009-04-19 | Thank you kindly, MCortez, for a patch that: | Charles Krinke | 4 | -2/+40 |
2009-04-18 | Bug fix in HG asset posts. Get the inner assets not just from mem cache but f... | diva | 1 | -18/+24 |
2009-04-18 | Little bug fix on the Groups module to get over an exception upon login. | diva | 1 | -1/+3 |
2009-04-18 | Thank you kindly, MCortez, for a patch that: | Charles Krinke | 5 | -0/+2578 |
2009-04-18 | Allow reading of notecards by asset ID. | Melanie Thielker | 1 | -52/+108 |
2009-04-18 | Thank you kindly, RemedyTomm for a patch that: | Charles Krinke | 3 | -58/+134 |
2009-04-18 | Add some documentation. (note this is *not* a thinly veiled attempt to increa... | Dahlia Trimble | 1 | -1/+3 |
2009-04-18 | Thank you kindly, StrawberryFride, for a patch that: | Charles Krinke | 1 | -5/+10 |
2009-04-18 | Thank you dslake for diagnosing and fixing a race condition in OGS1SecureInve... | diva | 2 | -132/+146 |
2009-04-18 | Obtain the owner name for the X-SecondLife-Owner-Name header in llHTTPRequest... | idb | 1 | -1/+7 |
2009-04-18 | * Adds IObject.Shape to MRM | Adam Frisby | 4 | -53/+140 |
2009-04-18 | Bug fix for standalone HG login. VerifySession should be local for local users. | diva | 2 | -1/+11 |
2009-04-17 | Thank you M1sha for diagnosing and patching a lock bug affecting region cross... | diva | 1 | -13/+16 |
2009-04-17 | * A few fixes to the Linear Motor | Teravus Ovares | 1 | -15/+21 |
2009-04-17 | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2 | -0/+42 |
2009-04-17 | * Add Implementation of Linear Motor and Linear friction from the LSL Vehicle... | Teravus Ovares | 1 | -9/+73 |
2009-04-17 | experimental freeswitch code, imported from Rob Smart's tree | Sean Dague | 3 | -0/+994 |
2009-04-17 | Correct detected rotation to return the same value as llGetRot in the object ... | idb | 1 | -1/+1 |
2009-04-17 | * Change inventory archiver module to use profile cache | Justin Clarke Casey | 1 | -11/+3 |
2009-04-17 | * Use profile cache service for data snapshot | Justin Clarke Casey | 1 | -4/+4 |
2009-04-17 | * Also use the profile cache for osKey2Name() | Justin Clarke Casey | 1 | -4/+4 |
2009-04-17 | * Use cached user profiles in osAvatarName2Key() | Justin Clarke Casey | 1 | -4/+5 |
2009-04-17 | * Change profile check for add user to run through the cache service | Justin Clarke Casey | 1 | -1/+1 |
2009-04-17 | - disabling logging of non-system IRC messages | Dr Scofield | 1 | -8/+8 |
2009-04-17 | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 5 | -14/+14 |
2009-04-17 | adding log statement on shutdown in background mode | Dr Scofield | 1 | -0/+1 |
2009-04-17 | fixes System.UnauthorizedAccessExceptions when trying to load OARs from | Dr Scofield | 1 | -2/+2 |