Commit Graph

7629 Commits

Author SHA1 Message Date
Lirusaito
8653ee79ea Update Floater Inv Panel to be more modern 2019-04-28 09:02:43 -04:00
Lirusaito
0cc146a170 Change LLInstanceTracker to use a boost unordered map
Also remove unused functions and an unused typedef with it
2019-04-28 09:01:38 -04:00
Lirusaito
56378772cc Add operator == for LLSD to llsdutil.h 2019-04-28 09:00:17 -04:00
Lirusaito
64561fa57b [Radar] Feature Request: Make sort order persist 2019-04-28 06:30:20 -04:00
Lirusaito
b34021abd5 Fix Beware's notecard embed crash by immediately reflowing upon remove
We'll want to revisit this later and more optimally fix it.
2019-04-28 06:22:42 -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
b8c9d9c0f3 Clean up LLScrollListCtrl and add ability to getSortColumns() 2019-04-27 03:02:47 -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
005ec30d7b Max estate managers is 15 now 2019-04-25 17:07:51 -04: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
f2b773dac7 Fix linux build, thanks Router 2019-04-24 17:34:45 -04:00
Lirusaito
14774b03ad Squash Nai's bug and still fix the issue? 2019-04-23 13:33:09 -04:00
Lirusaito
190e3e8c2f Fix link replacement being enforced improperly, thanks Beware! 2019-04-21 22:06:33 -04:00
Lirusaito
0464e611c7 Sync with future branch for urls 2019-04-21 20:39:54 -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
002cbce499 Regextra. Fix URLs with '?' params and probly other stuff too. Thanks Liru. 2019-04-20 09:21:20 -04:00
Router Gray
5f38bb4bf2 Make dullahan autoplay autoplay. Thanks Liru. 2019-04-20 09:15:46 -04:00
Router Gray
726141d6da Fix LLViewerObject processTaskInvFile iterator double .begin() and no .end() 2019-04-20 09:14:48 -04:00
Lirusaito
ed09681479 There's no need to warn or even mention this, thanks Deltek! 2019-04-20 01:35:30 -04:00
Lirusaito
d194dfbc09 Sync with alchemyng for VCRedist update 2019-04-19 23:25:47 -04:00
Lirusaito
8ef3e923e8 Allow bare minimum urls in [url text] syntax 2019-04-19 20:07:46 -04:00
Lirusaito
564410ac7e Fix some warnings and errors 2019-04-19 17:29:55 -04:00
Lirusaito
f2beb4443a This should fix Linux, thanks Drake. 2019-04-19 16:52:40 -04:00
Lirusaito
1a88370566 Finish hooking up VLC and removing quicktime 2019-04-19 15:00:05 -04:00
Lirusaito
01b4339b6f Fix configure
Not sure how Prebuilt.cmake worked in my repo but not others, but okay.
Of course I'd forget to stage the libvlc directory.
And somehow vlc-bin wasn't added to autobuild.xml?!
2019-04-19 13:11:52 -04:00
Lirusaito
308a249891 Pie menus were looking up settings each frame...
How am I the first to notice this.
Also, while we're here, let's clean up duplicate code and make some constexprs
2019-04-19 02:29:12 -04:00
Lirusaito
1244d5df03 Fix the chat bug, save the world~
Also fix badly written parts of LL stuff synced.
2019-04-19 01:16:27 -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
8979f12111 Fix the chat bug, I think... also momre text base sync, yay! 2019-04-18 14:45:21 -04:00
Lirusaito
289d1055e5 Fix bad md5sum? 2019-04-18 13:55:56 -04:00
Lirusaito
41ebd51fca C'mon, reallly? 2019-04-18 10:16:48 -04:00
Lirusaito
07569d008d Fix compile issues, thanks Router! 2019-04-18 09:19:20 -04:00
Lirusaito
e5f3d1d8bc Break Linux? Fix volume catcher? Only time will tell 2019-04-17 18:41:13 -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
41c56f706a It's all Greek to me
Thanks, Router!
2019-04-17 12:43:36 -04:00
Lirusaito
56962a26cc Merge branch 'animesh' of git://github.com/Shyotl/SingularityViewer into animesh 2019-04-17 12:43:28 -04:00