Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-12-12 | Added release notes. | Jacek Antonelli | 1 | -0/+1 | |
2008-12-12 | Blanked the test version string. Not RC anymore. | Jacek Antonelli | 1 | -1/+1 | |
2008-12-12 | Windows build uses OpenJPEG 1.3. | Jacek Antonelli | 1 | -2/+2 | |
Fixes half-opaque skirts/textures issue. | |||||
2008-12-12 | README.txt will stay that name; README-linux.txt removed. | Jacek Antonelli | 1 | -2/+2 | |
2008-12-12 | Bumped version to RC3. | Anders Arnholm | 1 | -1/+1 | |
2008-12-12 | Applied 3 patches from CoolViewer, http://sldev.free.fr | Anders Arnholm | 3 | -4/+18 | |
Applied slviewer-0-v120130-LandmarksDiscardButton_v2.patch.bz2 Applied slviewer-0-v120160-FriendshipAndCallingcardOffersIgnoreButton.patch.bz2 Applied slviewer-0-v12100-AllowDiscardForCreator.patch.bz2 | |||||
2008-12-11 | Indentation cleanup. (llviewernetwork.cpp) | Jacek Antonelli | 1 | -18/+18 | |
2008-12-11 | Simplified release notes URL scheme. | Jacek Antonelli | 1 | -6/+5 | |
Now uses e.g. "wiki/Release Notes/1.0.0-RC2", which is set up as a wiki redirect. | |||||
2008-12-11 | Fixed bad string comparison (rel notes url) [#28] | Jacek Antonelli | 1 | -1/+1 | |
Reported by Balp Allen. | |||||
2008-12-11 | Include README, ChangeLog, etc. in downloads #9 | Anders Arnholm | 1 | -0/+10 | |
2008-12-11 | Fix string error. | Anders Arnholm | 1 | -2/+4 | |
2008-12-10 | Fix grid selector having a duplicate entry. [#24] | Jacek Antonelli | 3 | -2/+11 | |
Patch by Balp Allen. | |||||
2008-12-10 | Better warning when url_history.xml save fails. | Jacek Antonelli | 1 | -1/+2 | |
2008-12-10 | Fixed bad string comparison (grid code name). [#22] | Jacek Antonelli | 1 | -1/+2 | |
Reported by Balp Allen. | |||||
2008-12-10 | Fixed blank url_history.xml creation. (VWR-5808) | McCabe Maxsted | 1 | -3/+10 | |
2008-12-10 | Rebranded login menu. [#23] | McCabe Maxsted | 1 | -33/+33 | |
2008-12-10 | Added test version info to llversionviewer.h | McCabe Maxsted | 4 | -7/+17 | |
2008-12-10 | Changed Release Notes link to point to Imprudence | McCabe Maxsted | 2 | -10/+5 | |
2008-12-06 | Updated audio engine to LL's openal branch r1532. | Jacek Antonelli | 10 | -638/+549 | |
2008-12-06 | openal on windows branch | McCabe Maxsted | 10 | -406/+745 | |
2008-12-06 | VWR-9400-patch2 (memleak whenever an LSL script is uploaded) | Jacek Antonelli | 1 | -4/+3 | |
Patch by Henri Beauchamp. | |||||
2008-12-06 | VWR-9400 (memleak whenever an LSL script is uploaded) | Jacek Antonelli | 1 | -4/+3 | |
Patch by Carjay McGinnis. | |||||
2008-12-06 | VWR-10837 (use delete [] in LLImageTGA) | Jacek Antonelli | 1 | -1/+1 | |
Patch by Aleric Inglewood. | |||||
2008-12-06 | VWR-10759 (use delete [] in LLMediaImplGStreamer) | Jacek Antonelli | 1 | -1/+1 | |
Patch by Aleric Inglewood. | |||||
2008-12-06 | updated to RC2 | McCabe Maxsted | 1 | -82/+82 | |
2008-12-04 | Use 127.0.0.1 for local opensim, not 0.0.0.0.imprudence-1.0.0-RC2 | Jacek Antonelli | 1 | -1/+1 | |
2008-12-01 | Fixed indentation for 'skins' prefix. | Jacek Antonelli | 1 | -21/+25 | |
2008-12-01 | Doc packaging moved to platform-independent manifest. | Jacek Antonelli | 1 | -20/+41 | |
2008-12-01 | Imported license files for libraries and artwork. | Jacek Antonelli | 4 | -0/+2267 | |
2008-11-30 | Package up README.txt, etc. on Linux. | Jacek Antonelli | 1 | -1/+24 | |
2008-11-30 | Disable llmozlib-dependent code when not available. | Jacek Antonelli | 1 | -0/+2 | |
Patch by Stephen Zenith. [#12] | |||||
2008-11-30 | Fixed passing nonliteral strings to *printf functions. | Jacek Antonelli | 3 | -6/+6 | |
gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11] | |||||
2008-11-29 | Remove preprocessor condition for grid selector. | Jacek Antonelli | 1 | -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. | |||||
2008-11-29 | Fixed inworld browser crash in Windows. | McCabe Maxsted | 1 | -2/+2 | |
2008-11-29 | Stop console window from always showing up. | Jacek Antonelli | 1 | -5/+0 | |
2008-11-29 | Fixed search window not refreshing in RelWithDebInfo builds. | McCabe Maxsted | 1 | -4/+0 | |
2008-11-25 | Rearranged grid selectors so main grid is first. | Jacek Antonelli | 3 | -7/+7 | |
2008-11-25 | Added "code name" field for grid selections. | Jacek Antonelli | 3 | -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. | |||||
2008-11-25 | Changed the grid selector options at login. | Jacek Antonelli | 3 | -146/+11 | |
Renamed "Agni" to "SL Main Grid", etc. and removed private LL grids from the list. Also added "Local OpenSim" option. | |||||
2008-11-23 | Trying to get openal working | McCabe Maxsted | 2 | -4/+4 | |
2008-11-21 | Cross-platform checking for OpenAL libs. | Jacek Antonelli | 2 | -6/+78 | |
2008-11-21 | (Oops, bad indentation in viewer_manifest.py) | Jacek Antonelli | 1 | -1/+1 | |
2008-11-21 | Likely fix for VWR-8920 (disappearing attachments). | Jacek Antonelli | 1 | -0/+4 | |
From http://svn.secondlife.com/trac/linden/changeset/1393 | |||||
2008-11-20 | Enable OpenAL by default. | Jacek Antonelli | 1 | -1/+1 | |
Configure with -DOPENAL:BOOL=OFF to disable. | |||||
2008-11-19 | (Forgot to check this file in with the OpenAL patch.) | Jacek Antonelli | 1 | -0/+14 | |
2008-11-19 | Package up OpenAL libs. | Jacek Antonelli | 1 | -10/+15 | |
2008-11-19 | VWR-2662: OpenAL support (patch by Tofu Linden) | Jacek Antonelli | 15 | -371/+1215 | |
2008-11-18 | Changed to Imprudence.exec_marker to match llappviewer.cpp. | Jacek Antonelli | 1 | -2/+2 | |
2008-11-18 | Changed app dir (for cache, etc.) to Imprudence. | Jacek Antonelli | 4 | -7/+7 | |
2008-11-18 | VWR-9007: Group UI uses "Person" instead of "Resident". | Jacek Antonelli | 2 | -3/+3 | |