- Apr 24, 2013
-
-
simon authored
-
- Apr 23, 2013
- Apr 22, 2013
-
-
Graham Madarasz authored
-
Nat Goodspeed authored
Somehow viewer-cat acquired a lot of source lines (in several different files) of the form: (void)somevar; where ?somevar? was not declared. Apparently someone introduced an unused declaration of ?somevar?, encountered unused-variable warnings, introduced the (void) casts to suppress those warnings, then deleted the declarations -- without deleting the (void) casts. It seems worth noting that the resulting code should not have compiled successfully on any platform.
-
- Apr 18, 2013
-
-
Simon Linden authored
-
- Apr 17, 2013
-
-
simon authored
-
- Apr 15, 2013
- Apr 12, 2013
- Apr 11, 2013
- Apr 09, 2013
-
-
callum_linden authored
-
callum_linden authored
-
- Apr 04, 2013
-
-
Oz Linden authored
-
Nyx Linden authored
-
Nyx Linden authored
Added an additional sanity check to make sure that other avatars don't affect your wearables.
-
- Apr 03, 2013
-
-
simon authored
Reviewed by Kelly
-
Nyx Linden authored
Reverting fix as additional problems were found that could lead to even accidental nudity. This fix is not required for the current release as it is not a regression. Will review options for fixing for the next release.
-
Nyx Linden authored
-
Nyx Linden authored
Added a constraint to ensure that the avatar's height (with offset) does not go below 0.1 meters. Camera was getting confused since the avatar's effective height was negative. Note the avatar is mostly underground/contorted even at 0.1 meters, but most users setting values this low will be making ultra-tinies and would be hiding the avatar mesh. Camera stays above ground when height is at 0.1.
-
Oz Linden authored
-
Oz Linden authored
-
Brad Payne (Vir Linden) authored
-
Brad Payne (Vir Linden) authored
-