aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-272-13/+73
* Update svn properties.Jeff Ames2008-02-272-132/+132
* UserService.ClearAgent call is no longer made when a childagent connection is...MW2008-02-271-6/+5
* * 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-255-31/+195
* * 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-253-16/+15
* * Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares2008-02-232-6/+22
* * Converted the last of the events to the private delegate instance method to...Teravus Ovares2008-02-221-18/+32
* * Downgrade texture exception to a warning.Justin Clarke Casey2008-02-221-4/+5
* * Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares2008-02-225-9/+21
* * Moved the EventManager over to delegate instances to prevent race conditions.Teravus Ovares2008-02-221-49/+104
* "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
* * Properly guard against the possibility that CopyInventoryItem doesn't get a...Justin Clarke Casey2008-02-201-5/+16
* * Eliminate AssetCache.CopyAsset()Justin Clarke Casey2008-02-201-32/+26
* * Only count download requests for assets which are not already waiting for d...Justin Clarke Casey2008-02-204-15/+16
* * Found the land bug, yayTeravus Ovares2008-02-201-1/+1
* Minor cleanup.Jeff Ames2008-02-2046-66/+52
* * Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey2008-02-203-7/+26
* * re-enabled AssetNotFound codelbsa712008-02-201-77/+80
* 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
* small changeMW2008-02-201-0/+11
* * Added a few more packets to ClientView. Added tendons to the Skeletal Group...Teravus Ovares2008-02-201-3/+220
* * Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa712008-02-203-5/+3
* * Cleanup of some memory consuming items on ScenePresence.Close().Teravus Ovares2008-02-204-9/+77
* * Made a quickupdate method to run through only entities that have scheduled ...Teravus Ovares2008-02-204-1/+55
* 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-196-147/+458
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-192-3/+19
* * Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin ...Teravus Ovares2008-02-181-3/+9
* * Fixed a land manager exception or two with Math.Max(255,Math.Min(0,val))Teravus Ovares2008-02-182-9/+65
* a new attempt at converting to the right typesSean Dague2008-02-181-1/+1
* Attempt to fix casting issue introduced by RegionSize constant. I think thisSean Dague2008-02-181-1/+1
* Patch from Michael Osias IBM (jimbo2120)Justin Clarke Casey2008-02-184-0/+43
* Small change to the IAgentAssetTransactions file that Chi11ken added for me (...MW2008-02-181-2/+2