Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-09 | merge from http://hg.secondlife.com/viewer-development | Monty Brandenberg | |
2010-11-22 | Added failing unit test which I believe should exercise CHOP-220 crash. | brad kittenbrink | |
2010-11-19 | Merged latest lindenlab/viewer-development with mani_linden/viewer-development | brad kittenbrink | |
2010-11-19 | merge fix for STORM-138 | Oz Linden | |
2010-11-18 | Merge with viewer-development | Mark Palange (Mani) | |
2010-11-16 | Viewer 2.4 (as of 15 Nov 2010) with llTextBox support merged in | Jonathan Yap | |
2010-11-15 | Merge with lindenlab/viewer-development | Kyle Ambroff | |
2010-11-13 | STORM-52 FIXED Made it possible to use an external script editor. | Vadim ProductEngine | |
The editor can be specified: * via "ExternalEditor" setting in settings.xml * via LL_SCRIPT_EDITOR variable Removed obsolete XUIEditor setting in favor of the new one. | |||
2010-11-09 | start of a thread safe queue | Andrew A. de Laix | |
2010-11-08 | Fix for breakpad symbol files failing to be generated on linux. | brad kittenbrink | |
2010-11-08 | Fix for linux link errors in teamcity. | brad kittenbrink | |
2010-11-04 | Turned generate_breakpad_symbols target into a noop for non-Release builds. | brad kittenbrink | |
2010-11-01 | VWR-23666 Removed setting VersionChannelName. LLVersionInfo::resetChannel() ↵ | Mark Palange (Mani) | |
and unit tests. Reviewed by brad. | |||
2010-10-28 | ESC-109 Write single-thread asset stats collector for wearable. | Monty Brandenberg | |
Code-complete with unit tests and foundation for other collectors. Interestingly, sim and viewer have two different ideas about asset type enumeration (compatible, one's just longer). Both are missing mesh though that's to be expected. | |||
2010-10-27 | CHOP-122 Initializing Facade service in the viewer. Rev. by Brad. | Mark Palange (Mani) | |
2010-10-22 | Merge with viewer-development | Merov Linden | |
2010-10-22 | ESC-108 Develop support classes for numerical collection | Monty Brandenberg | |
Stuff moved over and adapted from simulator code. Basic, simple counters and min/max/mean accumulators. | |||
2010-10-21 | Merge with andrew | Kyle Ambroff | |
2010-10-12 | Pull update from viewer-development | Merov Linden | |
2010-10-11 | Another merge from http://hg.secondlife.com/viewer-development | Andrew Meadows | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | Merge | Leyla Farazha | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-10-13 | automated merge | Roxie Linden | |
2010-10-12 | EVE-47 - Event formatting should appear in "Profile" window | Roxie Linden | |
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl EVE-72 - Modify viewer to make the event profile window be an html control This is basically a reworking of the event profile display to remove all in-viewer specific event display rendering, in preparation for richtext descriptions. Most was removal of code. | |||
2010-10-08 | Created a floater for setting display name | Leyla Farazha | |
2010-10-02 | STORM-137 : Build script modif so that Windows build does not rely on ↵ | Merov Linden | |
fmod.dll being dropped in the source tree + addition to allow fmod to be found in standalone. Caution: wait an upcoming install.xml commit before pulling if building internaly. | |||
2010-09-30 | remove a wad of the experimental evil deadcode that I added while hacking. | Tofu Linden | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-24 | merge from viewer-development | Tofu Linden | |
2010-09-22 | merge | Richard Linden | |
2010-09-22 | merge | Tofu Linden | |
2010-09-21 | more work towards making textbox-based script dialogs be their own toast type. | Tofu Linden | |
2010-09-20 | merge. | Tofu Linden | |
2010-09-16 | Pull update from viewer-development | Merov Linden | |
2010-09-16 | merge | Richard Linden | |
2010-09-16 | Merge | Leyla Farazha | |
2010-09-16 | STORM-122 FIXED Clean up obsolete floaters and related dead code | Aimee Linden | |
Removed obsolete XUI files: floater_activeim.xml floater_customize.xml floater_device_settings.xml floater_first_time_tip.xml floater_im.xml floater_my_friends.xml floater_outfit_save_as.xml floater_preview_classified.xml floater_preview_event.xml floater_preview_gesture_info.xml floater_preview_gesture_shortcut.xml floater_preview_gesture_steps.xml floater_statistics.xml floater_wearable_save_as.xml panel_audio_device.xml panel_friends.xml panel_groups.xml panel_nearby_chat.xml panel_online_status.xml panel_region_general_layout.xml Killed obsolete LLFloaterVoiceDeviceSettings class, and moved LLPanelVoiceDeviceSettings into its own appropriately named files. | |||
2010-09-16 | refactored notification template into own header file | Richard Linden | |
2010-09-15 | STORM-181 : add featuretable_xp to the list of files to install for Windows | Merov Linden | |
2010-09-13 | add new modules. | Tofu Linden | |
2010-09-13 | Merge with http://hg.secondlife.com/viewer-development after migration | Andrew Meadows | |
of Brad's simconsole work. | |||
2010-09-10 | Post-convert merge by convert_monolith.py from ↵ | Andrew Meadows | |
http://hg.lindenlab.com/brad/viewer-simconsole | |||
2010-09-10 | Pull from lindenlab/viewer-development | Merov Linden | |
2010-09-10 | merge storm-93 | Tofu Linden | |
2010-09-10 | STORM-93 FIXED Added Take Off function to the gear menu and implemented this ↵ | Paul Guslisty | |
functionality using helper methods: canTakeOffSelected() - checking whether selected item(s) can be taken off hasItemSelected() - checking whether any item selected getSelectedItemsUUIDs() - returns selected items ids | |||
2010-09-10 | merge the latest ECC/Shining sprint work. ↵ | Tofu Linden | |
http://bitbucket.org/seraph/viewer-development-shining | |||
2010-09-08 | VWR-22761 : Rearchitecture of llmetricperformancetester and simple (non ↵ | Merov Linden | |
complete) implementation in llimagej2c |