| Age | Commit message (Collapse) | Author |
|
remove unneeded panel background
|
|
Remove unneeded panel background
|
|
remove unneeded panel background
|
|
Remove unneeded background from permissions
|
|
Remove unneeded backgrounds
|
|
make background of minimap reveal window background
|
|
Remove unneeded backgrounds
|
|
Looked kind of fuzzy with how it was originally scaled
|
|
Discovered extra shadow in corner that was only visible against dark backgrounds
|
|
:P
|
|
general cleanup
|
|
oopsie
|
|
|
|
xdg icons don't need shadow
|
|
|
|
Forgot about these lol
|
|
Pixelated skull and cross bones :DD
|
|
Misc adjustments to inv folders, info_over, and hand.png
|
|
Fix/re-enable MSVC compiler warnings
|
|
Add MP_Logo.png, use in place of SL_Logo.png for System_Notification in textures.xml
|
|
Enable show coordinates by default
|
|
|
|
How did this get disabled?
|
|
|
|
Can't believe I missed this lmao
|
|
|
|
|
|
|
|
https://megapahit.com/show_bug.cgi?id=26
WARNING #Messaging# llmessage/message.cpp(2050) dispatch : Ignoring unknown message ChatterBoxSessionStartReply
WARNING #Messaging# llmessage/message.cpp(2050) dispatch : Ignoring unknown message ChatterBoxSessionAgentListUpdates
WARNING #Messaging# llmessage/message.cpp(2050) dispatch : Ignoring unknown message ChatterBoxSessionAgentListUpdates
These messages are in etc/messages.xml, and it was never included
before.
|
|
Search forces a refresh - can search items that don't exist yet
Always notify parent of rect changes despite visibility (alterantively -
rearrange on open)
|
|
|
|
|
|
project/gltf_development
|
|
* An alternative in getting CPU freq on M-series
This solution was retrieved from
https://listman.redhat.com/archives/libvir-list/2022-February/228217.html
sysctl hw.cpufrequency would result as empty on Apple Silicon (at least) M1,
when run natively. Ironically (and that's why it's been working with viewers
relying on Rosetta 2), arch -x86_64 /bin/bash -c 'sysctl hw.cpufrequency'
run on an Apple Silicon would result in the correct number.
* tbfreq x clockrate.hz only when cpufrequency is 0
Just maybe M3 implements cpufrequency, which should be more accurate
than the alternative (different results on my Intel Mac).
|
|
|
|
# Conflicts:
# indra/cmake/Copy3rdPartyLibs.cmake
|
|
|
|
This fixes the viewermanifest python script for Apple arm computers
|
|
This fixes the precision clock used in fasttimer.h
|
|
Copy SLVoice.exe, vivoxsdk_x64.dll and ortp_x64.dll to
/usr/libexec/megapahit/ on GNU/Linux and
/usr/local/libexec/megapahit/ on FreeBSD.
I haven't got Wine being able to run anything without crashing
on FreeBSD, but once Wine works there, then voice should work too.
|
|
So we don't need to have a custom environment -DLL_FREEBSD=1 setting.
|
|
|
|
|
|
Under rosetta2, terminating SLPlugin child processes that would normally send SIGCHILD seem to be now sending SIGHUP. we should not terminate the viewer in this case.
|
|
|
|
activate() does nothing if call already started
|
|
instead of using mutual recursion to exhaust the read buffer.
|
|
Just maybe M3 implements cpufrequency, which should be more accurate
than the alternative (different results on my Intel Mac).
|
|
This solution was retrieved from
https://listman.redhat.com/archives/libvir-list/2022-February/228217.html
sysctl hw.cpufrequency would result as empty on Apple Silicon (at least) M1,
when run natively. Ironically (and that's why it's been working with viewers
relying on Rosetta 2), arch -x86_64 /bin/bash -c 'sysctl hw.cpufrequency'
run on an Apple Silicon would result in the correct number.
|
|
|