aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* add "Advanced > Crash" menu.Armin Weatherwax2010-06-192-0/+67
|
* Incremented cache versionMcCabe Maxsted2010-06-191-1/+1
|
* Stops an avatar's texture from flickering on OS but leaves behind the ↵McCabe Maxsted2010-06-191-4/+25
| | | | corrupt texture until they rebake. A half-fix at best. Maybe. Revert if it causes problems
* Added brandable buy currency button in the status bar (#273). Effectively ↵McCabe Maxsted2010-06-193-35/+21
| | | | reverts ad408085 and 2cb8d8b5
* Changed water preset loading from LL_INFOS to LL_DEBUGS to reduce log spamMcCabe Maxsted2010-06-192-2/+2
|
* Implemented #270: Say the name of the avatar and key copied in chat when ↵McCabe Maxsted2010-06-192-0/+16
| | | | Copy Key is pressed
* Backported llimage changes from Viewer 2.0.0McCabe Maxsted2010-06-196-63/+162
|
* Added some missing entries to the logcontrol.xml debug entries, comment out ↵McCabe Maxsted2010-06-191-23/+27
| | | | each individually for easier toggling
* Added checkbox to prefences > advanced to toggle wind generationMcCabe Maxsted2010-06-192-0/+6
|
* Revert "Changed the default minimize position to the top left..."McCabe Maxsted2010-06-191-6/+7
| | | | | | | Reverted because it ended up getting in the way of people's minimaps. Commit retained for posterity. This reverts commit 64e994a132b39e8ed994f0d5cf0914bb44d92507.
* Changed the default minimize position to the top left so it doesn't block ↵McCabe Maxsted2010-06-191-7/+6
| | | | chat anymore
* Added minimize all option to the File menu, works on everything but the ↵McCabe Maxsted2010-06-194-0/+47
| | | | snapshot window (decided that was a feature)
* Imprudence 1.3.0 beta 4 released.v1.3.0-b4Jacek Antonelli2010-05-090-0/+0
|
* Release notes and version bump for 1.3.0 beta 4.Jacek Antonelli2010-05-085-6/+42
|
* Revert "disable voice temporaryly where no caps avail (renables on parcel ↵Jacek Antonelli2010-05-082-63/+32
| | | | | | | | | change)" It could potentially have unintended consequences for private voice conversations. This reverts commit f6ed529f2237975fb9a205cc6340a7159e44a404.
* Removed the "Settings" section of Advanced Build Preferences.Jacek Antonelli2010-05-082-40/+0
| | | | | | I.e. phantom, physical, temporary, and material. Only physical and material can be set at creation time, and they aren't very useful in and of themselves.
* Removed ability to set default prim texture / inventory.Jacek Antonelli2010-05-082-132/+1
| | | | | | | | | The texture (color, etc.) and inventory settings were inadvertently being applied to objects rezzed from the user's inventory if the Build window was open, potentially resulting in permanent damage to no-copy items. Kept ability to set default size, material, and flags.
* Fixed show selection outlines checkbox in the advanced build window (and ↵McCabe Maxsted2010-05-082-14/+21
| | | | tidied up some labels)
* Imprudence 1.3.0 beta 3 released.v1.3.0-b3Jacek Antonelli2010-05-060-0/+0
|
* Added a few more 1.3.0 beta 3 release notes.Jacek Antonelli2010-05-061-0/+13
|
* Fixed inaccurate credits for PrivateLookAt in release notes.Jacek Antonelli2010-05-061-2/+2
| | | | Armin implemented ours independently from Henri's patch.
* Updated RELEASE_NOTES.txt for version 1.3.0 beta 3.Jacek Antonelli2010-05-061-0/+254
|
* Added some missing Mac libs to the manifest (libpng12, libvorbisfile).Jacek Antonelli2010-05-061-0/+2
|
* Fixed a subprocess usage bug in make_changelog.py. @nochangelogJacek Antonelli2010-05-061-1/+1
|
* Fixed crash on quit in LLAgent dtorMcCabe Maxsted2010-05-051-3/+5
|
* Fixed TPV policy texture export notificationMcCabe Maxsted2010-05-051-1/+1
|
* Fixed default snapshot subject line showing up as [GRID_NAME]McCabe Maxsted2010-05-051-2/+6
|
* Made the 'Imprudence' label in the progress bar big, because we're awesome ↵McCabe Maxsted2010-05-051-1/+1
| | | | like that
* Fixed #231: Non-english languages have messed up profile layouts (note: ↵McCabe Maxsted2010-05-0515-552/+552
| | | | classified panel buttons are still a bit off in some languages)
* Fixed preferences > advanced speedrez interval spinner not updatingMcCabe Maxsted2010-05-053-7/+37
|
* disable speakers button and hide floateractivespeakers if voice not enabled.Armin Weatherwax2010-05-043-1/+8
|
* replace ambiguous NULL pointers for g_object.Armin Weatherwax2010-05-042-4/+11
|
* update Linux (32 and 64bit) OpenAL to 1.11.753Armin Weatherwax2010-05-041-4/+4
|
* Fixed Tools > Grid Options showing the wrong labelMcCabe Maxsted2010-05-041-3/+2
|
* Added checkbox to preferences > advanced for sitting when editing appearanceMcCabe Maxsted2010-05-042-0/+6
|
* Fixed en-us profile layout oddities for the avatar, interests, picks, and ↵McCabe Maxsted2010-05-042-14/+14
| | | | classifieds tabs and removed some references to 'Second Life'
* Fixed search land sales, events, and classified panel layoutsMcCabe Maxsted2010-05-041-3/+3
|
* Improved accuracy of avatar height calculation.McCabe Maxsted2010-05-042-10/+21
| | | | | | Uses values from SNOW-197 as they seem more accurate. (Plus some code cleanup and compile fixes from Jacek.)
* Applied patch for SNOW-484 by Robin Cornelius: recursive animations can ↵McCabe Maxsted2010-05-041-0/+6
| | | | crash viewer
* Applied patch for SNOW-384 by Ardy Lay: A tool_tip is obscuring our view ↵McCabe Maxsted2010-05-041-12/+11
| | | | when typing into the Chat Bar
* disable voice temporaryly where no caps avail (renables on parcel change)Armin Weatherwax2010-05-042-32/+63
|
* Clicking the money balance now does nothing on non-SL grids.Jacek Antonelli2010-05-031-4/+15
| | | | | | So, it's totally inactive, not just the button hidden. TODO: Eventually it should actually check whether the grid supports buying currency.
* Updated version to 1.3.0 beta 3.Jacek Antonelli2010-05-014-6/+6
|
* Ported 'NoTextureExportSL' message from 1.2.2 to new notification system.Jacek Antonelli2010-05-012-0/+11
|
* Merged 1.2.2 (TPV) into 1.3.Jacek Antonelli2010-05-012-2/+37
|\ | | | | | | Doesn't have the SL content export notification yet, though.
| * Imprudence 1.2.2 released.v1.2.2Jacek Antonelli2010-04-300-0/+0
| |
| * Some tweaks to wrapper.sh to help Linux 64bit.Armin Weatherwax2010-04-291-18/+7
| |
| * Backported some old ChangeLog entries. @nochangelogJacek Antonelli2010-04-291-6/+28
| |
| * Tell the wrapper script where 64bit gstreamer plugins are.Armin Weatherwax2010-04-291-1/+3
| | | | | | | | (Backported from a6255ec5) @nochangelog
| * Use ${ARCH} instead of x86_64 in CMake.Armin Weatherwax2010-04-291-3/+1
| | | | | | | | (Backported from aa251ea5) @nochangelog