aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-19VWR-2662: OpenAL support (patch by Tofu Linden)Jacek Antonelli15-371/+1215
2008-11-18Changed to Imprudence.exec_marker to match llappviewer.cpp.Jacek Antonelli1-2/+2
2008-11-18Changed app dir (for cache, etc.) to Imprudence.Jacek Antonelli4-7/+7
2008-11-18VWR-9007: Group UI uses "Person" instead of "Resident".Jacek Antonelli2-3/+3
2008-11-18Fix VWR-9507: bad typedef breaks build on gcc 4.3.Jacek Antonelli1-1/+1
Suggested by Alissa Sabre.
2008-11-18Likely fix for VWR-9358 (palletized textures).Jacek Antonelli1-1/+1
Suggested by Angus Boyd.
2008-11-16Removed floater_tools.xml from silver skin.Jacek Antonelli1-1275/+0
It was out of sync with the default version, and the only changes that LL had made to it were tiny tweaks to button size and position. It will now correctly inherit from default skin.
2008-11-05Remove reference to nonexistent First Look Mac icon.Jacek Antonelli1-6/+1
2008-11-04Fix Mac crash logger & updater missing Info.plist.Jacek Antonelli2-2/+2
Suggested by Aimee Trescothick (Aimee Walton).
2008-11-02Script finds Imprudence version numbers for packaging.Jacek Antonelli2-13/+8
2008-11-01Use Imprudence icon on Linux.Jacek Antonelli1-1/+1
2008-11-01Package up Imprudence icons.Jacek Antonelli2-2/+2
2008-11-01Imported Imprudence icon graphics.Jacek Antonelli2-0/+0
2008-11-01Package only our free fonts.Jacek Antonelli1-1/+3
2008-11-01Imported Vera Mono and Liberation Sans fonts.Jacek Antonelli6-0/+483
2008-11-01Use Vera Mono and Liberation Sans fonts.Jacek Antonelli1-8/+8
2008-10-17Disable fmod by default.Jacek Antonelli1-0/+2
You can give -DFMOD=ON at configure time to turn it on.
2008-10-17Use FMOD_LIBRARY variable. It's there for a reason.Jacek Antonelli1-1/+1
2008-10-17Commented out vivox / SLVoice from viewer manifest.Jacek Antonelli1-28/+28
2008-10-17Commented out kdu from viewer manifest.Jacek Antonelli1-5/+5
2008-10-17Commented out fmod from viewer manifest.Jacek Antonelli1-3/+3
2008-10-17windows compile fix and rebranded help menuMcCabe Maxsted1-1/+1
2008-10-17windows compile fix and rebranded help menuMcCabe Maxsted2-41/+26
2008-10-17rebranding with updated help menuMcCabe Maxsted2-5/+5
2008-10-17rebranding compiledMcCabe Maxsted3-328/+328
2008-10-17Second Life viewer sources 1.21.6Jacek Antonelli22-59/+90
2008-10-14Rebranded Windows-specific installer/support files.Jacek Antonelli8-1501/+1501
Replaced instances of "Second Life" with "Imprudence", etc.
2008-10-14Rebranded Mac-specific installer/support files.Jacek Antonelli4-309/+309
Replaced instances of "Second Life" with "Imprudence", etc.
2008-10-14Rebranded Linux-specific installer/support files.Jacek Antonelli4-17/+9
Replaced instances of "Second Life" with "Imprudence", etc.
2008-10-14Rebranded platform-independent/shared installer/support files.Jacek Antonelli8-74/+74
Replaced instances of "Second Life" with "Imprudence", etc.
2008-10-08Second Life viewer sources 1.21.5-RCJacek Antonelli189-3464/+3246
2008-10-08Added Imprudence-specific version numbers.Jacek Antonelli4-13/+37
2008-10-08Changed viewer and channel name to "Imprudence".Jacek Antonelli4-7/+10
2008-10-07Fixed bad panel_overlay XML from a sloppy merge.Jacek Antonelli1-1/+0
Malformed XML was causing crash when opening chat bar.
2008-10-03Second Life viewer sources 1.21.4-RCJacek Antonelli53-1230/+974
2008-09-28Added event callbacks for Attached Lights and Attached ParticlesJacek Antonelli2-4/+33
and updated their XUI menu entries to use the new event callbacks. Those menu entries now work.
2008-09-28Second Life viewer sources 1.21.3-RCJacek Antonelli270-3122/+7952
2008-09-23'Offer Teleport' button in friends list is now enabledJacek Antonelli1-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.
2008-09-22'Offer Teleport' button in avatar profile is now always enabled,Jacek Antonelli1-1/+1
regardless of whether the other person is known to be online.
2008-09-22'Offer Teleport' button in IM panel is now always enabled,Jacek Antonelli1-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.
2008-09-22Increased maximum settable transparency from 90% to 100%.Jacek Antonelli1-1/+1
2008-09-22Changed 'Select Texture' to 'Select Faces to Texture'.Jacek Antonelli1-1/+1
2008-09-22VWR-8341: Bring back a UI indicator of 'Flycam' text.Aimee Trescothick4-0/+24
2008-09-22VWR-8430: Usability improvements to the land tools floater.Aimee Trescothick9-93/+152
2008-09-21Reindented and cleaned up menu XML for code readability.Jacek Antonelli1-1553/+1923
2008-09-21Added llfloaterbulkpermission.cpp to SCons build list.Jacek Antonelli1-0/+1
2008-09-20VWR-5082: 'Set permissions on selected task inventory' feature.Michelle2 Zenovka5-0/+883
2008-09-20VWR-2072: New Feature -> UI -> IM -> Teleport (other person) Button.Paul Churchill3-0/+26
2008-09-19VWR-2948: Create XUI-based Advanced menu.Jacek Antonelli1-0/+947
Part of VWR-2896: Convert "Advanced" menu to XUI.
2008-09-19VWR-2947: Create event callbacks for Advanced menu functions.Jacek Antonelli1-0/+2266
Part of VWR-2896: Convert "Advanced" menu to XUI.