Lirusaito
cb33470673
Strings fix-up~
2012-09-25 16:02:17 -04:00
Shyotl
16216b2ed0
Removed lscript_compile, lscript_execute, and lscript_library dependencies from newview.
2012-09-24 04:08:57 -05:00
Lirusaito
cb0c13a1a1
Merge branch 'master' of https://github.com/LightDrake/SingularityViewer
2012-09-23 10:25:22 -04:00
Lirusaito
2581935b36
Merge branch 'master' of git://github.com/Shyotl/SingularityViewer
...
Conflicts:
indra/newview/skins/default/xui/en-us/floater_post_process.xml - Used Mine, because Shyotl's is the ancient one from "the before time" and because my last commit (worked on motionblur tab, then, too.)
2012-09-22 15:12:45 -04:00
Aleric Inglewood
a7cf09883e
Merge branch 'master' into curlthreading3
2012-09-22 01:26:37 +02:00
Aleric Inglewood
1254a7bbe2
Merge remote-tracking branch 'github/master' into curlthreading3
...
Conflicts:
indra/aistatemachine/aistatemachine.cpp
2012-09-22 01:25:54 +02:00
Aleric Inglewood
fb5ec1d1f5
Implement curl connection throttling (CurlConcurrentConnections)
2012-09-21 19:26:40 +02:00
Aleric Inglewood
81bc6b49f8
Debug code bug fix; removal of CurlEasyHandle::getErrorString()
...
CurlEasyHandle::mErrorBuffer (CURLOPT_ERRORBUFFER) can NOT be
used to retrieve information about an error returned by
curl_multi_info_read in CURLMsg::data::result. This buffer is
only initialized when a curl_easy_* call returns an error,
and those errors are already printed automagically.
Initialize the buffer with an empty string upon invokation
of an curl_easy_* call, so we are sure the error belongs to
the last call.
2012-09-21 01:28:26 +02:00
Shyotl
9019a1eb23
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
2012-09-20 15:29:28 -05:00
Aleric Inglewood
f3780998ed
Always reset stream state after using std::hex
2012-09-20 16:50:03 +02:00
Aleric Inglewood
27090c541f
Remove inconsistent dll linkage (missing LL_COMMON_API)
2012-09-20 05:36:11 +02:00
Aleric Inglewood
2d12a82a54
Always flush LLBufferStream objects.
2012-09-20 04:49:43 +02:00
Siana Gearz
8df7a52cf7
Merge branch 'curlthreading2' of git://github.com/AlericInglewood/SingularityViewer
...
Conflicts:
indra/llplugin/slplugin/CMakeLists.txt
2012-09-19 23:30:48 +02:00
Shyotl
9bb9292a41
Attempt to catch octree node manipulation while iterating over said nodes
2012-09-19 15:34:25 -05:00
Shyotl
438c499718
And the shader..
2012-09-19 15:34:15 -05:00
Shyotl
ff81d9461a
Added motionblur postprocess shader.
...
Conflicts:
indra/newview/skins/default/xui/en-us/floater_post_process.xml
2012-09-19 15:33:58 -05:00
Shyotl
f4f85aa1fd
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
...
Conflicts:
indra/newview/llviewerobject.cpp
2012-09-19 15:24:33 -05:00
Aleric Inglewood
56f2f0b727
Merge branch 'curlthreading2' into curlthreading3
2012-09-19 04:14:25 +02:00
Aleric Inglewood
19f325aa09
Merge remote-tracking branch 'singu/master' into curlthreading2
...
Conflicts:
indra/llcommon/CMakeLists.txt
Resolved with kdiff3 automatically.
2012-09-19 04:11:16 +02:00
Aleric Inglewood
1d5a63c180
Fixed showing TOS floater.
...
This creates a separate events interface structure
for CurlResponderBuffer (AICurlResponderBufferEvents)
for dealing with received HTTP headers.
The headers are passed to the Responder, but only
if the class derived from Responder implements
completedHeaders (otherwise it makes little sense
to even decode the headers).
Basically this is a reimplementation of the functionality
of the old LLHTTPClientURLAdaptor class.
2012-09-18 23:59:09 +02:00
Lirusaito
d7da5153f3
Fixed up the Post-Process floater~
...
Vertical tabs, as requested by Shyotl
2012-09-18 10:06:21 -04:00
Aleric Inglewood
c67f010302
Pass filename by reference when possible.
2012-09-18 05:01:34 +02:00
Drake Arconis
a09f7d274f
Fixed a bit of cmake derpyness
2012-09-17 22:23:57 -04:00
Drake Arconis
efb252206b
Cached controls in cmdline chatbar
2012-09-17 22:22:02 -04:00
Drake Arconis
ffb847bbc0
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer
2012-09-16 16:40:49 -04:00
Siana Gearz
a7b9b0da42
Version 1.7.2
2012-09-15 21:17:16 +02:00
Siana Gearz
b0ea103c61
Merge branch 'master' of git://github.com/Lirusaito/SingularityViewer
2012-09-15 17:05:50 +02:00
Siana Gearz
65781e6080
Make label 'Multiple' click through in texture selector
2012-09-15 08:36:38 +02:00
Siana Gearz
fc0149cdbc
Fix the Unlink button
2012-09-15 08:16:35 +02:00
Siana Gearz
3946c076fe
Oh i love our Coyotl
2012-09-15 07:34:06 +02:00
Lirusaito
10f09dc15d
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer
2012-09-14 05:42:46 -04:00
Drake Arconis
f50d23a0d4
Fast Timers brought up to linden equiv
2012-09-14 00:30:52 -04:00
Shyotl
53fd33604d
Apparently blendstate needs to be set back to alpha after finishing drawing wireframe.
2012-09-14 03:42:16 +02:00
Shyotl
8f9c8ee293
Disabled reundant mesh wireframe passes. Outline wireframe pass not needed if sRenderHiddenSelections is set. Also enabled backface culling for outline pass. While these changes do improve performance a bit, they also seem to fix an atioglxx.dll crash (driver bug?)
2012-09-14 02:49:28 +02:00
Shyotl
767fe92de5
Invisprims in deferred now bind the correct shader when being drawn. (Fixes vbo attrib errors)
2012-09-14 02:45:22 +02:00
Shyotl
afc7c2b449
Better robustness when loading shaders. Redundant shaders (eg: "deferred/shadowF.glsl") will only need to be compiled once, and LLShaderMgr::mShaderObjects won't have previous entries mistakenly overwritten as a result.
2012-09-14 02:33:07 +02:00
Drake Arconis
e0a7c7e935
Renamed our log files to not conflict with linden
2012-09-13 19:39:02 -04:00
Drake Arconis
b7ff2fe3e3
Merge branch 'master' of https://github.com/LightDrake/SingularityViewer
2012-09-13 18:09:46 -04:00
Siana Gearz
7978f5ebfe
Rebuild drawable when alpha changes
2012-09-13 06:38:36 +02:00
Lirusaito
b663110288
Fix Sound Upload not working
...
Was broken by a change in f77f846c8d
Thanks to Lucia TopHat and Tazy Scientist for helping me test and confirm all this.
2012-09-12 08:23:42 -04:00
Siana Gearz
3ef9e3bc69
Merge branch 'master' of git://github.com/LightDrake/SingularityViewer
2012-09-11 20:18:05 +02:00
Aleric Inglewood
834a524a67
Compile fix.
...
This belongs to the latest merge with singu/master.
2012-09-11 17:03:57 +02:00
Lirusaito
31041f2ade
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer
2012-09-11 09:45:17 -04:00
Aleric Inglewood
131959e388
Merge branch 'curlthreading2' into curlthreading3
2012-09-11 15:19:28 +02:00
Aleric Inglewood
d23835a6c2
Merge remote-tracking branch 'singu/master' into curlthreading2
...
Conflicts:
indra/newview/statemachine/aistatemachine.cpp
Huh - you re-INDENTED a file that you didn't merge yet?
How about merging curlthreading2 and curlthreading3
before doing THAT? :/
Obviously I did an "use ours" here.
2012-09-11 15:15:46 +02:00
Siana Gearz
4ade726a07
Fix PATH-842 rotation reset on object update
2012-09-10 16:31:27 +02:00
Siana Gearz
856a45a775
Crash stopgaps from FS
2012-09-10 02:51:03 +02:00
Siana Gearz
f64ccbab7e
Scrollable fast timer view, by Liny
2012-09-10 02:36:37 +02:00
Siana Gearz
8a44c8fce1
Fast timer fix-up
...
The logic is incorrect in principle, but at least it's better behaved now.
Also, get fast timer out of important parts of aistatemachine.
2012-09-10 02:06:07 +02:00
Siana Gearz
2a70dde016
Start voice with mic muted
2012-09-08 09:49:12 +02:00