luiscuenca
824a93f900
Fix menu update on app reopened
2019-01-14 12:27:59 -07:00
Dante Ruiz
e7d3844620
making pre review requests
2019-01-14 11:14:57 -08:00
Brad Hefta-Gaub
a115af6353
Merge pull request #14674 from kencooke/audio-asan-warnings3
...
Fix ASAN warning due to mixed signed/unsigned arithmetic
2019-01-14 09:32:22 -08:00
luiscuenca
43d967329c
Change Avatar App design for avatar collisions
2019-01-14 10:13:12 -07:00
NissimHadar
d284b9b1e1
WIP.
2019-01-13 21:44:38 -08:00
Roxanne Skelly
69af0ea0ee
CR Fix
2019-01-11 17:52:47 -08:00
NissimHadar
7129556049
Merge branch '20550-installOnMac' of https://github.com/NissimHadar/hifi into 20550-installOnMac
2019-01-11 17:30:25 -08:00
NissimHadar
9e61e3415c
WIP.
2019-01-11 17:26:28 -08:00
Roxanne Skelly
fca15c1362
CR Fix
2019-01-11 17:13:32 -08:00
Seth Alves
1ef047a329
revert unneeded change to LimitedNodeList
2019-01-11 16:49:09 -08:00
Roxanne Skelly
cd6495286d
More code review changes
2019-01-11 16:49:04 -08:00
Roxanne Skelly
d3528ba289
Code review changes
2019-01-11 16:33:23 -08:00
NissimHadar
39ee69d959
Added .gitignore to repo.
2019-01-11 16:26:06 -08:00
ingerjm0
a8d89370a7
Revert "adding new pages"
...
This reverts commit 5e2bde0b57
.
2019-01-11 16:15:07 -08:00
ingerjm0
5e2bde0b57
adding new pages
2019-01-11 16:12:37 -08:00
ingerjm0
2abcbbadfc
testing bash file: merge branch 'master' of https://github.com/highfidelity/hifi into api-directory
2019-01-11 16:11:46 -08:00
Dante Ruiz
8252481ce7
Delete domain entities only
2019-01-11 16:00:10 -08:00
Seth Alves
b71f4e0204
remove commented-out code
2019-01-11 15:53:49 -08:00
Seth Alves
6ca9ab6fba
avoid shutdown crash
2019-01-11 15:53:49 -08:00
Seth Alves
ecb34450bd
quiet uneeded logging
2019-01-11 15:53:49 -08:00
Seth Alves
114bcc003a
quiet build warnings
2019-01-11 15:53:49 -08:00
Seth Alves
36040597ba
rename variable for consistency
2019-01-11 15:53:49 -08:00
Seth Alves
6589db628a
fix a couple shutdown crashes and a class of asan warning
2019-01-11 15:53:49 -08:00
Seth Alves
6cd5770505
Merge pull request #14690 from sethalves/plugin-versioning
...
Plugin versioning
2019-01-11 15:20:05 -08:00
Roxanne Skelly
2566f633f3
Merge branch 'master' of https://github.com/highfidelity/hifi into Case20377
2019-01-11 14:56:05 -08:00
Roxanne Skelly
4ed5f642ed
Case20615 - Changing Avatars doesn't update to everyone intermittently
...
There were two problems:
1) If an update to a trait (simple or instance) was not sent because
there was an outstanding (unacked) message, it would not be resent
until a new trait was updated. Expected - it should be sent when the
ack for the outstanding packet is received.
2) Trait versions were improperly being set to zero (the default)
when an ack is received.
2019-01-11 14:51:44 -08:00
Simon Walton
d271bcd6f4
New icons for interface and server-console
2019-01-11 14:50:13 -08:00
NissimHadar
2f4f0b8d80
Working on Mac installation of nitpick.
2019-01-11 14:46:02 -08:00
ingerjm0
8b111587ad
JSDoc > Grav directory change
2019-01-11 14:38:20 -08:00
NissimHadar
d0d411da20
Corrected comments
2019-01-11 14:26:37 -08:00
NissimHadar
111670556f
Added NITPICK_INSTALLER_DIR
2019-01-11 14:25:46 -08:00
NissimHadar
fa5a0415c1
Updated for Mac
2019-01-11 14:24:22 -08:00
Seth Alves
2ef47304ba
Merge pull request #14558 from AndrewMeadows/faster-avatar-entities
...
case 20020: faster avatar entities
2019-01-11 14:13:05 -08:00
Howard Stearns
62ed84aa19
more log purge
2019-01-11 12:34:44 -08:00
NissimHadar
9a8b33eb96
Merge branch 'master' of https://github.com/highfidelity/hifi into 20550-installOnWindows
2019-01-11 09:10:56 -08:00
Shannon Romano
4845220d16
Merge pull request #14682 from roxanneskelly/Case20377
...
Bulk Avatar Traits related ack data was not reset in certain cases when it should be
2019-01-10 20:15:52 -08:00
Andrew Meadows
bc19689910
remove unnecessary culling of properties
2019-01-10 17:32:52 -08:00
SamGondelman
6d12f5704e
fix multi-frustum view updating
2019-01-10 15:47:19 -08:00
NissimHadar
524a8e54e0
Can create nitpick installer.
2019-01-10 15:37:23 -08:00
Seth Alves
d31cdd3779
review
2019-01-10 15:35:40 -08:00
Seth Alves
e941dbb4a9
review
2019-01-10 15:33:34 -08:00
Seth Alves
fd8702d5a6
use const references when querying plugin metadata
2019-01-10 15:20:53 -08:00
Seth Alves
0603431ac8
initialize _logger with null pointer
2019-01-10 15:16:33 -08:00
Seth Alves
6a88941166
put a plugin-interface version into the meta data of each plugin. don't load plugins that don't match the current version.
2019-01-10 15:07:06 -08:00
Seth Alves
c8db50cb20
start up logger before loading plugins.
...
put a plugin-interface version into the meta data of each plugin. don't load plugins that don't match the current version.
2019-01-10 15:06:22 -08:00
NissimHadar
331cc21ef1
Updated Install section to be clearer.
2019-01-10 12:12:13 -08:00
Roxanne Skelly
df97ca57b4
Bulk Avatar Traits related ack data was not reset when avatars were
...
ignored, etc.
2019-01-10 12:04:48 -08:00
Andrew Meadows
16da42723e
use glm::abs() instead of absf()
2019-01-10 10:15:39 -08:00
Andrew Meadows
f7b7db5ab4
fix warning on OSX, use correct format for float literals
2019-01-10 09:14:37 -08:00
Andrew Meadows
0098dedcbb
don't update server for AvatarEntity queryAACube
2019-01-09 18:25:12 -08:00