aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | one more poke on trees+grass + fix the windlight waterArmin Weatherwax2010-09-234-5/+10
| | | | | | | |
| | * | | | | | fix: cached trees + grass white on opensimArmin Weatherwax2010-09-233-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issues remaining: windlight water is "flat"
| | * | | | | | fix minimap surface not renderedArmin Weatherwax2010-09-231-1/+1
| | | | | | | |
| | * | | | | | fix conversion that is ambiguous for linux64 gcc; introduced in 11e4c300Armin Weatherwax2010-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maybe squash with 11e4c300
| | * | | | | | linux* kill imprudence gstreamer, use system gstreamer instead.Armin Weatherwax2010-09-234-1306/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | who ever builds a release with that needs to consider to install some really old gstreamer at /usr/local/lib - lenny has 0.10.19
| | * | | | | | Imprudence style gstreamer plugin (remove llgst, syms and such)Armin Weatherwax2010-09-234-56/+30
| | | | | | | |
| | * | | | | | fix platform specific mime_type xml loadingArmin Weatherwax2010-09-232-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | note: mime_type<_nonwindowsplatform>.xml directs SLPlugin to the actual implementation. For using gstreamer on mac + win the file has to be changed (try the linux one :) )
| | * | | | | | fix some mime type issuesArmin Weatherwax2010-09-233-39/+132
| | | | | | | |
| | * | | | | | fix "about land" (actually llpanellandmedia) crashesArmin Weatherwax2010-09-232-189/+132
| | | | | | | |
| | * | | | | | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax2010-09-23187-1902/+11372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | texture system
| | * | | | | | Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax2010-09-231-0/+2
| | | | | | | |
| | * | | | | | update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax2010-09-232-2/+3
| | | | | | | |
| | * | | | | | make it compile and run.Armin Weatherwax2010-09-232-52/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: llpanellandmedia.cpp and llviewermedia.cpp need a proper fix
| | * | | | | | port llprimitive from SG2.0Armin Weatherwax2010-09-231-1/+1
| | | | | | | |
| | * | | | | | port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax2010-09-231-2/+35
| | | | | | | |
| | * | | | | | remove deprecated filesArmin Weatherwax2010-09-233-1394/+0
| | | | | | | |
| | * | | | | | Fixed 'there is no media type for text/html' errorsMcCabe Maxsted2010-09-232-0/+469
| | | | | | | |
| | * | | | | | Fixed floatervicelicense not compiling with the new media changesMcCabe Maxsted2010-09-235-27/+24
| | | | | | | |
| | * | | | | | Fixed llvewermedia version info (and kept it disabled unless there's a good ↵McCabe Maxsted2010-09-231-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reason for enabling it)
| | * | | | | | Removed some bad merge entries from newview/CMakeLists.txtMcCabe Maxsted2010-09-231-2/+0
| | | | | | | |
| | * | | | | | Added missing plugins notificationsMcCabe Maxsted2010-09-231-0/+18
| | | | | | | |
| | * | | | | | Fixed newview\CMakeLists.txt not parsing on WindowsMcCabe Maxsted2010-09-231-5/+4
| | | | | | | |
| | * | | | | | First LL update of plugins, mainly documentationArmin Weatherwax2010-09-231-2/+5
| | | | | | | |
| | * | | | | | lost in merge: 1 debug setting, some member variables from llpanellandmediaArmin Weatherwax2010-09-233-20/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | todo: review llpanellandmedia; port flotervoicelicense
| | * | | | | | llmediaplugins first stepArmin Weatherwax2010-09-23128-1918/+9444
| | | | | | | |
| * | | | | | | Fix tab/space issues in viewer_manifest.pyRobin Cornelius2010-10-091-11/+11
| | | | | | | |
| * | | | | | | Add a fall back to find NSIS on win64Robin Cornelius2010-10-091-2/+6
| | | | | | | |
* | | | | | | | Use the right name for the Aurora capabilityMcCabe Maxsted2010-11-012-3/+2
| | | | | | | |
* | | | | | | | Fixed crash when logging into an Aurora sim without the region/estate window ↵McCabe Maxsted2010-11-012-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | open
* | | | | | | | Don't allow setting draw distance below 0 in the openregionsettingsMcCabe Maxsted2010-11-011-1/+5
| | | | | | | |
* | | | | | | | Load default grid list url from new GridUpdateList settingMcCabe Maxsted2010-11-013-3/+14
| | | | | | | |
* | | | | | | | Added missing cloud settings to settings.xmlMcCabe Maxsted2010-11-011-0/+88
| | | | | | | |
* | | | | | | | Don't show the open region settings panel in the Estate window when the ↵McCabe Maxsted2010-11-012-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenRegionSettings capability isn't found (i.e. we're not on Aurora)
* | | | | | | | Adds missing .xml files.RevolutionSmythe2010-11-012-0/+46
| | | | | | | |
* | | | | | | | Fixed message builder files missing from CMakeMcCabe Maxsted2010-11-011-0/+4
| | | | | | | |
* | | | | | | | Fixes a missing help button, adds ability to edit trees like normal objects. ↵RevolutionSmythe2010-11-017-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds more places to rebuild clouds so that they will not stick in the incorrect place.
* | | | | | | | Bug fixes for earlier commits. Adds cut to the inventory panel along with ↵RevolutionSmythe2010-11-0111-21/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | copy and paste.
* | | | | | | | Merges the Message log and Message builder from Inertia in.RevolutionSmythe2010-11-016-0/+2133
| | | | | | | |
* | | | | | | | Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵RevolutionSmythe2010-11-0170-4219/+6968
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better.
* | | | | | | | Merge remote branch 'thickbrick/weekly' into weeklyMcCabe Maxsted2010-11-013-11/+51
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bug #672: Failed bake uploads don't retrythickbrick2010-10-303-11/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a retry counter and a small delay for retyring failed bake uploads. This is one possible cause of outfit changes (and un-ruthing) not propagating from the viewer to the sim until the user manually rebakes.
* | | | | | | | | Merge remote branch 'aleric/weekly' into weeklyMcCabe Maxsted2010-11-012-22/+33
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'weekly' of http://github.com/imprudence/imprudence into weeklyAleric Inglewood2010-10-2842-141/+1121
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | IMP-667: WARNING: remove: Attempting to remove filename: ↵Aleric Inglewood2010-10-251-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /ramdisk/imprudence/cache/textures/*/*.texture This turned out to be a simple matter of trying to remove non-existant files: A texture with a 'body size' of 0 doesn't have a texture body file.
| * | | | | | | Fixed a locking issue with regard to texture cache purging.Aleric Inglewood2010-10-252-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Releasing a lock in the middle of a critical area isn't very smart.
| * | | | | | | Fix possible crash on llassert_always(purge_list.size() >= entries_to_purge)Aleric Inglewood2010-10-251-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This horrible noobish code checked if num_entries > sCacheMaxEntries and then goes on to assign (num_entries-empty_entries) - sCacheMaxEntries to an U32 entries_to_purge. Obviously this can lead to an abitrary large value of entries_to_purge with as result a crash due to the llassert_always. This bug must have been extremely rare since it only happens when someone decreases their cache size and has more empty entries in their entries file than the total number of entries minus the new cache size.
| * | | | | | | Validate textures starting with 00 too.Aleric Inglewood2010-10-251-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge remote branch 'jacek/weekly' into weeklyMcCabe Maxsted2010-11-0120-129/+548
|\ \ \ \ \ \ \
| * | | | | | | Removed getvoice.sh for Linux. It's no longer needed.Jacek Antonelli2010-10-262-35/+0
| | | | | | | |
| * | | | | | | Removed duplicate 'BulkChangeIncludeAnimations' in settings.xml.Jacek Antonelli2010-10-261-33/+0
| | | | | | | |