Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-09-08 | Added ll_frand(min, max) function | McCabe Maxsted | 2 | -0/+20 | |
2011-07-05 | return 0 when mFile isn't found in llapr rather than asserting always | McCabe Maxsted | 1 | -4/+12 | |
2011-05-19 | Ported viewerinfo.cpp from Kokua. | Jacek Antonelli | 1 | -14/+8 | |
It defines the ViewerInfo module/namespace, which contains a variety of functions for querying the viewer name and version. It is designed to be a replacement for viewerversion.cpp and viewerversion.xml. viewerversion.cpp has been removed, but viewerversion.xml remains (albeit with a bogus version number) until the packaging system no longer uses it. | |||||
2011-05-17 | also link with ld.gold | Armin Weatherwax | 1 | -1/+9 | |
thanks to Aleric and Siana for the idea | |||||
2011-05-17 | show llwarns instead of llinfos when llsd parsing fails and add the reason + ↵ | Armin Weatherwax | 2 | -26/+43 | |
line | |||||
2011-04-19 | fix some flaws in the cloud particle prefs | Armin Weatherwax | 2 | -0/+3 | |
2011-04-19 | Remember name and password based on grid. This is far from optimal, but will ↵ | McCabe Maxsted | 2 | -0/+36 | |
work for the time being. * UI needs to be made clear on what's going on with user's passwords * 'Remember password' checkbox now works on login (but is unclear) * Stored passwords are MD5s in grid_info.xml * Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled * Small fix for username entry after logout * Sadly, storing password in the mac keychain needs to be reimplemented now | |||||
2011-04-13 | Identify Windows Server 2008 and 2008 R2, added Win 8 detection for ↵ | McCabe Maxsted | 1 | -17/+41 | |
future-proofing. Ported from Phoenix, patch by Tank Master | |||||
2011-04-11 | fix bug #853 crash caused by antistrings | Armin Weatherwax | 1 | -1/+2 | |
2011-04-06 | Fixed Mhz -> MHz, ported from Singularity, patch by Shyotl | McCabe Maxsted | 2 | -9/+9 | |
2011-04-06 | Extended windows detection to include Windows 7, ported from Singularity, ↵ | McCabe Maxsted | 2 | -9/+122 | |
patch by Shyotl | |||||
2011-03-18 | Fixed bad line endings (CRLF) in many files. | Jacek Antonelli | 1 | -5/+5 | |
Windows users, please set "autocrlf = input" or "autocrlf = true" in your .git/config [core] section to avoid this in the future. | |||||
2011-03-18 | Fix setting the viewer offset time from OpenRegionSettings, and also have it ↵ | RevolutionSmythe | 1 | -3/+3 | |
show what UTC offset it is representing in the time bar. | |||||
2011-03-18 | Merge in Var Sized Regions into the Imprudence Experimental. | RevolutionSmythe | 1 | -1/+6 | |
2011-03-14 | Use a buffer for debug console output (improves speed on Windows when ↵ | McCabe Maxsted | 1 | -0/+3 | |
console is enabled). Ported from Singularity, patch by Shyotl | |||||
2011-03-01 | use logcontrol.xml also for SLPlugin | Armin Weatherwax | 1 | -1/+1 | |
2011-02-27 | Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs. | Jacek Antonelli | 1 | -1/+1 | |
2011-02-22 | Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs. | Jacek Antonelli | 1 | -1/+1 | |
2011-01-24 | Henri Beauchamp: Display Names support v4 | Armin Weatherwax | 3 | -0/+257 | |
2010-11-23 | Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵ | McCabe Maxsted | 6 | -1/+13 | |
winsock2.h is always included before windows.h throughout the source to prevent collisions | |||||
2010-11-17 | IMP-701: An API to wrap objects for thread-safe access. | Aleric Inglewood | 4 | -4/+564 | |
See http://redmine.imprudenceviewer.org/issues/701 | |||||
2010-11-17 | IMP-590: Added a thread-safe and robust wrapper for APR pools. | Aleric Inglewood | 15 | -416/+688 | |
See http://redmine.imprudenceviewer.org/issues/590 | |||||
2010-11-14 | Use proper install_name for Mac libllcommon. | Jacek Antonelli | 1 | -0/+9 | |
2010-11-09 | llstring.h directly depends on #include <map>. | Jacek Antonelli | 1 | -0/+1 | |
2010-11-07 | IMP-692: SNOW-713: Removed isHexString again, since it is not defined anywhere. | Aleric Inglewood | 1 | -2/+0 | |
2010-11-07 | IMP-692: SNOW-713: Fixed compile bug fixes. | Aleric Inglewood | 1 | -5/+20 | |
Changes: * Added changes from snowglobe 1.5 to indra/llcommon/llstring.h (compile errors as a result of a missing include, but I copied everything else too). * Added #include "linden_common.h" to emeraldboobutils.cpp. Really it's one the header files that needed that, but that's how this header works: every source file should include it as first header anyway, then there is no need for other headers to do that. * Renamed LLPanelRegionOpenSettingsInfo::sendUpdate(void*) to LLPanelRegionOpenSettingsInfo::onClickOrs because it was hiding a virtual function (BOOL sendUpdate(void)). * Made cutToClipboard more equal to copyToClipboard (was also hiding a virtual function). * Install libllcommon.so in lib64 on Linux_x86_64, instead of lib. | |||||
2010-11-07 | IMP-692: SNOW-713: Global objects in libllcommon duplicated in plugins | Aleric Inglewood | 69 | -324/+362 | |
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts. | |||||
2010-11-02 | Make LLStringUtilBase<T>::null a constant. | Aleric Inglewood | 1 | -2/+2 | |
2010-11-01 | Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵ | RevolutionSmythe | 2 | -0/+29 | |
for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better. | |||||
2010-10-21 | Add support for PluginAttachDebuggerToPlugins for linux | Aleric Inglewood | 1 | -0/+3 | |
Opens a terminal with a gdb session for newly started SLPlugin processes if PluginAttachDebuggerToPlugins is set to TRUE. | |||||
2010-10-16 | Ported memory leak fix in llcommon/llstring.h from the Ascent Viewer | McCabe Maxsted | 1 | -0/+1 | |
2010-10-09 | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 1 | -1/+8 | |
uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding. | |||||
2010-10-09 | Mac Only: Implemented initial CoreGraphics image decoding to support ↵ | elektrahesse | 1 | -1/+8 | |
uploads, both single and bulk, bypassing viewer's internal decoding classes and using osx native frameworks. Also pushing non-fully-working-yet (and thus disabled) code for native j2c decoding. | |||||
2010-10-03 | SNOW-422: Imprudence doesn't compile with g++ 4.4.x (#562) | Aleric Inglewood | 1 | -1/+1 | |
2010-10-01 | SNOW-86: Dangerous macro leads to possible wrong code | Aleric Inglewood | 1 | -2/+2 | |
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile. | |||||
2010-10-01 | RED-562: SNOW-422: Imprudence doesn't compile with g++ 4.4.x | Aleric Inglewood | 1 | -1/+1 | |
See http://redmine.imprudenceviewer.org/issues/562 | |||||
2010-10-01 | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 8 | -45/+165 | |
See http://redmine.imprudenceviewer.org/issues/556 | |||||
2010-09-30 | SNOW-86: Dangerous macro leads to possible wrong code | Aleric Inglewood | 1 | -2/+2 | |
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile. | |||||
2010-09-28 | RED-562: SNOW-422: Imprudence doesn't compile with g++ 4.4.x | Aleric Inglewood | 1 | -1/+1 | |
See http://redmine.imprudenceviewer.org/issues/562 | |||||
2010-09-28 | RED-556: SNOW-800: Massively duplicated objects | Aleric Inglewood | 8 | -45/+165 | |
See http://redmine.imprudenceviewer.org/issues/556 | |||||
2010-09-23 | Robin Cornelius: fixes for building plugins on Linux 64bit | Armin Weatherwax | 1 | -0/+20 | |
2010-09-23 | port llprimitive from SG2.0 | Armin Weatherwax | 1 | -1/+1 | |
2010-09-23 | llmediaplugins first step | Armin Weatherwax | 4 | -0/+435 | |
2010-09-03 | Revert "Updated lltexturecache to the latest in viewer-development (see ↵ | McCabe Maxsted | 2 | -44/+3 | |
#425)" since it was causing issues with local assets and object backup This reverts commit 4ca4594ec264f390be981568ef5ff3ff0f2f77e6. | |||||
2010-08-30 | Updated lltexturecache to the latest in viewer-development (see #425) | McCabe Maxsted | 2 | -3/+44 | |
2010-08-26 | Fixed some missing constants in the script editor and added ↵ | McCabe Maxsted | 2 | -0/+18 | |
llGetLinkNumberOfSides | |||||
2010-08-26 | Applied patch for #424: fix proper detection of Windows 7, backport from ↵ | McCabe Maxsted | 1 | -3/+39 | |
Snowglobe 2.0 by Ansariel Hiller | |||||
2010-08-16 | Fixed some missing constants in the script editor and added ↵ | McCabe Maxsted | 2 | -0/+18 | |
llGetLinkNumberOfSides | |||||
2010-08-16 | Load other missing UUIDs from OpenSim from file instead | McCabe Maxsted | 1 | -10/+10 | |
2010-08-15 | Applied patch for #424: fix proper detection of Windows 7, backport from ↵ | McCabe Maxsted | 1 | -3/+39 | |
Snowglobe 2.0 by Ansariel Hiller |