Siana Gearz
8d72f6f516
This temporarily fixes inventory problems on Aurora.
...
DO NOT MERGE THIS INTO FUTURE.
2011-08-04 03:20:51 +02:00
Siana Gearz
8787d37d5c
Build fix for that
2011-08-03 23:16:00 +02:00
Siana Gearz
d255bfa6f7
Variable size region support, by RevolutionSmythe
2011-08-03 17:40:06 +02:00
Siana Gearz
393ee9d3eb
This should fix the settings
2011-08-03 17:36:21 +02:00
Siana Gearz
ee9b689cb4
OK, more login unbreaking =.=
2011-07-26 06:49:33 +02:00
Siana Gearz
5314f76803
Version 1.5.10(1)
2011-07-26 04:16:47 +02:00
Siana Gearz
2f571a0393
Signed cleanup on texture fetch and one login bug fix
2011-07-26 01:46:53 +02:00
Siana Gearz
dece627991
Merge git://github.com/AlericInglewood/SingularityViewer
2011-07-24 18:19:30 +02:00
Siana Gearz
5b072b030b
Area computation fudging
2011-07-17 21:29:48 +02:00
Siana Gearz
5beccac1d2
This should make media less crashy
2011-07-17 19:32:36 +02:00
Aleric Inglewood
b6d5743ccb
Fix highlighting of Radar and Snapshot toolbar buttons.
...
Thanks to Done Arun.
2011-07-16 17:20:07 +02: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
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
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
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
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