Router Gray
518da73ad2
Drop some unused boost lexical_cast includes and associated MSVC pragmas.
2020-05-22 14:48:35 -05:00
Router Gray
3e78b74474
Now that fmt plays nice with gcc let's actually use it: replace std::to_string, boost lexical_cast and a couple miscellaneous llformats with fmt. (Alchemy sync-ish)
2020-05-20 21:07:18 -05:00
Router Gray
34a7ebf53f
[Linux] Port some bits from Alchemy & future to stop using dark-ages deprecated GDK/GTK.
...
Todo: Revisit this and clean up some code duplication I stumbled over in the process. (legacy.cpp llwindowsdl.cpp)
2020-05-19 21:48:57 -05:00
Router Gray
45be739fea
[Lib][Linux] Use system SDL not prebuilt.
2020-05-19 21:42:56 -05:00
Router Gray
68ae8afaf9
[Lib] Update abseil and fmt.
2020-05-19 16:51:29 -05:00
Router Gray
2bdcd9d07f
[Linux] Target SSE 4.1. (I will make custom builds if anyone on older cpu's turns up. - RG)
2020-05-19 16:50:36 -05:00
Router Gray
24f5457203
Add setting to allow legacy UDP offline message fetch till LL fixes the cap.
2020-05-19 16:46:52 -05:00
Liru Færs
f941bc4334
[RLVa] Lie about our version of the spec, for now, I'll fix this later
...
RLV_VERSION is supposed to follow Marine Kelley's version,
we support most 2.9.0 features, but no 2.9.20 ones. So this is correct.
RLVa_VERSION is undocumented, play pretend by matching Kitty's version
Kitty's version has no documentation about version differences
that I can find. So we're just going to pretend to be up to date.
2020-05-19 14:00:01 -04:00
Shyotl
ab5bce69ee
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
2020-05-16 22:52:08 -05:00
Shyotl
050a8c3923
Use sse copy for vertex and texcoord data.
2020-05-16 22:48:41 -05:00
Shyotl
8817bf53e3
Fix loading of texture precache list.
2020-05-16 22:45:50 -05:00
Shyotl
5e21037230
Fix rare shutdown crash
2020-05-16 22:44:03 -05:00
Liru Færs
cabaf0fd1c
Don't use buildHTTP for login page, it might be https! Copy entire uri!
2020-05-13 19:40:52 -04:00
Shyotl
bd92a09a48
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
2020-05-09 04:51:12 -05:00
Shyotl
61f90c665a
Fix issue with persistent notifications. open_notifications.xml was accumulating inaccessible notifications. Added MaxPersistentNotifications to cap notifications. Notifications new stored per account per grid. Startup should be faster too.
2020-05-09 04:50:01 -05:00
Router Gray
32dbd40e64
Unhack the string_view workaround in llpreviewgesture, with a slightly less hacky hack in llstring. lol. Thanks Liru for making this as lean as ancient gcc can stand it to be.
sv-1.8.9.8382-beta
2020-04-26 08:44:23 -05:00
Router Gray
a69e04a817
[Lib] Update Fmtlib, and enable it for Linux builds. This is bare bones; only removing the Linux workarounds in Cmake.
2020-04-26 00:05:02 -05:00
Router Gray
159de683e8
Correct a logical OR in llrender, and add guards against mCount dropping below zero. (Alchemy and LL sync)
2020-04-26 00:04:48 -05:00
Liru Færs
a9dbaf5e0a
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer
2020-04-23 23:23:38 -04:00
Shyotl
3c3d8c2400
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
2020-04-23 14:57:55 -05:00
Shyotl
b4080f8e2d
Demote this to llassert.
2020-04-23 14:57:30 -05:00
Shyotl
5de94d6610
Address several remaining 1.8.9.8373 crashes reported on
2020-04-23 14:56:47 -05:00
Shyotl
829045c262
Haphazard unsigned to signed casts causing problems? Shocker.
2020-04-23 14:51:06 -05:00
Liru Færs
b02d70fba0
Merge stuff from future branch and a logic bug fix by Router
2020-04-23 11:43:22 -04:00
Liru Færs
64ed6e99f0
Fix [NAME] appearing in certain i18n notifications instead of slurls
...
Thanks for catching this, Nai
sv-1.8.9.8373-beta
2020-04-19 20:12:23 -04:00
Liru Færs
33d3bb2870
[Chat Logs] When migrating file to new name, respect possible new name file
...
If a new name file exists, copy its contents into our currently tracked
file, because we update our tracked file, the new file can only contain
more recent text (unless a name change back and forth and back happened
since last run, but then the out of order text isn't entirely our fault)
So we copy the new file's text to the bottom of our old file and then
remove the new file, so we can rename our old tracked file to the updated
name.
If we cannot perform the copy, or the delete, we bypass the migration,
leaving our old tracked file as a remnant and begin to track the new name
file because that is more proper than clinging to the old one, and thus
no history is lost to failure.
2020-04-19 20:04:25 -04:00
Liru Færs
4df2193a4c
[Chat Logs] Always read from name cache on start to try to update ID Map
sv-1.8.9.8371-beta
2020-04-19 16:40:17 -04:00
Liru Færs
343be08467
[Chat Logs] Break out migrateFile from makeLogFileName for use elsewhere
2020-04-19 15:50:50 -04:00
Liru Færs
788b83bff3
Woops, thanks for catching this, Shyotl!
sv-1.8.9.8369-beta
2020-04-18 19:15:49 -04:00
Liru Færs
c201ac90ba
Track log names in a json map AND Fix processing local log load as system
...
Update old style callbacks for chatFromLogFile functions to lambdas
Keep track of people's log's name using their IDs, but don't rename.
Fallback on ID if name is empty (if the grid is a meanie)
Also track group names this way, sometimes those change.
Prefer std::array, since we're in the area.
2020-04-18 00:17:05 -04:00
Shyotl
af3c66ad08
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
2020-04-16 02:23:32 -05:00
Shyotl
9bffc4bb82
Attempt to squash spatial partition crash.
2020-04-16 00:52:55 -05:00
Shyotl
132db6225e
Make Debug configuration compile once more.
2020-04-16 00:49:42 -05:00
Shyotl
257086cbfc
Revert texture fetching behavior back closer to v3.
2020-04-16 00:36:56 -05:00
Liru Færs
7755f1ec52
Merge branch 'master' of https://github.com/RouterGray/SingularityViewer
sv-1.8.9.8363-beta
2020-04-11 10:28:04 -04:00
Router Gray
c5f1ac808b
Fix postcard sends, use cap for user info, stop using 'from' email as per upstream. Mark final and overrides. Thanks Nadira Fairport for reporting & Liru for help.
2020-04-11 09:22:26 -05:00
Liru Færs
1a8660909d
Copy Folder ID and Open Folder In New Window for ANY folder
2020-04-10 17:40:06 -04:00
Shyotl
e6826a4c7c
Fix 'is typing...' notifications never going away.
2020-04-10 16:28:37 -05:00
Router Gray
801bb8a075
Compile fix, make types agree in terniary in octree. Thanks Liru.
2020-04-10 13:21:57 -05:00
Shyotl
b2c965e22d
Do not apply internal windlight parameter scaling on the sliders themselves.
2020-04-09 14:20:55 -05:00
Shyotl
be3cbc642b
Update current region debug string upon cap seed request. Carry over seed cap if dead region is replaced with new.
sv-1.8.9.8357-beta
2020-04-09 02:12:36 -05:00
Shyotl
24331d3c90
Prefer LLPointer over potential for dangling LLSpatialGroup pointers.
2020-04-09 01:56:32 -05:00
Shyotl
8a16e6c99f
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
sv-1.8.9.8355-beta
2020-04-08 18:18:19 -05:00
Shyotl
f36e8fbeca
Better crashdump context.
2020-04-08 18:11:09 -05:00
Liru Færs
718ef09adf
Fix removing/exporting picks when unable to add more
...
Wooops, wrote that wrong, must've been tired or something
2020-04-08 09:21:21 -04:00
Liru Færs
6443849ea9
Do not lookup strings in the toolbar per frame, ack!
2020-04-08 08:33:41 -04:00
Liru Færs
cbb7e473ba
Merge branch 'master' of git://github.com/Shyotl/SingularityViewer
2020-04-08 06:59:48 -04:00
Liru Færs
118957362f
Fix mismatched tag
2020-04-08 05:11:11 -04:00
Shyotl
ed7f73769f
Potentially fix crash in LLSurface
2020-04-07 23:30:12 -05:00
Liru Færs
ae15dcb318
Merge 41224c57317b6c1b44528aa1dc1f13732cdffe6d from viewer-lion... sorta
...
Fixes broken default perms message sometimes popping up for certain avs
2020-04-07 16:55:58 -04:00