aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Not openal branch next branch.Anders Arnholm2008-12-151-1/+1
|
* Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-1513-369/+446
|\ | | | | | | | | | | | | Conflicts: ChangeLog.txt linden/indra/llcommon/llversionviewer.h
| * Version string generator now includes test label.Jacek Antonelli2008-12-132-1/+8
| | | | | | | | This is used for naming packages on Linux, among other things.
| * Bumped version to 1.1.0 alpha.Jacek Antonelli2008-12-132-2/+7
| |
| * Add group name to group invite window.McCabe Maxsted2008-12-133-1/+33
| |
| * VWR-4826 (ability to ignore friendship offers).McCabe Maxsted2008-12-132-0/+13
| |
| * Beacons no longer persist between sessions.McCabe Maxsted2008-12-135-7/+19
| | | | | | | | | | That distressed users who accidentally enabled them, since not even relogging would disable them.
| * Moved 'Offer Teleport' in IM to be on the left side.McCabe Maxsted2008-12-132-4/+8
| |
| * Switched Invite and Leave buttons in group panel.McCabe Maxsted2008-12-132-4/+10
| |
| * Added full comments to colors_base.xml files.McCabe Maxsted2008-12-133-352/+355
| |
* | ..Anders Arnholm2008-12-151-2/+2
| |
* | Merge branch 'next' of git://github.com/jacek/imprudence into nextAnders Arnholm2008-12-1310-107/+2642
|\ \ | |/ | | | | | | | | | | | | Conflicts: ChangeLog.txt RELEASE_NOTES.txt linden/indra/llcommon/llversionviewer.h
| * Imprudence 1.0.0 finalized.v1.0.0imprudence-1.0.0Jacek Antonelli2008-12-121-0/+9
| |
| * Added release notes.Jacek Antonelli2008-12-123-0/+301
| |
| * Blanked the test version string. Not RC anymore.Jacek Antonelli2008-12-122-1/+5
| |
| * Windows build uses OpenJPEG 1.3.Jacek Antonelli2008-12-122-2/+7
| | | | | | | | Fixes half-opaque skirts/textures issue.
| * README.txt will stay that name; README-linux.txt removed.Jacek Antonelli2008-12-122-2/+8
| |
| * Merge branch 'next' into docJacek Antonelli2008-12-1214-83/+219
| |\
| | * Indentation cleanup. (llviewernetwork.cpp)Jacek Antonelli2008-12-111-18/+18
| | |
| * | Fixed indentation for 'skins' prefix.Jacek Antonelli2008-12-012-21/+28
| | |
| * | Doc packaging moved to platform-independent manifest.Jacek Antonelli2008-12-012-20/+45
| | |
| * | Imported license files for libraries and artwork.Jacek Antonelli2008-12-015-0/+2272
| | |
| * | Package up README.txt, etc. on Linux.Jacek Antonelli2008-11-302-1/+28
| | |
* | | Bumped version to RC3.Anders Arnholm2008-12-123-1/+27
| | |
* | | Applied 3 patches from CoolViewer, http://sldev.free.frAnders Arnholm2008-12-123-4/+18
| | | | | | | | | | | | | | | | | | Applied slviewer-0-v120130-LandmarksDiscardButton_v2.patch.bz2 Applied slviewer-0-v120160-FriendshipAndCallingcardOffersIgnoreButton.patch.bz2 Applied slviewer-0-v12100-AllowDiscardForCreator.patch.bz2
* | | 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
|