aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename handler030 through handler038 with moreCharles Krinke2008-03-021-44/+44
* Rename handler040 through handler049 with moreCharles Krinke2008-03-021-42/+42
* Rename handler050 through handler059 with moreCharles Krinke2008-03-021-42/+42
* Rename handler060 through handler069 with moreCharles Krinke2008-03-021-42/+42
* Rename handler070 through handler079 with moreCharles Krinke2008-03-021-43/+43
* Rename handler080 through handler089 with moreCharles Krinke2008-03-011-58/+58
* Beginning to change all handler000 through handler094Charles Krinke2008-03-011-25/+24
* Thank you very much, Kinoc for:Charles Krinke2008-03-012-21/+101
* From: Mike Pitman <pitman@us.ibm.com>Sean Dague2008-02-292-9/+65
* More compiler warning cleanup.Jeff Ames2008-02-293-11/+3
* Cleaned up a couple compiler warnings.Jeff Ames2008-02-292-48/+29
* * Fixed Cylinder mass formula using diameter instead of radius.Teravus Ovares2008-02-291-2/+2
* * killed a 'new mass' debug line.Teravus Ovares2008-02-291-1/+1
* * ODEPlugin Teravus Ovares2008-02-293-16/+227
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-02-281-9/+418
* * Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares2008-02-284-2/+70
* * OnSignificantClientMovement was never being called. So we got no land updat...Teravus Ovares2008-02-282-1/+10
* disabled AssetDownloadModule and re-enabled the asset download code in the as...MW2008-02-272-10/+10
* After seeing sdague do his happy dance over trunk working "the best he has ev...MW2008-02-273-72/+346
* * 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-272-7/+6
* * 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
* Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen2008-02-257-519/+744
* eolTedd Hansen2008-02-256-727/+727
* Step 1 in reorganizing AsyncCommandManagerTedd Hansen2008-02-257-679/+729
* Initial patch for llSensor*Tedd Hansen2008-02-252-22/+397
* * 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-255-29/+28
* I'm the stupidest stupid in the whole world. :)Tedd Hansen2008-02-252-22/+23
* Update svn properties.Jeff Ames2008-02-251-2216/+2216
* Added limits to Prim.Position.X/Y/Z (0-255) so that your prims won't wander o...Tedd Hansen2008-02-241-0/+12
* Fixed startup logo size to match a Win CMD window.Tedd Hansen2008-02-242-21/+163
* Ok, so NOW scripts work. New patch to break them coming soon.Tedd Hansen2008-02-243-4/+6
* By now you all have learned that when I'm committing scripting usually doesn'...Tedd Hansen2008-02-246-2278/+2284
* Forgot to change what class compiled scripts must inherit from to get their c...Tedd Hansen2008-02-241-3/+3
* Implemented object oriented Prim.Position, Prim.Rotation and Prim.Text.Tedd Hansen2008-02-241-9/+20
* eolTedd Hansen2008-02-243-165/+165