aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'next' into openalAnders Arnholm2008-12-1316-104/+199
|\ | | | | | | | | | | Conflicts: ChangeLog.txt
| * Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-133-44/+93
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog.txt RELEASE_NOTES.txt linden/indra/llcommon/llversionviewer.h
| | * Added release notes.Jacek Antonelli2008-12-121-0/+1
| | |
| | * Blanked the test version string. Not RC anymore.Jacek Antonelli2008-12-121-1/+1
| | |
| | * 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
| | | |
| | * | Fixed indentation for 'skins' prefix.Jacek Antonelli2008-12-011-21/+25
| | | |
| | * | Doc packaging moved to platform-independent manifest.Jacek Antonelli2008-12-011-20/+41
| | | |
| | * | Package up README.txt, etc. on Linux.Jacek Antonelli2008-11-301-1/+24
| | | |
| * | | Bumped version to RC3.Anders Arnholm2008-12-121-1/+1
| | | |
| * | | Applied 3 patches from CoolViewer, http://sldev.free.frAnders Arnholm2008-12-123-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | Applied slviewer-0-v120130-LandmarksDiscardButton_v2.patch.bz2 Applied slviewer-0-v120160-FriendshipAndCallingcardOffersIgnoreButton.patch.bz2 Applied slviewer-0-v12100-AllowDiscardForCreator.patch.bz2
| * | | Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-121-9/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: linden/indra/newview/llfloaterabout.cpp
| | * | 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.
| * | | Include README, ChangeLog, etc. in downloads #9Anders Arnholm2008-12-111-0/+10
| | | |
| * | | Fix string error.Anders Arnholm2008-12-111-2/+4
| |/ /
| * | 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
| | |
* | | Merge 1.0.0 RC2 into openalJacek Antonelli2008-12-1014-183/+63
|\ \ \ | |/ /
| * | 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
| |/
| * 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.
| * 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
* | Updated audio engine to LL's openal branch r1532.Jacek Antonelli2008-12-0610-638/+549
| |
* | openal on windows branchMcCabe Maxsted2008-12-069-406/+712
| |
* | updated to RC2McCabe Maxsted2008-12-061-82/+82
| |
* | Trying to get openal workingMcCabe Maxsted2008-11-232-4/+4
| |
* | Cross-platform checking for OpenAL libs.Jacek Antonelli2008-11-212-6/+78
| |
* | (Oops, bad indentation in viewer_manifest.py)Jacek Antonelli2008-11-211-1/+1
| |
* | Enable OpenAL by default.Jacek Antonelli2008-11-201-1/+1
| | | | | | | | Configure with -DOPENAL:BOOL=OFF to disable.
* | (Forgot to check this file in with the OpenAL patch.)Jacek Antonelli2008-11-191-0/+14
| |
* | Package up OpenAL libs.Jacek Antonelli2008-11-191-10/+15
| |
* | VWR-2662: OpenAL support (patch by Tofu Linden)Jacek Antonelli2008-11-1915-371/+1215
|/
* Changed to Imprudence.exec_marker to match llappviewer.cpp.Jacek Antonelli2008-11-181-2/+2
|