aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensimSean Dague2008-09-0316-0/+2914
* Mantis #2097Melanie Thielker2008-09-031-3/+3
* clean up and fixing a typo.Dr Scofield2008-09-032-2/+3
* Mantis #2107Melanie Thielker2008-09-031-6/+17
* Mantis #2109Melanie Thielker2008-09-031-0/+2
* Mantis#2106. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-09-031-3/+9
* Mantis#2105. Thank you kindly, HomerHorwitz for a patch that addresses:Charles Krinke2008-09-032-8/+22
* a piece of LSL_API changes got checked in incorectly with 6091. ThisSean Dague2008-09-021-1/+1
* Committing the missing resource file for MSSQL. Sorry...Melanie Thielker2008-09-021-1/+1
* Small fix to a cast in list parsingMelanie Thielker2008-09-021-1/+1
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-026-78/+79
* Fix regex for string->int cast to accept leading spaces and a signMelanie Thielker2008-09-021-1/+1
* First batch of the unit test changes for the new constants semanticsMelanie Thielker2008-09-021-1/+1
* Correct the representation of the automatic null stringMelanie Thielker2008-09-021-1/+1
* Remove the ((bool)()) cast, since it can make c# barfMelanie Thielker2008-09-021-2/+2
* Change some chat output functions so that text is truncated atMelanie Thielker2008-09-024-7/+17
* Y top shear accuracy improvements in circular path prim meshesDahlia Trimble2008-09-021-3/+5
* Add an explicit cast to bool for the if expression so that any base typesMelanie Thielker2008-09-021-2/+2
* Thank you, Ewe Loon, for a patch that fixes various aspects ofMelanie Thielker2008-09-011-48/+48
* This is an attempt to fix the handling of constants in LSL.Melanie Thielker2008-09-013-31/+34
* Another attempt at fixing XEngine llSetPrimitiveParams: Make it acceptMelanie Thielker2008-09-012-26/+26
* Mantis #2072Melanie Thielker2008-09-011-1/+14
* compensates profile placement effects of Y hole size on X top shear for circu...Dahlia Trimble2008-09-011-1/+2
* Improvement in mesh accuracy in X Top Shear parameter for circular path primsDahlia Trimble2008-09-011-1/+1
* * Pragma out deprecation warning and comment out to remove other warnings in ...Justin Clarke Casey2008-08-301-5/+7
* * If a general alert message is sent out, only send it to avatars in the scen...Justin Clarke Casey2008-08-301-4/+6
* * Committed patch in mantis 623Justin Clarke Casey2008-08-301-14/+3
* * Apply cmickeyb's patch from mantis 2068Justin Clarke Casey2008-08-301-8/+13
* * Oops, add landmarks to region archive loading/savingJustin Clarke Casey2008-08-302-1/+9
* * squash some obvious warningsJustin Clarke Casey2008-08-302-4/+4
* * Apply patch in mantis 2083Justin Clarke Casey2008-08-301-1/+1
* * Added "File Asset Client" to OpenSim Asset Server-types.Adam Frisby2008-08-301-0/+4
* Mantis#2084. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-301-4/+18
* Maintis #2078Melanie Thielker2008-08-291-3/+10
* Mantis#2067. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-291-8/+9
* Fix an issue where the client supplies an empty name and it was appliedMelanie Thielker2008-08-291-0/+4
* fixed some ugliness in the conversion from the new mesher format to the old t...Dahlia Trimble2008-08-292-20/+42
* Mantis #1903Melanie Thielker2008-08-281-0/+1
* Update svn properties, formatting cleanup.Jeff Ames2008-08-2821-282/+208
* Thannk you, Ralphos, for a patch the corrects an improper cast inMelanie Thielker2008-08-281-2/+2
* Thank you, salahzar, for a patch that adds some more functionsMelanie Thielker2008-08-281-5/+51
* create-region didn't know about regionload_regionsdir...Dr Scofield2008-08-281-1/+2
* * Added hack so that if the default OpenSimulator ParentEstateId(100) is bein...Teravus Ovares2008-08-281-1/+1
* * OGP update, deserialize the parameter array properly in rez_avatarTeravus Ovares2008-08-281-6/+75
* Added some exceptions for bad profile cut parametersDahlia Trimble2008-08-281-0/+6
* Thank you, A_Biondi, for patch to porperly apply the new item nameMelanie Thielker2008-08-281-2/+2
* Refactor IScriptInstance / IScriptEngine to use a generic IScriptWorkItem,Melanie Thielker2008-08-285-7/+79
* re-enable new PrimMesher module for mesh creation for standard (non-flexy) pr...Dahlia Trimble2008-08-271-17/+17
* ODEPlugin now frees source mesh data after conversion to pinned lists to save...Dahlia Trimble2008-08-271-0/+2
* adds releaseSourceMeshData() method to IMesh and Mesh for freeing mesh data a...Dahlia Trimble2008-08-272-5/+18