aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-05* New Terrain Module (disabled, search for 'usingTerrainModule = false' to re...Adam Frisby9-16/+49
2008-03-04this is probably just a band aid, but should at leastSean Dague1-3/+9
2008-03-04* One line fix to get everything working again. Essentially set the originR...Teravus Ovares1-1/+0
2008-03-04Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson7-21/+802
2008-03-04Added copyright heaaders. Minor cleanup.Jeff Ames21-27/+153
2008-03-03* Applied patch 708 from devalnor. Thanks devalnor!Teravus Ovares2-8/+39
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby2-2/+1
2008-03-03Updated svn properties.Jeff Ames10-890/+890
2008-03-03Fixed typo.Jeff Ames1-2/+2
2008-03-03* Oops, fixed.Adam Frisby1-3/+3
2008-03-03* Removed and sorted using clauses in a number of files.Adam Frisby31-69/+1112
2008-03-03* Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares1-6/+39
2008-03-03* Renamed the Data Framework namespaceslbsa712-2/+2
2008-03-02Change handler001 through handler009 to moreCharles Krinke7-87/+87
2008-03-02Update names of handler010 through handler019Charles Krinke1-36/+36
2008-03-02* This is a very icky implementation of physical linkset prim using fixed joi...Teravus Ovares3-4/+18
2008-03-02Rename handler020 through handler029 with moreCharles Krinke1-28/+28
2008-02-29More compiler warning cleanup.Jeff Ames1-5/+3
2008-02-29Cleaned up a couple compiler warnings.Jeff Ames1-41/+27
2008-02-29* ODEPlugin Teravus Ovares2-15/+20
2008-02-28* Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares4-2/+70
2008-02-28* OnSignificantClientMovement was never being called. So we got no land updat...Teravus Ovares2-1/+10
2008-02-27disabled AssetDownloadModule and re-enabled the asset download code in the as...MW1-7/+7
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