Commit Graph

6998 Commits

Author SHA1 Message Date
Lirusaito
1014841e2c Feature Request: Repair Uploaded by functionality
Clean up llviewertexture a bit while doing so.
Sync LLImage

Thanks to Cinder and the Alchemy Team for this buncha code.
2018-05-02 19:30:22 -04:00
Lirusaito
dd49033a08 Remove VSTool 2018-05-02 19:20:38 -04:00
Drake Arconis
a8e8f6d409 Fix gamma corruption 2018-04-26 15:54:30 -04:00
Drake Arconis
54fe7a8606 Well this...compiles 2018-04-26 15:54:24 -04:00
Shyotl
f9897b607b Merge branch 'master' of git@github.com:Shyotl/SingularityViewer.git 2018-04-09 02:51:22 -05:00
Shyotl
798f4c1a69 Avoid needing winver 601. 2018-04-09 02:50:44 -05:00
Shyotl
7a04780841 Merge branch 'master' of git@github.com:Shyotl/SingularityViewer.git 2018-04-09 02:36:30 -05:00
Shyotl
d3e1edcc93 Windows dpi scaling. 2018-04-09 02:08:46 -05:00
Shyotl
50a0902f92 Fix projector reflections. 2018-02-19 01:58:32 -06:00
Shyotl
84da051385 Merge branch 'master' of git@github.com:Shyotl/SingularityViewer.git 2018-02-13 23:07:15 -06:00
Shyotl
c77699dcd5 Speakerlist was taking a ridiculous amount of frame time when displaying large groups. 2018-02-13 23:06:41 -06:00
Shyotl
02865a9179 Merge branch 'master' of git@github.com:Shyotl/SingularityViewer.git 2018-02-08 03:25:32 -06:00
Shyotl
410d2a83a2 llformat with std::string args is no bueno. 2018-02-08 03:25:02 -06:00
Shyotl
d46f96a8d6 Fix 'function uses ‘auto’ type specifier without trailing return type' spam in gcc due to accidentally using c++14 syntax. 2018-02-08 03:18:09 -06:00
Shyotl
ce1b58dd13 Merge branch 'master' of git@github.com:Shyotl/SingularityViewer.git 2018-02-08 01:56:43 -06:00
Shyotl
05b8e08ee8 Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git 2018-02-08 01:35:31 -06:00
Shyotl
24a05a2ebe Add header and remove new unnecessary 'ignore' button handling due to 'ignore' checkbox now working for notify toasts. 2018-02-08 01:31:00 -06:00
Shyotl
2dc46964b4 Simple update check mechanism, and tons of notification tweaking to make the notifications look less crap. 2018-02-08 01:26:09 -06:00
Shyotl
30df7dacde Add bulk speaker updates. Sped up speaker fetching by disabling list sorting during bulk updates. 2018-02-07 21:18:35 -06:00
Shyotl
fa628ce4d1 Use standard SL splash screen. 2018-02-05 01:40:36 -06:00
Shyotl
92eb988f2a Pull in vertex buffer changes from alch. 2018-02-05 00:06:54 -06:00
Shyotl
ecc820f784 Fix shader compilation errors. Pulling bits and pieces out of massive set of unstaged changes never ends well.. 2018-02-04 23:23:04 -06:00
Shyotl
85cb3cb0d0 Clean up deferred shaders by moving common methods into shared glsl file 2018-02-04 23:08:31 -06:00
Shyotl
ec91f9a026 Skip binding emissive shader for alpha glow. Caused huge pipeline stalls. Looking into alternate solution. 2018-02-04 23:08:07 -06:00
Shyotl
8fd728ca59 Clean up generated prepended shader preprocessor mess. 2018-02-04 23:06:16 -06:00
Shyotl
cf1ce7d7e5 Per-frame per-avie rigged transform matrix cache from Alchemy, with minor alterations. 2018-02-04 23:02:07 -06:00
Shyotl
54fc42cc73 Fixed ssao without shadows enabled. (Thanks LightDrake) 2018-02-04 23:02:01 -06:00
Shyotl
a39844f9f3 Double the maximum texture memory. 2018-02-04 23:01:44 -06:00
Shyotl
2195c2af37 And.. a missing line. 2018-02-04 23:01:38 -06:00
Shyotl
a3b37f58e3 Tweak shadows to look a little less crap. 2018-02-04 23:00:55 -06:00
Shyotl
d3dbbed6af Explicitly alphamasked faces on HUD attached prims were not going into correct drawpool. 2018-02-04 23:00:30 -06:00
Shyotl
9b75abdb09 Fixed issues with ring rendering on mini and world map when ui scale was not exactly 1.0 2018-02-04 23:00:19 -06:00
Shyotl
1271eeb808 Merge remote-tracking branch 'liru/Release' 2017-11-18 11:09:40 -06:00
Shyotl
77ebb91d37 Resolve linker errors encountered on linux builds. 2017-11-17 23:21:03 -06:00
Shyotl
ca64b81785 Attempt at fixing windows build issue. Linux breakage TBD. 2017-11-16 17:48:22 -06:00
Liru
4e6eaa2849 New abuse reports upload the screenshot whenever possible 2017-11-01 18:15:47 -04:00
Liru
188704d177 Don't reduce the damn framerate, what's wrong with you?! 2017-11-01 18:14:34 -04:00
Liru
4aa943b871 XML sync report abuse with upstream 2017-11-01 18:13:36 -04:00
Shyotl
68c498163d Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer 2017-10-03 14:50:28 -05:00
Liru
0b35781d55 Refresh balance when it's clicked 2017-10-02 15:31:07 -04:00
Liru
f838fa5d45 Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer into Release 2017-10-02 14:12:18 -04:00
Inusaito Sayori
2922f78c20 Merge pull request #30 from nikolas/patch-2
Variables.cmake: typo fix - BOOl -> BOOL
2017-10-02 13:29:24 -04:00
Inusaito Sayori
5be20f26f3 Merge pull request #27 from nikolas/detect-debian
Fix debian detection
2017-10-02 13:10:00 -04:00
Inusaito Sayori
0a01adf101 Merge pull request #31 from nikolas/patch-3
Variables.cmake: fix typo - Unkown -> Unknown
2017-09-30 23:56:55 -04:00
Nik Nyby
5e3e46847e Variables.cmake: fix typo - Unkown -> Unknown 2017-09-30 23:48:25 -04:00
Nik Nyby
c68b7ff4a8 Variables.cmake: typo fix - BOOl -> BOOL 2017-09-30 14:12:58 -04:00
Nik Nyby
740153475c Fix debian detection
My OS wasn't getting detected as Debian. This fixes that.
2017-09-29 14:10:55 -04:00
Inusaito Sayori
71c363e115 Merge pull request #28 from nikolas/patch-1
readme: update issue tracker link
2017-09-26 01:33:27 -04:00
Nik Nyby
8f40538d01 readme: update issue tracker link 2017-09-26 00:56:50 -04:00
Shyotl
733fca3d49 Http asset fetching. 2017-06-20 19:50:22 -05:00