Stephen Birarda
8d47d70543
remove old nsis template and image
2016-01-15 15:41:34 -08:00
Stephen Birarda
ded210db39
exclude udt-test from ALL_BUILD
2016-01-15 15:41:34 -08:00
Stephen Birarda
3f7aa6a15a
changes to shortcut names for win installer
2016-01-04 12:04:22 -08:00
Stephen Birarda
6755c31cd8
some changeover from stack manager to console for installer
2016-01-04 11:01:34 -08:00
Stephen Birarda
817bbb09d2
rename console target to High Fidelity Console
2016-01-04 10:54:51 -08:00
Leonardo Murillo
0bd823e20c
Fix to install path
2015-12-31 10:09:27 -06:00
Leonardo Murillo
2bad5437a9
Adding default content set as optional installer component
2015-12-31 09:07:11 -06:00
Leonardo Murillo
ea6850c423
Changes per convo with Philip
2015-12-29 10:16:27 -06:00
Leonardo Murillo
8dc16f29bc
Fixes to uninstaller
2015-12-23 19:06:46 -06:00
Leonardo Murillo
02d317dc24
Better compression and fixing uninstaller
2015-12-23 14:55:47 -06:00
Leonardo Murillo
63a1ea6282
Couple of bugs
2015-12-23 14:26:03 -06:00
Leonardo Murillo
baf095f4af
Lots and lots of changes to installer
2015-12-23 14:16:49 -06:00
Leonardo Murillo
c1bac2f9bd
Fixing uninstall record
2015-12-18 08:47:47 -06:00
Leonardo Murillo
66770cc907
Finishing touches
2015-12-16 16:11:35 -06:00
Leonardo Murillo
cbed8bf35a
NSIS Changes
2015-12-16 15:12:14 -06:00
Leonardo Murillo
711d02ba2f
Consolidating installer checkpoint
2015-12-16 14:26:24 -06:00
Atlante45
d3224bfde3
More warning fixes
2015-12-11 16:03:44 -08:00
Atlante45
ce51350b65
Fix warnings on windows 64bit
2015-12-11 15:42:15 -08:00
Ryan Huffman
c2049e5308
Fix udt-test to work with ReceivedMessage updates
2015-12-07 08:52:23 -08:00
Ryan Huffman
dac491ef41
Merge branch 'master' of https://github.com/highfidelity/hifi into proto-received-message
2015-11-24 09:59:22 -08:00
Leonardo Murillo
9ad865c7f0
checkpoint
2015-11-20 15:19:45 -06:00
Ryan Huffman
2a416ebc61
Merge branch 'master' of https://github.com/highfidelity/hifi into received-message
2015-11-18 16:52:23 -08:00
Ryan Huffman
f0ad7f85dc
Add readHead* to ReceivedMessage
2015-11-18 15:30:30 -08:00
Anthony J. Thibault
a763858080
Revert cache-extract
...
This reverts these commits:
* 82b26b7
Code convention fixes
* 9a484ff
Fixes for windows
* 086b064
Dumps all urls extracted to stdout.
* c002888
Added cache extractor to the tools directory
2015-11-11 11:22:05 -08:00
Anthony J. Thibault
82b26b75f4
Code convention fixes
2015-11-09 08:14:27 -08:00
Anthony J. Thibault
9a484ff00d
Fixes for windows
2015-11-06 15:33:06 -08:00
Anthony J. Thibault
086b064527
Dumps all urls extracted to stdout.
2015-11-06 15:07:38 -08:00
Anthony J. Thibault
c002888808
Added cache extractor to the tools directory
...
It should find the local High Fidelity/Interface qt cache,
iterate over each file in the cache and output each corresponding
file into the High Fidelity/Interface/extracted dir.
The file path will be determined from the source url.
Untested on windows.
2015-11-06 14:52:12 -08:00
Seth Alves
2b24ef2c83
Merge pull request #6114 from Atlante45/vhacd_fix
...
Fix vhacd for models with quads
2015-10-19 16:11:28 -07:00
Atlante45
47d8afa6a8
Fix vhacd for models with quads
2015-10-19 15:22:10 -07:00
Brad Davis
282cdadf63
Fixing line endings
2015-10-18 22:55:14 -07:00
Atlante45
a34e1d85a5
Close current packet fix
2015-10-02 14:16:44 -07:00
Atlante45
15f7745bcc
JSON stats reliable and ordered
2015-09-11 14:21:54 +02:00
Ryan Huffman
b73d307210
Move std::placeholders::_1 to where they are used
2015-09-01 12:24:38 -07:00
Ryan Huffman
fb8e822fa8
Fix lines longer than 120 columns
2015-09-01 12:14:58 -07:00
Ryan Huffman
019d234ffd
Replace std::bind for methods that use std::unique_ptr with a lambda
2015-09-01 11:58:33 -07:00
Stephen Birarda
80cf7b6c76
resolve conflicts on merge with upstream/master
2015-08-27 14:50:04 -07:00
Seth Alves
695ffa29c7
call setup_memory_debugger from common macros rather than from every CMakeLists.txt file
2015-08-26 11:09:59 -07:00
Atlante45
179ee73e26
Merge branch 'master' of https://github.com/highfidelity/hifi into update_protocol
2015-08-26 16:50:33 +02:00
Brad Davis
d311e4f2ea
Fixing problems reported by static analysis tool
2015-08-25 19:18:55 -07:00
Stephen Birarda
67816c033a
output megabits per second not per interval
2015-08-25 15:43:21 -07:00
Stephen Birarda
9ff7bfd0b5
some header cleanup in UDTTest output
2015-08-25 11:21:04 -07:00
Stephen Birarda
92116dd6e7
added stats for receive rate in Mbits
2015-08-25 11:04:24 -07:00
Brad Davis
380b0cb23c
Removing tabs from our javascript and C++
2015-08-24 15:26:46 -07:00
Brad Davis
c3991dbb8c
Merge pull request #5622 from hyperlogic/ajt/network-geometry-refactor
...
ResourceCache, NetworkGeometry and Model refactoring and optimizations.
2015-08-20 23:57:16 -07:00
Anthony J. Thibault
1b3d7fabc8
ResourceCache, NetworkGeometry and Model refactoring and optimizations.
...
* Removed validation logic from Resource class, Qt does this internally and is more
standards compliant. This should result in more accurate caching and faster resource
fetching when cache is stale and validation fails.
* Added loaded and failed slots to Resource class, so it does not have to be polled.
* NetworkGeometry now uses multiple Resource objects to download
the fst/mapping file and the fbx/obj models.
* NetworkGeometry is no longer a subclass of Resource
* NetworkGeometry now has signals for success and failure, you no longer
have to poll it to determine when loading is complete (except for textures *sigh*)
Some functionality was removed
* NetworkGeometry no longer has a fallback
* NetworkGeometry no longer loads LODs or has lod logic.
* The number of FBXGeometry copies is greatly reduced.
* Model::setURL no supports fallback URL, delayLoad or retainCurrent option.
This can result in a pop when switching avatars, and there's no longer a default
if avatar loading fails.
2015-08-20 18:59:51 -07:00
Stephen Birarda
1756e60647
complete test for ordered packets in udt-test target
2015-08-20 14:22:05 -07:00
Stephen Birarda
039e6121bc
add randomization of data for ordered test
2015-08-20 12:44:10 -07:00
Seth Alves
c25082d86f
use -fsanitize=address in all code rather than just the top-level links
2015-08-20 10:14:16 -07:00
Ryan Huffman
74547777df
Add basic test to send packetList in udt-test
2015-08-18 23:12:09 -07:00