All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

Remove requests for unused and non-existant ParcelMediaURLFilterList cap

Review Request #576 - Created April 17, 2012 and submitted

Oz Linden Reviewers
viewer
storm-1838
None viewer-release
Removed the requests and the associated callbacks
Ran the resulting test viewer with no apparent ill effect.
indra/newview/llviewerparcelmgr.h
Revision acfb0781d850 New Change
... 215 lines hidden [Expand]
public:
216
	// If want_reply_to_update, simulator will send back a ParcelProperties
216
	// If want_reply_to_update, simulator will send back a ParcelProperties
217
	// message.
217
	// message.
218
	void	sendParcelPropertiesUpdate(LLParcel* parcel, bool use_agent_region = false);
218
	void	sendParcelPropertiesUpdate(LLParcel* parcel, bool use_agent_region = false);
219

   
219

   
220
	// Takes an Access List flag, like AL_ACCESS or AL_BAN
220
	// Takes an Access List flag, like AL_ACCESS or AL_BAN
221
	void	sendParcelAccessListUpdate(U32 which);
221
	void	sendParcelAccessListUpdate(U32 which);
222

   
222

   
223
	// Takes an Access List flag, like AL_ACCESS or AL_BAN
223
	// Takes an Access List flag, like AL_ACCESS or AL_BAN
224
	void	sendParcelAccessListRequest(U32 flags);
224
	void	sendParcelAccessListRequest(U32 flags);
225

   
225

   
226
	// asks for the parcel's media url filter list

   
227
	void    requestParcelMediaURLFilter();

   
228
	// receive the response

   
229
	void    receiveParcelMediaURLFilter(const LLSD &content);

   
230
	

   
231
	// Dwell is not part of the usual parcel update information because the
226
	// Dwell is not part of the usual parcel update information because the
232
	// simulator doesn't actually know the per-parcel dwell.  Ack!  We have
227
	// simulator doesn't actually know the per-parcel dwell.  Ack!  We have
233
	// to get it out of the database.
228
	// to get it out of the database.
234
	void	sendParcelDwellRequest();
229
	void	sendParcelDwellRequest();
235

   
230

   
236
	// If the point is outside the current hover parcel, request more data
231
	// If the point is outside the current hover parcel, request more data
237
	void	setHoverParcel(const LLVector3d& pos_global);
232
	void	setHoverParcel(const LLVector3d& pos_global);
238

   
233

   
239
	bool	canAgentBuyParcel(LLParcel*, bool forGroup) const;
234
	bool	canAgentBuyParcel(LLParcel*, bool forGroup) const;
240
	
235
	
... 140 lines hidden [Expand]
indra/newview/llviewerparcelmgr.cpp
Revision acfb0781d850 New Change
 
indra/newview/llviewerregion.cpp
Revision acfb0781d850 New Change
 
  1. indra/newview/llviewerparcelmgr.h: Loading...
  2. indra/newview/llviewerparcelmgr.cpp: Loading...
  3. indra/newview/llviewerregion.cpp: Loading...