Lirusaito
9d6d8da54d
Missed a spot in last commit.
2013-02-24 16:50:11 -05:00
Lirusaito
8e08e98c61
Only don't ShowLocalChatFloaterBar when Local Chat is torn-off. (Setting no longer requires relog)
2013-02-24 15:23:52 -05:00
Melanie
3036f74b69
Send the currently selected object list in the custom menu options request so that options can be created that operate on items.
2013-02-24 11:03:14 -05:00
Lirusaito
2ad9476961
Support SimulatorFeature MarketplaceURL for Marketplace Search tab on non-SL grids.
2013-02-24 10:54:46 -05:00
Aleric Inglewood
13e032fb04
Make AICurlThread::wakeup_thread thread-safe.
2013-02-23 23:29:43 +01:00
Aleric Inglewood
803e92020b
Renamed AICurlThread::mWakeUpMutex --> AICurlThread::mWakeUpFlagMutex
2013-02-23 23:23:48 +01:00
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
19314b6686
Removed two unnecessary states from AICurlEasyRequestStateMachine
...
Removed AICurlEasyRequestStateMachine_added and
AICurlEasyRequestStateMachine_finished because the state machine is not
taking any action there anyway, and those states might be skipped all
together even, so they make no sense / shouldn't exist.
2013-02-23 21:33:37 +01:00
Aleric Inglewood
5d329d9e55
Fix initialization list order.
...
Also fixes a Dout line and initializes mState to 0 so
that if ever set_state would be called first from
a non-main thread then it will be larger (probably
not needed currently).
2013-02-23 21:13:26 +01:00
Aleric Inglewood
4851cc174e
Revert "Work in progress"
...
This reverts commit ef35aa7954
because it contained too much wrong things that I won't be
using. I'll re-commit stuff from it after that that I do
want to keep.
2013-02-23 20:00:13 +01:00
Aleric Inglewood
78bb94eb42
Bug fix: remove remainder of test code
2013-02-23 19:36:18 +01:00
Lirusaito
c6aa1bb3ea
French network preferences update
2013-02-21 04:42:27 -05:00
Lirusaito
489f17b6b2
Fix compile warning 'unused variable'
2013-02-21 02:18:45 -05:00
Latif Khalifa
b2b24cee7a
Compile fix
2013-02-21 01:11:03 +01:00
Aleric Inglewood
ef35aa7954
Work in progress
...
This work extends AIStateMachine to run multiplex() in the thread
that calls run(), cont() or set_state(). Note that all three
eventually call locked_cont(), so thats where multiplex() is called
from. Calling multiplex() means "running the state machine", as in
"calling multiplex_impl".
Currently only LLURLRequest uses this feature, and then only
for the HTTPGetResponder, and well only for the initializing,
start up and normal finish states.
A current/remaining problem is that we run into a situation where
the curl thread runs a statemachine to it's finish and kills it,
while the main thread is also 'running' it and tries to call
multiplex while the statemachine isn't running anymore.
2013-02-20 23:29:38 +01:00
Siana Gearz
8f5c58ff3c
Merge branch 'Canon' of git://github.com/Lirusaito/SingularityViewer
2013-02-20 21:21:15 +01:00
Siana Gearz
408811c319
Merge branch 'sunshine' of git://github.com/Shyotl/SingularityViewer
2013-02-20 21:20:22 +01:00
Siana Gearz
1555d70230
Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer
2013-02-20 21:19:39 +01:00
Lirusaito
b9da20f0d6
Added new controls to Network Preferences
...
Adds Texture Bandwidth slider
Adds Use HTTP for Inventory and Textures checkboxes.
Also, swaps out the bandwidth slider for a new Z Offset slider on quick settings, as bandwidth sliders should be set and forget, there is no modern need for them to be changed so frequently.
[Note to translators: please examine the network preferences after this update, controls have been moved and may now overlap.]
2013-02-20 06:16:53 -05:00
Shyotl
041481db89
Snap grid was pulling colors from wrong control group.
2013-02-19 22:33:31 -06:00
Shyotl
beeef8d5b9
Fix crash if periodic av metric update happens after disconnect.
2013-02-19 21:54:35 -06:00
Shyotl
8d09539fcc
Added a couple missing entries to settings.xml
2013-02-19 21:52:13 -06:00
Shyotl
07bc115b1c
Stars had nonsensical and broken face winding.
2013-02-19 20:58:13 -06:00
Siana Gearz
00cb7a0e51
Merge branch 'sunshine' of git://github.com/Shyotl/SingularityViewer
2013-02-19 21:12:14 +01:00
Siana Gearz
657484fedc
Merge branch 'Canon' of git://github.com/Lirusaito/SingularityViewer
2013-02-19 21:10:40 +01:00
Siana Gearz
3b86a39293
Merge branch 'master' of github.com:singularity-viewer/SingularityViewer
2013-02-19 21:10:06 +01:00
Lirusaito
49eb78db27
Added the ever-requested marketplace tab to search floater (When on SL Grids, only)
2013-02-19 08:40:12 -05:00
Shyotl
dbf646f266
More verbose fmodex llinfos output upon init. (will be useful when I add more output options.. if we keep fmodex)
2013-02-19 01:52:29 -06:00
Shyotl
76f3dc9e19
Massive sunshine/viewer-dev catchup. Further implemented serverside baking and added/updated metrics feedback.
2013-02-19 01:50:46 -06:00
Melanie
994dfc5b29
Simplify the previous commit because commit callback for buttons is now
...
identical to the clicked callback, obviating the need to distinguish between
these control types.
2013-02-18 23:21:00 -05:00
Melanie
2b9c0e34c7
Fix the Octopus to not segfault anymore
2013-02-18 21:54:16 -05:00
Lirusaito
4c33328906
If RLVa is off, RLVa z offset should not be enforced.
...
Easier diff view without space changes.
2013-02-18 17:57:40 -05:00
Aleric Inglewood
ff3910a705
Merge remote-tracking branch 'singu/master'
2013-02-18 15:38:58 +01:00
Lirusaito
e01dd3292f
Add Script Info menu entry to the self pie menu...
...
From the comments in llfloaterscriptlimits.cpp, it seems like this was intended to be a feature.
2013-02-17 23:19:23 -05:00
Lirusaito
833a6e8acf
Fix up merge of llviewermessage.cpp between Shyotl/sunshine and Canon.
2013-02-17 21:00:51 -05:00
Lirusaito
3c544bceb3
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer into Canon
2013-02-17 19:47:48 -05:00
Lirusaito
036328c3ac
Allow finding objects by typing on the script info scrolllists
...
Also tweaks columns widths and sort order to present information more effectively.
2013-02-17 19:41:59 -05: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
e83befcb6b
Updated 32 bit Linux prebuilt of PCRE based on NickyP's work in Kokua. Includes unicode support.
2013-02-16 02:19:57 +01: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
Lirusaito
cd6bda876d
Add RememberName setting to settings.xml (No wonder it wasn't saving!)
2013-02-15 08:28:54 -05:00
Shyotl
51cbb8d6bd
Catch up with LL regarding viewer stat recording.
2013-02-14 17:45:10 -06:00