| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Hooked up replacment TerrainModule, raising land will now be weird as both ... | Adam Frisby | 2008-02-26 | 1 | -5/+87 |
* | * Reimplementing Terrain as Region Modules | Adam Frisby | 2008-02-26 | 3 | -0/+81 |
* | * Another slight tweak to the Voice Chat engine - crash caused by switching t... | Adam Frisby | 2008-02-26 | 1 | -5/+2 |
* | * Small voice chat fix | Adam Frisby | 2008-02-26 | 1 | -6/+9 |
* | * Updated Voice Chat Server, added support for voice to cross region boundari... | Adam Frisby | 2008-02-26 | 1 | -6/+7 |
* | * Fixed a null assignment in voice server. | Adam Frisby | 2008-02-26 | 1 | -1/+1 |
* | * Converted VoiceChatServer into a shared region module - now only one instan... | Adam Frisby | 2008-02-26 | 1 | -8/+22 |
* | * Added support for RealXtend Voice Chat as a Region Module to OpenSim Trunk.... | Adam Frisby | 2008-02-26 | 4 | -0/+593 |
* | * Start sending "ImageNotFound" packet back to the client if we can't find an... | Justin Clarke Casey | 2008-02-25 | 4 | -31/+134 |
* | * Resolve Mantis 667 by not passing on textures with no actual data onto Text... | Justin Clarke Casey | 2008-02-25 | 1 | -1/+4 |
* | * Caught HttpListenerException and swallowed if with output | lbsa71 | 2008-02-25 | 2 | -14/+13 |
* | * Downgrade texture exception to a warning. | Justin Clarke Casey | 2008-02-22 | 1 | -4/+5 |
* | "threads" command now works. I've added manual tracking of threads (only if c... | Tedd Hansen | 2008-02-21 | 4 | -2/+13 |
* | Remove a couple compiler warnings. | Jeff Ames | 2008-02-21 | 2 | -5/+5 |
* | * Only count download requests for assets which are not already waiting for d... | Justin Clarke Casey | 2008-02-20 | 3 | -14/+15 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 20 | -29/+23 |
* | * Report 'asset not found' situations back to UserTextureDownloadService | Justin Clarke Casey | 2008-02-20 | 1 | -5/+19 |
* | Fixed big bug in AgentAssetTransactions, now don't seem to be getting any Abo... | MW | 2008-02-20 | 1 | -4/+4 |
* | some changes to the initialising of AgentAssetTransactionModule to see if the... | MW | 2008-02-20 | 1 | -9/+23 |
* | * Added a few more packets to ClientView. Added tendons to the Skeletal Group... | Teravus Ovares | 2008-02-20 | 1 | -3/+220 |
* | Doc correction | Justin Clarke Casey | 2008-02-19 | 1 | -1/+1 |
* | * Add documentation | Justin Clarke Casey | 2008-02-19 | 3 | -16/+112 |
* | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 2008-02-19 | 3 | -143/+442 |
* | Playing "Name that thread". Adding names and isbackground=true to all threads... | Tedd Hansen | 2008-02-19 | 2 | -3/+19 |
* | Patch from Michael Osias IBM (jimbo2120) | Justin Clarke Casey | 2008-02-18 | 2 | -0/+41 |
* | Added copyright notices. | Jeff Ames | 2008-02-17 | 2 | -4/+58 |
* | Renamed AgentAgentTransactionModule to the correct name of AgentAssetTransact... | MW | 2008-02-16 | 1 | -1/+1 |
* | Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C... | MW | 2008-02-16 | 2 | -0/+626 |
* | be smarter about the size of dynamic textures that we pull in | Sean Dague | 2008-02-15 | 1 | -1/+29 |
* | allow for 1024x1024 textures through osSetDynamicTextureURL. Follow up patch | Sean Dague | 2008-02-15 | 1 | -2/+2 |
* | Fixed bug in AvatarFactoryModule that resulted in removing cloth items, not b... | MW | 2008-02-15 | 1 | -27/+28 |
* | Update svn properties. | Jeff Ames | 2008-02-15 | 2 | -377/+377 |
* | make dynamic textures temporary to try to stop filling up the | Sean Dague | 2008-02-14 | 1 | -1/+1 |
* | More work on trying to get AvatarFactoryModule to play nicely with multiple t... | MW | 2008-02-14 | 1 | -63/+80 |
* | Added "better" multi thread handling to AvatarFactoryModule, which uses Event... | MW | 2008-02-14 | 1 | -23/+120 |
* | * Removed some catch-all-ignores from UDPServer in an attempt to look for #305. | Adam Frisby | 2008-02-14 | 1 | -1/+2 |
* | * Tree Populator Module, use "script tree" to make a growing tree in your sim. | Adam Frisby | 2008-02-14 | 1 | -0/+246 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 2 | -2/+133 |
* | Revert the index -> Add changes made in AvatarFactoryModule previously. It a... | Justin Clarke Casey | 2008-02-14 | 1 | -2/+2 |
* | * Patch from Dr Schofld's (IBM). In his own words | Justin Clarke Casey | 2008-02-13 | 1 | -1/+3 |
* | Added some locks on the cache Dictionary in AvatarFactoryModule. | MW | 2008-02-13 | 1 | -10/+25 |
* | * Fix for mantis 522. However, I would be a little surprised if this code di... | Justin Clarke Casey | 2008-02-13 | 1 | -3/+3 |
* | * Renamed and moved avatar appearance config keys. Everyone who has appearanc... | Tedd Hansen | 2008-02-11 | 1 | -2/+2 |
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 2 | -3/+3 |
* | * In the most basic situations, ClientView and ScenePresence no longer leak m... | Justin Clarke Casey | 2008-02-09 | 2 | -4/+10 |
* | Mostly debugging verbosity which I shall very shortly comment out. | Justin Clarke Casey | 2008-02-09 | 3 | -3/+15 |
* | small bit of refactoring, | MW | 2008-02-08 | 1 | -4/+9 |
* | * Chasing down memory leak where memory used by a client is not returned on c... | Justin Clarke Casey | 2008-02-06 | 1 | -7/+31 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 7 | -107/+77 |
* | * Refactored the sound calls to SceneObjectPart | Teravus Ovares | 2008-02-05 | 1 | -0/+324 |