aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-08Added calc_ntype() function.Jacek Antonelli2-0/+115
2008-12-08Moved enum EWearableType to its own file.Jacek Antonelli2-19/+55
Was in newview/llwearable.h, now in llinventory/llwearabletype.h. This allows it to be used in llinventory code.
2008-12-08Added LLInventoryItem::mNInventoryType (new type) field.Jacek Antonelli2-0/+16
Will always by NIT_NONE so far.
2008-12-08New enumerator for inventory types.Jacek Antonelli1-0/+86
2008-12-06VWR-9400-patch2 (memleak whenever an LSL script is uploaded)Jacek Antonelli1-4/+3
Patch by Henri Beauchamp.
2008-12-06VWR-9400 (memleak whenever an LSL script is uploaded)Jacek Antonelli1-4/+3
Patch by Carjay McGinnis.
2008-12-06VWR-10837 (use delete [] in LLImageTGA)Jacek Antonelli1-1/+1
Patch by Aleric Inglewood.
2008-12-06VWR-10759 (use delete [] in LLMediaImplGStreamer)Jacek Antonelli1-1/+1
Patch by Aleric Inglewood.
2008-12-05Read filter labels from XML, no hard-coding.Jacek Antonelli1-26/+26
2008-12-04Use 127.0.0.1 for local opensim, not 0.0.0.0.imprudence-1.0.0-RC2Jacek Antonelli1-1/+1
2008-11-30Disable llmozlib-dependent code when not available.Jacek Antonelli1-0/+2
Patch by Stephen Zenith. [#12]
2008-11-30Fixed passing nonliteral strings to *printf functions.Jacek Antonelli3-6/+6
gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11]
2008-11-29Remove preprocessor condition for grid selector.Jacek Antonelli1-5/+0
The grid selector on the login screen will always show, instead of only showing when the viewer was compiled as LL_RELEASE_FOR_DOWNLOAD.
2008-11-29Stop console window from always showing up.Jacek Antonelli1-5/+0
2008-11-29Fixed search window not refreshing in RelWithDebInfo builds.McCabe Maxsted1-4/+0
2008-11-25Rearranged grid selectors so main grid is first.Jacek Antonelli3-7/+7
2008-11-25Added "code name" field for grid selections.Jacek Antonelli3-6/+31
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.
2008-11-25Changed the grid selector options at login.Jacek Antonelli3-146/+11
Renamed "Agni" to "SL Main Grid", etc. and removed private LL grids from the list. Also added "Local OpenSim" option.
2008-11-23Defined strings for filter types (to allow translation).Jacek Antonelli1-48/+31
2008-11-22Cleaned up Show Filters floater XML.Jacek Antonelli1-98/+122
2008-11-22Added separators to Quick Filter.Jacek Antonelli1-1/+6
2008-11-22Combobox widget now supports separators in XUI.Jacek Antonelli1-0/+5
2008-11-22Renamed "Clothing" filter to "Clothing / Body Parts".Jacek Antonelli3-8/+12
2008-11-22Renamed "Show All Items" filter to "All Types".Jacek Antonelli2-3/+3
2008-11-22Bogus quick filter strings should be ignored.Jacek Antonelli1-1/+7
2008-11-22Disabled testing output when changing quick filter.Jacek Antonelli1-1/+1
2008-11-22Quick Filter combo box refreshes properly.Jacek Antonelli2-0/+129
2008-11-21Likely fix for VWR-8920 (disappearing attachments).Jacek Antonelli1-0/+4
From http://svn.secondlife.com/trac/linden/changeset/1393
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-11Show Filters window refreshes properly.Jacek Antonelli1-0/+9
2008-11-08Added 'Custom' filter option (opens filters window).Jacek Antonelli2-0/+13
2008-11-08Quick Filter works, but is a bit rough.Jacek Antonelli1-1/+76
It doesn't refresh its display when you change tabs, and the Show Filters window doesn't refresh either.
2008-11-08Added commit callback for Quick Filter.Jacek Antonelli2-0/+19
2008-11-08Added XUI for the Quick Filter combo box.Jacek Antonelli1-5/+54
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 Antonelli1-7/+4
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