Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-03 | MAINT-3585 FIXED Viewer Crashes when attempting to upload image. | ruslantproductengine | |
The bug was fixed, the reasone of crash is following. The Core Flow view contain another GL context and will not care about restoring a previous. I restore context manually. This path also contain a minor changes in another files. All changes described here. Сhange's for fix current bug. indra/llwindow/llwindow.h indra/llwindow/llwindowheadless.h indra/llwindow/llwindowmacosx.h indra/llwindow/llwindowsdl.h indra/llwindow/llwindowwin32.h indra/newview/lllocalbitmaps.cpp indra/newview/llviewerdisplay.cpp indra/newview/llviewerdisplay.h Twice mUsage initialization (replace to forward initialization). indra/llcharacter/lljointstate.h Looks like condition should be befor memcopy call, otherwise - possible CRASH. indra/llcommon/llmd5.cpp Unused condition and variables. indra/llmath/llsphere.cpp Looks like should be under if otherwise - possible CRASH indra\llprimitive\llmodel.cpp Useless assert's. indra/llrender/llrender.cpp indra/newview/lldaycyclemanager.cpp | |||
2014-10-27 | MAINT-4435 FIXED fix in llvolume.cpp Perform full build if number of vertices | ruslantproductengine | |
less than allowed. Changes in all other files relate auxiliary methods for catching similar bugs in future. | |||
2014-10-17 | Update to build on Xcode 6.0: removed bunch of unused consts variables ↵ | callum_linden | |
[-Wunused-const-variable] | |||
2014-10-17 | Update to build on Xcode 6.0: various scoping issues with octree code | callum_linden | |
2014-10-17 | Update to build on Xcode 6.0: clang detecting unsigned int comparison with ↵ | callum_linden | |
>=0 [-Wtautological-compare] - confirmed fix with davep | |||
2014-10-17 | Update to build on Xcode 6.0: collection of similar possibly incorrect ↵ | callum_linden | |
logical comparison grouping [-Wlogical-op-parentheses] fixes for clang | |||
2014-10-17 | Update to build on Xcode 6.0: collection of similar const var not used ↵ | callum_linden | |
warnings/errors [-Wunused-const-variable] | |||
2014-09-25 | MAINT-4329 FIXED scales each image *twice* for no apparent reason : patchset #2 | ruslantproductengine | |
2014-08-18 | MAINT-3511 FIXED When one surface of mesh object is set transparent all ↵ | ruslantproductengine | |
object is invisible : compare rotation quaternions with predefined epsilon | |||
2014-07-31 | Merge viewer-release | Graham Linden | |
2014-07-07 | Merge viewer up to 3.7.12, including fixing missed LL_WARNS etc from last ↵ | Graham Linden | |
release (is that trout you smell on the air? is it?) | |||
2014-07-07 | Merge viewer-release and become version 3.7.12 | simon | |
2014-05-29 | Mergeup to 3.7.9 viewer-release | Graham Linden | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-04-22 | Appease GCC 4.6.1 syntax problems with uintptr_t in alignment asserts | Graham Linden | |
2014-04-22 | merge changes for STORM-1915 | Oz Linden | |
2014-04-22 | Modify importer to (optionally) improve debug output, perform name-based LOD ↵ | Graham Linden | |
association, and handle models with many materials. | |||
2014-03-04 | merge changes for 3.7.2-release | Oz Linden | |
2014-03-04 | merge changes for bug-1044 | Oz Linden | |
2014-03-02 | Fixed compile-time errors. My bad. | Ricky Curtice | |
Serves me right for not waiting through the compile! | |||
2014-03-02 | STORM-1920: Richard fixed and optimized a ton more math. | Ricky Curtice | |
From Richard: There are a bunch of things I changed...mainly I eliminated all the grid_offset nonsense and instead simply calculate the tick index for the current drag position and use that to generate a snapped position as needed. I still use approx_equal because I want grid numbers to light up even when they aren't the axis you are currently snapping to. | |||
2014-02-27 | Automated merge with https://bitbucket.org/lindenlab/viewer-lion | Dave Parks | |
2014-02-24 | MAINT-2059 FIX Corner scaling doesn't highlight distance text | Richard Linden | |
much cleanup of vector math also made Stretch Both Sides checkbox clickable via label | |||
2014-02-18 | STORM-1920: Math cleanup from Richard Linden. | Ricky Curtice | |
2014-02-13 | cleaned up llmanipscale logic for readability...no change in functionality | Richard Linden | |
2014-02-13 | MAINT-2876 Fix for freeze when editing certain rigged meshes at high altitude. | Dave Parks | |
2014-02-12 | merge with release | Richard Linden | |
2014-02-04 | fix crash at line 2207: llassert(dst->isFinite3()) in llvolume.cpp | Xiaohong Bao | |
2013-11-13 | more fix for SH-4607: Create new object cache tuning parameters | Xiaohong Bao | |
fix remote objects not showing up. | |||
2013-11-13 | OPEN-195 Cleaned non-UTF8 safe characters | Drake Arconis | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-10-21 | more buildfix | Richard Linden | |
2013-10-14 | changed ll_aligned_(malloc|free) to take alignment size as a template argument | Richard Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-10-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-09-26 | fix for SH-4521: Interesting viewer crash in Pipeline:RenderDrawPools | Xiaohong Bao | |
2013-09-23 | MAINT-3179 fix bad indexing of position info generating false alarms on ↵ | Graham Linden | |
range checks, issue with free of data now allocated contig with positions instead, and added copious amounts of llwarns to error return sites so 'invalid element' will be a reason to read the log and not a tease. | |||
2013-09-18 | The unbearable lightness of being norspec | Graham Linden | |
2013-09-11 | merge changes for storm-1915 | Oz Linden | |
2013-08-30 | MAINT-2811 Fix for infinite loop on octree code during teleport. | Dave Parks | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-19 | Fix merge issues from genBBoxes optimizations fighting with genBBoxes ↵ | Graham Linden | |
optimizations and missing statics | |||
2013-08-19 | Merge in viewer-release | Graham Linden | |
2013-08-14 | BUILDFIX: removed problematic constants for linux build | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-10-23 | Merge latest viewer-release with FBC | simon | |
2013-10-15 | merge changes for DRTVWR-336 | Oz Linden | |
2013-09-04 | OPEN-149: fix documentation of LLColor4 constructor for F32 vector | katharine@exodusviewer.com | |