Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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-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 | |||||
2010-06-19 | Added getZealous to llmortician | McCabe Maxsted | 2 | -0/+7 | |
2010-06-19 | Set the imprudence viewer version in xml | McCabe Maxsted | 1 | -3/+10 | |
2010-05-08 | Release notes and version bump for 1.3.0 beta 4. | Jacek Antonelli | 1 | -1/+1 | |
2010-05-01 | Updated version to 1.3.0 beta 3. | Jacek Antonelli | 1 | -1/+1 | |
2010-04-28 | Bumped version to 1.2.2. @nochangelog | Jacek Antonelli | 1 | -1/+1 | |
2010-04-12 | fix bring help-f1 page under control of hippogridmanager | Armin Weatherwax | 2 | -76/+3 | |
2010-04-12 | remove link limits: (take 2) depending on grid. | Armin Weatherwax | 1 | -1/+0 | |
Seems OSim creates several linksets though. | |||||
2010-03-13 | Bumped version to 1.3.0 beta 2. | Jacek Antonelli | 1 | -1/+1 | |
@nochangelog | |||||
2010-03-04 | Robin Cornelius: SNOW-485 Fix deadlock in LLTextureFetchWorker. | Armin Weatherwax | 1 | -7/+18 | |
2010-03-04 | Aleric Inglewood: SNOW-196 Special case for TextureFetch race condition check. | Armin Weatherwax | 2 | -35/+8 | |
Where the current UUID was just removed from mRequestMap, thus avoiding to the need for the problematic lock completely. The case that we add something to mNetworkQueue while it was just removed from mRequestMap is corrected by LLTextureFetch::sendRequestListToSimulators anyway. | |||||
2010-03-04 | Robin Cornelius, Aleric Inglewood: SNOW-196 missing mutexes for texture fetch | Armin Weatherwax | 2 | -1/+13 | |
Applys a trylock() abort system to allow the worker thread to avoid deadlocks due to a race between mQueueMutex and mWorkerMutex. | |||||
2010-02-27 | Bumped version to 1.3.0 beta 1. | Jacek Antonelli | 1 | -1/+1 | |
2010-02-16 | Ported some stats and texture console changes from Snowglobe. | Jacek Antonelli | 1 | -1/+2 | |
2010-02-08 | Ported some thread changes from Snowglobe. | Jacek Antonelli | 4 | -23/+31 | |
2010-02-08 | Ported many APR changes from Snowglobe. | Jacek Antonelli | 5 | -178/+175 | |
2010-01-02 | Updated version to 1.3.0 "merge test". | Jacek Antonelli | 1 | -3/+3 | |
(newview/res/viewerRes.rc is already at 1.3.0.) | |||||
2009-11-25 | Updated version to 1.2.1 | McCabe Maxsted | 1 | -1/+1 | |
2009-11-18 | SNOW-108: Fast timers fail on non i386 systems | Jacek Antonelli | 2 | -10/+26 | |
Patch by Robin Cornelius | |||||
2009-11-10 | Viewer compiles, but still trying to get everything to link on Windows | McCabe Maxsted | 1 | -0/+1 | |
2009-11-08 | Changed version to 1.20 (final, not a RC). | Jacek Antonelli | 1 | -1/+1 | |
2009-11-07 | Upped version to 1.2.0 RC1 | McCabe Maxsted | 1 | -1/+1 | |
2009-11-03 | Second Life viewer sources 1.23.5 | Jacek Antonelli | 2 | -4/+4 | |
2009-10-09 | Updated version info to 1.2.0 beta 2, added changelog bannerImprudence-1.2.0-beta2 | McCabe Maxsted | 1 | -1/+1 | |
2009-10-03 | Added new color setting for Object IMs | McCabe Maxsted | 1 | -1/+2 | |
2009-09-27 | Updated Imprudence version to "1.2.0 beta". | Jacek Antonelli | 1 | -2/+2 | |
2009-09-14 | Merged in jacek/next | McCabe Maxsted | 1 | -0/+8 | |
2009-09-11 | Backported clickable object names from 1.23 | McCabe Maxsted | 4 | -2/+176 | |
2009-09-04 | Applied Kitty Barnett's RLVa 1.0.1h (Restrained Life) patch. | Jacek Antonelli | 1 | -0/+8 | |
Made a few non-functional changes to help it apply. | |||||
2009-07-11 | BROKEN logoff/relog crashing inconsistently on various startup states. | Armin Weatherwax | 1 | -0/+1 | |
2009-06-13 | Second Life viewer sources 1.23.4-RC | Jacek Antonelli | 2 | -3/+3 | |
2009-06-13 | Second Life viewer sources 1.23.3-RC | Jacek Antonelli | 2 | -4/+4 | |
2009-06-06 | Set version to 1.1.0 (not RC). | Jacek Antonelli | 1 | -1/+1 | |
2009-05-24 | Second Life viewer sources 1.23.2-RC | Jacek Antonelli | 4 | -1/+77 | |
2009-05-24 | Second Life viewer sources 1.23.1-RC | Jacek Antonelli | 2 | -1/+9 | |
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 168 | -516/+1874 | |
2009-04-06 | Made LogLock mutex less likely to fail, hopefully. | Jacek Antonelli | 1 | -4/+2 | |