Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-07 | merge changes for OPEN-292 | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-02 | MAINT-5687: Remove old webkit from the make files and the repo. Ensure that ↵ | Rider Linden | |
it is no longer meaningfully referenced. | |||
2015-07-10 | move doxygen generation to a subdirectory | Oz Linden | |
2015-06-25 | merge buildcleanup | Oz Linden | |
2015-03-26 | Remove standlone media plugin and fb connect test apps while we transition ↵ | callum_linden | |
to CEF | |||
2015-02-08 | OPEN-292 - Remove lscript from project, | Cinder | |
Remove legacy udp script upload methods, Refactor script runtime perms from three arrays to one struct array so we don't have to juggle array order anymore. | |||
2014-12-17 | Move the cmake package tracking files under the packages directory | Oz Linden | |
2014-12-15 | Add feature (enabled) to turn off media plugins | callum_linden | |
2014-08-12 | Remove old linux_updater executable from source tree and CMake. | Nat Goodspeed | |
2014-08-12 | Remove old Windows updater executable from source tree and CMake. | Nat Goodspeed | |
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-05-02 | ACME-306 : Pull merge from viewer-chui | Merov Linden | |
2013-04-19 | merge up to latest viewer-development for merge to 3.5.2 | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-16 | merge up to 3.5.2 development | Oz Linden | |
2013-04-04 | merging in viewer-chui | Gilbert Gonzales | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-02-21 | added llfbconnecttest thanks to callum | Cho | |
2013-02-14 | merge changes for 3.4.5 | Oz Linden | |
2013-01-17 | merge up to 3.4.4 | Oz Linden | |
2013-01-09 | MAINT-1481: remove linux-updater; move logic to Linux update_install | Nat Goodspeed | |
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work. | |||
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2013-03-06 | merge changes for DRTVWR-278 | Oz Linden | |
2013-03-05 | update minimum required version, and make it the same for all platforms | Oz Linden | |
2013-02-07 | derive version number from indra/VIEWER_VERSION.txt | Oz Linden | |
2013-01-05 | MAINT-2155: replace embedded mac-updater.app with a Python script. | Nat Goodspeed | |
Remove mac-updater subtree from viewer source, along with the update_install bash script that invoked it. Remove all mention of mac-updater in CMakeLists.txt files and in viewer_manifest.py. Change Mac update_install bash script references in viewer_manifest.py and in llupdaterservice.cpp (which invokes it) to new Python update_install.py. Add update_install.py, messageframe.py (which puts up some Tkinter UI) and janitor.py (cloned from vita, it's exactly what we need here). | |||
2012-10-04 | Building headless and non-headless libraries side-by-side, removing the need ↵ | Don Kjer | |
for the BAKING cmake setting. | |||
2012-10-04 | Removing server-related cmake cruft. Fixing libGLU warnings on linux. | Don Kjer | |
2012-09-14 | Removed appearance utility from viewer source. Added appearance utility ↵ | Don Kjer | |
autobuild package. | |||
2012-09-06 | Adding appearance utility package | Don Kjer | |
2012-08-21 | SH-3261 SH-3324 WIP Starting extraction of wearable/appearance libraries | Nyx (Neal Orman) | |
First pass at cmake configs, and starting to try to move wearable class. Things are broken, checkpointing work to collaborate. | |||
2012-07-02 | Merge 3.3.3 release with Drano HTTP library at 3.3.0 | Monty Brandenberg | |
Big delta was converting the new texture debugger support code to the new library. Viewer manifest should probably get an eyeball before release. | |||
2012-06-27 | merge up to 3.3.3-release | Oz Linden | |
2012-04-23 | Okay, imported the core-http library and got it compiling suspiciously easily. | Monty Brandenberg | |
The unit/integration tests don't work yet as I'm still battling cmake/autobuild as usual but first milestone passed. | |||
2012-01-20 | removed LLXUIXML library | Richard Linden | |
moved LLInitParam, and LLRegistry to llcommon moved LLUIColor, LLTrans, and LLXUIParser to llui reviewed by Nat | |||
2011-09-15 | add configuration for constructing doxygen documentation | Oz Linden | |
2011-09-13 | Always build indra/test, run if LL_TESTS is enabled. Removed python test run ↵ | Logan Dethrow | |
command since there are no python tests in the viewer. | |||
2011-09-09 | Removed some spurious newlines that I introduced into CMakeLists.txt. | Logan Dethrow | |
2011-06-29 | Got indra/test to build. Fails to run due to missing .so files. | Logan Dethrow | |
2011-05-04 | Work in progress on CHOP-609. Added checking in indra/cmake/Prebuilt.cmake ↵ | brad kittenbrink | |
to skip unnecessary unpacking of already installed packages. | |||
2011-03-03 | merge up from viewer-development | Oz Linden | |
2011-02-16 | STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has ↵ | Jonathan Yap | |
been used | |||
2011-01-11 | remove develop.py and references to it (use autobuild instead) | Andrew A. de Laix | |
2010-12-21 | STORM-151 : pull in viewer-development | Merov Linden | |
2010-11-22 | STORM-151 : Attempt to fix Windows static linking, simplified manifest | Merov Linden | |
2010-11-01 | On Mac, require at least CMake 2.6.4 for an important bug fix. | Nat Goodspeed | |
2.6.4 fixes a Mac bug in get_target_property(... "SLPlugin" LOCATION): before that version it returns "pathname/SLPlugin", whereas the correct answer is "pathname/SLPlugin.app/Contents/MacOS/SLPlugin". With 2.6.2, the Mac build breaks in a mysterious way. Changing this version requirement should clarify the solution. | |||
2010-10-12 | merged SNOW-654: Added missing "if (LL_TESTS)" in indra/CMakeLists.txt | Boroondas Gupte | |
2010-10-05 | SNOW-654 (follow up): adjusted comment line length after indentation has changed | Boroondas Gupte | |