aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-122-9/+19
|\ | | | | | | | | | | Conflicts: linden/indra/newview/llfloaterabout.cpp
| * Simplified release notes URL scheme.Jacek Antonelli2008-12-112-6/+11
| | | | | | | | | | Now uses e.g. "wiki/Release Notes/1.0.0-RC2", which is set up as a wiki redirect.
| * Fixed bad string comparison (rel notes url) [#28]Jacek Antonelli2008-12-112-1/+8
| | | | | | | | Reported by Balp Allen.
* | Include README, ChangeLog, etc. in downloads #9Anders Arnholm2008-12-112-0/+111
| |
* | Fix string error.Anders Arnholm2008-12-111-2/+4
|/
* Fix grid selector having a duplicate entry. [#24]Jacek Antonelli2008-12-104-2/+20
| | | | Patch by Balp Allen.
* Better warning when url_history.xml save fails.Jacek Antonelli2008-12-102-1/+6
|
* Fixed bad string comparison (grid code name). [#22]Jacek Antonelli2008-12-102-1/+9
| | | | Reported by Balp Allen.
* Fixed blank url_history.xml creation. (VWR-5808)McCabe Maxsted2008-12-102-3/+14
|
* Rebranded login menu. [#23]McCabe Maxsted2008-12-102-33/+37
|
* Added test version info to llversionviewer.hMcCabe Maxsted2008-12-105-7/+29
|
* Changed Release Notes link to point to ImprudenceMcCabe Maxsted2008-12-103-10/+13
|
* Added banners in ChangeLog to set versions apart.Jacek Antonelli2008-12-061-0/+24
| | | | | | | | | | | | Entries should be placed in the section for the version into which they were merged. Entries within a section should be sorted chronologically. This is important for keeping track of changes which weren't merged until a later release than they were written. (Mixing them in chronologically would cause confusion about which changes were included in a release.)
* VWR-9400-patch2 (memleak whenever an LSL script is uploaded)Jacek Antonelli2008-12-062-4/+8
| | | | Patch by Henri Beauchamp.
* VWR-9400 (memleak whenever an LSL script is uploaded)Jacek Antonelli2008-12-062-4/+8
| | | | Patch by Carjay McGinnis.
* VWR-10837 (use delete [] in LLImageTGA)Jacek Antonelli2008-12-062-1/+6
| | | | Patch by Aleric Inglewood.
* VWR-10759 (use delete [] in LLMediaImplGStreamer)Jacek Antonelli2008-12-062-1/+8
| | | | Patch by Aleric Inglewood.
* Use 127.0.0.1 for local opensim, not 0.0.0.0.imprudence-1.0.0-RC2Jacek Antonelli2008-12-042-1/+5
|
* Imprudence 1.0.0 RC2 released.v1.0.0-RC2Jacek Antonelli2008-12-041-0/+5
|
* Disable llmozlib-dependent code when not available.Jacek Antonelli2008-11-302-0/+7
| | | | Patch by Stephen Zenith. [#12]
* Fixed passing nonliteral strings to *printf functions.Jacek Antonelli2008-11-304-6/+18
| | | | | gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11]
* Remove preprocessor condition for grid selector.Jacek Antonelli2008-11-292-5/+7
| | | | | | The grid selector on the login screen will always show, instead of only showing when the viewer was compiled as LL_RELEASE_FOR_DOWNLOAD.
* Fixed inworld browser crash in Windows.McCabe Maxsted2008-11-292-2/+8
|
* Stop console window from always showing up.Jacek Antonelli2008-11-292-5/+6
|
* Fixed search window not refreshing in RelWithDebInfo builds.McCabe Maxsted2008-11-292-4/+6
|
* Rearranged grid selectors so main grid is first.Jacek Antonelli2008-11-254-7/+15
|
* Added "code name" field for grid selections.Jacek Antonelli2008-11-254-6/+44
| | | | | | The code name is used to fetch the proper splash page. This decouples the user-visible label from the name expected by the SL web server.
* Changed the grid selector options at login.Jacek Antonelli2008-11-254-146/+23
| | | | | Renamed "Agni" to "SL Main Grid", etc. and removed private LL grids from the list. Also added "Local OpenSim" option.
* Likely fix for VWR-8920 (disappearing attachments).Jacek Antonelli2008-11-212-0/+11
| | | | From http://svn.secondlife.com/trac/linden/changeset/1393
* Changed to Imprudence.exec_marker to match llappviewer.cpp.Jacek Antonelli2008-11-182-2/+6
|
* Changed app dir (for cache, etc.) to Imprudence.Jacek Antonelli2008-11-185-7/+19
|
* VWR-9007: Group UI uses "Person" instead of "Resident".Jacek Antonelli2008-11-183-3/+11
|
* Fix VWR-9507: bad typedef breaks build on gcc 4.3.Jacek Antonelli2008-11-182-1/+6
| | | | Suggested by Alissa Sabre.
* Likely fix for VWR-9358 (palletized textures).Jacek Antonelli2008-11-182-1/+8
| | | | Suggested by Angus Boyd.
* Removed floater_tools.xml from silver skin.Jacek Antonelli2008-11-162-1275/+9
| | | | | | 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.
* Imprudence 1.0.0 RC1 released.v1.0.0-RC1imprudence-1.0.0-RC1Jacek Antonelli2008-11-151-0/+5
|
* Remove reference to nonexistent First Look Mac icon.Jacek Antonelli2008-11-052-6/+7
|
* Fix Mac crash logger & updater missing Info.plist.Jacek Antonelli2008-11-043-2/+11
| | | | Suggested by Aimee Trescothick (Aimee Walton).
* Script finds Imprudence version numbers for packaging.Jacek Antonelli2008-11-023-13/+16
|
* Use Imprudence icon on Linux.Jacek Antonelli2008-11-012-1/+4
|
* Package up Imprudence icons.Jacek Antonelli2008-11-013-2/+7
|
* Imported Imprudence icon graphics.Jacek Antonelli2008-11-013-0/+6
|
* Merge branch 'rebranding' into nextJacek Antonelli2008-11-0134-1728/+1823
|\ | | | | | | | | Conflicts: linden/indra/newview/viewer_manifest.py
| * Merge commit 'mccabe/rebranding' into rebrandingJacek Antonelli2008-10-177-372/+366
| |\
| | * windows compile fix and rebranded help menuMcCabe Maxsted2008-10-171-0/+9
| | |
| | * windows compile fix and rebranded help menuMcCabe Maxsted2008-10-171-1/+1
| | |
| | * windows compile fix and rebranded help menuMcCabe Maxsted2008-10-172-41/+26
| | |
| | * rebranding with updated help menuMcCabe Maxsted2008-10-172-5/+5
| | |
| | * rebranding compiledMcCabe Maxsted2008-10-173-328/+328
| | |
| * | Merge branch 'merge-1.21.6' into rebrandingJacek Antonelli2008-10-17371-6786/+11173
| |\ \ | | |/ | |/| | | | | | | | | | Conflicts: linden/indra/newview/installers/windows/installer_template.nsi linden/indra/newview/llappviewer.cpp