Dale Glass
87ba20ecb4
Only whitespace changes
2022-06-10 00:46:19 +02:00
Dale Glass
3347cc563b
Create warning whitelist system
2022-06-10 00:46:18 +02:00
David Rowe
4d11d1d515
Convert all "/**jsdoc" occurrences to "/*@jsdoc"
2021-05-12 10:54:45 +12:00
Kalila L
ff46a40741
Update avatarbookmarks.json and allow parsing of new 'avatarIcon' property.
2020-09-22 20:16:15 -04:00
David Rowe
34958ddb71
Address some JSDoc issues identified by makitsune
2019-12-18 08:01:20 +13:00
David Rowe
9144e78cb9
Rename current getAvatarEntityData() method and use internally
2019-11-28 16:30:26 +13:00
Matt Hardcastle
8dc91d640b
Remove this
and connection from lambda expression
...
Clang in Xcode 11 is more aggressive about its warnings. This resolves
one of the issue Clang noticed in order to support building w/Xcode 11.
I first attempted to remove `this` completes, but VS complained that
`QObject::disconnect` was being called without `this`. This change
satisfies both Clang and VS.
A second attempt added this back and then called `disconnect` directly.
This also generated a Clang warning.
This version resolves the issue by removing the error handler. This also
resolves a memory leak caused by the error handler.
2019-11-06 09:13:40 -08:00
Oren Hurvitz
7953e3889f
Wait for the avatar skeleton to finish loading before adding the avatar entities
2019-10-30 12:12:26 +02:00
David Rowe
a04da70f16
AvatarBookmarks JSDoc
2019-07-19 08:36:45 +12:00
Robin Wilson
c777f94231
remove AvatarBookmarks.deleteBookmark function
2019-03-21 11:12:30 -07:00
SamGondelman
9727c8fd38
CR
2019-01-16 14:14:01 -08:00
SamGondelman
68e15c6c07
fixes from 78
2019-01-14 13:36:21 -08:00
Andrew Meadows
65a7e15f5d
don't send AvatarEntity updates when not necessary
2019-01-03 17:57:11 -08:00
Sam Gondelman
b690faeb12
Merge branch 'master' into NOverlays
2018-12-06 11:29:06 -08:00
Dante Ruiz
8be775c2b7
don't save joint information for avatar entities
2018-11-28 10:54:39 -08:00
SamGondelman
e282d51883
CR
2018-11-26 01:15:07 -05:00
SamGondelman
079d1dcbd6
convert clientOnly to entityHost and add local entities
2018-11-14 11:25:37 -08:00
Howard Stearns
05becb870f
remove urls from logs in Interface
2018-11-06 13:47:07 -08:00
John Conklin II
81fbb5a332
Merge pull request #14140 from AndrewMeadows/dps-setPos-vs-grab
...
Make EntityScriptingInterface aware of distributed physics simulation (DPS) rules
2018-10-19 10:33:14 -07:00
Andrew Meadows
1a685d2409
set script-triggerd sim ownership priority correctly
2018-10-18 10:33:02 -07:00
Alexander Ivash
1461fdf350
FB17835 - On clean installs, default avatarbookmarks.json file is read-only; bookmarks reset every launch until replaced or unmarked
2018-09-21 12:19:23 +03:00
Stephen Birarda
aaf5f593c5
send MyAvatar avatar entity updates through entity tree
2018-08-29 16:30:24 -07:00
John Conklin II
32562511e8
Merge pull request #13782 from ElderOrb/FB17184
...
Add Support for Managing Avatar Entities to the Avatar App
2018-08-22 10:20:04 -07:00
Alexander Ivash
9f92ff5de9
fix for duplicating wearables on saving
...
note: the issue was caused by newly-introduced code converting between attachments & entities
fix removes attachments-related code because attachments are deprecated and converted into entities on the fly
2018-08-18 16:38:35 +03:00
John Conklin II
1edf1b4337
Merge pull request #13555 from SamGondelman/destroy
...
Trying to fix dependency shutdown
2018-08-16 13:14:58 -07:00
elderorb
ea22fdb400
Merge branch 'master' into FB17184
2018-08-16 02:08:47 +03:00
Alexander Ivash
f910757ec4
FB16914 - Avatar bookmarks missing from Avatar Favorites
2018-08-13 22:57:07 +03:00
Alexander Ivash
0a28361dc8
treat ModelEntityItem-s with relayParentJoints as wearables
2018-08-10 12:58:45 +03:00
SamGondelman
1ba28de5b6
try to fix nodelist not getting destroyed
2018-08-01 17:52:27 -07:00
Alexander Ivash
f5717b7648
add check for SELF_ID
2018-07-20 19:33:16 +03:00
Alexander Ivash
849c91d8f6
remove not necessary EntityTreeRenderer from removeAvatarEntities's condition
2018-07-20 19:32:58 +03:00
Alexander Ivash
fb8640de47
FB16870: Avatar Wearables showing incorrect number
2018-07-20 02:51:17 +03:00
Alexander Ivash
7854b28498
move empty function to header per Dante's request
2018-07-06 21:00:55 +03:00
Alexander Ivash
fae5cd22f0
remove signals blocking
2018-07-06 21:00:55 +03:00
Alexander Ivash
ea55df48ca
fix coding style
2018-07-06 21:00:55 +03:00
Alexander Ivash
83f92aff9f
Create data directory if doesn't exist
2018-07-06 21:00:55 +03:00
Alexander Ivash
4db346167d
fix extracting default avatar bookmarks from resources
2018-07-06 21:00:55 +03:00
Alexander Ivash
24885c3512
use avatarbookmarks.json from resources by default
2018-07-06 21:00:55 +03:00
Alexander Ivash
929fec731c
remove 'Avatar' top level menu & 'Avatar...' item in settings menu per request from Mukul
2018-07-06 21:00:54 +03:00
Alexander Ivash
3ac44376b2
bind Settings page to a backend
2018-07-06 21:00:53 +03:00
Alexander Ivash
10f2fe5fe6
implement adding bookmark
...
improve comparision of attachments/wearables
2018-07-06 21:00:53 +03:00
Alexander Ivash
512e72d6d1
integrate deleting favorite avatars with backend
2018-07-06 21:00:53 +03:00
Alexander Ivash
51c8248463
introduce reverting avatar wearables on cancel
2018-07-06 21:00:53 +03:00
Alexander Ivash
b6769f9678
avatar selection & wearables adjustments work-on-progress
2018-07-06 21:00:52 +03:00
Alexander Ivash
1ccd4aaab7
fix typo
2018-07-06 21:00:52 +03:00
Dante Ruiz
ce3015662e
backend integration from Dante
...
* adding some functionality to avatar bookmarks
* saving work
2018-07-06 21:00:52 +03:00
Alexander Ivash
5007c259bb
query real avatar favorites (but use fake urls for now)
2018-07-06 21:00:52 +03:00
Andrew Meadows
a9c193b672
merge 'workload-014' into 'workload'
2018-05-18 10:12:04 -07:00
Andrew Meadows
00e360aff0
reduce sim ownership priority when releasing grab
2018-05-17 17:25:07 -07:00
Clement
da9fb9c751
Fix non self-sufficient headers
2018-05-04 16:26:41 -07:00