aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-0328-65/+1099
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-031-6/+39
* * Renamed the Data Framework namespaceslbsa712008-03-032-2/+2
* More compiler warning cleanup.Jeff Ames2008-02-291-5/+3
* Cleaned up a couple compiler warnings.Jeff Ames2008-02-291-41/+27
* * ODEPlugin Teravus Ovares2008-02-292-15/+20
* * Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares2008-02-281-1/+53
* * OnSignificantClientMovement was never being called. So we got no land updat...Teravus Ovares2008-02-281-0/+9
* disabled AssetDownloadModule and re-enabled the asset download code in the as...MW2008-02-271-7/+7
* After seeing sdague do his happy dance over trunk working "the best he has ev...MW2008-02-271-2/+268
* * Turned Friends Module into a shared module (to comply with Scene.AddXmlRPCH...Teravus Ovares2008-02-271-12/+67
* Update svn properties.Jeff Ames2008-02-272-132/+132
* * Committing file loaders - forgot yesterday.Adam Frisby2008-02-273-2/+135
* make trunk compile again. I think Adam forgot to check in some filesSean Dague2008-02-261-2/+2
* * Implemented - Terragen File Format Loader for new Terrain Module.Adam Frisby2008-02-263-2/+37
* Update svn properties.Jeff Ames2008-02-266-679/+679
* * Hooked up replacment TerrainModule, raising land will now be weird as both ...Adam Frisby2008-02-261-5/+87
* * Reimplementing Terrain as Region ModulesAdam Frisby2008-02-263-0/+81
* * Another slight tweak to the Voice Chat engine - crash caused by switching t...Adam Frisby2008-02-261-5/+2
* * Small voice chat fixAdam Frisby2008-02-261-6/+9
* * Updated Voice Chat Server, added support for voice to cross region boundari...Adam Frisby2008-02-261-6/+7
* * Fixed a null assignment in voice server.Adam Frisby2008-02-261-1/+1
* * Converted VoiceChatServer into a shared region module - now only one instan...Adam Frisby2008-02-261-8/+22
* * Added support for RealXtend Voice Chat as a Region Module to OpenSim Trunk....Adam Frisby2008-02-264-0/+593
* * Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey2008-02-254-31/+134
* * Resolve Mantis 667 by not passing on textures with no actual data onto Text...Justin Clarke Casey2008-02-251-1/+4
* * Caught HttpListenerException and swallowed if with outputlbsa712008-02-252-14/+13
* * Downgrade texture exception to a warning.Justin Clarke Casey2008-02-221-4/+5
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-214-2/+13
* Remove a couple compiler warnings.Jeff Ames2008-02-212-5/+5
* * Only count download requests for assets which are not already waiting for d...Justin Clarke Casey2008-02-203-14/+15
* Minor cleanup.Jeff Ames2008-02-2020-29/+23
* * Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey2008-02-201-5/+19
* Fixed big bug in AgentAssetTransactions, now don't seem to be getting any Abo...MW2008-02-201-4/+4
* some changes to the initialising of AgentAssetTransactionModule to see if the...MW2008-02-201-9/+23
* * Added a few more packets to ClientView. Added tendons to the Skeletal Group...Teravus Ovares2008-02-201-3/+220
* Doc correctionJustin Clarke Casey2008-02-191-1/+1
* * Add documentationJustin Clarke Casey2008-02-193-16/+112
* From: Michael Osias <mosias@us.ibm.com>Sean Dague2008-02-193-143/+442
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-192-3/+19
* Patch from Michael Osias IBM (jimbo2120)Justin Clarke Casey2008-02-182-0/+41
* Added copyright notices.Jeff Ames2008-02-172-4/+58
* Renamed AgentAgentTransactionModule to the correct name of AgentAssetTransact...MW2008-02-161-1/+1
* Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...MW2008-02-162-0/+626
* be smarter about the size of dynamic textures that we pull inSean Dague2008-02-151-1/+29
* allow for 1024x1024 textures through osSetDynamicTextureURL. Follow up patchSean Dague2008-02-151-2/+2
* Fixed bug in AvatarFactoryModule that resulted in removing cloth items, not b...MW2008-02-151-27/+28
* Update svn properties.Jeff Ames2008-02-152-377/+377
* make dynamic textures temporary to try to stop filling up theSean Dague2008-02-141-1/+1
* More work on trying to get AvatarFactoryModule to play nicely with multiple t...MW2008-02-141-63/+80