Diva Canto
e0a82a82de
"reverting" the keep alive changes brought in from avination, to check if that's what's making osgrid fail. This is not really reverting, it's more manually resetting some places (not all) where keep alive is set.
2016-06-14 08:58:37 -07:00
Diva Canto
4be4e98525
Revert "Add a few more debug messages to diagnose problems in OSGrid's proxy use"
...
This reverts commit 2d2414adcf
.
2016-06-13 20:40:47 -07:00
Diva Canto
1e9a944633
Revert "More debug to diagnose osgrid"
...
This reverts commit b5f29e93f6
.
2016-06-13 20:39:52 -07:00
Diva Canto
b5f29e93f6
More debug to diagnose osgrid
2016-06-13 20:35:40 -07:00
Diva Canto
467de7a2f0
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
2016-06-13 18:04:50 -07:00
Diva Canto
2d2414adcf
Add a few more debug messages to diagnose problems in OSGrid's proxy use
2016-06-13 18:04:28 -07:00
Melanie Thielker
cdfbf78d07
Fields should be protected unless private is required
2016-06-14 01:27:48 +02:00
Melanie Thielker
68c73951ef
Make the LLUDPServerShim inheritable. There is absolutely no reason for
...
this to be sealed!
2016-06-14 01:21:47 +02:00
Melanie Thielker
141205532b
Make chat and instant message modules fully subclassable
2016-06-14 00:03:40 +02:00
Diva Canto
3ef5e1a24b
Mantis #7923 . EDIT BEAMS ARE BACK!
2016-06-12 22:01:36 -07:00
Diva Canto
c2e63e807e
Mantis #7861 . llEdgeOfWorld not working. Two reasons: (1) edge was being filled but not used; (2) region size was being ignored when computing the neighbors' coordinates.
...
Not sure if this is the intended semantics of this function, but it made sense in my varregion test with neighbors all around except in the South.
2016-06-12 14:48:30 -07:00
Diva Canto
d0c65d15dc
Still mantis #7858 : send kill object / update to child agents too
2016-06-12 14:29:30 -07:00
Mandarinka Tasty
634d85a30d
Detection of Cylinder and Prism for flexi prims
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: Diva Canto <diva@metaverseink.com>
2016-06-12 13:58:20 -07:00
Diva Canto
42a9afdc43
Mantis #7858 : DeleteSceneObject done slightly differently. ProcessEntities now checks whether the objects have been deleted and, if so, sends an extra kill object packet, in order to compensate for potential race conditions encountered by the first one.
...
Note: I still cannot reproduce this problem, but I was able to emulate it by adding an artificial delay on ProcessEntities, which did, indeed, result in objects not being deleted. This fix fixed my emulated scenario.
2016-06-12 12:23:52 -07:00
Robert Adams
9ebdae8676
Restore SendAgentGroupDataUpdate() call in GroupsModule.cs.
...
Restore linkage to OnAgentClosed since the merge solved the reference
problem by looking up the agent.
This should address Mantis 7915 and 7920.
2016-06-11 12:42:42 -07:00
Diva Canto
53d8b8a83f
Mantis #7874 : parcel properties not being updated upon avatar entering new parcel. Root cause: update of the avatar's current property was being made too soon.
2016-06-11 10:23:07 -07:00
Diva Canto
1468ee9179
Mantis #7858 . This is s shot in the dark, because I cannot reproduce the problem. Removed what seemed to be redundant kill object calls that weren't there in 0.8.2 -- kill object is already being called in DeleteGroupFromScene.
2016-06-11 09:38:19 -07:00
Diva Canto
8e10963f45
Mantis #7919 : fatal exception on LoadImageURLModule
2016-06-06 09:55:25 -07:00
Diva Canto
7d6adeedf5
Fixed a merge issue
2016-06-06 08:41:08 -07:00
Diva Canto
c4c3163db9
Don't copy assets to foreign asset servers when the objects are being deleted
...
Conflicts:
OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs
2016-06-06 08:37:15 -07:00
Melanie Thielker
48915377a6
Correct spelling and grammar, thanks Mata Hari
2016-05-30 19:04:19 +02:00
Mandarinka Tasty
77af32cdbf
Enhancement of osRegionRestart
...
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: Melanie Thielker <melanie@t-data.com>
2016-05-30 15:58:39 +02:00
Melanie Thielker
bcee4e3772
Fix a line deletion that should not have been deleted
2016-05-23 19:33:36 +02:00
Melanie Thielker
08bd80f5f4
Merge branch 'master' of opensimulator.org:/var/git/opensim
2016-05-23 19:20:05 +02:00
Jeff Kelley
527ea6af02
Fixed discrepancy between code and ini symbols.
2016-05-23 19:19:36 +02:00
Melanie Thielker
775a657bb1
Addressing #7903 . Fix legacy sit offsets to use legacy computation.
...
New offsets of course still use the correct math.
2016-05-23 19:18:24 +02:00
Diva Canto
057d1b2a6e
Minor improvement over the previous commit -- make sure the code exists in the FolderType enum
2016-05-16 21:57:19 -07:00
Diva Canto
9e21647011
Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventory
2016-05-16 19:36:20 -07:00
Roger Kirkman
97a471cb35
Fix crash due to setting Thread.name after thread start.
...
Signed-off-by: Diva Canto <diva@metaverseink.com>
2016-05-12 17:42:42 -07:00
Melanie Thielker
1e44aba620
According to the SL wiki, estate managers can set parcels for sale. Make it sew.
2016-05-02 21:40:14 +02:00
Melanie Thielker
4bac95bf4a
Change requirements for the LL god functions from CanRunConsoleCommand to IsAdministrator, a function that was not available when these were first coded and makes much more sense.
2016-05-01 20:33:47 +02:00
Melanie Thielker
59ed89769a
Apply user specified default perms across the board, to items uploaded as well as items created and to rezzed prims in world.
...
This effectively removes the concept of "default permissions" from OpenSim
because all known modern viewers set the permissions flags on login.
Ancient abandoned viewers will now default to the SL defaults.
2016-04-29 22:36:56 +02:00
Melanie Thielker
d42de53dda
Allow default permissions from the viewer to be applied to uploaded objects.
...
Make inventory items reflect coorect permissions immediately unstead of after relog
2016-04-29 21:23:32 +02:00
Melanie Thielker
bedebf9498
Prevent "Object->Take" from working on attachments.
2016-04-29 17:11:36 +02:00
Melanie Thielker
8ef34a1bc5
Fix incorrect SQLite syntax in Migrations
2016-04-28 17:15:08 +02:00
Melanie Thielker
a01f24e331
Replace the "land show" method with the better one from 0.8.
2016-04-28 16:13:23 +02:00
Melanie Thielker
995655c445
Make the SimulatorFeaturesModule nonshared as it ought to be from it's code structure.
2016-04-27 00:48:56 +02:00
Melanie Thielker
2c75be7f6e
From information given my Mandarinka Tasty, add firing the detach event even for temp attachments
2016-04-27 00:35:30 +02:00
Melanie Thielker
cf87898358
Remove a remnant of the optionalmodules unit test that was removed earlier
2016-04-26 20:03:16 +02:00
Melanie Thielker
6771fb7d5d
Reverse a comparison, this is probably the cause of attach issues
2016-04-26 17:43:36 +02:00
Melanie Thielker
61a7566381
Fire detach events even in temp attachments. They don't really need it but keeping the tests happy
2016-04-25 20:27:23 +02:00
Melanie Thielker
8f668ec888
Stop serializing and storing assets for objects that were never rezzed from inventory items.
2016-04-25 20:02:11 +02:00
Melanie Thielker
3637280aad
Since the OptionalModules tests have been removed, also stop trying to run them
2016-04-25 20:01:12 +02:00
Vegaslon
46a62a37d1
Fix Temporary Attachments not being able to be detached by client
...
Signed-off-by: Melanie Thielker <melanie@t-data.com>
2016-04-25 19:44:15 +02:00
Geir Nøklebye
7aa3d4256e
POSTGRES: Update database migrations to be in accordance with MySQL table definitions. Prerequisite for fixing PGSQLSimulationdata
...
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7846 )
2016-04-25 12:17:17 -04:00
Geir Nøklebye
b418033915
Updated the code to handle Agent Preferences. Thanks to TomDataworks for providing a final solution.
...
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7610 )
2016-04-25 12:15:34 -04:00
TomDataworks
e9b0f71575
Fix Mantis #7805 , table handler needs to look for all unique constraints.
...
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca>
2016-04-25 12:11:03 -04:00
Kevin Cozens
5ed0993845
Removed trailing whitespace in prebuild.xml
2016-04-25 12:10:09 -04:00
Geir Nøklebye
92035667ff
Adding missing references to Prebuild.xml
...
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (last part of mantis #7843 )
2016-04-25 12:08:43 -04:00
Geir Nøklebye
4b1cecf748
Update Prebuild.xml. There are no longer Test in OptionalModules
...
Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (first part of mantis #7843 )
2016-04-25 12:03:41 -04:00