aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Second Life viewer sources 1.22.11Jacek Antonelli2009-03-152-2/+2
| | | |
| | * | Second Life viewer sources 1.22.10-RCJacek Antonelli2009-03-0111-123/+122
| | | |
| | * | Second Life viewer sources 1.22.9-RCJacek Antonelli2009-02-1344-134/+126
| | | |
| | * | Second Life viewer sources 1.22.8-RCJacek Antonelli2009-02-1295-1923/+12996
| | | |
| | * | Second Life viewer sources 1.22.7-RCJacek Antonelli2009-01-288-43/+48
| | | |
| | * | Second Life viewer sources 1.22.6-RCJacek Antonelli2009-01-2875-759/+737
| | | |
| | * | Second Life viewer sources 1.22.5-RCJacek Antonelli2009-01-111680-2093/+2706
| | | |
| | * | Second Life viewer sources 1.22.4-RCJacek Antonelli2009-01-11197-3474/+6808
| | | |
| | * | Second Life viewer sources 1.22.3-RCJacek Antonelli2008-12-12295-8349/+9569
| | | |
| | * | Second Life viewer sources 1.22.2-RCJacek Antonelli2008-12-09165-5072/+2243
| | | |
| | * | Second Life viewer sources 1.22.1-RCJacek Antonelli2008-12-012-7/+5
| | | |
| | * | Second Life viewer sources 1.22.0-RCJacek Antonelli2008-12-01563-33421/+14309
| | | |
* | | | Updated version/copyright info for Mac version.Jacek Antonelli2009-06-062-3/+3
| | | |
* | | | Set version to 1.1.0 (not RC).Jacek Antonelli2009-06-061-1/+1
| | | |
* | | | Improved regex and formatting in build_version.py.Jacek Antonelli2009-06-061-2/+8
| | | | | | | | | | | | | | | | Handles empty test version strings better.
* | | | Pie menu for HUD and Attachment should use "Attachment Touch".Jacek Antonelli2009-06-062-4/+4
| | | |
* | | | Fixed "Take" on the object pie menu not working.Jacek Antonelli2009-06-061-2/+2
| | | |
* | | | Merge commit 'origin/mac' into nextJacek Antonelli2009-06-051-0/+11
|\ \ \ \
| * | | | Changed the list of installed Mac gstreamer plugins.Jacek Antonelli2009-05-181-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commented out libgstqtwrapper.so, since it causes issues with MP3s (and perhaps other types). Added: libgstfilter.so libgstmultifile.so libgststereo.so libgstvideobalance.so libgstvideobox.so libgstvideocrop.so libgstvideoflip.so libgstvideomixer.so libgstvideorate.so libgstvideosignal.so
| * | | | Added libgstqtwrapper.so to Mac manifest.Jacek Antonelli2009-05-021-0/+1
| | | | |
* | | | | Merged in jacek/nextMcCabe Maxsted2009-06-0523-126/+424
|\ \ \ \ \
| * \ \ \ \ Merge branch 'mccabe/next' into next-1.1Jacek Antonelli2009-06-053-222/+222
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'revert-ctrl-d' into next-1.1Jacek Antonelli2009-06-051-3/+2
| |\ \ \ \ \ \
| | * | | | | | Reverted Ctrl-D shortcut back to Edit > Duplicate.Jacek Antonelli2009-05-161-3/+2
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | No longer World > Create Landmark Here.
| * | | | | | Mute in Profile window triggers confirmation dialog too.Jacek Antonelli2009-06-051-2/+2
| | | | | | |
| * | | | | | Added confirmation dialogs for Mute from pie menu.Jacek Antonelli2009-06-014-3/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Dialog is for muting avatars and objects from the pie menu only.
| * | | | | | Added a confirmation dialog for Take Off All Clothes.Jacek Antonelli2009-05-314-3/+41
| | | | | | |
| * | | | | | Added a separator between Wear and Restore to Last Position.Jacek Antonelli2009-05-252-4/+7
| | | | | | |
| * | | | | | Restore to Last Position has a confirmation dialog now.Jacek Antonelli2009-05-251-1/+1
| | | | | | |
| * | | | | | Added Restore to Last Position confirmation and callback methods.Jacek Antonelli2009-05-252-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LLItemBridge::restoreToWorldConfirm() LLItemBridge::restoreToWorldCallback()
| * | | | | | Added ConfirmRestoreToWorld alert text.Jacek Antonelli2009-05-251-0/+24
| | | | | | |
| * | | | | | User-initiated Toggle Fullscreen has a confirmation dialog now.Jacek Antonelli2009-05-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | That's in the View menu and also Alt+Enter at login screen.
| * | | | | | Added Toggle Fullscreen confirmation and callback methods.Jacek Antonelli2009-05-252-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LLViewerWindow::toggleFullscreenConfirm() LLViewerWindow::toggleFullscreenCallback()
| * | | | | | Added ConfirmToggleFullscreen alert text.Jacek Antonelli2009-05-251-0/+15
| | | | | | |
| * | | | | | User-initiated Teleport Home has confirmation dialog.Jacek Antonelli2009-05-252-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | That's in the World menu and on the world map.
| * | | | | | Added Teleport Home confirmation and callback methods.Jacek Antonelli2009-05-252-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LLAgent::teleportHomeConfirm() LLAgent::teleportHomeCallback()
| * | | | | | Moved LLAgent::teleportHome() definition.Jacek Antonelli2009-05-252-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Was in llagent.h for no good reason, now in llagent.cpp.
| * | | | | | Added ConfirmTeleportHome alert text.Jacek Antonelli2009-05-251-0/+16
| | |_|/ / / | |/| | | |
| * | | | | Fixed end-of-line style for Info-Imprudence.plist.Jacek Antonelli2009-05-241-39/+39
| |/ / / /
| * | | | Merge commit 'origin/gst-thread-fix' into macJacek Antonelli2009-04-212-31/+36
| |\ \ \ \
| | * | | | Cleaned up indentation in llmediaimplgstreamer.h.Jacek Antonelli2009-04-181-24/+24
| | | | | |
| | * | | | LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend.Jacek Antonelli2009-04-181-2/+6
| | | | | |
| | * | | | Removed redundant play() from LLMediaImplGStreamer::navigateTo().Jacek Antonelli2009-04-181-3/+0
| | | | | |
| | * | | | LLMediaImplGStreamer::play() is no-op if already playing.Jacek Antonelli2009-04-181-0/+7
| | | | | |
| | * | | | Removed some useless code from LLMediaImplGStreamer::startPlay().Jacek Antonelli2009-04-181-3/+0
| | | | | |
| * | | | | Imported GreenLife Emerald Viewer's OpenAL code. It works!Jacek Antonelli2009-04-212-61/+87
| | | | | |
| * | | | | We'll use libopenal.1.dylib after all (yet again).Jacek Antonelli2009-04-201-1/+1
| | | | | |
| * | | | | Help (force) Mac to use the right OpenAL lib and header dir.Jacek Antonelli2009-04-201-5/+10
| | | | | |
| * | | | | Mac viewer uses Thomas Shikami's OpenAL libs.Jacek Antonelli2009-04-201-2/+2
| | | | | |
| * | | | | Added libneon to Mac manifest.Jacek Antonelli2009-04-101-0/+1
| | | | | |