| Commit message (Expand) | Author | Files | Lines |
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 13 | -45/+25 |
2008-07-02 | Mantis#1647. Thank you kindly, Sempuki for a patch that: | Charles Krinke | 1 | -5/+70 |
2008-07-02 | Mantis#1648. Thank you, Melanie for a patch that: | Charles Krinke | 3 | -3/+27 |
2008-07-02 | From: Alan M Webb <awebb@vnet.ibm.com> | Dr Scofield | 6 | -0/+4524 |
2008-07-01 | Mantis#1643. Thank you Melanie for a patch that: | Charles Krinke | 1 | -0/+6 |
2008-07-01 | merge rotational and angular velocity | Sean Dague | 1 | -22/+13 |
2008-07-01 | Added "save-prims-xml2 <PrimName> <FileName>", as we were lacking a method to... | MW | 6 | -4/+58 |
2008-07-01 | Mantis#1640. Thank you, Chernega for a patch that addresses: | Charles Krinke | 1 | -2/+7 |
2008-07-01 | Mantis#1641. Thank you, Lulurun for a patch that addresses: | Charles Krinke | 1 | -2/+2 |
2008-07-01 | making XmlRpcs of RemoteController more robust; this fixes mantis #1467 | Dr Scofield | 1 | -17/+23 |
2008-07-01 | From: kurt taylor (krtaylor) | Dr Scofield | 7 | -0/+67 |
2008-07-01 | Mantis#1639. Thank you, Melanie for a patch that: | Charles Krinke | 3 | -5/+213 |
2008-06-30 | attempt to expire out old dynamic textures, so they don't grow forever. | Sean Dague | 1 | -2/+7 |
2008-06-30 | add the ability to cherry pick expire something from the asset | Sean Dague | 1 | -0/+24 |
2008-06-30 | Mantis#1637. Thank you kindly, Melanie for a patch that: | Charles Krinke | 4 | -34/+64 |
2008-06-30 | Update svn properties. | Jeff Ames | 2 | -135/+135 |
2008-06-30 | properly explaining each #pragma warning disable | Dr Scofield | 16 | -133/+158 |
2008-06-30 | disables spam-like debugging messages inadvertently left on in last commit (o... | Dahlia Trimble | 1 | -1/+1 |
2008-06-30 | Corrects Meshmerizer orientation of profile cut angles for ring type prim | Dahlia Trimble | 1 | -2/+9 |
2008-06-30 | Corrects meshmerizer profile cut angle orientation for tube type prims | Dahlia Trimble | 1 | -0/+7 |
2008-06-29 | disabled the multiple inventory server support in login service again. | MW | 4 | -138/+68 |
2008-06-29 | * Reload terrain from archive if there is one | Justin Clarke Casey | 1 | -5/+31 |
2008-06-29 | * Save terrain information in archive | Justin Clarke Casey | 3 | -3/+32 |
2008-06-29 | Add minor comments. | Charles Krinke | 1 | -0/+3 |
2008-06-29 | * Allow terrains to be loaded and saved from streams as well as directly to a... | Justin Clarke Casey | 12 | -44/+264 |
2008-06-29 | * Fix for http://opensimulator.org/mantis/view.php?id=1512 | Justin Clarke Casey | 2 | -19/+95 |
2008-06-29 | added patch 1633, thanks Melanie. | MW | 1 | -5/+14 |
2008-06-29 | patch from mantis #1632, thanks Melanie | MW | 3 | -8/+17 |
2008-06-29 | patch and files from mantis #1630, Thanks Melanie | MW | 10 | -2/+600 |
2008-06-29 | couple of small fixes to try to fix support for multiple inventory servers in... | MW | 2 | -6/+18 |
2008-06-29 | * Syncs the current revision XML Schema(xsd) to the XML Schema of revision 5251. | Teravus Ovares | 2 | -230/+254 |
2008-06-28 | small change to see if that helps with the inventory problems. | MW | 1 | -1/+1 |
2008-06-28 | more disabling multiple inventory server support in LoginService | MW | 1 | -2/+2 |
2008-06-28 | disabled multiple Inventory server support in loginservice until I get more t... | MW | 1 | -4/+4 |
2008-06-28 | small fix | MW | 1 | -1/+1 |
2008-06-28 | Mantis#1626. Thank you kindly, Melanie for a patch that: | Charles Krinke | 2 | -3/+3 |
2008-06-28 | Altered prim description/debugging message code to be more warning friendly | Dahlia Trimble | 1 | -33/+33 |
2008-06-28 | more work on the support for multiple inventory servers. | MW | 4 | -8/+21 |
2008-06-28 | Manti#1624. Thank you, Melanie for a patch that: | Charles Krinke | 1 | -0/+4 |
2008-06-28 | Extracted the Avatar appearance functions out of the IUserService interface a... | MW | 6 | -10/+19 |
2008-06-28 | Comment out StringTest until we use it somewhere. | Charles Krinke | 1 | -16/+16 |
2008-06-28 | Mantis#1623. Thank you, Melanie for a patch that: | Charles Krinke | 7 | -10/+54 |
2008-06-28 | Mantis#1620. Applied Melanie's patch | Charles Krinke | 1 | -32/+33 |
2008-06-28 | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 24 | -200/+372 |
2008-06-28 | plumbing for multiple inventory servers. Mostly done on the region server side. | MW | 13 | -38/+220 |
2008-06-28 | Remove one warning. We are now down to 16 warnings in | Charles Krinke | 1 | -1/+1 |
2008-06-28 | From: Kurt Taylor <krtaylor@us.ibm.com> | Dr Scofield | 6 | -24/+24 |
2008-06-28 | * Melanie adds the event manager back to the XEngine so all yr events are her... | Teravus Ovares | 1 | -2/+4 |
2008-06-28 | * Various documentation to some black magic parts of LLClientView | Teravus Ovares | 4 | -6/+101 |
2008-06-28 | altered prior warning fix to Meshmerizer.cs to allow mesh debugging code to f... | Dahlia Trimble | 1 | -31/+32 |