aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-14Added some further clipping to color- and alpha-values.Homer Horwitz2-98/+102
2008-09-14Mantis #2186Melanie Thielker1-12/+12
2008-09-14* Converted a number of methods within the login processes from private to pr...Adam Frisby2-11/+10
2008-09-14Thank you kindly, CMickeyb for a patch that:Charles Krinke1-3/+8
2008-09-14* Minor fixes and cleanups around code being used for Rex Module work.Adam Frisby3-27/+17
2008-09-14Mantis#2183. Thank you kindly, Ewe Loon for a patch that addresses:Charles Krinke2-0/+26
2008-09-13Fixed several cases of inverted colors and alpha in DNE and XEngine.Homer Horwitz2-70/+70
2008-09-13Formatting cleanup.Jeff Ames4-127/+134
2008-09-13Fixing a bug in DNE which caused the face-colors to be inverted when set via ...Homer Horwitz1-9/+9
2008-09-13Update svn properties. Minor formatting cleanup. Fix some minor typos. Rem...Jeff Ames2-20/+4
2008-09-13Fix another missing UUID before a ToString().Homer Horwitz1-1/+1
2008-09-13Mantis #2018Melanie Thielker3-6/+15
2008-09-13Update avatar-position while avatar is sitting and the prim is moved (#2159).Homer Horwitz2-0/+16
2008-09-13Remove the cruft of accessing a private member of another module's classMelanie Thielker4-17/+27
2008-09-13Fix a typo in the DataSnapshot moduleMelanie Thielker1-1/+1
2008-09-13Mantis #2182Melanie Thielker1-1/+1
2008-09-13Fix some string to float casting nastiness. The "train script" nowMelanie Thielker2-3/+14
2008-09-13Provide a GetApi method on the IScriptEngine to get a named API referenceMelanie Thielker4-0/+18
2008-09-13Change all LSL functions to return LSL types instead of base types.Melanie Thielker2-261/+223
2008-09-13Fix string parameters to functions taking lists as arguments. LSLMelanie Thielker1-0/+4
2008-09-13Circular path prim meshes are now joined where the path ends meet if they mat...Dahlia Trimble2-69/+92
2008-09-12Changed "show users" command to display only root agents, "show users full" toHomer Horwitz2-9/+19
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2172Justin Clarke Casey2-13/+26
2008-09-12* minor: Remove warningsJustin Clarke Casey2-26/+10
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2167Justin Clarke Casey5-7/+29
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey5-144/+168
2008-09-12remove hidden faces inside prim meshes to improve memory use and startup timeDahlia Trimble1-2/+6
2008-09-12Note to self: VisualSVN not fully compatible with OpenSim prebuild :)Tedd Hansen5-569/+0
2008-09-12Cut of remote server as AppDomains and even WCF can do it better (better mean...Tedd Hansen6-679/+0
2008-09-12* Fix a missing .UUID in llInstantMessageTeravus Ovares1-1/+1
2008-09-12add the m_host.AddScriptLPS(1); line. I'm not actually sure what itSean Dague1-0/+2
2008-09-12From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague3-0/+197
2008-09-12* Move the ResetChildPrimPhysics() calls to after physics have been applied t...Justin Clarke Casey1-5/+5
2008-09-12* minor: various doc and tidy up, logging increase to make it clearer which p...Justin Clarke Casey3-37/+80
2008-09-12Revert 6242 because of a possible licensing issueMelanie Thielker1-146/+0
2008-09-12Add the UUIDs of the standard animations. Thanks, Ewe Loon!Melanie Thielker1-0/+146
2008-09-11* This updates the OGP module to support both the revision 2 and revision 3 o...Teravus Ovares1-10/+64
2008-09-11* Start loading prims after region module configuration rather than beforeJustin Clarke Casey2-4/+6
2008-09-10Revert the two debug log statements from r6212 as described in Mantis 2126.Charles Krinke1-14/+0
2008-09-10Mantis #511Melanie Thielker1-4/+8
2008-09-10Update svn properties, minor formatting cleanup.Jeff Ames6-20/+20
2008-09-10Thank you kindly, CMickeyB for a patch that adds aCharles Krinke1-0/+14
2008-09-10Mantis#2153. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2-0/+16
2008-09-10Implementation of llDetectedGroup for DotNetEngine.Charles Krinke1-5/+3
2008-09-10*Almost* have a complete implementation of llDetectedGroup. Charles Krinke1-2/+8
2008-09-10Implementation for llDetectedLinkNumber in DotNetEngine.Charles Krinke1-2/+4
2008-09-10Thanks, nlin, for a patch implementing persistence for "When Left Clicked"Mike Mazur1-0/+14
2008-09-09From: alan_webb@us.ibm.comSean Dague3-1/+9
2008-09-09From: alan_webb@us.ibm.comSean Dague1-1/+1
2008-09-09* Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI.Adam Frisby3-2/+52