Liru Færs
11d59d1b00
Merge branch 'master' of git://github.com/Shyotl/SingularityViewer
...
# Conflicts:
# indra/newview/llsurface.cpp
2020-03-23 01:04:25 -04:00
Liru Færs
4e042db404
Merge branch 'master' of https://github.com/RouterGray/SingularityViewer
2020-03-23 01:03:25 -04:00
Liru Færs
0f6285b2e9
Split up floaterao.* into aosystem.* and aostate.h, also further refactor
2020-03-22 15:02:08 -04:00
Liru Færs
a3d2107bfd
Fix an oopsie woopsie, thanks bready doggy
2020-03-22 10:46:30 -04:00
Liru Færs
a66c91bc5a
Labels for agent slurls should use the default name system
2020-03-22 10:36:54 -04:00
Liru Færs
4602602a5f
Link owner name in inventory offers from objects
2020-03-22 10:03:51 -04:00
Liru Færs
0511d5903a
erase iters properly, please
2020-03-22 09:53:47 -04:00
Liru Færs
7597ce3b37
Force Swim button for AO, for when you wanna swim above water
...
Force Swim forces swims to be enabled
2020-03-22 09:52:54 -04:00
Liru Færs
7509d929d8
Make everyone upset! Reorganize group notices!
...
Feature request: clickable names and group names
Remove dead space in group notices that has always plagued us
2020-03-22 09:07:46 -04:00
Liru Færs
c7e03600aa
Fix constant reallocation of texture fetch command queue because...who..uses a vector..for a fifo...
...
By Rye, thanks!
2020-03-22 07:46:20 -04:00
Liru Færs
4871f5ed8e
AO Refactor
...
Should fix AO not turning on without opening floater first
Cleans up code
Reduces memory footprint, especially when not in use
Removes unused functions and parameters
Decouples AO from Floater class (AOSystem)
Removes duplicate Idle state
Formalizes singleton patterns of globals
Centralizes override handling into override structs
Fall back on simple english notecard explanation when missing config ini
Fixes sitting override playing when sitting is disabled (and acting weird)
Moves the bulk of override handling into override structs
No longer state-based, now tracks using per-struct playing field
2020-03-22 07:42:24 -04:00
Router Gray
e5a6f1e2d9
[CMake Linux] Fix my being too rushed in Copy3rdParty, restore openal
2020-03-16 03:38:55 -05:00
Shyotl
a29491658b
Merge branch 'master' of https://github.com/singularity-viewer/SingularityViewer.git
...
# Conflicts:
# indra/llmath/lloctree.h
# indra/newview/llsurface.cpp
2020-03-15 00:53:20 -05:00
Shyotl
26976b715d
Fixup minor use after free issues, and improper mutex usage in meshrepo. Also fixed some compiler warnings.
2020-03-15 00:46:57 -05:00
Liru Færs
8d564d6ed1
Follow Pilot algorithm tweak: Fly if already flying or target is above
2020-03-10 17:00:02 -04:00
Liru Færs
18fbac26dc
Correct comment in follow pilot code
2020-03-10 16:32:14 -04:00
Liru Færs
9f82933149
Reduce repeated follow pilot code
2020-03-10 16:31:51 -04:00
Liru Færs
9b7aa959b0
Fix unresolved links in caution notifications
2020-03-10 16:30:37 -04:00
Liru Færs
1c46c26e6b
Notifications with tooltips on buttons, for when text is too long!
2020-03-10 16:29:10 -04:00
Liru Færs
506c6aaa9e
Use INetC instead of NSISdl, thanks Rye!
2020-03-10 16:27:48 -04:00
Liru Færs
dd61d475cb
Prevent use of outdated notecard import by removing it from LLTextEditor
...
LLViewerTextEditor properly overrides this anyway.
2020-03-05 04:09:46 -05:00
Liru Færs
6e5eed7957
Fix focus on Object Owners
...
Just noticed this must've slipped out of a previous commit
2020-03-04 15:45:04 -05:00
Liru Færs
7859c0a191
Fix the ancient way of magic text box hack wherein multiple buttons works
...
Also when muting scripts through notification, properly pop mute dialog
2020-03-03 22:02:44 -05:00
Liru Færs
ef46d21582
Final
2020-03-03 21:51:54 -05:00
Router Gray
5071c1e0cf
Merge remote-tracking branch 'github-liru/master' into NixTesting
2020-03-01 09:42:35 -06:00
Router Gray
ecd52a9e1a
[Cmake] Comment out unused llplugincookiestore.
2020-03-01 09:42:00 -06:00
Router Gray
0a6a47a099
[Linux] Use system X11.
2020-03-01 09:42:00 -06:00
Router Gray
9880fe225e
[Linux] Use system libraries for dbus-glib, gtk-atk-pango-glib, and ogg-vorbis.
2020-03-01 09:42:00 -06:00
Liru Færs
5d44552a60
Allow UI scale values as low as .5 to better meet HiDPI needs
...
Adapted from Rye's work on Alchemy, Thanks!
2020-03-01 09:21:59 -05:00
Liru Færs
ffa32f8c98
Fix linux compile
2020-03-01 03:51:47 -05:00
Liru Færs
b7086a993d
Merge branch 'master' of git://github.com/Shyotl/SingularityViewer
...
# Conflicts:
# indra/llmath/lloctree.h
# indra/newview/llsurface.cpp
2020-03-01 03:39:30 -05:00
Shyotl
d2d172f6ec
Allow oversized images when performing raw snapshots.
2020-02-29 22:51:45 -06:00
Shyotl
34f6ea4db2
Rework LLSurface[Patch]. Abuse weak_ptr for now. Rewrote connectNeighbor. LLSurfacePatch no longer calls parent LLSurface with this poiter, instead parent surface just handles return value and controls its own behavior [Requred for weak_ptr/shared_ptr change.
2020-02-29 22:33:51 -06:00
Shyotl
d8c4db17f2
Make gcc happy again..
2020-02-29 22:15:46 -06:00
Shyotl
c340dde03d
Speculative fixes.
2020-02-29 22:15:27 -06:00
Liru Færs
e502b87b63
Ooops, forgot to save the rewrite of this that actually fixes it
2020-02-29 11:16:46 -05:00
Liru Færs
d6f320fb5e
Clean up Object SLURL right click menu with a few submenus
2020-02-29 08:20:50 -05:00
Liru Færs
e4eca079e6
Allow right clicking object UI labels to interact with their owners!
2020-02-29 08:19:41 -05:00
Liru Færs
68ceac3678
llDialog & llTextBox with linked owner name and object name
2020-02-29 06:46:20 -05:00
Liru Færs
991d603a0c
Don't copy around strings and UUIDs, LL... pls
2020-02-29 05:57:36 -05:00
Liru Færs
74a6f7382a
When possible, populate the owner id of our llviewerobjects
2020-02-29 05:51:07 -05:00
Liru Færs
9264482dc3
Small patch to french translation, thanks Nomade
2020-02-29 04:47:53 -05:00
Liru Færs
1a61c49fc7
Display name change notifications that link to the user
2020-02-29 04:47:17 -05:00
Liru Færs
c2480d7227
When muting an object via pie menu, select it in the mute floater
2020-02-29 04:46:15 -05:00
Liru Færs
72b5976605
Merge to fix missing agent slurl handler for removefriend and (un)block
2020-02-29 04:45:37 -05:00
Liru Færs
1b742aa933
Menu finals and overrides
2020-02-28 22:33:37 -05:00
Liru Færs
9412f631fa
Object->Derender from Object UIs
2020-02-28 01:31:34 -05:00
Router Gray
be07df3043
[Lib] Update Linux dullahan
2020-02-26 23:54:22 -06:00
Router Gray
8f89127900
[CEF] Catch a missed change for dullahan update. OCDly fix an indentation.
2020-02-26 23:24:36 -06:00
Router Gray
c72059e73f
[CMake CEF] How was this even working? Set dependencies and link targets to cef instead of webkit.
2020-02-26 07:21:48 -06:00