Shyotl
21b1d5b52e
Hotspot elimination.
2019-08-07 21:21:36 -05:00
Shyotl
da86dd08c4
Throttle avie complexity calculation frequency to once per 5s per avie.
2019-08-06 00:09:59 -05:00
Shyotl
6dc9210a7e
Const is good. Use it for viewer stats.
2019-07-25 22:30:44 -05:00
Shyotl
ea2b1e179e
Removed unnecessary lighting assertions. Fixed compiler warning.
2019-07-23 20:49:17 -05:00
Shyotl
35433cb8a4
Added tools->avatar tool submenu when rightclicking rigged mesh. Fixed 'reset skeleton and animations' on self pie menu not working.
2019-07-21 01:57:30 -05:00
Shyotl
225d174ec6
MIN_MEM_FOR_NON_TEXTURE setting doesn't work well with new math. Lower signifigantly.
2019-07-18 01:33:47 -05:00
Shyotl
ed9307097b
Updated LLFloaterMessageLog
2019-07-10 01:16:40 -05:00
Shyotl
37839ff247
Fix broken 'create new outfit' checkboxes. Not sure when this broke.. (The checkboxes are wrongly lower-cased. Hack around it in code instead of breaking translations...)
2019-07-09 22:04:46 -05:00
Shyotl
d9392d5c39
fix cmake without vc redist. remove double to float warning.
2019-07-04 09:30:59 -05:00
Shyotl
279d919164
Merge branch 'animesh' of https://github.com/Lirusaito/SingularityViewer.git into animesh
2019-07-03 19:42:40 -05:00
Shyotl
9e47335f98
Revert raised cache cap. Actual impl is not in this branch. Also use actual unit types for cache size logic because it looks nicer.
2019-07-03 17:50:09 -05:00
Shyotl
43ab8a2e36
Do not attenuate specular map with diffuse map trasnparency.
2019-07-03 16:00:33 -05:00
Shyotl
b5cb6459b0
Tweak memory detection algorithm.
2019-07-03 16:00:16 -05:00
Shyotl
4622be4cef
Clear sim stats upon stats stat update in new region.
2019-07-03 15:59:51 -05:00
Lirusaito
0197a47007
Support modern event slurls
2019-07-01 20:31:09 -04:00
Lirusaito
128d30bd4b
Fix Compile
2019-06-16 03:57:04 -04:00
Lirusaito
7dea17cdc7
Fix Xitano's bug by fixing my viewer_manifest bootstrap paradox
2019-06-13 18:27:43 -04:00
Lirusaito
82386fe2ef
Negative TeleportHistoryMaxEntries means unlimited now
2019-06-10 09:15:35 -04:00
Lirusaito
c2f56f1881
Woops, now inventory floaters remember their position per folder for real!
2019-05-31 22:57:50 -04:00
Lirusaito
68fc758e94
Do not make installer package unless binary is updated (or touched)
...
This is bad for production,
adding a touch binary line to the prebuild step should fix it though
2019-05-31 19:35:22 -04:00
Lirusaito
1cd7706461
Actually updaate the binary we put into the installer
2019-05-31 18:22:56 -04:00
Lirusaito
2e5141bd25
Possible fix for Torric's gesture toggle crash
2019-05-27 06:25:29 -04:00
Router Gray
f6d8573221
"Liru: All getters should be const, ideally." Clang agrees.
...
The values being compared are const, the result should be too.
2019-05-24 12:06:35 -05:00
Router Gray
562982cc30
Null check, sooner is better, and clang is happy. Thanks Liru.
2019-05-24 12:06:34 -05:00
Router Gray
df13aa408b
Add missing operand in inventory actions.
2019-05-24 12:06:33 -05:00
Router Gray
4329d46ac4
Properly comment out code so compilers quit whining about 'unreachable'.
2019-05-24 12:06:33 -05:00
Router Gray
bf9e900731
Fix warning about variable promotion.
2019-05-24 12:06:32 -05:00
Router Gray
40ad9fad32
Fix fonts search path on not-Windows.
2019-05-24 12:06:32 -05:00
Router Gray
58d94e9883
Change some instances of {0} to {} to pacify compilers.
2019-05-24 12:06:30 -05:00
Lirusaito
4bb63a9827
Fix SinguReplaceLinks not being respected on various user driven UI
...
Corrects display for Readonly Notecards, Picks, Group profiles, First/
Second Life, Classifieds, Events, Landmarks, About Land, and Region/Estate
Thanks for giving me the heads-up, Beware
2019-05-10 18:47:06 -04:00
Lirusaito
e9c99089e1
No viewer_manifest warnings, please.
2019-05-10 14:04:32 -04:00
Router Gray
9bcd3298ba
Use dictionaries prebuilt instead of in-tree; adds several languages.
2019-05-05 20:15:04 -04:00
Router Gray
2f9a43effd
Sync with Alchemy to fix and streamline Windows plugins packaging
2019-05-05 20:14:59 -04:00
Router Gray
535a01ea30
SLVoice update Windows and Mac
2019-05-05 20:14:53 -04:00
Lirusaito
1193f9bb65
Fix Torric's no copy texture crash
...
Thanks for the research and textures, Cheesy
2019-05-05 20:09:31 -04:00
Lirusaito
623b993fa9
Fix the inventory floater resize bug
...
Thanks for catching this, Deltek.
2019-05-05 18:52:00 -04:00
Lirusaito
7773f6b4f7
Restore the old toggle behavior of the special inventory floaters
2019-05-04 07:12:40 -04:00
Lirusaito
2b47e62dd8
Remove dumb dynamic cast children loop in toolbar init
...
:%s/\<button /button sound_flags="0" /
2019-05-04 03:51:12 -04:00
Lirusaito
6dadfaffac
Improve rect control name of inventory folder floater
...
This makes it more reliably usable and more understandable to the user.
The downside of this is that folders with the same name will have the same
position, but I don't think that really matters.
2019-05-04 03:34:38 -04:00
Lirusaito
f0ef3a4569
Fix defaulted inventory folder floater title
2019-05-04 03:31:50 -04:00
Lirusaito
140f5d3b0a
Make Outbox and Favorites like other new inventory windows
...
Yay search~
2019-05-04 03:24:28 -04:00
Lirusaito
22f314d158
Dynamically create Rect Controls for storing Inv in New Window Pos/Size
2019-04-29 00:15:43 -04:00
Lirusaito
8653ee79ea
Update Floater Inv Panel to be more modern
2019-04-28 09:02:43 -04:00
Lirusaito
64561fa57b
[Radar] Feature Request: Make sort order persist
2019-04-28 06:30:20 -04:00
Lirusaito
c6b17c9005
Probably fix Torric's issue of notes being overwritten
2019-04-28 06:17:57 -04:00
Lirusaito
331023e878
Strings and LLSD settings now get edited with a text editor
2019-04-28 03:39:13 -04:00
Lirusaito
d47fb4da03
Merge branch 'animesh' of git://github.com/Shyotl/SingularityViewer into animesh
2019-04-28 01:21:51 -04:00
Lirusaito
40faef0bf8
If a setting is LLSD, display it in pretty print xml in debug
...
This should probably get its own TextEditor later on, it'd look better.
2019-04-27 03:04:11 -04:00
Lirusaito
d33ae35fb3
OK in preferenes should save per account settings if possible
2019-04-27 03:01:49 -04:00
Shyotl
5f56d2d38f
Show channel in script text box dialog popdown
2019-04-26 22:52:59 -05:00