aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added Home button functionality to the web browser.McCabe Maxsted2008-12-154-6/+39
|
* Merged 'mccabe/VWR-3336' into nextJacek Antonelli2008-12-1310-11/+41
|\ | | | | | | | | | | Conflicts: linden/indra/newview/skins/default/colors_base.xml linden/indra/newview/skins/silver/colors_base.xml
| * Friends dots show as yellow and color can be set in colors.xmlMcCabe Maxsted2008-11-226-193/+207
| |
| * Friends dots show as yellow and color can be set in colors.xmlMcCabe Maxsted2008-11-222-6/+1
| |
| * Applied patch to show friends dots as yellow (VWR-3336)McCabe Maxsted2008-11-211-0/+4
| |
| * Applied patch to show friends dots as yellow (VWR-3336)McCabe Maxsted2008-11-211-0/+1
| |
* | Version string generator now includes test label.Jacek Antonelli2008-12-131-1/+3
| | | | | | | | This is used for naming packages on Linux, among other things.
* | Bumped version to 1.1.0 alpha.Jacek Antonelli2008-12-131-2/+2
| |
* | Add group name to group invite window.McCabe Maxsted2008-12-132-1/+25
| |
* | VWR-4826 (ability to ignore friendship offers).McCabe Maxsted2008-12-131-0/+9
| |
* | Beacons no longer persist between sessions.McCabe Maxsted2008-12-134-7/+7
| | | | | | | | | | That distressed users who accidentally enabled them, since not even relogging would disable them.
* | Moved 'Offer Teleport' in IM to be on the left side.McCabe Maxsted2008-12-131-4/+4
| |
* | Switched Invite and Leave buttons in group panel.McCabe Maxsted2008-12-131-4/+4
| |
* | Added full comments to colors_base.xml files.McCabe Maxsted2008-12-132-352/+347
| |
* | Added release notes.Jacek Antonelli2008-12-121-0/+1
| |
* | Blanked the test version string. Not RC anymore.Jacek Antonelli2008-12-121-1/+1
| |
* | Windows build uses OpenJPEG 1.3.Jacek Antonelli2008-12-121-2/+2
| | | | | | | | Fixes half-opaque skirts/textures issue.
* | README.txt will stay that name; README-linux.txt removed.Jacek Antonelli2008-12-121-2/+2
| |
* | Merge branch 'next' into docJacek Antonelli2008-12-1213-83/+103
|\ \
| * | Indentation cleanup. (llviewernetwork.cpp)Jacek Antonelli2008-12-111-18/+18
| | |
| * | Simplified release notes URL scheme.Jacek Antonelli2008-12-111-6/+5
| | | | | | | | | | | | | | | Now uses e.g. "wiki/Release Notes/1.0.0-RC2", which is set up as a wiki redirect.
| * | Fixed bad string comparison (rel notes url) [#28]Jacek Antonelli2008-12-111-1/+1
| | | | | | | | | | | | Reported by Balp Allen.
| * | Fix grid selector having a duplicate entry. [#24]Jacek Antonelli2008-12-103-2/+11
| | | | | | | | | | | | Patch by Balp Allen.
| * | Better warning when url_history.xml save fails.Jacek Antonelli2008-12-101-1/+2
| | |
| * | Fixed bad string comparison (grid code name). [#22]Jacek Antonelli2008-12-101-1/+2
| | | | | | | | | | | | Reported by Balp Allen.
| * | Fixed blank url_history.xml creation. (VWR-5808)McCabe Maxsted2008-12-101-3/+10
| | |
| * | Rebranded login menu. [#23]McCabe Maxsted2008-12-101-33/+33
| | |
| * | Added test version info to llversionviewer.hMcCabe Maxsted2008-12-104-7/+17
| | |
| * | Changed Release Notes link to point to ImprudenceMcCabe Maxsted2008-12-102-10/+5
| | |
| * | VWR-9400-patch2 (memleak whenever an LSL script is uploaded)Jacek Antonelli2008-12-061-4/+3
| | | | | | | | | | | | Patch by Henri Beauchamp.
| * | VWR-9400 (memleak whenever an LSL script is uploaded)Jacek Antonelli2008-12-061-4/+3
| | | | | | | | | | | | Patch by Carjay McGinnis.
| * | VWR-10837 (use delete [] in LLImageTGA)Jacek Antonelli2008-12-061-1/+1
| | | | | | | | | | | | Patch by Aleric Inglewood.
| * | VWR-10759 (use delete [] in LLMediaImplGStreamer)Jacek Antonelli2008-12-061-1/+1
| | | | | | | | | | | | Patch by Aleric Inglewood.
| * | Use 127.0.0.1 for local opensim, not 0.0.0.0.imprudence-1.0.0-RC2Jacek Antonelli2008-12-041-1/+1
| | |
* | | Fixed indentation for 'skins' prefix.Jacek Antonelli2008-12-011-21/+25
| | |
* | | Doc packaging moved to platform-independent manifest.Jacek Antonelli2008-12-011-20/+41
| | |
* | | Imported license files for libraries and artwork.Jacek Antonelli2008-12-014-0/+2267
| | |
* | | Package up README.txt, etc. on Linux.Jacek Antonelli2008-11-301-1/+24
|/ /
* | Disable llmozlib-dependent code when not available.Jacek Antonelli2008-11-301-0/+2
| | | | | | | | Patch by Stephen Zenith. [#12]
* | Fixed passing nonliteral strings to *printf functions.Jacek Antonelli2008-11-303-6/+6
| | | | | | | | | | gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11]
* | Remove preprocessor condition for grid selector.Jacek Antonelli2008-11-291-5/+0
| | | | | | | | | | | | The grid selector on the login screen will always show, instead of only showing when the viewer was compiled as LL_RELEASE_FOR_DOWNLOAD.
* | Fixed inworld browser crash in Windows.McCabe Maxsted2008-11-291-2/+2
| |
* | Stop console window from always showing up.Jacek Antonelli2008-11-291-5/+0
| |
* | Fixed search window not refreshing in RelWithDebInfo builds.McCabe Maxsted2008-11-291-4/+0
| |
* | Rearranged grid selectors so main grid is first.Jacek Antonelli2008-11-253-7/+7
| |
* | Added "code name" field for grid selections.Jacek Antonelli2008-11-253-6/+31
| | | | | | | | | | | | The code name is used to fetch the proper splash page. This decouples the user-visible label from the name expected by the SL web server.
* | Changed the grid selector options at login.Jacek Antonelli2008-11-253-146/+11
| | | | | | | | | | Renamed "Agni" to "SL Main Grid", etc. and removed private LL grids from the list. Also added "Local OpenSim" option.
* | Likely fix for VWR-8920 (disappearing attachments).Jacek Antonelli2008-11-211-0/+4
| | | | | | | | From http://svn.secondlife.com/trac/linden/changeset/1393
* | Changed to Imprudence.exec_marker to match llappviewer.cpp.Jacek Antonelli2008-11-181-2/+2
| |
* | Changed app dir (for cache, etc.) to Imprudence.Jacek Antonelli2008-11-184-7/+7
| |