Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-31 | skip some http core tests on Windows because they fail too frequently | Oz Linden | |
2013-01-31 | Control reorganization and bugfixes. | Tonya Souther | |
2013-01-30 | Merge with latest viewer-dev-materials. | Geenz | |
2013-01-30 | Specular map support. This is the vast majority of the material parameters ↵ | Geenz | |
implemented at this point for opaque geometry. | |||
2013-01-30 | merge build floater updates | Oz Linden | |
2013-01-30 | merge MAINT-2252 fix | Oz Linden | |
2013-01-29 | Compile fix for potentially uninitialized variable. | Tonya Souther | |
2013-01-29 | Editing interface for normal and specular maps and other parameters. | Tonya Souther | |
2013-01-29 | MAINT-2281: correct test for XP (corrected fix I applied incorrectly) | Oz Linden | |
2013-01-28 | Basic normal mapping support. | Geenz | |
2013-01-28 | merge linearlize lighting | Oz Linden | |
2013-01-28 | rename "Lighting and Shadows" (deferred rendering) to "Advanced Lighting Model" | Oz Linden | |
2013-01-26 | [MAINT-2233] Duplicate entries in notifications.xml | Chris Baker | |
- Removed duplicate entry from panel_preferences_general.xml | |||
2013-01-25 | setMaterialParams for LLViewerObject | Geenz | |
2013-01-25 | [MAINT-2233] Duplicate entries in notifications.xml | Chris Baker | |
- Removed duplicate notification elements | |||
2013-01-29 | MAINT-2281: correct test for XP | callum_linden | |
2013-01-28 | For MAINT-2276 a workaround to unblock 3.4.5 beta review: ted | Graham Madarasz (Graham) | |
2013-01-25 | Trying to set materials up for rendering! Yay! | Geenz | |
2013-01-25 | Linearize light source colors, and a bit of cook torrance fanciness. | Geenz | |
2013-01-25 | merge changes for DRTVWR-290 | Oz Linden | |
2013-01-24 | MAINT-2275 Child prims are "left behind" by animated, moving (physical) linksets | Kelly Washington | |
* A fix that doesn't break tanks. Reverts MAINT-1742 | |||
2013-01-24 | MAINT-2275 Child prims are "left behind" by animated, moving (physical) linksets | Kelly Washington | |
* A fix that doesn't break doors. Reverst MAINT-2247 | |||
2013-01-24 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-development | Nat Goodspeed | |
2013-01-24 | MAINT-2277 Yellow "fence" (selection) of the parcel doesn't update after ↵ | Kelly Washington | |
selecting the other parcel * Removed bogus check on matching parcel data coming in. | |||
2013-01-24 | MAINT-2275 Child prims are "left behind" by animated, moving (physical) linksets | Kelly Washington | |
2013-01-22 | merge changes for DRTVWR-287 | Oz Linden | |
2013-01-22 | merge changes for open-161 | Oz Linden | |
2013-01-22 | MAINT-2252 GPU Table update | Dave Parks | |
2013-01-16 | OPEN-161 Typo in the header guard. | Jonathan Yap | |
2013-01-16 | MAINT-2247 Child object does not update rotation while selected. | Kelly Washington | |
2013-01-16 | merge changes to remove prototype test code | Oz Linden | |
2013-01-16 | remove prototype access code used for server testing | Oz Linden | |
2013-01-16 | MAINT-2242 Fix for shader compilation errors on Intel HD graphics chips. | Dave Parks | |
2013-01-14 | merge initial object fix | Oz Linden | |
2013-01-14 | merge changes for DRTVWR-283 | Oz Linden | |
2013-01-11 | Initialize correctly for new objects. | Tonya Souther | |
2013-01-11 | merge gamma correction rendering | Oz Linden | |
2013-01-11 | merge first round of build floater changes | Oz Linden | |
2013-01-11 | merge changes for DRTVWR-281 | Oz Linden | |
2013-01-11 | fix line endings | callum_linden | |
2013-01-11 | MAINT-417 Backed out changeset: 7273a1ac51e8 | Dave Parks | |
2013-01-11 | MAINT-1481: use 'mktemp -d' to generate tempdir. | Nat Goodspeed | |
Responding to Lex's code-review comments. | |||
2013-01-11 | MAINT-1481: Clean up update_install UI, including error output. | Nat Goodspeed | |
Capture actual error output from mkdir and mv; display it to user. Introduce mysudo function used by sudo_mv function for graphical sudo command. Since update_install actually only displays a single status message, just use zenity --info instead of a zenity progress box: need not update its message. Borrow semantics for clear_message and status functions from xmenity script. Introduce errorbox function so we only have to make zenity/xmessage test once. Move cleanup, onexit to top so we can use for clear_message. | |||
2013-01-11 | MAINT-1481: Remove xmenity script and viewer_manifest.py references. | Nat Goodspeed | |
2013-01-11 | Linearize spotlight textures. | Geenz | |
2013-01-11 | Initial (largely complete) gamma correct rendering implementation. | Geenz | |
2013-01-10 | New controls for editing media. | Tonya Souther | |
2013-01-10 | merge changes for DRTVWR-280 | Oz Linden | |
2013-01-10 | MAINT-2209 Parcel name not updating after teleport | Kelly Washington | |
2013-01-10 | MAINT-1481: minor bug fix plus incomplete UI tweaks. | Nat Goodspeed | |
Test for existence of target name using -e rather than -f. (-d would work too, but in this case we must respond to any name collision, whether file or directory.) Instead of terminating on failure, make sudo_mv return rc of the [sudo] mv command to its caller. If the attempt to move new install to actual viewer directory fails, restore previous viewer before failing. When redirecting the script's stderr to updater.log, first save existing stderr to another file descriptor, and restore it when we launch viewer. Otherwise updater.log ends up collecting the viewer's duplicate stderr log output! The construct 'exec ... | program' doesn't work. In fact it causes any other redirections on that command to fail too. Remove it -- real fix pending. |