aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-02Rename handler030 through handler038 with moreCharles Krinke1-44/+44
2008-03-02Rename handler040 through handler049 with moreCharles Krinke1-42/+42
2008-03-02Rename handler050 through handler059 with moreCharles Krinke1-42/+42
2008-03-02Rename handler060 through handler069 with moreCharles Krinke1-42/+42
2008-03-02Rename handler070 through handler079 with moreCharles Krinke1-43/+43
2008-03-01Rename handler080 through handler089 with moreCharles Krinke1-58/+58
2008-03-01Beginning to change all handler000 through handler094Charles Krinke1-25/+24
2008-03-01Thank you very much, Kinoc for:Charles Krinke2-21/+101
2008-02-29From: Mike Pitman <pitman@us.ibm.com>Sean Dague2-9/+65
2008-02-29More compiler warning cleanup.Jeff Ames3-11/+3
2008-02-29Cleaned up a couple compiler warnings.Jeff Ames2-48/+29
2008-02-29* Fixed Cylinder mass formula using diameter instead of radius.Teravus Ovares1-2/+2
2008-02-29* killed a 'new mass' debug line.Teravus Ovares1-1/+1
2008-02-29* ODEPlugin Teravus Ovares3-16/+227
2008-02-28From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague1-9/+418
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...MW2-10/+10
2008-02-27After seeing sdague do his happy dance over trunk working "the best he has ev...MW3-72/+346
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...MW2-7/+6
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-25Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen7-519/+744
2008-02-25eolTedd Hansen6-727/+727
2008-02-25Step 1 in reorganizing AsyncCommandManagerTedd Hansen7-679/+729
2008-02-25Initial patch for llSensor*Tedd Hansen2-22/+397
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 outputlbsa715-29/+28
2008-02-25I'm the stupidest stupid in the whole world. :)Tedd Hansen2-22/+23
2008-02-25Update svn properties.Jeff Ames1-2216/+2216
2008-02-24Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander o...Tedd Hansen1-0/+12
2008-02-24Fixed startup logo size to match a Win CMD window.Tedd Hansen2-21/+163
2008-02-24Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen3-4/+6
2008-02-24By now you all have learned that when I'm committing scripting usually doesn'...Tedd Hansen6-2278/+2284
2008-02-24Forgot to change what class compiled scripts must inherit from to get their c...Tedd Hansen1-3/+3
2008-02-24Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text.Tedd Hansen1-9/+20
2008-02-24eolTedd Hansen3-165/+165