Aleric Inglewood
b6cbed838f
Assertion bug fix for libcwd with dc::curl on and curlio off.
2013-02-23 21:37:07 +01:00
Aleric Inglewood
ff3910a705
Merge remote-tracking branch 'singu/master'
2013-02-18 15:38:58 +01:00
Aleric Inglewood
14a2788ac4
Don't even crop in rawRawSnapshot.
...
This causes LLSnapshotLivePreview::getAspectSizeProblem to never return
CANNOT_CROP_HORIZONTALLY or CANNOT_CROP_VERTICALLY anymore, making
the chance to successfully upload or save to a different target larger.
2013-02-17 22:31:32 +01:00
Siana Gearz
6123c9b80a
Enable broadcast viewer effects by default
2013-02-17 16:00:59 +01:00
Siana Gearz
dbdd0ec4f1
Merge branch 'Canon' of git://github.com/Lirusaito/SingularityViewer
2013-02-17 15:40:27 +01:00
Siana Gearz
0f54a2777e
Merge branch 'master' of git://github.com/lkalif/SingularityViewer
2013-02-17 15:36:59 +01:00
Siana Gearz
49c872c86d
Merge branch 'sunshine' of https://github.com/Shyotl/SingularityViewer
2013-02-17 15:28:48 +01:00
Siana Gearz
6bf661e079
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2013-02-17 15:27:28 +01:00
Siana Gearz
ef4c7d9433
Some transform update fixes.
...
Thanks to MartinRJ and Henri for updateXform poking.
2013-02-17 15:23:25 +01:00
Shyotl
c3c34deb10
Added reload option to attachment 'tool' pie submenu.
2013-02-17 02:55:05 -06:00
Shyotl
4cc35d6c66
Fixed up some silly issues with the client tag system.
2013-02-17 02:54:30 -06:00
Latif Khalifa
bb527b6ed1
Updated 64 bit Linux prebuilt of PCRE based on NickyP's work in Kokua. Hopefully fixes startup crash on some distros
2013-02-16 01:03:43 +01:00
Shyotl
51cbb8d6bd
Catch up with LL regarding viewer stat recording.
2013-02-14 17:45:10 -06:00
Shyotl
2f5ab6f8e8
Once more, with feeling. (currency transaction messages)
2013-02-13 16:31:16 -06:00
Lirusaito
7a319d26d5
Extend support for custom menus by accepting messages issued by the server without question
2013-02-13 16:51:42 -05:00
Lirusaito
7ca767275f
Add support for CustomMenuAction Capability
2013-02-13 13:00:40 -05:00
Lirusaito
4d3fb7affe
Support SimulatorFeature god_names, used for identifying those the Sim reveals to be gods.
2013-02-13 03:11:20 -05:00
Lirusaito
c7fcaa8e5b
Add setFeaturesReceivedCallback for when SimulatorFeatures cap is received
2013-02-13 03:04:29 -05:00
Shyotl
8ec5915b7c
Removed some logic in llfloateravatarlist that shouldn't have been there.
2013-02-12 20:49:39 -06:00
Shyotl
a31ba15dbc
Updated LLFloaterBuyContents
2013-02-12 20:49:17 -06:00
Shyotl
f147a734b1
LLStat dead code removal
2013-02-12 20:47:55 -06:00
Lirusaito
43bb5d6e39
Add bool LLMuteList::isLinden(const LLUUID& id) for use in situations where the available name may be just display name, but there is a UUID available instead.
2013-02-12 20:43:10 -05:00
Aleric Inglewood
b40e8fb508
Add checkbox "Keep aspect ratio" to snapshot floater.
2013-02-12 22:21:39 +01:00
Shyotl
c92c68dee2
A few more preview-related changes.
2013-02-12 15:07:07 -06:00
Shyotl
0742610674
Updated gObjectPreviewProgram shader (simple lighting)
2013-02-12 14:59:02 -06:00
Shyotl
5180fbfc23
Clean up llfloaterurlentry
2013-02-12 14:50:29 -06:00
Shyotl
0759f2dae8
Actually use the namecache callback results when displaying currency transaction notifications.
2013-02-12 14:47:59 -06:00
Shyotl
c799f9f7eb
Avoid sculpt discard-level 5 spam.
2013-02-12 14:46:31 -06:00
Lirusaito
f95830fe23
Extend fuctionality of non-SL capability
2013-02-11 19:12:17 -05:00
Lirusaito
491af1cbf0
Remove gAllowIdleAFK (makes the general preferences checkbox functional)
2013-02-11 15:01:18 -05:00
Lirusaito
2d0e3daef3
When we don't have a parcel selected (About Land is closed), allow Script Limits refreshes to use our current parcel instead.
2013-02-11 03:55:58 -05:00
Lirusaito
8a76b5d1d2
Silly fox missed a spot!
2013-02-11 02:15:00 -05:00
Lirusaito
88ce171f1e
Initial Portuguese translation, contributed by Knolan Falconer
2013-02-11 01:19:36 -05:00
Lirusaito
1d4858ae85
Add support for two non-SL grid features/flags.
...
Adds support for GamingData cap, and flags: PF_GAMING, DFQ_FILTER_GAMING, REGION_FLAGS_GAMING, and REGION_FLAGS_HIDE_FROM_SEARCH
Adds GamingCheck to floater_about_land.xml
Adds filter_gaming checkboxes to floater_directory* xmls
Adds "is gaming" and "hide from search" checkboxes to floater_god_tools.xml
2013-02-11 01:14:09 -05:00
Lirusaito
cff7a2a464
Brought in Script Limits from v-d! (Accessible from About Land)
2013-02-11 01:12:21 -05:00
Aleric Inglewood
c18b156d8b
Bug fix for scrolling folder views.
...
An LLFolderView is added as child to LLScrollableContainerView,
but also adds the LLScrollableContainerView to it's mScrollContainer.
As a result, when scrolling inside a LLFolderView the event is passed to
the mScrollContainer, which then passes it first on to it's children
(see the "Bad UI design" remark in the code), causing an infinite loop.
This patch breaks that loop for those objects that have a
mScrollContainer: LLFolderView and LLContainerView.
2013-02-11 03:36:46 +01:00
Lirusaito
085d6cc806
Derive LLPanelPlace from LLRemoteParcelInfoObserver, and update affected sections to v-d.
2013-02-09 17:06:38 -05:00
Lirusaito
818734878d
Update LLFloaterLand to v-d
2013-02-09 16:17:29 -05:00
Aleric Inglewood
2d7ab61c6e
Make keyboard focus more robust under closed floaters.
2013-02-08 18:40:14 +01:00
Aleric Inglewood
dd6f95cd33
Make AIList resilient against invalidating iterators.
...
This adds a counter and a 'dead' flag to the data stored in the linked
list. The counter counts the number of iterators (still) pointing to an
element and the dead flag is set to indicate the element was erased when
iterators are still pointing to it. As a result, iterators are NEVER
invalidated. Of course, such elements are subsequentially skipped when
iterating over the list. Assertions protect against dereferencing an
erased iterator, but incrementing or decremention still works: it is
still well-defined what the next (non erased) element is, assuming the
element wasn't erased (yet), but would be erased delayed - or assuming
the iterator would have been incremented (decremented) in advance to
erasing the element.
2013-02-08 17:28:22 +01:00
Aleric Inglewood
ea114986be
Use viewList_t and child_list_t in appropriate places.
...
Both types are currently the same, but soon they will be made different.
Currently they are used a bit mixed up. This patch fixes that.
2013-02-08 17:28:21 +01:00
Aleric Inglewood
c1e6812f41
Remove unused variable.
2013-02-08 17:28:21 +01:00
Latif Khalifa
56b2c10312
Renamed deferred rendering switch from 'Lightning and Shadows' to 'Advanced Lighting Model' as per upstream
2013-02-07 18:17:15 +01:00
Lirusaito
73dab7e00b
Fix Sappa's issue with getString log spam, three strings weren't quite in the right xml.
2013-02-06 22:55:19 -05:00
Lirusaito
54c1fcf33d
Override the viewer's Z offset with the RLV one, if the RLV one has been set.
2013-02-06 22:41:10 -05:00
Lirusaito
604acd8939
Fix Issue 628: Currency exchanges no longer notify in chat
2013-02-06 16:44:08 -05:00
Lirusaito
3d9c287410
Minor french translation update, thanks Nomade~
2013-02-06 00:27:22 -05:00
Latif Khalifa
78dbaf2ed1
Moved RLVa menu back to advanced by default
2013-02-04 00:47:19 +01:00
Siana Gearz
dc3f91b121
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2013-02-03 22:27:53 +01:00
Siana Gearz
2b036c7334
Split out HTTP texture bandwidth
2013-02-03 22:18:34 +01:00