aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-01Removing console debug spewJohn Hurliman1-7/+7
2009-10-02* Attempting to fix a issue with console commands & the estate module. Again.Adam Frisby1-4/+52
2009-10-01* Rewrote LLImageManager to use a real priority queue and hold minimal stateJohn Hurliman3-449/+331
* Rewrote the logic in J2KImage.RunUpdate() * Added a default avatar texture (I made it myself)
2009-10-01Added messages to assertions in the failing tests, so that we know which ↵Diva Canto1-12/+19
ones are failing.
2009-10-02Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization ↵Melanie6-46/+28
of EntityBase.Rotation * Removed SceneObjectGroup.GroupRotation and added overrides for Scale/Rotation/Velocity" This reverts commit 39842eb4af3b5a8c52d56c0f7f05ad54f0651bb0.
2009-10-01Switched log level of an annoying message in SQLite to Debug, and commented ↵Diva Canto1-2/+2
it too.
2009-10-01Add a method to determine the count of packets in a throttleMelanie3-0/+27
2009-10-01Add "dump asset" command to remote asset connector (the only one that uses aMelanie1-0/+44
cache at all)
2009-10-01Add "dump asset" command to remote asset connector (the only one that uses aMelanie1-0/+44
cache at all)
2009-10-01Add OnQueueEmpty event to the packet layers. No user functinality yetMelanie3-2/+66
2009-10-01Catch and print exceptions in MessagingService, to diagnose mysterious ↵Diva Canto1-35/+51
disappearances of the Messaging server.
2009-10-01- adding new LandDataSerializer testcase to "test-xml" target as welldr scofield (aka dirk husemann)2-14/+52
- adding another LandDataSerializer testcase
2009-10-01fixing LandDataSerializer (yeah! for testcases)dr scofield (aka dirk husemann)2-19/+29
2009-10-01adding meat to the LandDataSerializerTest cases.dr scofield (aka dirk husemann)1-1/+4
2009-10-01adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)dr scofield (aka dirk husemann)2-32/+118
2009-10-01Fixing LLClientView memory leakJames J Greensky6-10/+33
Fixing LLClientView memory leak by disposing of all timers utilized in LLClientView as they contain references to the callback method. This required the use of the Terminate and Close infrastructure that was already in place but was not being utilized.
2009-09-30Create j2k cache directory if it doesn't exist. The Meshmerizer needs it there.Diva Canto1-0/+14
2009-09-30Removed an innefficent List.Contains lookup from UpdateQueueJames J Greensky1-5/+4
Changed the underlying data structure used to detected duplicate in OpenSim.Region.Framework.Scenes.Types.UpdateQueue from a List to a Dictionary.
2009-10-01Formatting cleanup.Jeff Ames36-48/+48
2009-09-30* Change the signature of the agent set appearance callback to prevent ↵John Hurliman8-41/+51
unnecessary serialization/deserialization of TextureEntry objects and allow TextureEntry to be inspected for missing bakes * Inspect incoming TextureEntry updates for bakes that do not exist on the simulator and request the missing textures * Properly handle appearance updates that do not have a TextureEntry set
2009-09-30Prevent null data being sent to the decoderMelanie1-2/+5
2009-09-30Limit the number of packet data blocks to 50, as packets are already limitedMelanie1-1/+2
This is enough to prevent the fast back and forth of allocation and release the pool is meant to prevent, but not too much so we don't hog memory
2009-09-30Add RebakeAvatarTexturesPacket to the client viewMelanie8-0/+36
2009-09-30Remove predecode-j2k and it's assoaciated logicMelanie2-142/+0
2009-09-30Squelch the debug noise from diva's patchMelanie1-1/+1
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring ↵John Hurliman5-534/+165
LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug Replacing openjpeg-dotnet decoding with managed CSJ2K decoding. Should be much more reliable, faster, and use less memory * Re-added openjpeg-dotnet files since they are used elsewhere in OpenSim * Updated prebuild.xml with a reference to CSJ2K * Renamed IJ2KDecoder and J2KDecoder member names to follow standard naming conventions * Removed j2kDecodeCache cruft and replaced it with the OpenSim cache system * Rewrote the default layer boundary algorithm to use percentages instead of an exponent * Switched from an infinite in-memory cache to an expiring cache (10 minute timeout) * Slightly quieted logging errors for failed texture decodes
2009-09-30Revert "Attempting to improve the robustness of texture decoding by always ↵Melanie1-68/+168
ignoring LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug" This reverts commit 22cc31135e2989df28e0756eb3b03f85530d5555.
2009-09-30Remove more tests that don't apply to this buildMelanie1-80/+0
2009-09-30Remove some tests that no longer applyMelanie4-413/+0
2009-09-30Attempting to improve the robustness of texture decoding by always ignoring ↵John Hurliman1-168/+68
LayerInfo.End values and creating guessed default layer boundaries on failed decodes Changed a noisy J2K decode log message from Info to Debug Replacing openjpeg-dotnet decoding with managed CSJ2K decoding. Should be much more reliable, faster, and use less memory * Re-added openjpeg-dotnet files since they are used elsewhere in OpenSim * Updated prebuild.xml with a reference to CSJ2K
2009-09-30This releases the texture assets from LLImageManager cache, and re-requests ↵Diva Canto2-12/+48
them later if the client asks for them again. Needs more testing in texture-rich sims.
2009-10-01Formatting cleanup.Jeff Ames223-930/+875
2009-09-30adding LandDataSerializer (not connected anywhere, work-in-progress)dr scofield (aka dirk husemann)1-0/+185
[hi, there, justin!]
2009-09-30Make create user to the Right Thing with regard to salting user passwordsMelanie1-2/+4
2009-09-30Change command help text to show .ini in place of .xml when creating regionsMelanie1-2/+2
2009-09-29Minor bug fixes.Diva Canto2-1/+4
2009-09-29 This fix addresses the problem where phantom objects do notAlan M Webb1-1/+1
always behave like they are phantom, and llVolumeDetect seems to operate in a random fashion. Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
2009-09-29A little hack to see if this fixes the problems with ~20% of SOG's becoming ↵Diva Canto3-1/+42
phantom after an import to megaregions.
2009-09-29 Given the perverse way that strided works, ifAlan M Webb1-4/+7
there is only one element in the range, it must also coincide with the specified stride. The existing code assumes that the stride starts at start ( which is the expected and most useful behavior). Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net>
2009-09-29Remove empty CheckSumServer.cs file.Jeff Ames1-26/+0
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie14-55/+75
Make all current modules support the configuration name option
2009-09-28Fixed bug in HG that was causing secondlife:// refs to bomb the client.Diva Canto2-4/+13
Also fiddled a bit more with the initial CAP in the user server.
2009-09-28Fixed bug in Check4096 (HG).Diva Canto1-2/+2
2009-09-28Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto1-4/+8
2009-09-28I think I have fixed something that was broken in the scene setup (tests) ↵Diva Canto2-10/+14
and that needs to be reflected in all other services setups. But the teleport test still doesn't work. Commenting it for now.
2009-09-28Improved the Local grid connector to fetch data from the DB when it doesn't ↵Diva Canto4-5/+45
find it in the cache. Commented out the Standalone teleport test because it's failing, and the scene setup is very confusing. I suspect it may be wrong -- the connectors-as-ISharedRegionModules are being instantiated several times when there are several scenes.
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames16-69/+113
2009-09-28Allow the notation config_name@port/dll_name:class_name as a handler specMelanie2-6/+64
in OpenSim.Server.ini This allows things like "8003/AssetServirce.dll local@8004/InventoryService.dll" The config name is not yet supported by any modules
2009-09-28Forgot a return statement.Diva Canto1-1/+1
2009-09-28Added Protocol versions back, this time in a range model.Diva Canto3-1/+76