aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker2008-08-278-48/+64
* Refactor XScriptInstance to IScriptInstance and move into Shared/. NowMelanie Thielker2008-08-275-1048/+1233
* Refactor Executor into the script app domain and IScript. This changesMelanie Thielker2008-08-276-175/+111
* * Updates OGP module to define a default starting pointTeravus Ovares2008-08-271-2/+25
* Erm - make the distanc factor really work....Melanie Thielker2008-08-272-2/+2
* Mantis #2058Melanie Thielker2008-08-271-3/+11
* Make the check on inventory cache clearing more robust. AddressesMelanie Thielker2008-08-271-0/+36
* Implements the r6005 foes for XEngine as wellMelanie Thielker2008-08-271-1/+9
* Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation ofMelanie Thielker2008-08-271-1/+7
* reverting to prior meshing methods until some physics timing issues can be re...Dahlia Trimble2008-08-271-15/+17
* Added some exception trapping to PrimMesherDahlia Trimble2008-08-271-3/+17
* Added some exception handling to help catch some possibly corrupt primsDahlia Trimble2008-08-271-2/+22
* Meshmerizer now uses new PrimMesher class for meshing all standard (non-sculp...Dahlia Trimble2008-08-271-10/+133
* Completion of new PrimMesher classDahlia Trimble2008-08-271-69/+604
* Modified Mesh object to allow alternative mesher interfacingDahlia Trimble2008-08-271-15/+59
* Mantis#1518. Thank you kindly, Zaki for a patch that:Charles Krinke2008-08-271-0/+17
* Mantis#2047. Thank you kindly, Simsim for a patch that addresses:Charles Krinke2008-08-271-0/+4
* * Eliminate commented out code no longer needed, as discussed on the mlJustin Clarke Casey2008-08-261-30/+1
* * On loading archives, report an error if an asset does not have the expected...Justin Clarke Casey2008-08-262-45/+61
* * It turns out that Mono doesn't currently support setting the Certificate va...Teravus Ovares2008-08-261-1/+8
* * Workaround for application/llsd+xml requests coming in as application/xmlTeravus Ovares2008-08-261-0/+20
* * Fixed a bug that occurred if your home region wasn't logged in, in standalo...Teravus Ovares2008-08-261-12/+30
* * minor: zap some more compilation warningsJustin Clarke Casey2008-08-251-8/+8
* Documentation, headers and all the normal stuffTeravus Ovares2008-08-251-0/+32
* * minor: refactor thread report into a method that returns a string rather th...Justin Clarke Casey2008-08-252-2/+2
* * minor: Comment out the remaining unhandled packet messages in LLClientView,...Justin Clarke Casey2008-08-251-12/+10
* * minor: some logging conformance, code documentingJustin Clarke Casey2008-08-251-5/+21
* Mantis#2045. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-252-423/+530
* * zap compilation warningsJustin Clarke Casey2008-08-254-27/+27
* * Deal with a WebException thrown if a grid server cannot be contacted for re...Justin Clarke Casey2008-08-253-7/+26
* Add the same delay factor in the XEngine section for the XEngineMelanie Thielker2008-08-251-2/+18
* Add ScriptDelayFactor under LL-Functions in OpenSim.ini. DefaultedMelanie Thielker2008-08-251-6/+22
* Update svn properties.Jeff Ames2008-08-252-923/+923
* Fix osAvatarPlayAnimation to actually do what it says on the boxMelanie Thielker2008-08-251-1/+1
* Mantis #2044Melanie Thielker2008-08-252-21/+187