summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-20libndofdev installation instructions for GNU/LinuxErik Kundiman
2024-07-20Revert "NDOF licence not included"Erik Kundiman
This reverts commit ce44f23aad76a3cd5172837de36498883c2ccbdd.
2024-07-20Merge branch 'main' into maint-bErik Kundiman
2024-07-19toolbars.xml: replace "places" with "build"secretfoxtail
Landmarks button already exists in navigation bar.
2024-07-19Copy profile link to clipboard in profile actionsErik Kundiman
https://megapahit.com/show_bug.cgi?id=47
2024-07-19CTRL-SHIFT-X to get the "Shared Enviroment"Erik Kundiman
https://megapahit.com/show_bug.cgi?id=46
2024-07-18Remove FreeALUT from instructions except for FBSDErik Kundiman
Our macOS and GNU/Linux builds use FMOD, and FreeALUT is required only when OpenAL is used instead.
2024-07-17Merge branch 'main' into maint-bErik Kundiman
2024-07-17FMOD installation instruction on macOS & GNU/LinuxErik Kundiman
It is assumed that fmodstudioapi20222mac-installer.dmg or fmodstudioapi20223linux.tar.gz has been downloaded from https://www.fmod.com/download#fmodengine to ~/Downloads/.
2024-07-17LL libndofdev installation instructions for macOSErik Kundiman
2024-07-17Merge branch 'main' into maint-bErik Kundiman
2024-07-17Use `sed` a little bit differently on GNU/LinuxErik Kundiman
2024-07-17Merge branch 'main' into maint-bErik Kundiman
2024-07-17Apply contributors generation for non macOS tooErik Kundiman
2024-07-17CMakeCache.txt needs to be removed before buildingErik Kundiman
so the CPACK_PACKAGE_VERSION can be refreshed and CPack can pick the new one up at the second CMake run.
2024-07-17Fedora build doesn't depend on system OpenJPEGErik Kundiman
at least officially. It could, use system OpenJPEG, but I'd have make the patch official, and that would break it on Debian & Ubuntu.
2024-07-17Merge branch 'main' into maint-bErik Kundiman
2024-07-16Max visible distance fix in the people panelmobserveur
This commit adds a custom debug variable set to 4096 by default that affects only the people panel list.
2024-07-16Merge branch 'main' into maint-bErik Kundiman
2024-07-16OpenJPEG installation instructions for GNU/LinuxErik Kundiman
GNU/Linux users are assumed to have CMake installed cause obtaining opj_config_private.h requires it already. Fedora users are assumed to have zstd installed cause untarring LL's packages requires it already.
2024-07-16LL's OpenSSL installation instructions for FreeBSDErik Kundiman
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-15Necessary folder inclusion in building XMLRPC-EPIErik Kundiman
2024-07-15Merge branch 'main' into maint-bErik Kundiman
2024-07-15Fix macro processing syntax in previous commitErik Kundiman
2024-07-15Merge branch 'main' into maint-bErik 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-15Merge branch 'main' into maint-bErik Kundiman
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-14Merge branch 'main' into maint-bErik Kundiman
2024-07-14Fix typoErik Kundiman
2024-07-13Merge branch 'main' into maint-bErik Kundiman
2024-07-13Readd some instructions that got lost in the mergeErik Kundiman
especially pipewire-devel pulseaudio-libs-devel. Add instruction to remove runtime path from dullahan_host too since rpmbuild, being stricter, wouldn't install if it had a non-existent runtime path.
2024-07-12containers/Tabtop&Toolbar adjustmentsecretfoxtail
Slightly reduce transparency
2024-07-12Merge branch 'main' into maint-bErik Kundiman
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-12`sysctl -n hw.ncpu` instead of `gnproc` on macOSErik 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.