Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-18 | Increase maximum build height and sim size to 16383 meters. | David Seikel | 2 | -3/+4 | |
2011-01-18 | Update the grid manager to load grids from our meta7 server. Set the default ↵ | David Seikel | 2 | -2/+5 | |
grid to meta7. Prevent setting the default grid to anything but meta7 (except by editing the settings file). By Tom Meta from his fork. See the TomsOldWork branch. | |||||
2011-01-18 | Set the Grid Manager to not show by default, but make it configurable and ↵ | David Seikel | 2 | -2/+26 | |
toggled by CTRL+SHIFT+G. By Tom Meta from his fork. See the TomsOldWork branch. | |||||
2011-01-18 | Comment changing the texture cache to match the system cache, since it turns ↵ | David Seikel | 2 | -1/+3 | |
out that important system textures such as the water normal map are delivered in the SKINS folder and if they were in the cache directory they'd be deleted when the cache was reset. Also fix a bug with resetting the cache location. By Tom Meta from his fork. See the TomsOldWork branch. | |||||
2011-01-18 | Just a temporary hack, to make sure make -j does not get a ridiculously ↵ | David Seikel | 1 | -1/+1 | |
large number. Only affects linux builders. I'll fix it properly later, after I learn python. | |||||
2011-01-17 | IMP-429: Link against prebuilt libraries / always use gtk-related system ↵ | Aleric Inglewood | 3 | -14/+20 | |
libs (linux) (cherry picked from commit a3cffd06a0e7aa92e1b6c28e7bad655b7085296c) | |||||
2011-01-17 | Better format for channel/version string. | Jacek Antonelli | 1 | -29/+18 | |
Before, it was "Imprudence #.#.# / Second Life #.#.#.#". Now, it's just "Imprudence #.#.#". | |||||
2011-01-16 | Fix #756: Link button in build floater can crash | thickbrick | 1 | -1/+2 | |
Prevent null dereference when the selection has no primary object, e.g. rubber band selection. | |||||
2011-01-15 | Fix offset reading from local files | thickbrick | 1 | -2/+2 | |
Fix offset reading from local files (non-cached.) This is a bug, so needs fixing, even though the offset is always 0 here, currently. Taken from Cool Viewer (patch orginally by Max Fox.) | |||||
2011-01-15 | Fix small potential leak of CacheReadResponder objects | thickbrick | 1 | -1/+2 | |
Taken from V2/Henry. | |||||
2011-01-14 | Fix #771: some small lossless textures fail to load from cache | thickbrick | 1 | -0/+1 | |
from V2. | |||||
2011-01-14 | postfix: new maximum number of groups in SL. | Armin Weatherwax | 2 | -1/+9 | |
2011-01-04 | fix crash when linking objects using rubberband selection. | Armin Weatherwax | 1 | -1/+3 | |
2011-01-04 | delete gAudioStream at shutdown. | Armin Weatherwax | 1 | -3/+2 | |
2011-01-04 | move streaming audio out of gAudiop into its own class. | Armin Weatherwax | 15 | -198/+318 | |
* might solve several issues with streaming audio, like: streaming audio not working when the sound effects driver fails. * breaks fmod. Sorry. If you want fmod go fix it, its probably not difficult. | |||||
2010-12-22 | load unloaded-avatar-cloud particle system from LLSD file. | Armin Weatherwax | 8 | -29/+223 | |
2010-11-30 | Fix #673: IMs & Logging prefs don't persist | thickbrick | 6 | -73/+117 | |
Enable per-account settings only after we have an account. Also, make settings that are saved locally not depend on UserInfoReply being received. | |||||
2010-11-24 | Fix #729: Some PNG images lose alpha channel | thickbrick | 2 | -17/+4 | |
Ignore the background color specified in PNG's bKGD chunk, since it's only there as a fallback. | |||||
2010-11-23 | Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵ | McCabe Maxsted | 15 | -1/+31 | |
winsock2.h is always included before windows.h throughout the source to prevent collisions | |||||
2010-11-23 | Fixed group list not updating when the group profile is changed (#644) | McCabe Maxsted | 1 | -0/+8 | |
2010-11-23 | Revert "Ported fix for Apply button not working correctly when changing show ↵ | McCabe Maxsted | 1 | -13/+2 | |
group in profile option in the group window from Ascent Viewer" since it actually causes the bug it's supposed to fix This reverts commit 46bcc05dfd4a37c27a5db6146c5da1b632106c39. | |||||
2010-11-20 | Fix #724: Snap guides in scale manipulator not shown. | thickbrick | 1 | -1/+1 | |
2010-11-20 | Fix #705 (SNOW-717): Prevent mouse cursor flicker | thickbrick | 1 | -2/+5 | |
Patch by Lance Corrimal taken from SNOW-717. | |||||
2010-11-19 | fix: Bug #721: Search lags | Armin Weatherwax | 4 | -3/+24 | |
2010-11-17 | IMP-701: An API to wrap objects for thread-safe access. | Aleric Inglewood | 4 | -4/+564 | |
See http://redmine.imprudenceviewer.org/issues/701 | |||||
2010-11-17 | IMP-590: Added a thread-safe and robust wrapper for APR pools. | Aleric Inglewood | 55 | -732/+877 | |
See http://redmine.imprudenceviewer.org/issues/590 | |||||
2010-11-17 | IMP-712: Add shortcut for the Groups tab. | Aleric Inglewood | 1 | -1/+2 | |
Bind control-shift-G to Groups. This is also done in snowglobe. | |||||
2010-11-16 | IMP-577: Use the same string for FFSAVE_RAW as in strings.xml | Aleric Inglewood | 1 | -1/+1 | |
Apparently the code of Imprudence was from before this bug was introduced. Nevertheless, decided to add this one-liner so that the code becomes the same (in this regard) as snowglobe 1.x and (soon) viewer 2.x (see https://jira.secondlife.com/browse/STORM-423). | |||||
2010-11-14 | Simplified install of libllcommon in Mac manifest. | Jacek Antonelli | 1 | -45/+21 | |
2010-11-14 | Use proper install_name for Mac libllcommon. | Jacek Antonelli | 1 | -0/+9 | |
2010-11-14 | Mac SLPlugin.app needs symlinks to some libs. | Jacek Antonelli | 1 | -11/+22 | |
2010-11-14 | Fixed path to Mac SLPlugin launcher. | Jacek Antonelli | 2 | -2/+2 | |
2010-11-14 | Commented out gstreamer libs from Mac manifest. | Jacek Antonelli | 1 | -92/+92 | |
2010-11-14 | Disable packaging of mac-updater.app. | Jacek Antonelli | 1 | -12/+12 | |
2010-11-14 | Ported some LLWindowMacOSX changes from Snowglobe 2. | Jacek Antonelli | 4 | -17/+93 | |
Fixes missing definition for LLWindowMacOSX::getNativeKeyData(). | |||||
2010-11-13 | Use Quicktime plugin on Mac, not GStreamer. | Jacek Antonelli | 1 | -4/+4 | |
2010-11-13 | GStreamer010 plugin needs Carbon.h on Mac. | Jacek Antonelli | 1 | -0/+4 | |
2010-11-13 | Disable SSE4 on Mac (temporarily). | Jacek Antonelli | 1 | -2/+2 | |
GCC 4.0 on Mac OS X 10.5 can't handle SSE4, GCC 4.2 fails. | |||||
2010-11-13 | Ported keyboard shortcut for align tool from Ascent, by Beeks. Has the ↵ | McCabe Maxsted | 3 | -5/+22 | |
followingrepercussions: * CTRL-A while a prim is selected switches to the align tool * CTRL-SHIFT-A while a prim is selected switches to the pack tool * Area Object Search shortcut has been changed from CTRL-SHIFT-A to ALT-A | |||||
2010-11-13 | Ported fix from Ascent: disable align tool controls if you can't move the ↵ | McCabe Maxsted | 1 | -2/+18 | |
object, by Beeks | |||||
2010-11-13 | Added some status text for the new align tool | McCabe Maxsted | 3 | -1/+6 | |
2010-11-13 | Changed version to Experimental 2010.11.13 | McCabe Maxsted | 1 | -1/+1 | |
2010-11-13 | Updated local copy of default_grids.xml with the latest osgrid ↵ | McCabe Maxsted | 1 | -5/+5 | |
register/password urls and science sim name | |||||
2010-11-13 | Applied patch by tx Oh for #647: loginuri of osgrid changed | McCabe Maxsted | 1 | -1/+1 | |
2010-11-13 | Added default_grids.xml to cmake | McCabe Maxsted | 1 | -0/+1 | |
2010-11-13 | Added updated French translations for several preferences panels from Eddi ↵ | McCabe Maxsted | 3 | -10/+199 | |
Decosta | |||||
2010-11-12 | Revert "Reduced the max width and height for the snapshot window to ↵ | McCabe Maxsted | 1 | -2/+2 | |
hopefully lower the crash rate a little" as it's a poor fix, and many photographers find the higher sizes useful This reverts commit 2819c9ae3652e913ea2d2da1c1ed8ef0d2175e00. | |||||
2010-11-12 | Fixed command line window missing a name for translation (patch by Eryn) | McCabe Maxsted | 1 | -2/+2 | |
2010-11-12 | Added info to DisableInternalFlyUpAnimation to clarify it's local machine only | McCabe Maxsted | 1 | -1/+1 | |
2010-11-12 | Applied patch by Ansariel Hiller for #689: Optionally disable internal hover ↵ | McCabe Maxsted | 2 | -0/+20 | |
(fly) up animation |