diff options
author | dolphin <dolphin@lindenlab.com> | 2013-08-21 15:43:09 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-08-21 15:43:09 -0700 |
commit | 257110c11e5546f0a5a07b087694cfc9059367b4 (patch) | |
tree | 2fdd2a90fd32a17a950a055068d9eb39686ba96f /indra/newview/CMakeLists.txt | |
parent | 98628066eb27d4f2616479538ae20a07bf92cd98 (diff) |
Added new fields to the experience cache.
Experience profile moved to it's own floater, will probalby be moving again.
XP profile displays most data, though the presentation is not final
Fixed a bug with the XP selection combobox in the script editor
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 9caff9e038..1c86884a80 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -227,6 +227,7 @@ set(viewer_SOURCE_FILES llfloatereditwater.cpp llfloaterenvironmentsettings.cpp llfloaterevent.cpp + llfloaterexperienceprofile.cpp llfloaterexperiences.cpp llfloaterfonttest.cpp llfloatergesture.cpp @@ -813,6 +814,7 @@ set(viewer_HEADER_FILES llfloatereditwater.h llfloaterenvironmentsettings.h llfloaterevent.h + llfloaterexperienceprofile.h llfloaterexperiences.h llfloaterfonttest.h llfloatergesture.h |