aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Feature #277: added the grid manager to Preferences > General and changed ↵McCabe Maxsted2010-07-164-16/+79
| | | | the start location to a pulldown to match the login screen
* fix: don't change inventory floater title continously without need (take2)Armin Weatherwax2010-07-152-9/+20
|
* Fixed 'Home' button missing from Web BrowserMcCabe Maxsted2010-07-151-2/+2
|
* Fixed Bug #262: 'Help > Viewer Help' name does not match behavior (also ↵McCabe Maxsted2010-07-157-85/+108
| | | | fixed LLWeb::loadURL)
* Fixed #368: showlookatinfo notification missing, friendship and calling card ↵McCabe Maxsted2010-07-151-0/+22
| | | | offers missing ignore button
* Added basic File menu to notecards (save, import, export) and made the ↵McCabe Maxsted2010-07-159-34/+183
| | | | script editor File menu consistent with it. TODO: create new notecard format that includes attached inventory
* Applied slviewer-0-v12350-StutteringAndLagInAudioEngine_v2.patch from Cool ↵McCabe Maxsted2010-07-152-6/+31
| | | | Viewer by Henri Beauchamp
* Applied SNOW-629 Fix: Leading zero missing from hour portion of timestamp ↵McCabe Maxsted2010-07-152-3/+3
| | | | field in local chat history and log file. Patch by Ardy Lay
* Fixed #186: View > Web Browser brokenMcCabe Maxsted2010-07-153-33/+11
|
* Fixed Advanced Build Options default object size (#374).Jacek Antonelli2010-07-151-3/+3
| | | | The XUI names were accidently changed while improving labels.
* cleanup: removed dead codeArmin Weatherwax2010-07-152-27/+4
|
* fix bug #283: LM-floater crashes after logout/login on clicking teleportArmin Weatherwax2010-07-151-5/+1
|
* Changed version to Weekly: 2010-07-10McCabe Maxsted2010-07-101-1/+1
|
* fix: further objects are not rezzing after login. Reverts 362e10f6c08a68624ca6.Armin Weatherwax2010-07-101-12/+8
| | | | 362e10f6c08a68624ca6 is a partial revert of the revert of cad41f1.
* Changes that should make the 'Ban' button in the radar work for EMs as well ↵McCabe Maxsted2010-07-103-230/+194
| | | | as parcel mgrs
* revamp autoenable joystickArmin Weatherwax2010-07-099-16/+49
|
* Henri Beauchamp: fix tooltips not disappearingArmin Weatherwax2010-07-091-2/+8
|
* Use cancel-apply-ok for the grid manager, fixed those weird refresh bugs, ↵McCabe Maxsted2010-07-095-165/+305
| | | | re-added notfications for errors
* Updated hipporestrequest code to hippo 0.6.3McCabe Maxsted2010-07-0711-29/+551
|
* Cleaned up the grid manager layout someMcCabe Maxsted2010-07-041-53/+54
|
* Basic cleanup of the grid manager codeMcCabe Maxsted2010-07-037-826/+860
|
* Fixed floater_login.xml missing from CMakeLists.txtMcCabe Maxsted2010-07-031-1/+1
|
* Updated hippo grid manager to include groups and voice infoMcCabe Maxsted2010-07-034-151/+168
|
* Made the login panel screen labels sentence-caseMcCabe Maxsted2010-07-031-3/+3
|
* Changed version to Weekly: 2010-07-03McCabe Maxsted2010-07-031-1/+1
|
* If controls are missing from a skin's colors_base.xml, use the values in the ↵McCabe Maxsted2010-07-031-0/+11
| | | | default skin instead of crashing (from Emerald)
* Fixed regression: 'Radar' missing from logcontrol.xmlMcCabe Maxsted2010-07-031-0/+1
|
* Fixed AO stands not starting after standing up from objectsMcCabe Maxsted2010-07-031-0/+1
|
* Added login screen 'Advanced' menu and 'Debug Settings'.Jacek Antonelli2010-07-021-0/+5
|
* Added timestamps to the Script Warning/Error floater.Jacek Antonelli2010-07-022-3/+4
|
* add dbus method to retry joystick detectionArmin Weatherwax2010-07-013-3/+29
|
* retry joystick detection when opening prefs-input-joystickArmin Weatherwax2010-07-013-3/+9
|
* a few tweaks to joystick codeArmin Weatherwax2010-07-012-2/+4
| | | | | | * switch joystick enabled if plugged in at startup * leave flycam mode if going to mouselook (instead of doing nothing) * leave flycam mode on reset view [esc] (instead of doing nothing)
* fix: despam streaming video "Cannot analyze alpha for image with format typ ↵Armin Weatherwax2010-07-011-2/+2
| | | | <foo>"
* Henri Beauchamp: Allow Copy Worn AttachmentsArmin Weatherwax2010-07-011-13/+0
|
* Fixed cmake not finding Mac libxml2 and libpng12.Jacek Antonelli2010-06-262-14/+6
|
* Changed version to Weekly 2010-06-26.Jacek Antonelli2010-06-264-9/+9
|
* Unreverted an OpenSim teleport fix from cad41f1.Jacek Antonelli2010-06-261-8/+12
| | | | | | | Prevents the viewer from being told by OpenSim to teleport to the same region you are already in, which causes bad issues. It was reverted in 932dd4d but should have been kept.
* Added Windows installer to the artwork package (note: still needs some ↵McCabe Maxsted2010-06-261-8/+8
| | | | tinkering by hand in order to get it to work right)
* Increased max grid size in Advanced Build Options to support megaprims.McCabe Maxsted2010-06-261-2/+2
|
* Include renamed lightshare functions in the script editorMcCabe Maxsted2010-06-261-0/+5
|
* Fixed template warning for datatypesMcCabe Maxsted2010-06-261-1/+1
|
* Fixed memory leak in llimage/llimagepng.cpp (backported from SL 2.0)McCabe Maxsted2010-06-261-0/+1
|
* Fixed memory leak in llmessage/llhttpclient.cpp (backported from SL 2.0)McCabe Maxsted2010-06-261-0/+1
|
* Applied patch by Thickbrick Sleaford for SNOW-698: Crash when http-getting ↵McCabe Maxsted2010-06-261-3/+11
| | | | an empty texture: ERROR: doWork: ASSERT (mFormattedImage->getDataSize() > 0)
* Cleaned up ellipses in pie menusMcCabe Maxsted2010-06-269-20/+20
|
* Use the max height for the grid as the max mini-map zoom out distanceMcCabe Maxsted2010-06-261-3/+5
|
* Allow map teleports up to the set grid heightMcCabe Maxsted2010-06-261-1/+3
|
* Fix for objects surviving kill region, ported from Emerald.McCabe Maxsted2010-06-261-0/+3
|
* Fix for the chatlog loading/saving bad filenames, ported from Emerald.McCabe Maxsted2010-06-261-0/+6
|