Simon Walton
dbc2a67758
Log event-queue size on readRead timeout
2019-08-09 09:46:09 -07:00
Simon Walton
77740f1a63
Report no. of packets dropped in checkForReadyReadBackup()
2019-08-08 09:57:00 -07:00
Roxanne Skelly
2e5127fa98
Merge branch 'master' of https://github.com/highfidelity/hifi into bugz1046
2019-08-07 10:40:23 -07:00
MiladNazeri
ae7b415152
Merge pull request #16008 from HifiExperiments/text
...
Supporting text effects + fonts on Text Entities
2019-08-02 14:25:28 -07:00
Ken Cooke
0b97f2bbc0
Track the desired audio-mixer gains when not connected
2019-08-02 07:14:43 -07:00
Roxanne Skelly
a991b6d619
BUGZ-1046 - send entity packets reliably for initial query
2019-07-31 16:59:21 -07:00
HifiExperiments
078ca7edea
supporting text effects + fonts on text entities
2019-07-30 09:59:45 -07:00
humbletim
058c81aa1a
Merge branch 'hifi-master' into kpi-v1-modkit-rc
2019-07-26 01:36:52 -04:00
Ryan Huffman
2ec87f4e61
Add serverless tutorial
2019-07-24 16:38:03 -07:00
Roxanne Skelly
4f9d62696c
DEV-262 - Improve logging on failure to load resource
2019-07-17 12:58:17 -07:00
Shannon Romano
53a67dcfa9
Merge pull request #15872 from SamGondelman/bias
...
DEV-202: Expose shadow bias and max distance to Zone Entity
2019-07-16 15:22:37 -07:00
kasenvr
e9e9607a3b
modkit core changes initial commit
...
whitespace corrections + warnings
updated cmake plugin
rework with focus on JS API integration example
cleanup edit_filter scope
separate-out edit_filter wantsScope stuff
-plugin metadata
split scriptengines out separately
cleanup __url/__filename sets
additional cleanup
fix typo; consolidate ScriptInitializerMixin inits
add more example API protoypes
cleanup pass; fix entity_server / agent init
fix whitespace
remove technically unnessary plugin filtering
+EDIT_FILTER_SCRIPT; cleanup
reorder public/slot/private
use std::count_if
formatting
better debug output; cleanup
fix msvc compiler warning
cleanup
eradicate QtScript references from API Example
updated header comments
Updated KasenAPIExample
2019-07-14 21:35:13 -04:00
Shannon Romano
74b830dd12
Merge pull request #15912 from SimonWalton-HiFi/early-rsa-keygen
...
BUGZ-918: Generate RSA key-pair early in start-up
2019-07-12 09:42:11 -07:00
SamGondelman
6ce809fb2a
merge with master
2019-07-11 09:01:30 -07:00
Simon Walton
645a99c200
Generate RSA key-pair early in start-up
2019-07-10 17:36:25 -07:00
Howard Stearns
084b2edad4
Merge pull request #15908 from SimonWalton-HiFi/keygen-thread-logging
...
BUGZ-918: Verbose RSA-keypair logging
2019-07-10 15:57:30 -07:00
Simon Walton
7a64ed10f6
Verbose RSA-keypair logging
2019-07-10 15:08:51 -07:00
SamGondelman
29dbbc49ad
Merge remote-tracking branch 'upstream/master' into bias
2019-07-09 15:38:13 -07:00
Howard Stearns
335119cb58
log wakeup (on client and report to DS) during connection on Windows
2019-07-08 16:50:36 -07:00
Sam Gondelman
0d9f639331
Merge branch 'master' into bias
2019-07-03 10:20:16 -07:00
Sam Gateau
1a71a63a8b
Merge pull request #15867 from SamGondelman/unlit
...
BUGZ-661: Add unlit property to text entities
2019-07-03 18:43:26 +02:00
SamGondelman
692c776be5
expose shadow bias and max distance wip
2019-07-02 15:18:28 -07:00
SamGondelman
fa416adaf6
adding unlit property to text, fixing transparency, normals, other cleanup
2019-07-02 10:28:36 -07:00
Shannon Romano
df34e2f86d
Merge pull request #15864 from hyperlogic/bug-fix/dependency-manager-shutdown-issues
...
Fix for DependencyManager crash on shutdown on Mac
2019-07-02 08:24:11 -07:00
Anthony Thibault
6c66f5a37b
Fix for DependencyManager crash on shutdown on Mac
...
On Mac, it is possible to crash when shutting down, it is not clear if this is due to
shutting down the app on another thread during logout or something that can happen
during normal shutdown, because it is so difficult to reproduce.
However, from looking at the stack traces it is possible for a [NSApplication terminate:]
event to get processed while Appliction::aboutToQuit() is calling ScriptEngine::waitTillDoneRunning()
This causes AppKit to invoke the static destructors too early. Which in turn, causes the
DependencyManager destructor to fire while there are still many dependencies running.
Unfortunatly, the order of destruction is not determinstic, causing them to get shutdown
in an incorrect order.
To workaround this, we delay the call to QCoreApplication::processEvents() as late as possible,
in the Application destructor. Theoretically, this will be a safe time for the static destructors
to be invoked, because it is after all of the DependencyManager's dependencies have been
manually destroyed.
However, this is only a speculative fix, because this is so difficult to reproduce.
2019-07-01 17:37:57 -07:00
Simon Walton
6253adf749
Hook-up remote address-change to Connection class
2019-07-01 16:36:05 -07:00
Simon Walton
225f65f4fb
Log message tweaks
...
Also don't need std in std::move, somehow.
2019-06-28 11:30:09 -07:00
Simon Walton
9b894456e9
Change address for sequence-number hash also
2019-06-27 17:29:17 -07:00
Simon Walton
1265531f79
Plumb down change of destination address
2019-06-27 15:52:39 -07:00
Simon Walton
50965f1916
Handle remote public-address changes
2019-06-26 18:04:41 -07:00
Simon Walton
b4e1c2264c
Use a queued signal to quit from AccountManager::saveLoginStatus()
2019-06-25 14:47:58 -07:00
Roxanne Skelly
c5883a8d67
CR fixes
2019-06-24 14:58:06 -07:00
Roxanne Skelly
e39ccff873
BUGZ-812 - Log system info on domain connect or connect refusal
2019-06-24 11:59:57 -07:00
Shannon Romano
c7a5d35436
Merge pull request #15799 from roxanneskelly/bugz516a
...
BUGZ-516 - add OS type to connect message for logging
2019-06-19 16:08:13 -07:00
Roxanne Skelly
2ed5e8aefb
add OS type to connect message
2019-06-19 13:53:38 -07:00
Howard Stearns
ff1d828aaa
Merge pull request #15794 from SimonWalton-HiFi/limit-stats-dump-rate
...
Limit the stats-dump rate on packet error
2019-06-19 11:14:48 -07:00
Simon Walton
b95515933f
Merge pull request #15708 from SimonWalton-HiFi/stun-on-iface-change
...
Force new IP port on local address change
2019-06-19 10:12:36 -07:00
Simon Walton
7d80852544
Reduce reporting period to 1 s
2019-06-18 16:06:47 -07:00
Simon Walton
06b00e93ae
Limit the stats-dump on packet error
2019-06-18 15:43:14 -07:00
Simon Walton
cfcea359b2
Handle local address changes for servers
2019-06-14 16:51:59 -07:00
Roxanne Skelly
1b31b8cff8
CR fixes
2019-06-14 13:23:33 -07:00
Roxanne Skelly
2be828a84c
Merge branch 'master' of https://github.com/highfidelity/hifi into bugz516
2019-06-14 11:24:03 -07:00
Roxanne Skelly
5b6911efa4
log username with "haven't heard from" messages
...
remove rebind on silent domain checkin
2019-06-14 10:45:18 -07:00
Simon Walton
0804ffe5eb
Merge branch 'master' into stun-on-iface-change
...
including PR15765, don't rebind.
2019-06-14 09:32:06 -07:00
howard-stearns
b69d850c8e
move constant to the comment that will use it
2019-06-13 19:41:12 -07:00
Roxanne Skelly
3d2b1dbf2b
When missing domain checkins, drop packets not destined for DS
2019-06-13 17:25:35 -07:00
Howard Stearns
8f9fa4a878
stop rebinding
2019-06-13 14:59:27 -07:00
Howard Stearns
0c1df749b9
Merge pull request #15746 from roxanneskelly/bugz516
...
BUGZ-628 - Add quasi-MTBF logging to track disconnects
2019-06-12 15:48:45 -07:00
Roxanne Skelly
790d4edb04
Merge branch 'master' of https://github.com/highfidelity/hifi into bugz516
2019-06-12 15:25:08 -07:00
Roxanne Skelly
7017cf8437
reinitialize winsock on silent domain checkin
2019-06-12 15:24:43 -07:00
Roxanne Skelly
ca0c9e236b
Cleanup
2019-06-12 11:58:26 -07:00
Roxanne Skelly
6e6bd18baa
Undo Visual Studio mis-formatting
2019-06-12 11:43:43 -07:00
Brad Hefta-Gaub
d9e3dd2857
Merge pull request #15742 from SimonWalton-HiFi/connections-hash-lock
...
Add mutex for Socket::_connectionsHash
2019-06-11 16:41:11 -07:00
Roxanne Skelly
8704a36d07
Merge branch 'master' of https://github.com/highfidelity/hifi into bugz516
2019-06-11 16:26:55 -07:00
Roxanne Skelly
67cb5821bc
Update packet headers / add connect 'reason'
2019-06-11 16:00:49 -07:00
Simon Walton
1c03aeac20
Add lock for Connections map
2019-06-11 15:14:01 -07:00
Roxanne Skelly
071a779930
convert enum reason for disconnect to boolean
2019-06-11 14:38:39 -07:00
Roxanne Skelly
8a3672f3c5
Checkpoint MTBF uptime reporting
2019-06-11 12:41:45 -07:00
Howard Stearns
bd446192e8
get windows error before calling io
2019-06-11 10:31:22 -07:00
howard-stearns
d7f6685022
Merge branch 'master' of https://github.com/highfidelity/hifi into verbose-logging-2
2019-06-10 19:42:07 -07:00
Simon Walton
d780964cb4
Reset NodeList upon local nework change; abort current socket when rebinding
...
Also ensure QUdpSocket is owned by LimitedNodeList.
2019-06-10 17:28:49 -07:00
Anthony J. Thibault
654b5775e1
Crash fix for ResourceCache::getResource()
...
A wrong 'read' locker is used around a critical section that actually modifies the _resources QHash.
This can result in memory corruption and seg faults.
2019-06-10 15:05:34 -07:00
Howard Stearns
9c6ca60108
get windows error first, check for socket changes, and fix bad Q_OS_WINDOWS ref
2019-06-10 12:08:51 -07:00
Simon Walton
aa65361b37
Merge remote-tracking branch 'upstream/master' into stun-on-iface-change
2019-06-10 10:32:31 -07:00
Simon Walton
c088fab606
Fix annoying typo
2019-06-07 16:23:38 -07:00
Roxanne Skelly
ec1118db1f
Attempting to write to a socket in unbound state was causing qt to crash
...
after a number of tries. This fix does an initial check to prevent that
case.
2019-06-07 15:23:06 -07:00
Roxanne Skelly
6643633400
Move rebind on network error to rebind on silent domain checkin
2019-06-07 13:38:50 -07:00
Simon Walton
498d681d3e
Force new IP port on local address change
2019-06-07 12:04:04 -07:00
Roxanne Skelly
d0bd4a7d47
try rebinding on error writing/reading from bound socket
2019-06-06 14:01:34 -07:00
Roxanne Skelly
a55c723842
remove spammy logging
2019-06-06 11:03:50 -07:00
Roxanne Skelly
2f2e967a92
log windows socket error code on socket error
2019-06-05 14:08:26 -07:00
Roxanne Skelly
04f879be3e
Add additional logging on socket send error
2019-06-05 12:41:08 -07:00
Roxanne Skelly
9fb43b4930
Merge branch 'master' of https://github.com/highfidelity/hifi into bugz516
2019-06-05 11:08:26 -07:00
Roxanne Skelly
06ed751f56
checkpoint to deal with merge
2019-06-05 11:08:12 -07:00
David Rowe
6299d38673
Distinguish between Uuid API and Uuid type in JSDoc
2019-06-05 14:39:05 +12:00
Shannon Romano
c48ecb5f67
Merge pull request #15674 from sethalves/quiet-some-warnings
...
Quiet some warnings
2019-06-04 17:00:54 -07:00
Roxanne Skelly
512b43e1de
Log socket error string when socket error happens
2019-06-04 15:18:38 -07:00
Shannon Romano
0cfc090655
Merge pull request #15664 from roxanneskelly/domaincheckin
...
BUGZ-516: last-heard-from monitoring on domain server
2019-06-04 14:48:51 -07:00
Howard Stearns
cb16ff1a1b
Merge pull request #15585 from SimonWalton-HiFi/domainlist-recv-logging
...
Logging for DomainList reception & timebox overruns
2019-06-04 14:43:25 -07:00
Seth Alves
0d2bc23a63
avoid crash on shutdown
2019-06-04 13:00:26 -07:00
Roxanne Skelly
6a66e1558b
Merge branch 'master' of https://github.com/highfidelity/hifi into domaincheckin
2019-06-04 11:20:52 -07:00
Shannon Romano
11b1c7dfcc
Merge pull request #15656 from Atlante45/feat/more-silent-node-logging
...
Add logging for silent node kills
2019-05-31 15:07:44 -07:00
Roxanne Skelly
c568e7c6da
remove spammy logging
2019-05-31 13:57:25 -07:00
Roxanne Skelly
de6e1d0217
additional debug logging for microdisconnects
2019-05-31 13:05:33 -07:00
Clement
4bcc81b49b
Add logging for silent node kills
2019-05-30 17:56:40 -07:00
Roxanne Skelly
e12ed1c5d6
high_resolution_clock behaves differently on windows and linux
...
on linux, time_since_epoch returns time since linux epoch,
on windows, it returns time since system start.
Math between those values on two different types of machines
was coming out bad.
2019-05-30 14:17:19 -07:00
Simon Walton
8a280e71e1
Merge branch 'master' into domainlist-recv-logging
2019-05-29 15:54:31 -07:00
Roxanne Skelly
82f8687e9f
ubuntu builds are picky (fix initializer order issue)
2019-05-24 15:47:30 -07:00
Roxanne Skelly
41be22a7bb
ubuntu build fix and CR fix
2019-05-24 15:22:33 -07:00
Roxanne Skelly
c6de86a80c
Log packet processing time for domain server list request packets
2019-05-24 14:52:55 -07:00
Roxanne Skelly
aaee796aef
Merge branch 'master' of https://github.com/highfidelity/hifi into domaincheckin
2019-05-24 09:38:37 -07:00
Brad Hefta-Gaub
5765957fe1
Merge pull request #15618 from luiscuenca/addCredentials
...
Pass tokens as params for automatic login
2019-05-24 09:13:53 -07:00
Roxanne Skelly
cc3ce96227
fix ubuntu build issue
2019-05-23 15:24:41 -07:00
Roxanne Skelly
7fdbbe5b77
CR: Use functional type conversion instead of c-style casting
2019-05-23 14:45:49 -07:00
Roxanne Skelly
1c6cf3df0d
Move DomainList timestamps to the extended header
...
And. Lag notifications now use signed values
2019-05-23 14:19:36 -07:00
Roxanne Skelly
9c39d06416
Don't set permissions / is authenticated when DomainServerList checkin
...
should be ignored.
2019-05-23 11:42:51 -07:00
Roxanne Skelly
4f1eeecc2f
Revert "Merge pull request #15620 from highfidelity/revert-15612-domaincheckin"
...
This reverts commit 4735b9f19a
, reversing
changes made to bc4a88beb7
.
2019-05-23 11:00:43 -07:00
Howard Stearns
a71e902a49
Revert "BUGZ-322 - add domain checkin lag logging"
2019-05-23 10:27:05 -07:00
luiscuenca
6d824ff22d
Fix logout
2019-05-22 20:27:42 -07:00
luiscuenca
206e353264
Pass tokens as params for automatic login
2019-05-22 16:18:30 -07:00