Skip to content

Commit

Permalink
Merge viewer-benefits
Browse files Browse the repository at this point in the history
Replace MAX_AGENT_ATTACHMENTS with sim based response
Replace max groups with benefits based response
Upload costs are now handled by sim response
Removed no-longer-needed lleconomy files and classes
Removed dead fields from hippolimits and hippogridmanager
Also removed lame LL code that is redundant and silly

On non SL grids, when values are not provided for benefits, they will be
set to the values granting maximum liberty.
Old standardized responses still work when benefits aren't implemented.
  • Loading branch information
LiruMouse committed Mar 24, 2020
1 parent 8c6e614 commit 9522e38
Show file tree
Hide file tree
Showing 47 changed files with 627 additions and 663 deletions.
1 change: 0 additions & 1 deletion indra/llcommon/indra_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ const U8 SIM_ACCESS_DOWN = 254;
const U8 SIM_ACCESS_MAX = SIM_ACCESS_ADULT;

// attachment constants
const U32 MAX_AGENT_ATTACHMENTS = 38;
const U8 ATTACHMENT_ADD = 0x80;

// god levels
Expand Down
2 changes: 0 additions & 2 deletions indra/llinventory/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ include_directories(

set(llinventory_SOURCE_FILES
llcategory.cpp
lleconomy.cpp
llfoldertype.cpp
llinventory.cpp
llinventorydefines.cpp
Expand All @@ -40,7 +39,6 @@ set(llinventory_HEADER_FILES
CMakeLists.txt

llcategory.h
lleconomy.h
llfoldertype.h
llinventory.h
llinventorydefines.h
Expand Down
288 changes: 0 additions & 288 deletions indra/llinventory/lleconomy.cpp

This file was deleted.

Loading

0 comments on commit 9522e38

Please sign in to comment.