aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-27After seeing sdague do his happy dance over trunk working "the best he has ev...MW1-2/+268
2008-02-27* Turned Friends Module into a shared module (to comply with Scene.AddXmlRPCH...Teravus Ovares2-13/+73
2008-02-27Update svn properties.Jeff Ames2-132/+132
2008-02-27UserService.ClearAgent call is no longer made when a childagent connection is...MW1-6/+5
2008-02-27* Committing file loaders - forgot yesterday.Adam Frisby3-2/+135
2008-02-26make trunk compile again. I think Adam forgot to check in some filesSean Dague1-2/+2
2008-02-26* Implemented - Terragen File Format Loader for new Terrain Module.Adam Frisby3-2/+37
2008-02-26Update svn properties.Jeff Ames6-679/+679
2008-02-26* Hooked up replacment TerrainModule, raising land will now be weird as both ...Adam Frisby1-5/+87
2008-02-26* Reimplementing Terrain as Region ModulesAdam Frisby3-0/+81
2008-02-26* Another slight tweak to the Voice Chat engine - crash caused by switching t...Adam Frisby1-5/+2
2008-02-26* Small voice chat fixAdam Frisby1-6/+9
2008-02-26* Updated Voice Chat Server, added support for voice to cross region boundari...Adam Frisby1-6/+7
2008-02-26* Fixed a null assignment in voice server.Adam Frisby1-1/+1
2008-02-26* Converted VoiceChatServer into a shared region module - now only one instan...Adam Frisby1-8/+22
2008-02-26* Added support for RealXtend Voice Chat as a Region Module to OpenSim Trunk....Adam Frisby4-0/+593
2008-02-25* Start sending "ImageNotFound" packet back to the client if we can't find an...Justin Clarke Casey5-31/+195
2008-02-25* Resolve Mantis 667 by not passing on textures with no actual data onto Text...Justin Clarke Casey1-1/+4
2008-02-25* Caught HttpListenerException and swallowed if with outputlbsa713-16/+15
2008-02-23* Added Support within the ODEPlugin for Selected. Which means that;Teravus Ovares2-6/+22
2008-02-22* Converted the last of the events to the private delegate instance method to...Teravus Ovares1-18/+32
2008-02-22* Downgrade texture exception to a warning.Justin Clarke Casey1-4/+5
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate in...Teravus Ovares5-9/+21
2008-02-22* Moved the EventManager over to delegate instances to prevent race conditions.Teravus Ovares1-49/+104
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen4-2/+13
2008-02-21Remove a couple compiler warnings.Jeff Ames2-5/+5
2008-02-20* Properly guard against the possibility that CopyInventoryItem doesn't get a...Justin Clarke Casey1-5/+16
2008-02-20* Eliminate AssetCache.CopyAsset()Justin Clarke Casey1-32/+26
2008-02-20* Only count download requests for assets which are not already waiting for d...Justin Clarke Casey4-15/+16
2008-02-20* Found the land bug, yayTeravus Ovares1-1/+1
2008-02-20Minor cleanup.Jeff Ames46-66/+52
2008-02-20* Report 'asset not found' situations back to UserTextureDownloadServiceJustin Clarke Casey3-7/+26
2008-02-20* re-enabled AssetNotFound codelbsa711-77/+80
2008-02-20Fixed big bug in AgentAssetTransactions, now don't seem to be getting any Abo...MW1-4/+4
2008-02-20some changes to the initialising of AgentAssetTransactionModule to see if the...MW1-9/+23
2008-02-20small changeMW1-0/+11
2008-02-20* Added a few more packets to ClientView. Added tendons to the Skeletal Group...Teravus Ovares1-3/+220
2008-02-20* Fixed xml loading bug (the xml was scheduled for update before added to a s...lbsa713-5/+3
2008-02-20* Cleanup of some memory consuming items on ScenePresence.Close().Teravus Ovares4-9/+77
2008-02-20* Made a quickupdate method to run through only entities that have scheduled ...Teravus Ovares4-1/+55
2008-02-19Doc correctionJustin Clarke Casey1-1/+1
2008-02-19* Add documentationJustin Clarke Casey3-16/+112
2008-02-19From: Michael Osias <mosias@us.ibm.com>Sean Dague6-147/+458
2008-02-19Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2-3/+19
2008-02-18* Probably fixed the corner freeze bug. On uninitialized avatar, ODEPlugin ...Teravus Ovares1-3/+9
2008-02-18* Fixed a land manager exception or two with Math.Max(255,Math.Min(0,val))Teravus Ovares2-9/+65
2008-02-18a new attempt at converting to the right typesSean Dague1-1/+1
2008-02-18Attempt to fix casting issue introduced by RegionSize constant. I think thisSean Dague1-1/+1
2008-02-18Patch from Michael Osias IBM (jimbo2120)Justin Clarke Casey4-0/+43
2008-02-18Small change to the IAgentAssetTransactions file that Chi11ken added for me (...MW1-2/+2