Shyotl
aa526e0314
Texture cache update. World-texures moved to local_assets directory. Removed many old unused ui textures.
2011-07-13 04:27:01 -05:00
Shyotl
684484fd76
Added some missing settings and removed a bajillion old unused settings.
2011-07-13 04:01:12 -05:00
Shyotl
7fa2a62103
Renamed vivox icons from nonsensical uuids to something readable, as per v2.
2011-07-13 03:59:37 -05:00
Shyotl
e2112fa8d5
No change, just comments for stuff to avoid merging in, for now.
2011-07-13 03:56:05 -05:00
Siana Gearz
ecbb40b092
Whoops, deleted one too many
2011-07-13 10:35:36 +02:00
Siana Gearz
0fa9eef4b2
Double setting cleanup
2011-07-13 08:49:05 +02:00
Siana Gearz
144d96f78c
Fixfudgery
2011-07-13 05:42:52 +02:00
Siana Gearz
3e84087d50
Modified fasttimer view, by Henri
2011-07-13 04:39:42 +02:00
Aleric Inglewood
2eb64525ae
Merge remote-tracking branch 'origin/master'
2011-07-12 16:00:33 +02:00
Aleric Inglewood
a59f93266b
Improved documentation regarding kill() a bit.
2011-07-12 15:59:30 +02:00
Shyotl
f93bcae65b
Removed some frequent llinfos/llwarns spam.
2011-07-12 03:44:26 -05:00
Shyotl
8fde48bcb2
Abort fetch of null folders.
2011-07-12 03:39:41 -05:00
Siana Gearz
cf81a4457e
This fixes exporter
2011-07-12 04:23:48 +02:00
Siana Gearz
379f4c63ec
Zeus has been begging for this
2011-07-11 12:05:53 +02:00
Siana Gearz
62780b0787
llOwnerSay particles interfere with CCS
2011-07-11 04:14:24 +02:00
Shyotl
c320429f41
Hack hackity hack... I mean fixed water-fog sign-error when cam approaches 0 z when using shaders.
2011-07-11 03:30:28 +02:00
Siana Gearz
47b7fdb5e0
LightShare compatible WindLight reset fix, not fully tested
2011-07-11 03:27:59 +02:00
Shyotl
e80cff77f0
Hack hackity hack... I mean fixed water-fog sign-error when cam approaches 0 z when using shaders.
2011-07-10 19:38:43 -05:00
Siana Gearz
59ec4eba2a
HTTP texture get connection throttling
2011-07-10 19:49:48 +02:00
Siana Gearz
1899784afa
new RAM dependent minimum texture memory limits
2011-07-07 14:46:08 +02:00
TighMacFanatic
ef02c08d4d
Merge e:/SL_Dev/Siana
2011-07-04 17:32:33 -04:00
TighMacFanatic
7cfb41e9a0
Fixes to allow copy/paste of prim position for attachments.
2011-07-04 17:29:10 -04:00
Siana Gearz
1907883e02
This fixes glow on OSX
2011-07-03 22:49:23 +02:00
Siana Gearz
08589058c2
Saner MIME type handling
2011-07-03 19:38:00 +02:00
Siana Gearz
f2a9dbe065
Revert "MIME type fix for media"
...
This reverts commit af9259e626 .
2011-07-03 18:25:48 +02:00
Siana Gearz
62f840adc3
Mac crashlogger disabled for now
2011-07-03 15:37:41 +02:00
Siana Gearz
73fd876423
OS X build fixes
2011-07-03 14:08:50 +02:00
Siana Gearz
af9259e626
MIME type fix for media
2011-07-02 19:39:31 +02:00
Shyotl
5cdcf0d237
Merge branch 'future' of git://github.com/siana/SingularityViewer.git
2011-06-30 10:27:13 -05:00
Shyotl
c3ccdeed1d
Unused globals removed.
2011-06-30 10:02:37 -05:00
TighMacFanatic
388df73ac2
Fixed dimple/cut text not changing depending on object type.
2011-06-29 18:50:11 -04:00
TighMacFanatic
3e7cd53cdc
Re-enable TP button in IM window.
2011-06-29 18:19:56 -04:00
Siana Gearz
a7952d0929
CRTP fix for GCC 4.3
2011-06-29 00:37:14 +00:00
Siana Gearz
cf889eed44
Merge git://github.com/Shyotl/SingularityViewer
2011-06-29 01:19:25 +02:00
Siana Gearz
47ddc0d626
Merge git://github.com/AlericInglewood/SingularityViewer
2011-06-28 23:53:01 +02:00
TighMacFanatic
7bac3d2c1f
Fix IM autoresponse not saving.
2011-06-27 14:51:43 -04:00
TighMacFanatic
40aa48f075
Added missing items to notifications.xml
2011-06-27 09:05:47 -04:00
Shyotl
aec0d41b83
Don't clobber custom windlight settings on teleport. Unsure why this was here, but it may be related to opensim 'windlight' message from sim. If so, then a better method is required.
2011-06-27 01:47:44 -05:00
Shyotl
9c971ac4e7
Added myraid of additional options to top scripts/top collisions floaters.
2011-06-27 01:10:56 -05:00
Aleric Inglewood
fae8f7803e
Fix for Communicate flyout button.
...
Remove erroneously linked control variable.
The 'value' of a LLFlyoutButton is the (last) selected value:
a string. Linking it to some random boolean control variable
causes this value to be (re)assigned to the flyout button list
through LLControlVariable::setValue (whenever said boolean
changes, in this case when the floater is made to appear)
which calls getComparableValue with the string value (ie "mute list")
and tries to convert that to a boolean. Obviously That fails
and the value is set to "", effectively having nothing selected
anymore.
This fixes
http://code.google.com/p/singularity-viewer/issues/detail?id=21
2011-06-25 13:45:04 +02:00
Aleric Inglewood
bab33cf034
Merge remote-tracking branch 'origin/master'
2011-06-25 13:32:49 +02:00
Shyotl
d476daba71
Added contextual 'unmark' selection to minimap rightclick menu
2011-06-25 04:53:01 -05:00
Shyotl
378053bd48
two_sided_delimiter workaround (Broken comment blocks in LSL '/*comment*/') Didn't want to mess with the token class for one single case. This fix is pretty straight-forward and self-contained.
2011-06-25 00:28:28 -05:00
Shyotl
046bbf52f9
Agent pie-menu -> tools -> anims... crash fix. http://code.google.com/p/singularity-viewer/issues/detail?id=89
2011-06-23 17:32:19 -05:00
Siana Gearz
6348635d3f
Ïntroduced LLFolderType and LLViewerAssetType (by Shyotl)
2011-06-23 21:11:52 +02:00
Shyotl
69b608bbe4
New asset. Overlay icon for list header: Receive group chat.
2011-06-23 03:58:41 -05:00
Shyotl
0663a3f028
Added checkboxes to groups list for visibility, groupchat, and notices...
...
-Required addition of an extra texture overlay for list headers, as normal button overlay is used for sort arrows.
-Added padding to italic text in scroll list, as the text clipped outside of the element.
-Groups list is now sortable and has header visible.
-'none' entry always be first in the list, regardless of sort order.
-LLGroupMgrGroupData::mListInProfile removed. Was unreferenced and always false. LLGroupMgrGroupData doesn't handle show/chat/notify properties
2011-06-23 03:56:09 -05:00
Aleric Inglewood
9a224f2b5c
Fix to problems with regex characters in group names.
...
Stolen from
https://bitbucket.org/squire_linden/viewer-dev-chop-662/changeset/6f971899f351
2011-06-22 01:22:52 +02:00
Shyotl
5d8ac68d3a
Groups/agent profile floaters now update when a group visbility changes.
...
Apply button in group settings doesn't behave quite as badly after changing notices/chat/show in profile settings.
Groups floater now bolds visible groups, italicized if active (this may need to be something more noticeable)
2011-06-21 12:03:28 -05:00
Aleric Inglewood
a5522c204e
Save Preview As...
...
Replace 'Save Texture As...' in File menu with 'Save Preview As...',
since it's used for textures, sounds, animations, notecards and scripts,
which ever type you have open at the moment.
This fix addresses
http://code.google.com/p/singularity-viewer/issues/detail?id=12
2011-06-21 03:06:43 +02:00