NissimHadar
a3e4fa8429
Corrected download of images.
2018-05-01 15:27:29 -07:00
NissimHadar
b722c80b3f
WIP
2018-05-01 14:25:33 -07:00
Ryan Huffman
24ac342c6b
Add support for client texture selection
2018-05-01 14:11:31 -07:00
NissimHadar
6d8eee6b32
Merge branch 'commandLineParametersForAutotester' of github.com:NissimHadar/hifi into commandLineParametersForAutotester
2018-04-30 17:19:29 -07:00
milad nazeri
8845094afb
Added Lod fix
2018-04-30 16:55:42 -07:00
milad nazeri
f520d13242
pre TOC add
2018-04-30 16:32:15 -07:00
milad nazeri
1ce4c9d140
GravPrep working through first round of editing, starting explore file and jsdoc quality tests
2018-04-29 14:52:56 -07:00
milad nazeri
f35fffb975
Added toc
2018-04-28 13:55:42 -07:00
milad nazeri
91c0fa2778
Adding dedent
2018-04-28 12:16:39 -07:00
milad nazeri
9db67229b9
Name groupings working correctly, pre-adding ctrlAtlDavid's new tags
2018-04-28 09:29:16 -07:00
David Rowe
fada958e72
Handle possibly undefined value
2018-04-28 19:57:45 +12:00
milad nazeri
9773b928ac
copying to dir working
2018-04-28 00:25:07 -07:00
David Rowe
fc4837b51c
Reorder listing of context tags
2018-04-28 16:00:49 +12:00
David Rowe
e39aecfb2a
Fix custom JSDoc tags
2018-04-28 16:00:22 +12:00
NissimHadar
a5297f8447
Merge branch 'commandLineParametersForAutotester' of github.com:NissimHadar/hifi into commandLineParametersForAutotester
2018-04-27 14:55:12 -07:00
Anthony J. Thibault
c6b12307aa
Added custom jsdoc tags to High Fidelity
...
There are 4 new jsdoc tags:
* @hifi-interface - indicates that this namespace or class is available in Interface Scripts.
* @hifi-assignment-client - indicates that this namespace or class is available in Assignment Client Scripts.
* @hifi-client-entity - indicates that this namespace or class is available in Client Entity Scripts.
* @hifi-server-entity - indicates that this namespace or class is avaialbe in Server Entity Scripts.
These tags should appear just after the @class or @namespace tag. For example:
/**jsdoc
* Your avatar is your in-world representation of you. The <code>MyAvatar</code> API is used to manipulate the avatar.
* For example, you can customize the avatar's appearance, run custom avatar animations,
* change the avatar's position within the domain, or manage the avatar's collisions with other objects.
*
* @namespace MyAvatar
*
* @hifi-interface
* @hifi-client-entity
*
2018-04-26 14:13:42 -07:00
David Rowe
08dc9b133f
Docs to JSDoc review
2018-04-26 21:10:28 +12:00
NissimHadar
a2d73ff202
Merge branch 'master' of github.com:highfidelity/hifi into testerUpdate
2018-04-25 15:09:07 -07:00
MiladNazeri
0f87e53902
Merge pull request #12963 from MiladNazeri/docs/DocsToJSDocsUpdate
...
Docs/docs to js docs update
2018-04-25 12:26:19 -07:00
NissimHadar
aceaa510c8
Added referral to physical memory Test.
...
Added menu items - `close` and `about`
2018-04-23 14:47:17 -07:00
David Rowe
719062dd9f
Interim JSDoc for MyAvatar - first pass
2018-04-24 09:10:59 +12:00
milad nazeri
e25c871a52
fixing hifi.js
2018-04-23 07:53:46 -07:00
milad nazeri
83523c7052
original doc sources ported
2018-04-23 07:52:21 -07:00
David Rowe
6a2b7244eb
Interim JSDoc for Tablet
2018-04-23 11:06:17 +12:00
milad nazeri
e9b9c05b5d
removed cruft
2018-04-22 08:51:47 -07:00
milad nazeri
dc3d162c5b
working through the list
2018-04-22 08:19:22 -07:00
David Rowe
7087abd201
Merge branch 'master' into 21815
2018-04-21 10:49:56 +12:00
Anthony Thibault
147da86668
Merge pull request #12933 from hyperlogic/feature/wireshark-avatar-data
...
Add more detailed AvatarData packet support to Wireshark dissector plugin
2018-04-18 13:13:54 -07:00
Anthony J. Thibault
04c22e5a2b
Add more detailed AvatarData packet support to Wireshark dissector plugin.
2018-04-18 10:50:00 -07:00
John Conklin II
d19bb557ad
Merge pull request #12897 from ctrlaltdavid/21848
...
Include JSDoc Web pages in the install
2018-04-18 10:49:31 -07:00
Oren Hurvitz
50eaf3e166
Fixed CMakeLists.txt for 'oven' to work in Linux
2018-04-17 12:14:45 +03:00
David Rowe
c1ede6ef58
Merge branch 'master' into 21815
...
# Conflicts:
# tools/jsdoc/plugins/hifi.js
2018-04-17 11:54:56 +12:00
David Rowe
9f83c606e9
Controller API JSDoc
2018-04-17 11:46:40 +12:00
Stephen Birarda
77b3a2cb7c
add wireshark HFUDT packet dissector
...
Co-authored-by: Ryan Huffman <ryanhuffman@gmail.com>
Co-authored-by: Clément Brisset <clement.brisset@gmail.com>
2018-04-16 16:37:50 -07:00
John Conklin II
5705bac87f
Merge pull request #12723 from ctrlaltdavid/21801
...
HMD API JSDoc
2018-04-16 11:12:26 -07:00
David Rowe
06bb873e8d
Include JSDoc Web pages in the install
2018-04-16 16:08:26 +12:00
Seth Alves
3830f65df5
Merge pull request #12875 from druiz17/update-baking-tools
...
Update baking script to include skyboxes.
2018-04-12 19:46:46 -07:00
Dante Ruiz
5fdcd12375
add baking of skyboxes
2018-04-12 09:20:46 -07:00
NissimHadar
c458b587ac
Completed creation of testsOutline.md.
2018-04-11 16:50:27 -07:00
David Rowe
7a9e3388fa
Merge branch 'master' into 21801
2018-04-12 09:48:51 +12:00
Dante Ruiz
67ec766af2
saving work.
2018-04-11 10:24:01 -07:00
NissimHadar
60f4c6788f
Added creation of tests outline .MD file.
2018-04-10 23:04:56 -07:00
NissimHadar
8e063a600b
Added recursive creation of MD files.
2018-04-10 20:16:36 -07:00
Seth Alves
d8f0cfa89a
Merge pull request #12797 from druiz17/update-bake-tool
...
update python bake tool
2018-04-10 10:20:38 -07:00
Dante Ruiz
66f78ea2c7
update bake tool
2018-04-05 10:39:27 -07:00
NissimHadar
b19fcc340d
Start test steps from 1 (not from 0).
2018-04-05 10:01:29 -07:00
NissimHadar
99a4bd65a0
Corrected message to user.
...
Changed ::ReadWrite to ::WriteOnly when creating MD file.
2018-04-04 17:12:46 -07:00
NissimHadar
235996911a
Fixed gcc warning.
2018-04-04 11:38:14 -07:00
NissimHadar
7a6b071e46
Merge branch 'master' of github.com:highfidelity/hifi into addMDtoAutoTester
2018-04-04 10:20:35 -07:00
NissimHadar
4f5895cb16
Added MD file to autoTester.
2018-04-03 13:17:37 -07:00
David Rowe
f27e8868eb
Add HMD JSDoc
2018-03-28 12:25:12 +13:00
Dante Ruiz
0c6f5bb04d
adding python baking scripts
2018-03-26 10:51:25 -07:00
Ryan Huffman
e90c051744
Merge pull request #11872 from huffman/feat/version-wo
...
Add asset server baking versioning
2018-03-23 08:27:37 -07:00
Seth Alves
bea7ee42e2
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-21 14:30:07 -07:00
Stephen Birarda
e05ee55495
Merge pull request #12691 from huffman/fix/oven-exit-crash
...
Fix crashes on exit because of ResourceManager thread destruction
2018-03-21 11:56:06 -07:00
Ryan Huffman
00aa564d84
Fix crashes on exit because of ResourceManager thread destruction
2018-03-21 10:43:31 -07:00
Stephen Birarda
1405c8fcb3
add a client only option to cmake
2018-03-20 14:20:58 -07:00
Seth Alves
7a7a9e9af0
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-16 16:55:47 -04:00
Ryan Huffman
0a00227ce3
Update message for failed bakes inside of AssetServer.cpp
2018-03-13 15:03:20 -07:00
Ryan Huffman
c555590e9b
Enable support for baking JS files inside of the oven
2018-03-13 14:57:35 -07:00
Ryan Huffman
5448099a93
Fix baker CLI not correctly exiting on failure
...
We previusly were exiting while still inside of the QApplication ctor,
before the event loop had been started. This fixes that by queueing up
the baking to occur after the ctor has completed.
2018-03-13 14:57:04 -07:00
Ryan Huffman
11a3a86af3
Merge branch 'master' of github.com:highfidelity/hifi into feat/obj-baker-update
2018-03-13 14:49:26 -07:00
Ryan Huffman
bcbe55d751
Fix OBJ support in DomainBaker
2018-03-13 14:30:42 -07:00
Ryan Huffman
a5e491e29d
Add OBJ support to domain baker
2018-03-13 10:38:21 -07:00
Seth Alves
b39c7eadd2
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-13 09:24:18 -07:00
MiladNazeri
e054f16c46
Merge pull request #12526 from ctrlaltdavid/21709
...
Entities API JSDoc
2018-03-12 14:40:09 -07:00
Seth Alves
75f4959b79
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-12 09:08:51 -07:00
NissimHadar
84cc4c18a4
Added date/time to testResultsFolder.
2018-03-09 18:13:26 -08:00
NissimHadar
77901e5089
Corrected MacOS warnings.
2018-03-08 20:11:35 -08:00
David Rowe
b461a422c6
Merge branch 'master' into 21709
2018-03-09 14:18:42 +13:00
Seth Alves
6c831bbc3a
Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains
2018-03-08 07:42:30 -08:00
NissimHadar
7052ea3769
Merge branch 'master' of github.com:highfidelity/hifi into addRecursionToAutotester
2018-03-07 17:46:14 -08:00
NissimHadar
a4854839a4
Enable user selection of destination folder when creating a test.
2018-03-07 17:45:10 -08:00
Clément Brisset
b7ac07f590
Merge pull request #12589 from highfidelity/RC65
...
merge back RC65 to master after RC hotfixes
2018-03-07 17:22:41 -08:00
Ryan Huffman
004e15d2d9
Update ATP to be optional in ResourceManager for OBJBaker
2018-03-07 16:31:41 -08:00
Ryan Huffman
975f0bfbd2
Fix OBJBaker not correctly waiting until all assets have been baked to finish
2018-03-07 16:30:23 -08:00
NissimHadar
b47b512ab9
Completed recursive creation of recursive scripts.
2018-03-07 13:25:40 -08:00
John Conklin II
7381bb0d7e
Merge pull request #12447 from birarda/feat/oven-no-dock-bounce
...
use QCoreApplication for Oven when headless version is used
2018-03-07 12:56:25 -08:00
NissimHadar
9bd7f31ff3
Now search for tests
folder bottom-up.
2018-03-07 11:30:30 -08:00
NissimHadar
da414b94fd
WIP - adding the creation of recursive scripts.
2018-03-07 10:47:37 -08:00
David Rowe
a62b6b7150
Merge branch 'master' into 21709
2018-03-07 17:34:53 +13:00
NissimHadar
4b3d63eea4
Added math.h to includes (MacOS build error).
2018-03-06 16:37:05 -08:00
NissimHadar
84815fadae
Use JPG->PNG trick to keep file sizes down.
2018-03-05 17:45:51 -08:00
Ryan Huffman
842d5cdb39
Fix erroneous syntax (unmatched paren)
2018-03-05 12:03:24 -08:00
Ryan Huffman
ac0ecc8baa
Merge remote-tracking branch 'upstream/master' into feat/obj-baker-update
2018-03-05 10:41:49 -08:00
NissimHadar
5a79f272f3
Allow multiple evaluations.
2018-03-04 20:56:57 -08:00
NissimHadar
913ad569c0
Added completion message.
2018-03-04 17:36:20 -08:00
NissimHadar
b32ad2f69c
createTests fixed.
2018-03-03 18:22:51 -08:00
NissimHadar
0a2610a9e0
Evaluation seems to work.
2018-03-03 09:58:30 -08:00
NissimHadar
361b5331ba
File sizes are wrong, and so is format.
2018-03-02 18:09:32 -08:00
NissimHadar
96c7cc8197
Merge branch 'master' of github.com:highfidelity/hifi into addRecursionToAutotester
2018-03-02 16:49:30 -08:00
NissimHadar
4b836a2ca9
Stores downloaded images in correct folder and with correct filenames.
2018-03-02 16:49:09 -08:00
NissimHadar
d29adcd000
Can download multiple images from GitHub.
2018-03-02 16:08:14 -08:00
Seth Alves
45157a16f2
merge from upstream
2018-03-02 09:57:27 -08:00
NissimHadar
07267f9fe6
WIP.
2018-03-02 09:13:07 -08:00
NissimHadar
5bb4023fb5
First version - can download fixed URL to fixed location.
2018-03-01 19:23:17 -08:00
NissimHadar
b3b40d68c2
Merge branch 'master' of github.com:highfidelity/hifi into addRecursionToAutotester
2018-03-01 11:11:08 -08:00
NissimHadar
2a1c22e7a5
"Create Test" copies (and renames) images from snapshot folder to the corresponding test folder.
2018-03-01 11:10:45 -08:00
Seth Alves
33065fb51c
more consistent variable names. rework DomainManager and AddressManager methods to take a url rather than host and port
2018-03-01 11:07:37 -08:00
David Rowe
f9086e31de
Deprecate Entities.getMeshes() in favor of using the new Graphics API
2018-03-01 10:08:50 +13:00
David Rowe
3275846882
Material entity JSDoc
2018-03-01 09:57:42 +13:00
David Rowe
a782b6779a
Merge branch 'master' into 21709
...
# Conflicts:
# interface/src/ui/overlays/Overlays.h
# interface/src/ui/overlays/Shape3DOverlay.cpp
# libraries/entities/src/EntityItemProperties.cpp
# libraries/entities/src/EntityScriptingInterface.h
2018-02-28 12:42:05 +13:00
Brad Davis
136ced98c3
Merge remote-tracking branch 'upstream/master' into android_dev
2018-02-27 13:44:00 -08:00
Stephen Birarda
9cc348ef27
Merge branch 'master' of github.com:highfidelity/hifi into feat/content-settings
2018-02-27 09:59:37 -08:00
Brad Davis
6254e2b569
PR feedback
2018-02-27 09:11:40 -08:00
David Rowe
1fb02d15d7
Entities actions JSDoc
2018-02-27 14:12:20 +13:00
Brad Davis
5aa15b5422
Fixing build warnings
2018-02-26 10:17:07 -08:00
David Rowe
a8e05824cd
Entities octree sending functions JSDoc
2018-02-25 14:15:39 +13:00
NissimHadar
b81f69d97a
WIP - recursive tests.
2018-02-23 18:40:16 -08:00
Brad Davis
aeb29db37d
Merge remote-tracking branch 'upstream/stable' into android_stable
2018-02-22 17:35:00 -08:00
Atlante45
277e556b48
Create a standard function to init Hifi Apps
2018-02-22 17:06:09 -08:00
Atlante45
80c0f2a21e
Fix crash when passing --checkMinSpec flag
...
That flag caused a DLL to be loaded before Application was
instanced.
This triggers a Qt bug inside Q_COREAPP_STARTUP_FUNC that causes
the previous registration pointing the startup function in
the main executable to be overridden with the address of the
function in the DLL (Since they both link the same static
library)
This leads to the correct function running in the wrong address
space (the DLLs), hence not initializing some global variables
correctly.
2018-02-22 16:29:38 -08:00
Stephen Birarda
946474c615
do not init caching for asset requests in domain-server
2018-02-21 16:33:58 -08:00
Stephen Birarda
79f5d0cee2
include memory for unique_ptr in Oven
2018-02-21 13:52:07 -08:00
Stephen Birarda
d4061c172e
quit all threads before waiting on them (CR)
2018-02-21 13:52:07 -08:00
Stephen Birarda
2a597eb715
use QCoreApplication for oven when headless version is used
2018-02-21 13:52:07 -08:00
David Rowe
67cfe783be
Entity properties JSDoc
2018-02-19 12:17:31 +13:00
Brad Davis
fe9b1de908
Fix PR builds
2018-02-16 09:28:58 -08:00
Bradley Austin Davis
fd007e845d
Squashed scribe changes
2018-02-07 10:29:29 -08:00
Bradley Austin Davis
a578e64416
Remove Qt dependency from scribe
2018-02-07 09:44:45 -08:00
Bradley Austin Davis
0455fb37b6
Merge remote-tracking branch 'upstream/master' into fix/shader_length
2018-02-06 15:55:01 -08:00
Bradley Austin Davis
f291715f87
Merge remote-tracking branch 'zvork/scribe' into fix/shader_length
2018-02-06 10:36:15 -08:00
Andrew Meadows
96c97547f9
Merge pull request #12205 from jherico/no_widgets
...
Remove some unneeded Qt dependencies
2018-02-05 15:32:54 -08:00
Bradley Austin Davis
f611990b10
Fix overlimit shader char strings
2018-02-05 15:27:19 -08:00
Olivier Prat
ac92b3c130
Merge branch 'master' of http://github.com/highfidelity/hifi into scribe
2018-02-02 14:01:59 +01:00
Bradley Austin Davis
b97c938544
Merge pull request #12216 from thoys/feat/js-script-console-auto-complete
...
JS scripting console auto-complete
2018-01-31 10:39:51 -08:00
Brad Davis
3e3a585b92
Fixing compile warnings
2018-01-30 21:54:29 -08:00
Atlante45
bc819c698e
Merge branch 'stable' of https://github.com/highfidelity/hifi into merge-back
2018-01-30 16:09:30 -08:00
Olivier Prat
5e6300ce46
Merged with master
2018-01-30 09:52:30 +01:00
MiladNazeri
9baf02b7a1
Merge pull request #12036 from humbletim/Leopoly_Phase1_003_Asset-Request
...
Leopoly_Phase1_003_Asset-Request
2018-01-29 11:40:41 -08:00
Brad Davis
0781d8eaf0
Remove some unneeded Qt dependencies
2018-01-28 22:18:24 -08:00
Atlante45
314c51ab3b
Fix settings init in all exe
2018-01-26 15:53:08 -08:00
Brad Davis
361b767586
Merge branch 'fix/render_config' into android
2018-01-25 14:50:41 -08:00
Thijs Wenker
45487a1e45
Merge branch 'master' of github.com:highfidelity/hifi into feat/js-script-console-auto-complete
...
# Conflicts:
# interface/CMakeLists.txt
2018-01-25 22:51:35 +01:00
Olivier Prat
95882e0cde
Merged with master
2018-01-24 10:51:54 +01:00
Nissim Hadar
f9e0c724ce
Added '?raw=true' suffices where needed.
2018-01-23 18:09:45 -08:00
Nissim Hadar
6bb325f6a2
Implemented new recursive functionality.
2018-01-23 17:25:02 -08:00
Thijs Wenker
c46a115000
attempt to fix ubuntu build
2018-01-24 01:45:53 +01:00
Thijs Wenker
79dbde6a6f
optional auto-complete build (requires NPM installed)
2018-01-23 23:01:59 +01:00
Brad Davis
d0be19ab41
Add prototype KTX manipulation tool
2018-01-23 12:27:29 -08:00
humbletim
16ca0eebed
fix atp-client AssetUtils:: namespace
2018-01-23 03:36:00 -05:00
Thijs Wenker
5885569644
fix UNIX jsdoc command order
2018-01-23 01:29:52 +01:00
Thijs Wenker
4ff3c9e046
fix jsdoc output folder
2018-01-22 19:00:45 +01:00
Thijs Wenker
58216b947c
removal of unnecessary JS export (for now)
2018-01-22 18:54:24 +01:00
Thijs Wenker
483074b11e
jsdoc cmake fixes
2018-01-22 17:59:01 +01:00
Thijs Wenker
0f7f58417b
JS scripting console auto-complete
2018-01-19 19:11:12 +01:00
Brad Hefta-Gaub
4485ed8613
Merge pull request #12073 from NissimHadar/QtImageCompare
...
Improved functionality
2018-01-18 15:00:35 -08:00
Clément Brisset
956f45b5af
Merge pull request #11932 from birarda/bug/baking-folder-number
...
fix sparse rectification for small textures, export for same model at diff URL
2018-01-18 14:25:33 -08:00
Olivier Prat
efa6a8c0b5
Merged with master
2018-01-17 15:49:46 +01:00
Olivier Prat
157a229a4f
Tried to add GLSL validation in scribe. Issues with determining the correct version...
2018-01-17 15:09:32 +01:00