aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-02First batch of the unit test changes for the new constants semanticsMelanie Thielker2-90/+90
2008-09-02Correct the representation of the automatic null stringMelanie Thielker1-1/+1
2008-09-02Remove the ((bool)()) cast, since it can make c# barfMelanie Thielker1-2/+2
2008-09-02Change some chat output functions so that text is truncated atMelanie Thielker4-7/+17
2008-09-02Y top shear accuracy improvements in circular path prim meshesDahlia Trimble1-3/+5
2008-09-02Add an explicit cast to bool for the if expression so that any base typesMelanie Thielker1-2/+2
2008-09-01Thank you, Ewe Loon, for a patch that fixes various aspects ofMelanie Thielker1-48/+48
2008-09-01This is an attempt to fix the handling of constants in LSL.Melanie Thielker3-31/+34
2008-09-01Another attempt at fixing XEngine llSetPrimitiveParams: Make it acceptMelanie Thielker2-26/+26
2008-09-01Mantis #2095Melanie Thielker11-1371/+1971
2008-09-01Mantis #2072Melanie Thielker1-1/+14
2008-09-01compensates profile placement effects of Y hole size on X top shear for circu...Dahlia Trimble1-1/+2
2008-09-01Improvement in mesh accuracy in X Top Shear parameter for circular path primsDahlia Trimble1-1/+1
2008-08-31Attempt to fix an issue I havebeen seeing, where asset server failureMelanie Thielker2-1/+15
2008-08-30* Pragma out deprecation warning and comment out to remove other warnings in ...Justin Clarke Casey1-5/+7
2008-08-30* If a general alert message is sent out, only send it to avatars in the scen...Justin Clarke Casey1-4/+6
2008-08-30* Committed patch in mantis 623Justin Clarke Casey1-14/+3
2008-08-30* Apply cmickeyb's patch from mantis 2068Justin Clarke Casey1-8/+13
2008-08-30* Oops, add landmarks to region archive loading/savingJustin Clarke Casey2-1/+9
2008-08-30* Added new MySQLSuperManager support for the grid servers.Adam Frisby3-69/+140
2008-08-30* minor: Tiny doc addition to trigger another build that hopefully won't failJustin Clarke Casey1-0/+1
2008-08-30* squash some obvious warningsJustin Clarke Casey2-4/+4
2008-08-30* Remove unused OpenSim/Framework/RegionHandle.cs as per Homer's suggestion i...Justin Clarke Casey1-149/+0
2008-08-30* Apply patch in mantis 2083Justin Clarke Casey1-1/+1
2008-08-30* Fixed #2807 Again, Whoops.Adam Frisby1-1/+1
2008-08-30* Fix for Mantis #2087, Standalone MySQL broken with threading improvements. ...Adam Frisby1-0/+9
2008-08-30* Minor fix to previous threading patch, every nTH request would previously h...Adam Frisby1-2/+10
2008-08-30* Added new "SuperManager" class for MySQL connections, for allowing multiple...Adam Frisby2-236/+379
2008-08-30* Ditto, UserServer/Main.csAdam Frisby1-25/+23
2008-08-30* More cleanup, including UserManager.Adam Frisby2-119/+138
2008-08-30* Initial inspection of UserLoginService.cs, cleaned up source code slightly ...Adam Frisby2-34/+37
2008-08-30* Added "File Asset Client" to OpenSim Asset Server-types.Adam Frisby2-0/+60
2008-08-30Mantis#2084. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-4/+18
2008-08-29Maintis #2078Melanie Thielker1-3/+10
2008-08-29Mantis#2067. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-8/+9
2008-08-29Fix an issue where the client supplies an empty name and it was appliedMelanie Thielker1-0/+4
2008-08-29fixed some ugliness in the conversion from the new mesher format to the old t...Dahlia Trimble2-20/+42
2008-08-28Mantis #1903Melanie Thielker2-81/+60
2008-08-28Update svn properties, formatting cleanup.Jeff Ames37-709/+505
2008-08-28Thannk you, Ralphos, for a patch the corrects an improper cast inMelanie Thielker1-2/+2
2008-08-28Fix for Bug #2065: New check out crashes on sqlite migrationSean Dague1-0/+1
2008-08-28Thank you, salahzar, for a patch that adds some more functionsMelanie Thielker1-5/+51
2008-08-28create-region didn't know about regionload_regionsdir...Dr Scofield1-1/+2
2008-08-28adds XmlRcpLoadOAR support to RemoteAdminPlugin.csDr Scofield1-0/+96
2008-08-28* Added hack so that if the default OpenSimulator ParentEstateId(100) is bein...Teravus Ovares1-1/+1
2008-08-28* OGP update, deserialize the parameter array properly in rez_avatarTeravus Ovares1-6/+75
2008-08-28this fixes the crash reported by mantis #2046: user server crashing ifDr Scofield1-6/+21
2008-08-28Added some exceptions for bad profile cut parametersDahlia Trimble1-0/+6
2008-08-28Thank you, A_Biondi, for patch to porperly apply the new item nameMelanie Thielker1-2/+2
2008-08-28Refactor IScriptInstance / IScriptEngine to use a generic IScriptWorkItem,Melanie Thielker5-7/+79