aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rebranded Windows-specific installer/support files.Jacek Antonelli2008-10-148-1501/+1501
| | | | Replaced instances of "Second Life" with "Imprudence", etc.
* Rebranded Mac-specific installer/support files.Jacek Antonelli2008-10-144-309/+309
| | | | Replaced instances of "Second Life" with "Imprudence", etc.
* Rebranded Linux-specific installer/support files.Jacek Antonelli2008-10-144-17/+9
| | | | Replaced instances of "Second Life" with "Imprudence", etc.
* Rebranded platform-independent/shared installer/support files.Jacek Antonelli2008-10-148-74/+74
| | | | Replaced instances of "Second Life" with "Imprudence", etc.
* Added Imprudence-specific version numbers.Jacek Antonelli2008-10-084-13/+37
|
* Changed viewer and channel name to "Imprudence".Jacek Antonelli2008-10-084-7/+10
|
* Fixed bad panel_overlay XML from a sloppy merge.Jacek Antonelli2008-10-071-1/+0
| | | | Malformed XML was causing crash when opening chat bar.
* Merge branch 'offer-teleport' into nextJacek Antonelli2008-10-035-6/+14
|\
| * 'Offer Teleport' button in friends list is now enabledJacek Antonelli2008-09-231-5/+0
| | | | | | | | | | | | even when the selected user(s) appear to be offline. Mostly for consistency, but also to allow a work-around for times when presence is flakey.
| * 'Offer Teleport' button in avatar profile is now always enabled,Jacek Antonelli2008-09-221-1/+1
| | | | | | | | regardless of whether the other person is known to be online.
| * 'Offer Teleport' button in IM panel is now always enabled,Jacek Antonelli2008-09-221-13/+0
| | | | | | | | | | | | regardless of whether the other person is known to be online. Fixes crash introduced by VWR-2072 when IMing someone not on your friends list, and makes the feature useful in more cases.
| * Merge branch 'VWR-8341' into next-mergeJacek Antonelli2008-09-223-0/+23
| |\
| * \ Merge branch 'VWR-8024' into next-mergeJacek Antonelli2008-09-223-0/+36
| |\ \
| * \ \ Merge branch 'VWR-2072' into next-mergeJacek Antonelli2008-09-223-0/+26
| |\ \ \
| | * | | VWR-2072: New Feature -> UI -> IM -> Teleport (other person) Button.Paul Churchill2008-09-203-0/+26
| | | | |
* | | | | Added event callbacks for Attached Lights and Attached ParticlesJacek Antonelli2008-09-282-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | | and updated their XUI menu entries to use the new event callbacks. Those menu entries now work.
* | | | | Updated to SL source 1.21.2.Jacek Antonelli2008-09-2822-971/+5473
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/SConstruct linden/indra/newview/files.lst linden/indra/newview/llfloatertools.cpp linden/indra/newview/llfloatertools.h linden/indra/newview/lloverlaybar.cpp linden/indra/newview/lloverlaybar.h linden/indra/newview/llviewermenu.cpp linden/indra/newview/skins/default/xui/en-us/floater_tools.xml linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml linden/indra/newview/viewer_manifest.py
| * \ \ \ \ Merge branch 'VWR-8341' into next-mergeJacek Antonelli2008-09-223-0/+23
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | VWR-8341: Bring back a UI indicator of 'Flycam' text.Aimee Trescothick2008-09-223-0/+23
| | | |/ / | | |/| |
| * | | | Merge branch 'VWR-8024' into next-mergeJacek Antonelli2008-09-223-0/+36
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | VWR-8024: simplify group invites: invite to group from groups list.McCabe Maxsted2008-09-193-0/+36
| | |/
| * | Merge branch 'land-tools' into next-mergeJacek Antonelli2008-09-228-86/+191
| |\ \
| | * | VWR-8430: Usability improvements to the land tools floater.Aimee Trescothick2008-09-228-93/+151
| | | |
| | * | VWR-2331: Terraform tool variable "strength".Gigs Taggart2008-09-195-6/+53
| | |/ | | | | | | | | | Contributing authors: Gigs Taggart, Aimee Trescothick, Which Linden.
| * | Merge branch 'build-tools' into next-mergeJacek Antonelli2008-09-222-7/+37
| |\ \
| | * | Increased maximum settable transparency from 90% to 100%.Jacek Antonelli2008-09-221-1/+1
| | | |
| | * | Changed 'Select Texture' to 'Select Faces to Texture'.Jacek Antonelli2008-09-221-1/+1
| | | |
| | * | Merge branch 'VWR-7877' into build-toolsJacek Antonelli2008-09-221-4/+4
| | |\ \
| | | * | VWR-7877: Change the default cut increment from 0.05 to 0.025.McCabe Maxsted2008-09-191-4/+4
| | | |/
| | * | Merge branch 'VWR-7827-b' into build-toolsJacek Antonelli2008-09-222-1/+31
| | |\ \ | | | |/ | | |/|
| | | * VWR-7827: Allow Dimple/Profile Cut for boxes and box-based prims in the UI.McCabe Maxsted2008-09-162-1/+31
| | | |
| * | | Reindented and cleaned up menu XML for code readability.Jacek Antonelli2008-09-211-1553/+1923
| | | |
| * | | Merge branch 'VWR-5082' into menu_viewerJacek Antonelli2008-09-216-0/+885
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/llviewermenu.cpp
| | * | | Added llfloaterbulkpermission.cpp to SCons build list.Jacek Antonelli2008-09-211-0/+1
| | | | |
| | * | | VWR-5082: 'Set permissions on selected task inventory' feature.Michelle2 Zenovka2008-09-205-0/+883
| | |/ /
| * | | Merge branch 'VWR-1363' into menu_viewerJacek Antonelli2008-09-211-0/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
| | * | | VWR-1363: Add "Return Object" to the Tools menu.McCabe Maxsted2008-09-191-0/+6
| | |/ /
| * | | Merge branch 'VWR-2896' into menu_viewerJacek Antonelli2008-09-212-0/+3209
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
| | * | | VWR-2948: Create XUI-based Advanced menu.Jacek Antonelli2008-09-191-0/+947
| | | | | | | | | | | | | | | | | | | | Part of VWR-2896: Convert "Advanced" menu to XUI.
| | * | | VWR-2947: Create event callbacks for Advanced menu functions.Jacek Antonelli2008-09-191-0/+2266
| | |/ / | | | | | | | | | | | | Part of VWR-2896: Convert "Advanced" menu to XUI.
| * | | Merge branch 'VWR-8056-b' into menu_viewerJacek Antonelli2008-09-211-452/+307
| |\ \ \ | | |/ / | |/| |
| | * | Applied VWR-8056: Clean up menu_viewer.xml (main menu XUI)Jacek Antonelli2008-09-161-452/+307
| | |/
| * | New optional SConstruct flag to specify an exact path to buildJacek Antonelli2008-09-191-6/+14
| | | | | | | | | | | | directory: BUILD_DIR. For convenience until we switch to CMake.
| * | VWR-2865: New SConstruct flag to (not) make tarball after compiling.Jacek Antonelli2008-09-192-5/+12
| |/ | | | | | | For convenience until we switch to CMake.
* | Second Life viewer sources 1.21.2-RCJacek Antonelli2008-09-12163-11929/+6304
| |
* | Second Life viewer sources 1.21.1-RCJacek Antonelli2008-09-0622-42/+95
| |
* | Second Life viewer sources 1.21.0-RCJacek Antonelli2008-09-061306-71610/+67828
|/
* Second Life viewer sources 1.20.15Jacek Antonelli2008-08-156-459/+475
|
* Second Life viewer sources 1.20.14Jacek Antonelli2008-08-1563-301/+691
|
* Second Life viewer sources 1.20.13Jacek Antonelli2008-08-151330-8308/+9012
|