| Commit message (Expand) | Author | Age | Files | Lines |
* | * Minor refactoring and comments updates | lbsa71 | 2009-02-02 | 2 | -7/+13 |
* | [patching previous patch and also taking the chance of fixing the | Dr Scofield | 2009-02-02 | 1 | -2/+2 |
* | * Changing the ode collision filter to 'off by default' instead of 'on by def... | Teravus Ovares | 2009-02-02 | 1 | -1/+1 |
* | Merge branch 'vector' into OpenSimulator.org | Dr Scofield | 2009-02-02 | 1 | -22/+141 |
* | * Removed erroneous reference to the Data.Base Framework | lbsa71 | 2009-02-02 | 1 | -1/+0 |
* | * Removed the unused Data.Base Framework | lbsa71 | 2009-02-02 | 18 | -1990/+0 |
* | Minor formatting cleanup. | Jeff Ames | 2009-02-02 | 3 | -3/+4 |
* | * Adding the Tree module configuration options to OpenSim.ini.example | Teravus Ovares | 2009-02-02 | 2 | -9/+65 |
* | Putting the return back in AddCapsHandler upon attempt at adding CAPs twice. ... | diva | 2009-02-01 | 1 | -2/+5 |
* | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-01 | 3 | -0/+35 |
* | * Adding a few fields to the Land data responder that the client is complaini... | Teravus Ovares | 2009-02-01 | 1 | -0/+3 |
* | Correct the method signature on llMakeFountain. | idb | 2009-02-01 | 3 | -3/+3 |
* | More on dynamic hyperlinks. Making the 4096 check (deregistration of region) ... | diva | 2009-02-01 | 2 | -3/+3 |
* | Check for the 4096 limitation in dynamic region hyperlinks. | diva | 2009-02-01 | 1 | -6/+43 |
* | Speed improvement mostly when sensing objects especially noticeable in a sim ... | idb | 2009-01-31 | 1 | -22/+69 |
* | Flesh out llGetAgentLanguage to return "en-us" until | Charles Krinke | 2009-01-31 | 1 | -2/+4 |
* | Initial support for dynamic HG hyperlinks. With this commit, remote sims can ... | diva | 2009-01-31 | 1 | -2/+101 |
* | * Tweaks some locks when modifying an ODECharacter. This actually allows a u... | Teravus Ovares | 2009-01-31 | 2 | -17/+45 |
* | Oops. Forgot a try-catch on the last commit. | diva | 2009-01-31 | 1 | -2/+6 |
* | Fixes mantis #3061. Thanks Hallow Palmer for diagnosing the issue so well. I ... | diva | 2009-01-31 | 1 | -0/+4 |
* | Hopefully fixes mantis #3063. | diva | 2009-01-31 | 1 | -1/+4 |
* | Bug fix on posting assets onto foreign users inventory. Check that the key is... | diva | 2009-01-30 | 1 | -1/+2 |
* | Added a new method SendGroupRootUpdate to start addressing mantis #3019. ll f... | diva | 2009-01-30 | 1 | -0/+14 |
* | * Put a wait timeout on the archive test, just in case the archiver never ret... | Justin Clarke Casey | 2009-01-30 | 1 | -1/+1 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-30 | 2 | -3/+0 |
* | * In OpenSim.ini.example, list defaults for AllowOSFunctions and OSFunctionTh... | Justin Clarke Casey | 2009-01-30 | 2 | -30/+34 |
* | * Extend archive save test to check for the presence of the file for the obje... | Justin Clarke Casey | 2009-01-30 | 7 | -22/+70 |
* | * furhter simplify test setups for objects | Justin Clarke Casey | 2009-01-30 | 1 | -10/+6 |
* | * minor: stop bothering to set parts to phantom within test setups - tests no... | Justin Clarke Casey | 2009-01-30 | 2 | -1/+2 |
* | reporting original request URI if HttpWebRequest failed, adding | Dr Scofield | 2009-01-30 | 1 | -11/+18 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-01-30 | 2 | -14/+14 |
* | remove dummy parcel media settings from event queue message | Dahlia Trimble | 2009-01-30 | 1 | -11/+16 |
* | (no commit message) | Dr Scofield | 2009-01-30 | 1 | -6/+27 |
* | fixing: client gets logged out when concierge's broker returns 500 | Dr Scofield | 2009-01-30 | 1 | -2/+19 |
* | * If an orphaned group is found in the mysql or mssql databases (i.e. there i... | Justin Clarke Casey | 2009-01-29 | 3 | -14/+40 |
* | Complete the implementation of llSHA1String. | idb | 2009-01-29 | 2 | -1/+13 |
* | * minor: just a few formatting changes and log quietening | Justin Clarke Casey | 2009-01-29 | 3 | -6/+12 |
* | * Enhanced ScenePresenceTests. Now tests for region and prim crossing. | Sean Dague | 2009-01-28 | 1 | -30/+230 |
* | fix: client gets logged out when concierge's broker returns 500 | Dr Scofield | 2009-01-28 | 1 | -4/+11 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-28 | 3 | -41/+61 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-28 | 3 | -37/+110 |
* | Add in a stub for llSHA1String. I believe it is the only one new | Charles Krinke | 2009-01-28 | 3 | -1/+12 |
* | Removing ThirdParty/3Di from prebuild.xml. | Mike Mazur | 2009-01-28 | 1 | -68/+0 |
* | Removing contents of ThirdParty/3Di. The load balancer can now be found | Mike Mazur | 2009-01-28 | 12 | -2825/+0 |
* | Slight cleanup of docs, removing trailing whitespace. | Mike Mazur | 2009-01-28 | 2 | -12/+11 |
* | delete some commented out junk code notes | Dahlia Trimble | 2009-01-27 | 1 | -27/+0 |
* | Send groups list via event queue | Dahlia Trimble | 2009-01-27 | 2 | -13/+92 |
* | correct formatting if parcel description field in event queue message | Dahlia Trimble | 2009-01-27 | 1 | -1/+1 |
* | Correct a typo in the parcel properties event queue message which was prevent... | Dahlia Trimble | 2009-01-27 | 1 | -1/+1 |
* | (no commit message) | Dr Scofield | 2009-01-26 | 2 | -6/+6 |