Commit Graph

6027 Commits

Author SHA1 Message Date
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
Shyotl
d7e7701927 Make texture fetch type (mFTType) a const member variable and remove from init() call. forceRefetch was clobbering mFFType via init call and firstinit boolean is a stupid hack. 2019-04-26 22:52:48 -05:00
Lirusaito
15a8e1f08f Don't limit estate managers on non-SL grids, let the grid do that. 2019-04-25 15:40:51 -04:00
Lirusaito
2d06d455cd ProductEngines are Lindens, I guess. 2019-04-25 01:48:56 -04:00
Lirusaito
14774b03ad Squash Nai's bug and still fix the issue? 2019-04-23 13:33:09 -04:00
Lirusaito
f7386e8e70 Update python stuff to latest
Probably definitely break linux
2019-04-20 16:28:51 -04:00
Lirusaito
a5be867238 Merge branch 'master' of https://github.com/Pytak/SingularityViewer into animesh 2019-04-20 10:28:58 -04:00
Router Gray
726141d6da Fix LLViewerObject processTaskInvFile iterator double .begin() and no .end() 2019-04-20 09:14:48 -04:00
Lirusaito
d194dfbc09 Sync with alchemyng for VCRedist update 2019-04-19 23:25:47 -04:00
Lirusaito
f26425f17a VLC instead of QuickTime
I dunno if it's actually in there yet... meh
2019-04-19 00:05:49 -04:00
Lirusaito
b28313559d Update to VS2019, you now need autobuild-1.1 on windows 2019-04-18 23:49:47 -04:00
Lirusaito
d933472a16 Wooops, I'm sick and blind 2019-04-18 23:29:28 -04:00
Lirusaito
6c034506c3 Does this fix the issue with recent items not updating? 2019-04-18 20:55:17 -04:00
Lirusaito
07569d008d Fix compile issues, thanks Router! 2019-04-18 09:19:20 -04:00
Lirusaito
f670c774d3 Oh hey, we can do this part of VLC merge right now too! 2019-04-17 18:28:22 -04:00
Lirusaito
7c41dc2e7e It's a syncing ship
Ha... get it?
I'm so lonely...
2019-04-17 18:09:39 -04:00
Lirusaito
7c40f3332f Myan 2019-04-17 18:07:32 -04:00
Lirusaito
2df95bb4bd Floater About VLC support 2019-04-17 17:57:22 -04:00
Lirusaito
68a4975fe1 Actually fix the removal of Starting session
Thanks for the assistance and testing, Router~!
2019-04-17 15:01:48 -04:00
Lirusaito
56962a26cc Merge branch 'animesh' of git://github.com/Shyotl/SingularityViewer into animesh 2019-04-17 12:43:28 -04:00
Shyotl
7f776c0d53 Fixed geom never generating in some scenarios. 2019-04-17 00:49:46 -05:00
Shyotl
bee0109e33 Reduce per-frame std::map lookups.. 2019-04-16 20:08:10 -05:00
Router Gray
fd6b367746 Fix missed changes for is_trivially_copyable and make gcc happy about them (#4) 2019-04-13 16:43:47 -04:00
Lirusaito
5228451c9c Fix a lag bug of chat vanishing at the start, 'cause that's wrong.
This might break chat, but I'm sleepy, so you get it untested...
do the math yourself if it's wrong.
2019-04-13 03:09:12 -04:00
Lirusaito
c78770138d If a log file doesn't exist, just let the user know with a sound
Also a warning, in the log, displaying the path.
2019-04-13 03:02:26 -04:00
Lirusaito
947cf57100 And then I remembered windows is windows. 2019-04-13 02:53:01 -04:00
Shyotl
66b929c3fa Merge branch 'animesh' of https://github.com/Lirusaito/SingularityViewer.git into animesh 2019-04-11 23:54:32 -05:00
Shyotl
c1d1059a9a Feature: Hold shift to disable right-clicking rigged mesh. 2019-04-11 23:53:57 -05:00
Shyotl
ccacdf7e6b Remove redundant pick hover logic. Already handled in LLToolPie. 2019-04-11 23:51:05 -05:00
Lirusaito
69100fcca3 Fix Dullazoom 2019-04-11 07:08:47 -04:00
Lirusaito
cd8edf933f [Dullahan] Add browser hotkeys for zooming (doesn't actually work yet) 2019-04-11 06:51:30 -04:00
Lirusaito
7fc90d3dce Feature Request: Add SinguAlwaysUnderlineLinks to always underline links 2019-04-11 04:15:12 -04:00
Lirusaito
12890af0cc Fix Folder Sharing logic bug, woops, thanks Shy! 2019-04-11 04:15:08 -04:00
Shyotl
1351a2695e Merge branch 'animesh' of https://github.com/Lirusaito/SingularityViewer.git into animesh
# Conflicts:
#	indra/newview/llspatialpartition.cpp
#	indra/newview/llvoavatar.cpp
#	indra/newview/llvovolume.cpp
2019-04-11 02:02:05 -05:00
Shyotl
e49b484c2f Updated rigged mesh selection/cursor hover handling. 2019-04-11 01:16:50 -05:00
Lirusaito
66a94c6778 Hide partner grid stuff always, unless advanced is selected 2019-04-10 15:34:26 -04:00