dahlia
|
9356dc880f
* backport master commit 5968d343bb21af4c73f1d925837560f953e5ef61
|
hace 14 años |
Diva Canto
|
4a7588b0f0
Changed the way HG client verification is done: now transforming local and LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network.
|
hace 14 años |
Melanie
|
4e537a5a86
Allow Megaregions to start properly after an unclean shutdown
|
hace 14 años |
Diva Canto
|
9c9ce9e8dd
* Deleted duplicated migration that was failing anyway.
|
hace 14 años |
Diva Canto
|
19558f380a
Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to neighbours.
|
hace 14 años |
Diva Canto
|
b3594681a4
Merge branch 'master' of ssh://[email protected]/var/git/opensim
|
hace 14 años |
Diva Canto
|
66619b5996
Added checks for failed UpdateAgent calls.
|
hace 14 años |
Melanie
|
59acb37d92
Change name of method to better reflect what it does
|
hace 14 años |
Diva Canto
|
e6efe34b4c
* Added CHANGED_TELEPORT event trigger upon inter-sim teleports.
|
hace 14 años |
Diva Canto
|
b2b6799f1c
Added more debug messages to try to pinpoint where login is failing for nebadon.
|
hace 14 años |
Dan Lake
|
ca2abc43ad
Refactor SendCoarseLocations for better performance. Instead of computing list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations.
|
hace 14 años |
Justin Clark-Casey (justincc)
|
b6076d7b33
Reduce number of full updates sent on region crossing for attachments/huds to 1 from 3
|
hace 14 años |
Melanie Thielker
|
d91bd7646d
Add a call to SOG.ResumeScripts() after region crossing / teleport
|
hace 14 años |
Diva Canto
|
ab3afd5f42
* Bug fix in TP home: typo in unpacking of GridUserInfo.
|
hace 14 años |
Melanie Thielker
|
bde01e26e1
Add a method to get the bounding box and root prim offsets within it for
|
hace 14 años |
Justin Clark-Casey (justincc)
|
6b568af565
Adjust Scene.DeleteAllSceneObjects() to not delete objects attached to avatars.
|
hace 14 años |
John Hurliman
|
d0eecf0398
Added a sanity check before using m_config in the Scene constructor
|
hace 14 años |
John Hurliman
|
93ef65c690
* Moving all of the prioritization/reprioritization code into a new file Prioritizer.cs
|
hace 14 años |
Diva Canto
|
b7e6b58857
Fixes mantis #4622.
|
hace 14 años |
Diva Canto
|
2a1e45f657
Finalized the client's TCP IP address verification process for HG1.5.
|
hace 14 años |
Diva Canto
|
b233a4b2ca
* Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone.
|
hace 14 años |
Diva Canto
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
|
hace 14 años |
Melanie Thielker
|
2b48ed60ec
Remove the m_Viewer variable and make the property a shortcut to the
|
hace 14 años |
Melanie
|
ad2039a8c4
Stab a test fail
|
hace 14 años |
Melanie Thielker
|
e45f5ac126
Plumb Viewer version into ScenePresence for initial login. It's still not
|
hace 14 años |
Melanie Thielker
|
9cf0077bf9
Add "reload estate" command to sims
|
hace 14 años |
Melanie Thielker
|
6eea0a3931
Allow reloading of estate settings into a running region. Move sun update
|
hace 14 años |
Melanie
|
7a8ad1ceb2
Make in-place sale send CHANGED_OWNER again
|
hace 14 años |
Melanie
|
22b3217113
Fix link security issue
|
hace 14 años |
Melanie
|
21cad5d3ac
All scripts are now created suspended and are only unsuspended when the object
|
hace 14 años |