Diva Canto
|
6386dfd362
No need for these methods to be virtual now.
|
14 years ago |
Diva Canto
|
f801d50a8a
WARNING: simulator config var change! This affects only system-facing configs. Nothing to do if you follow the rules of not messing with Grid.ini and GridHypergrid.ini.
|
14 years ago |
Mic Bowman
|
b16173e3e8
Drop the static from default wearables. It isn't
|
14 years ago |
Diva Canto
|
06077f775f
Fixes mantis #5279
|
14 years ago |
Diva Canto
|
b23b29a53e
This fixes mantis #5198 and related. Physics is not my expertise, so I'm not 100% sure of what all the consequences of this change are. Pushing up, so others can take a look.
|
14 years ago |
Diva Canto
|
3eaaaa0d99
One more pass at object inventory. This time, fix SceneObjectPartInventory so that it makes sure that the file is added to Xfer's before it signals the client to come and get it. This allows the simplification of the logic of Xfer's.
|
14 years ago |
Diva Canto
|
135b012bbd
Hopefully this fixes all prim inventory issues. No more abort, no more keeping track of time. Simply handle the issues, which are: (1) rapid double requests from the viewer for the same file; (2) sometimes the file generation takes too long and the Xfer request arrives at the XferModule before the file name is added.
|
14 years ago |
Teravus Ovares (Dan Olivares)
|
d829580e5e
Merge branch 'master' of ssh://MyConnection/var/git/opensim
|
14 years ago |
Teravus Ovares (Dan Olivares)
|
c108968020
* Cleanup from a commit a while ago.
|
14 years ago |
Diva Canto
|
bc67bc0d94
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
14 years ago |
Diva Canto
|
54418c5e69
Removed unused code -- this was the previous version of UDP texture sending, which now lives entirely in LindenUDP space.
|
14 years ago |
Melanie
|
26e601a776
Put back a commented section of code. With some viewers, object inventory
|
14 years ago |
Teravus Ovares (Dan Olivares)
|
46db73b62b
* Re-Adding Scene TimeDilation to Object Update Packets.
|
14 years ago |
Diva Canto
|
862da9a55f
Added a counter to NewFiles in Xfers to account for simultaneous object inventory requests, which apparently are happening and may cause race conditions if the file name is removed after the first transfer.
|
14 years ago |
Melanie
|
f29675bf87
Merge branch 'master' of [email protected]:/var/git/opensim
|
14 years ago |
Diva Canto
|
2d8f448322
Fixed wrong argument cardinality in debug message.
|
14 years ago |
Melanie
|
990e73d7cb
Fix a broken format on an error message. Also replace yet another e.Message
|
14 years ago |
Teravus Ovares (Dan Olivares)
|
25ecd62b1f
* Adds AbortXfer to the ClientAPI mix
|
14 years ago |
Melanie
|
1c3e77b728
What is the point of using different types to express the same damn thing?
|
14 years ago |
Melanie
|
19181c019a
Another good catch. Update file name serial.
|
14 years ago |
Melanie
|
ec8d1d0131
Added a missed return. Thanks diva!
|
14 years ago |
Melanie
|
a31b96e1ba
Fix up merge artifacts
|
14 years ago |
Melanie
|
043dace118
Make prim inventories a bit more sane
|
14 years ago |
Mic Bowman
|
a6a136bd90
Shooting in the dark for solutions to the appearance problem
|
14 years ago |
Diva Canto
|
c082254b9d
Put the coarse location updates back to 50 frames, otherwise the dots on the mini-map come and go noticeably. Also increased the Velocity a bit; I had decreased it to 0.885; now it's 0.9.
|
14 years ago |
Marck
|
711283d3ca
More changes to the long help text for console command link-region.
|
14 years ago |
Marck
|
3b4af8a0dc
Fix osTeleportAgent and osTeleportOwner for the case that GridService is used with a storage provider other than NullRegionData.
|
14 years ago |
Marck
|
2a40c8511a
Make long help text for new link-region command syntax more explicit.
|
14 years ago |
Diva Canto
|
cf72fece6d
Replaced the HttpServer_OpenSim.dll with one compiled for .NET 3.5 (the last one was 4.0, and that doesn't work). Also added the corresponding .xml and .pdb, if that makes any difference.
|
14 years ago |
Diva Canto
|
d576d7c0a6
Replaced HttpServer_OpenSim.dll with a version that locks certain ops in HttpForm -- mantis #5128.
|
14 years ago |