summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2024-07-15floater_gesture.xml cleanupsecretfoxtail
Remove unneeded solid background
2024-07-15WellButton_Lit & WellButton_Lit_Selected replacementsecretfoxtail
New buttons that fit better
2024-07-15floater_world_map.xml search results bgsecretfoxtail
Add transparent gray block behind world map search results
2024-07-15floater_my_environments.xml cleanupsecretfoxtail
Remove unneeded background colour and bevel/border
2024-07-15colors.xml: MapParcelOutlineColorsecretfoxtail
Change from Yellow to White
2024-07-15Fix macro processing syntax in previous commitErik Kundiman
2024-07-15Scope variables that are used when Fmod/Havok's onErik Kundiman
This way it still builds whether FMOD or OpenAL is the one set ON.
2024-07-15Revert "Eliminates the fatal warning in llprogressview.cpp"Erik Kundiman
This reverts commit 54ef82dae2005d2340ea39208f262c564642f98f.
2024-07-14Eliminates the fatal warning in llprogressview.cppmobserveur
The unused variables are commented
2024-07-14Script dialog positionmobserveur
This commit allows the script dialog position to be remembered
2024-07-14Vsync fix for Linuxmobserveur
Vsync was activated when the viewer is launched. This should fix the issue.
2024-07-14Collapsable camera floatermobserveur
This commit allows to collapse the camera floater
2024-07-14Performance and tuningmobserveur
Performance and tuning floater updated including fixes
2024-07-12containers/Tabtop&Toolbar adjustmentsecretfoxtail
Slightly reduce transparency
2024-07-12Reimplementation of contributors.txt generationErik Kundiman
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.
2024-07-12Simplify InfoPlist.strings configurationErik Kundiman
2024-07-12Fix version appearing as %%VERSION%% on macOS infoErik Kundiman
This would be done in viewer_manifest.py on SLv. This needed to be reimplemented, and now it is, just using CMake.
2024-07-11We're back to `make install` for macOSErik Kundiman
`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.
2024-07-11Separate file for fixing Mac package dependenciesErik Kundiman
since the variable PACKAGE is not available to check any more by that stage.
2024-07-11Support for `make install` on macOSErik Kundiman
Just set CMAKE_INSTALL_PREFIX to the newview/Megapahit.app/Contents/Resources inside your build folder, and set PACKAGE to OFF.
2024-07-10Merge remote-tracking branch 'secretfoxtail/main'Erik Kundiman
2024-07-10`cpack -G Bundle` instead of `make install` on MacErik Kundiman
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.
2024-07-10toolbars.xml tweakfowlerdm
Modify default layout to hopefully be more tidy and useful
2024-07-10more panel_edit cleanupfowlerdm
Remove unneeded backgrounds
2024-07-10panel_edit_wearable cleanupfowlerdm
remove more unneeded unneeded background panels
2024-07-09Fix the variable used for macOS bundle identifierErik Kundiman
2024-07-09Remove code that'll never be reached by non macOSErik Kundiman
which would be to determine which media plugins should be added as dependencies. Plus minimise diff from SLv code.
2024-07-09NDOF can be enabled for Space Navigator supportErik Kundiman
2024-07-08Explicit on every permission desired for DullahanErik Kundiman
otherwise those executables couldn't be read and therefore couldn't be copied for bundle preparation, for example.
2024-07-07Not set var to shorten paths in install scriptErik Kundiman
Somehow it wouldn't work.
2024-07-07Links to SLPlugin's dependencies after installErik Kundiman
cause SLPlugin's Frameworks wouldn't exist yet before installation.
2024-07-07Link CEF & chmod a+x Dullahan execs after installErik Kundiman
otherwise fixup_bundle would try to fix DullahanHelper executables when otool -L somehow can't find files that contain spaces in their names. By postponing the chmod until after fixup_bundle is called, fixup_bundle will ignore the DullahanHelper apps since they contain no executables yet by that time. Apart from that, trying to link to CEF would fail before installation cause SLPlugin's Frameworks directory wouldn't exist yet.
2024-07-07macOS install DESTINATIONs are relative paths nowErik Kundiman
but set CMAKE_INSTALL_PREFIX to newview/Megapahit.app/Contents.
2024-07-07`make install` on macOS installs CEF & DullahanErik Kundiman
Using file(CHMOD ... PERMISSIONS .._EXECUTE) somehow didn't work, so I had to set it to reinstall the Dullahan executables, and they are the only files that are required to be executable (CEF framework and the .dylibs aren't).
2024-07-06tuning floater : missing cmakelists.txtmobserveur
missing cmakelists.txt from previous commit
2024-07-05Fix for the fps limiter on intel and amd cpusmobserveur
This commit fixes the fps limiter for intel and amd cpus
2024-07-05Tuning floater and buffer mapping improvementsmobserveur
This commit adds the tuning floater accessible via the fps button, and improvements to the buffer mapping optimisation modes.
2024-07-05`make install` on macOS copies dep libs to bundleErik Kundiman
I couldn't get CEF & Dullahan copied using this function. fixup_bundle on SLPlugin.app was considered invalid, however, SLPlugin itself gets install_name_tool changed but pointing to a non-existent Frameworks directory that would be in the SLPlugin.app bundle. We will have to create and fill such directory with links to the upper (the root viewer app bundle Frameworks') library copies ourselves. We wouldn't want fixup_bundle to successfully fill SLPlugin's Frameworks with copies instead of links anyway. See: `man cmake-modules` https://cmake.org/cmake/help/book/mastering-cmake/chapter/Install.html
2024-07-05macOS viewer_manifest.py not run if INSTALL is ONErik Kundiman
`make install` instead should do the job. Some generations haven't been reimplemented, including build_data.json, contributors.txt, and settings_install.xml.
2024-07-05libfmod.so files installed only if USE_FMODSTUDIOErik Kundiman
2024-07-05Reindentations & tabs to spaces to conversionsErik Kundiman
2024-07-05CPack packages licenses-linux.txt as licences.txtErik Kundiman
plus some reindentations.
2024-07-05`make install` on macOS copies resources to bundleErik Kundiman
Except for SLPlugin since there's already a custom command for it.
2024-06-30Fast timer view had a maybe uninitialised variableErik Kundiman
that GCC did't like. Adding a compile flag to the file didn't help somehow. So we're just initialising it with float 0.0.
2024-06-29Linden_Dollar_Background.pngfowlerdm
More transparency
2024-06-30Linden_Dollar_Background.png tweakfowlerdm
Less ugly alternative
2024-06-30first_login_image.jpg tweakfowlerdm
add pirate theme!
2024-06-30Window_Background/Foreground adjustmentfowlerdm
Make outline slightly less transparent
2024-06-30Merge remote-tracking branch 'mobserveur/main'Erik Kundiman
2024-06-29Reworked fps limiter codemobserveur
This improves the realiability of the fps limiter