aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Removed some unused libs from Linux manifest.Jacek Antonelli2009-02-022-4/+3
| | |
* | | Get AL libs from real libs dir, not vivox.Jacek Antonelli2009-02-022-6/+5
| | |
* | | Removed redundant packaging of text files.Jacek Antonelli2009-02-022-10/+6
|/ /
* | Fixed default communicate size being too smallMcCabe Maxsted2009-01-313-3/+8
| |
* | Updated build math cheat sheet to new variable namesMcCabe Maxsted2009-01-302-15/+21
| |
* | Tweaked build math variable names for consistency.Jacek Antonelli2009-01-302-15/+19
| | | | | | | | X/Y/Z go at end of variables, e.g. XP --> PX.
* | Made build math taper/hole size correct for box/etc. [#62]Jacek Antonelli2009-01-302-2/+11
| |
* | Disabled spammy loadWAV error for nonexistent files.Jacek Antonelli2009-01-302-4/+8
| |
* | Fix crash with two instances logged in to opensim.Jacek Antonelli2009-01-302-4/+18
| | | | | | | | Patch by Armin Weatherwax.
* | llLoadUrl scripts now respect browser preferencesMcCabe Maxsted2009-01-302-1/+4
| |
* | Added TGA to snapshot optionsMcCabe Maxsted2009-01-304-0/+17
| |
* | Made sure changelog lists the right ArminMcCabe Maxsted2009-01-301-1/+4
| |
* | merged in jacek/nextMcCabe Maxsted2009-01-3011-5/+132
|\ \
| * | Vetoed shortcut for Show XUI Names (Ctrl-Shift-X).Jacek Antonelli2009-01-272-1/+6
| | | | | | | | | | | | | | | | | | It's just not used often enough to justify a shortcut. Partial revert of earlier commit 2dd736ab.
| * | Moved View > Show HUD Attachments to Advanced menu.Jacek Antonelli2009-01-272-6/+13
| | | | | | | | | | | | | | | | | | | | | New location is: Advanced > Rendering > Features > HUD Attachments Also removed keyboard shortcut.
| * | Restored View > Toolbar and Show HUD Attachments.Jacek Antonelli2009-01-273-0/+45
| | | | | | | | | | | | Partial revert of earlier commit e79a1cc5.
| * | Set GST_PLUGIN_PATH for Linux.Jacek Antonelli2009-01-272-0/+8
| | |
| * | Merge commit 'mccabe/1.1.0-RC1' into nextJacek Antonelli2009-01-2636-972/+486
| |\ \
| * | | VWR-508/VWR-2199: Create "Worn Items" tab in InventoryJacek Antonelli2009-01-226-0/+63
| | | | | | | | | | | | | | | | Patch by Vadim Bigbear.
| * | | Missing newline at end of two source files.Jacek Antonelli2009-01-202-2/+2
| | | |
* | | | Merge branch 'highresfix' into 1.1.0-RC1McCabe Maxsted2009-01-302-37/+83
|\ \ \ \
| * | | | Fixed high res snapshots not working from the snapshot windowMcCabe Maxsted2009-01-302-37/+83
| | | | |
* | | | | Removed spammy gstreamer debug messagesMcCabe Maxsted2009-01-302-0/+18
|/ / / /
* | | | Plugin path set via stringMcCabe Maxsted2009-01-282-6/+9
| | | |
* | | | Added GStreamer to CmakeMcCabe Maxsted2009-01-286-12/+297
| |/ / |/| |
* | | Merge branch 'scriptcommentfix' into 1.1.0-RC1McCabe Maxsted2009-01-252-5/+38
|\ \ \
| * | | Fixed single line comment highlightingMcCabe Maxsted2009-01-252-5/+38
| | | |
* | | | Fixed 'open in external browser' buttonMcCabe Maxsted2009-01-242-1/+7
|/ / /
* | | Backported fix for VWR-5529: group chat scrolls up when logging enabledMcCabe Maxsted2009-01-238-97/+158
|\ \ \
| * | | Backported fix for VWR-5529: group chat scrolls up when logging enabledMcCabe Maxsted2009-01-238-156/+191
| | | |
| * | | Backported Qarl's fix for VWR-8773: Closing parenthesis breaks urlsMcCabe Maxsted2009-01-232-14/+40
| | | |
* | | | Commit errorMcCabe Maxsted2009-01-231-73/+73
|/ / /
* | | Windows version sets its own gstreamer environment variableMcCabe Maxsted2009-01-233-1/+44
| | |
* | | Added link to wiki tutorial and missing variables to build cheat sheetMcCabe Maxsted2009-01-212-14/+21
| | |
* | | Fixed browser layout, toggling; removed legacy browser codeMcCabe Maxsted2009-01-2125-782/+146
|/ /
* | merged in jacek's fixes for inv iconsMcCabe Maxsted2009-01-1811-84/+193
|\ \
| * \ Merge branch 'filter-fixes' into nextJacek Antonelli2009-01-186-71/+161
| |\ \
| | * | LLFolderViewEventListener has type NIT_FOLDER.Jacek Antonelli2009-01-182-1/+8
| | | | | | | | | | | | | | | | This fixes folders always showing when filtering.
| | * | Cosmetic code cleanup in LLInventoryViewFinder.Jacek Antonelli2009-01-162-17/+42
| | | |
| | * | Removed some dead code in LLInventoryViewFinder.Jacek Antonelli2009-01-162-27/+4
| | | |
| | * | Removed now-useless LLInventoryViewFinder::draw().Jacek Antonelli2009-01-163-6/+6
| | | |
| | * | Use UI callbacks to initiate rebuilding filter.Jacek Antonelli2009-01-163-1/+59
| | | | | | | | | | | | | | | | Instead of rebuilding from draw() every frame.
| | * | Fixed folders expanding when Show Filters is opened.Jacek Antonelli2009-01-152-2/+6
| | | |
| | * | Simplified rebuildFilter() a bit.Jacek Antonelli2009-01-152-15/+7
| | | |
| | * | LLInventoryViewFinder::rebuildFilter().Jacek Antonelli2009-01-153-4/+16
| | | | | | | | | | | | | | | | Refactored from draw().
| | * | Don't show empty folders when using filter.Jacek Antonelli2009-01-142-3/+6
| | | | | | | | | | | | | | | | This is the old behavior, but I had broken it.
| | * | Added inventory ntype for folders.Jacek Antonelli2009-01-143-1/+17
| | | |
| * | | Replaced some 0xffffffff's with NIT_ALL.Jacek Antonelli2009-01-172-2/+8
| | | |
| * | | Fixed group notice popup showing wrong item type.Jacek Antonelli2009-01-172-3/+12
| | | | | | | | | | | | | | | | Attachment was showing texture icon regardless of type.
| * | | Fixed Resident chooser not showing calling cards.Jacek Antonelli2009-01-162-1/+5
| | | |