OpenSimMirror/OpenSim/Region
AliciaRaven cde4e7ec86 Fix the click to buy prim dialog not being displayed with alpha viewers after recent changes to viewer code by LL.
Recent viewer changes by linden lab now require more information when requesting prim tooltip data. The object properties must now be sent when the viewer requests the object family properties used to display the tool tip. Thanks to Liru for finding the viewer commit that broke this feature in OS.

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2015-04-25 00:06:48 -05:00
..
Application Actually start a region created via the "create region" console command. 2015-03-13 23:50:00 +00:00
ClientStack Fix the click to buy prim dialog not being displayed with alpha viewers after recent changes to viewer code by LL. 2015-04-25 00:06:48 -05:00
CoreModules Change UserProfiles so that the parcel name is used for a ProfilePick and not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves. 2015-04-12 15:36:22 -04:00
DataSnapshot Prevent null entries being treated as URI's when DataSnapshot service splits service string. The new config format for services to notify in the DataSnapshot module appends entries to the existing single string and always leaves a deliminator on the end of the string. This is causing it to split with a null string in the resulting array, which is treated as another service to notify and throws a URI format exception on start up. 2015-02-01 10:29:47 -08:00
Framework Enable grab feature (Ctrl+Drag) for non-physical link-sets and add code to handle spin (Ctrl+Shift+Drag) 2015-04-20 16:38:37 -04:00
OptionalModules Avoid deadlock in NPCModule between DeleteNPC and GetNPC on m_avatars 2015-04-18 08:08:33 -05:00
Physics BulletSim: implement VEHICLE_REFERENCE_FRAME. Thanks Vegaslon!. 2015-04-05 20:20:37 -07:00
RegionCombinerModule Fixed declaration switcharoo on the region combiner dll. 2014-12-31 08:20:17 -08:00
ReplaceableModules
ScriptEngine Allow setting profilecut diff to 0.02 from scripts just like from viewer. 2015-04-20 16:42:06 -04:00
UserStatistics Renamed VERSION_NUMBER to VersionNumber 2014-12-30 15:27:28 -08:00