Shyotl
3dff32d2ab
Now that depth blitting appears to work, moving hovertext and such to ui render. Also, added depth-culling in a few more spots to hopefully lessen frag shader usage in deferred.
2011-05-02 17:05:06 -05:00
Shyotl
65c2a46121
Workaround for depth+stencil blitting on AMD(Ati) hardware, plus alteration to blitting to framebuffer when using MSAA.
2011-05-02 17:02:44 -05:00
Shyotl
b57c3fd6e5
Skin tight clothing fix ala thickbrick: https://bitbucket.org/lindenlab/viewer-development/changeset/fbde1fb8ab65
...
https://jira.secondlife.com/browse/STORM-1147
2011-05-01 18:08:24 -05:00
Shyotl
0cbb9a7078
Iterator fix in llavatarnamecache.cpp from v2.
2011-05-01 17:24:37 -05:00
Shyotl
2cf645e8e8
Merge branch 'master' of git://github.com/siana/SingularityViewer.git
2011-05-01 16:35:09 -05:00
Siana Gearz
50f6d7b677
Merge branch 'master' of https://github.com/Shyotl/SingularityViewer
2011-05-01 23:11:38 +02:00
Shyotl
65199d103a
Merge branch 'V2AvatarPhysics'
2011-05-01 16:09:17 -05:00
Siana Gearz
2ba1dbf9da
Unbotch Aleric
2011-05-01 23:04:18 +02:00
Siana Gearz
38849c1328
Merge git://github.com/AlericInglewood/SingularityViewer
...
Conflicts:
indra/newview/CMakeLists.txt
indra/newview/app_settings/settings.xml
2011-05-01 22:55:18 +02:00
Aleric Inglewood
26c40255aa
Remove CR from configuration, source and xml files.
2011-05-01 22:16:05 +02:00
Aleric Inglewood
7edb98743d
Add missing cmake/FindLLQtWebkit.cmake
2011-05-01 22:04:28 +02:00
Aleric Inglewood
6b8a12dd06
Rename FindZLIB.cmake to FindMyZLIB.cmake to avoid cmake warning.
2011-05-01 22:01:02 +02:00
Shyotl
d8caa6a980
Typo effed things up and blocked instant-messages all willy-nilly.
2011-05-01 01:29:55 -05:00
Shyotl
ea10825c27
Typo effed things up and blocked instant-messages all willy-nilly.
archive/V2AvatarPhysics
2011-05-01 01:28:50 -05:00
Shyotl
a8f4b3ed4a
Merge branch 'master' into V2AvatarPhysics
2011-04-30 22:41:25 -05:00
Shyotl
09133307a1
Merge branch 'master' of git://github.com/siana/SingularityViewer.git
2011-04-30 22:41:08 -05:00
Siana Gearz
ae50fc4404
GCCified SH_SpamHandler
2011-05-01 04:57:44 +02:00
Shyotl
cff618f67d
Doubleclick focus on avatar radar.
2011-04-30 21:46:01 -05:00
Siana Gearz
1d90b8624b
Updated LSL keywords
2011-04-30 23:28:28 +02:00
Shyotl
6cf9c3b4ed
Demoted llerrs to llwarns in HippoGridManager::saveFile() to prevent forcing the client to crash on connect if something goes wrong there(Have had a few reports of this llerrs popping up for people on XP). Failure to save is non-critical.
2011-04-30 16:01:10 -05:00
Shyotl
226de66b81
Skip rendering hud-related elements when rendering for impostor. http://code.google.com/p/singularity-viewer/issues/detail?id=20&can=1
2011-04-30 16:01:02 -05:00
Shyotl
89c6f11072
Demoted llerrs to llwarns in HippoGridManager::saveFile() to prevent forcing the client to crash on connect if something goes wrong there(Have had a few reports of this llerrs popping up for people on XP). Failure to save is non-critical.
2011-04-30 16:00:06 -05:00
Shyotl
41dc9f9751
Skip rendering hud-related elements when rendering for impostor. http://code.google.com/p/singularity-viewer/issues/detail?id=20&can=1
2011-04-30 15:59:16 -05:00
Siana Gearz
ee2508274e
Merge branch 'master' of https://github.com/Shyotl/SingularityViewer
...
Conflicts:
indra/newview/app_settings/settings.xml
2011-04-30 22:02:02 +02:00
Siana Gearz
4bb68e5a34
Updated root certificates
2011-04-30 22:00:12 +02:00
Shyotl
e3b328a115
Removed superfluous llinfos messages.
2011-04-30 02:13:35 -05:00
Shyotl
0dd3e189fc
Adjusted camera positions while editing physics. Focuses and zooms in closer to location being edited.
2011-04-29 20:15:37 -05:00
Shyotl
a694742522
Added physics subpanel to avatar customize floater.
...
Also, removed redundant tattoo and alpha entries.
Modified LLScrollingPanelParam to work without needing 'hints'. A bit hacky since I didn't want to dive into making yet another xml, but works well enough.
Avatar_lad entries names changed to more readable forms since LLTrans isn't where it needs to be yet.
Camera doesn't move to great positions when editing phys parts, but that's for another day.
2011-04-29 03:39:05 -05:00
Shyotl
d2f66f9bd0
LLTextureCache is spamming warnings as it attempts to remove non-existant files. Not sure if this is a bug or not, but it's been this way for a while now, so I'm squelching it.
2011-04-29 00:24:07 -05:00
Shyotl
8b12d794c5
Added physics saved settings.
...
Emerald physics demoted to legacy. Only enabled on av's that fail to send physics paramaters, or AvatarPhysics is completely disabled.
Params reset when AvatarPhysics is toggled off. (Bugfix for LL's code)
2011-04-28 22:47:48 -05:00
Shyotl
2dff12433c
Avatar Physics innital commit. No edit panel. SavedSettings not plugged in yet.
2011-04-28 10:09:11 -05:00
Shyotl
332cfdb532
Updated llinventory to something closer to V2's implementation. Mostly just restructuring.
...
Most the changes are due to InventoryObjectList* changing to LLInventoryObject::object_list_t*, LLInventoryItem::II_FLAGS* changing to LLInventoryItemFlags::II_FLAGS* and also const'ing.
Certain perms for certain asset types(callcard&landmarks) have been laxed, as per LL's V2.
LLInventoryType now does lookups mostly though new lldictionary class.
LLLandmark using boost for callbacks, instead of custom class structure.
2011-04-28 01:43:44 -05:00
Shyotl
722a1dda04
Minor iterator loop change. http://hg.secondlife.com/viewer-development/changeset/89a345e2d1cf
...
Also a little v2 cleanup snuck in.
2011-04-28 01:20:42 -05:00
Shyotl
0909a4ddbe
Support for new 'rental' parcel category.
2011-04-28 01:18:08 -05:00
Siana Gearz
9a8a28ee1a
HTTP fetch bandwidth limited again
2011-04-28 01:51:09 +02:00
Shyotl
ab35a07f0e
Added anti-spam features.
...
ScriptsCanShowUI:false disables LLMapDestination (from V2)
SH_SpamHandler, derived from Cryogenic's spam blocking:
If flooded by an object, all objects of same owner get blocked.
If flooded by an avatar, avatar will be blocked.
Dialog flood prevention. (Objects only)
Calling card flood prevention (Avatar only)
Chat flood prevention. (Avatar and objects)
IM/Inventory offer flood prevention (Avatar and objects)
See additions to settings_sh.xml for details on new settings pertaining to anti-spam.
2011-04-27 16:39:20 -05:00
Siana Gearz
51133c3894
Dict unbotch
2011-04-27 00:32:12 +02:00
Siana Gearz
0f0d506928
Merge git://github.com/TighMacFanatic/SingularityViewer
2011-04-26 23:45:21 +02:00
tmac@latestevidence.com
8cf8814f8b
Spell check fix
2011-04-26 17:25:57 -04:00
Shyotl
06f14eae42
Merge branch 'V2TextureSystem'
2011-04-25 20:13:42 -05:00
Shyotl
4f264f0359
Testing potential fix for http://code.google.com/p/singularity-viewer/issues/detail?id=5
archive/V2TextureSystem
2011-04-25 19:59:50 -05:00
Shyotl
80db7f58c7
Added pass_post_bump for fullbright bump faces.
2011-04-25 18:18:36 -05:00
Siana Gearz
04b3dee767
Merge remote-tracking branch 'shyotl/V2TextureSystem'
2011-04-26 00:28:58 +02:00
Siana Gearz
b6c0436c1b
Merge branch 'master' of github.com:siana/SingularityViewer
2011-04-26 00:23:01 +02:00
Shyotl
5954e0d71c
Merge branch 'master' into V2TextureSystem
...
Conflicts:
indra/newview/llfloaterexport.cpp
2011-04-24 03:31:31 -05:00
Shyotl
50540049c1
Merge branch 'master' of git://github.com/siana/SingularityViewer.git
2011-04-24 01:05:31 -05:00
Shyotl
2d882e527f
Updating commit from v2renderer to work with new llviewertexture.
2011-04-23 21:09:33 -05:00
Shyotl
ac12349a8a
Merge branch 'V2Renderer' into V2TextureSystem
...
Conflicts:
indra/newview/llviewercontrol.cpp
2011-04-23 19:33:20 -05:00
Shyotl
f7a5394904
Super-sampling only to be done when taking a snapshot to disk in high-res mode. Clamping to 3x.
...
Removed 'SHHighResSnapshotForceTile' setting, as tiling is now the only way snapshots can be done.
2011-04-23 17:51:29 -05:00
tmac@latestevidence.com
af203533b3
Spell check added
2011-04-23 18:08:59 -04:00