Age | Commit message (Collapse) | Author |
|
This commit adds the legacy search floater to megapahit
|
|
This commit replaces our former optimisations with LL develop branch work and some tweaks.
|
|
https://megapahit.com/show_bug.cgi?id=57
For SLVoice to run, there is a couple of environment variables that need
to be set, and users need to run
`/usr/local/share/wine/pkg32.sh install wine mesa-dri`
to install the necessary files first.
All this time the env parameter on apr_proc_create was never used, and
this is just the place for passing those environment settings, hence the
LLProcess::Param attribute addition.
|
|
Since the condition is quite specific for now, debootstrapped
Debian/Ubuntu x86-64 only, paths are just hardcoded.
We got far enough that SLPlugin doesn't get killed, and there's
no notification that "text/html" cannot be handled any more,
it's just it hasn't worked yet, the built-in browser.
|
|
This reverts commit ce44f23aad76a3cd5172837de36498883c2ccbdd.
|
|
|
|
Landmarks button already exists in navigation bar.
|
|
https://megapahit.com/show_bug.cgi?id=47
|
|
https://megapahit.com/show_bug.cgi?id=46
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds a custom debug variable set to 4096 by default
that affects only the people panel list.
|
|
|
|
Remove unneeded solid background
|
|
New buttons that fit better
|
|
Add transparent gray block behind world map search results
|
|
Remove unneeded background colour and bevel/border
|
|
Change from Yellow to White
|
|
|
|
|
|
|
|
This way it still builds whether FMOD or OpenAL is the one set ON.
|
|
This reverts commit 54ef82dae2005d2340ea39208f262c564642f98f.
|
|
|
|
The unused variables are commented
|
|
This commit allows the script dialog position to be remembered
|
|
Vsync was activated when the viewer is launched. This should fix the issue.
|
|
This commit allows to collapse the camera floater
|
|
Performance and tuning floater updated including fixes
|
|
|
|
Slightly reduce transparency
|
|
|
|
We don't rely on viewer_manifest.py's extract_names any more to
generate the contributors list, it's implemented in CMake now, using
sed, paste, and sort.
|
|
|
|
This would be done in viewer_manifest.py on SLv. This needed to be
reimplemented, and now it is, just using CMake.
|
|
`cpack -G Bundle` just wouldn't play along well with code-signing
and also broke Dullahan/CEF.
The creation of the link to Applications in the AppleScript is now
needed since we don't rely on CPack to make it for us any more.
|
|
since the variable PACKAGE is not available to check any more by
that stage.
|
|
Just set CMAKE_INSTALL_PREFIX to the newview/Megapahit.app/Contents/Resources
inside your build folder, and set PACKAGE to OFF.
|
|
|
|
|
|
Root project finally renamed to Megapahit, which has a nice effect of
CPack: - Run preinstall target for: Megapahit
CPack: - Install project: Megapahit []
but it's really because CPack Bundle file couldn't be renamed via
CPACK_PACKAGE_NAME like on DEB, RPM, and FREEBSD.
CPack determines its own destination root folder, which is Resources
(I didn't find a way to set it to Contents).
fixup_bundle is now run on the .app deep inside CPack staging folders
so that the dependency copies will be included in the DMG.
|
|
Modify default layout to hopefully be more tidy and useful
|
|
Remove unneeded backgrounds
|
|
remove more unneeded unneeded background panels
|
|
|
|
|
|
which would be to determine which media plugins should be added as
dependencies.
Plus minimise diff from SLv code.
|