OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 88b1fc1382 Set up a StreamReader and call ReadToEnd() instead of using the GetStreamString() extension method
This eliminates some stream seeking that was never necessary and makes disposable of the StreamReader consistent with other code
2014-02-27 23:13:26 +00:00
..
Addons In core.groups GroupsServiceRemoveConnector, if GetGroupRecord() or UpdateGroup() do not have a RESULT parameter in the result message, return null rather than fail with NullReferenceException 2014-02-20 19:17:21 +00:00
ApplicationPlugins varregion: add --noterrain and --noparcel to 'load oar'. 2014-01-19 11:03:08 -08:00
Capabilities If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some reason and returns null, log and return empty contents rather than throwing an exception that ends up terminating the simulator. 2014-02-20 22:35:41 +00:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Repair database routines so they properly return null when asked for 2014-01-28 15:29:06 -08:00
Framework Set up a StreamReader and call ReadToEnd() instead of using the GetStreamString() extension method 2014-02-27 23:13:26 +00:00
Region Stop LSL_Api.GetLinkEntities() from creating an unused list on every parameter except LINK_THIS. Simplify code. 2014-02-27 00:23:24 +00:00
Server Add Util method to load OpSys env vars 2014-02-26 23:39:45 +00:00
Services If GetFolderContent called by WebFetchInvDescHandler.Fetch() fails for some reason and returns null, log and return empty contents rather than throwing an exception that ends up terminating the simulator. 2014-02-20 22:35:41 +00:00
Tests Stop mesh avatars that specify the alpha texture in their bake slots from causing the simulator to continually request that they rebake 2014-02-24 19:20:50 +00:00
Tools Added 2 new behaviors to pCampBot 2014-02-21 10:06:08 -08:00