ZappoMan
|
d734655ab6
|
fix some recently introduced warnings
|
2014-09-06 16:03:03 -07:00 |
|
Brad Hefta-Gaub
|
a77739f31c
|
Merge pull request #3369 from ctrlaltdavid/20007
Code Review for Job #20007
|
2014-09-06 15:36:29 -07:00 |
|
David Rowe
|
5ebe6962a4
|
Make scripts loaded with Script.load() not persist
|
2014-09-06 09:59:47 -07:00 |
|
Andrew Meadows
|
51dca12a7b
|
added default case for switch statements
which avoids warnings about unhandled enum values
|
2014-09-05 16:55:42 -07:00 |
|
Andrew Meadows
|
2fdfb125f2
|
removed signed/unsigned comparisons
|
2014-09-05 16:55:24 -07:00 |
|
Andrew Meadows
|
c089dbb0bb
|
removed signed/unsigned comparisons
|
2014-09-05 16:44:33 -07:00 |
|
AndrewMeadows
|
bd55da4a83
|
Merge pull request #3335 from ZappoMan/virtualEntities
Model Server to Entity Server Refactoring
|
2014-09-03 15:48:58 -07:00 |
|
ZappoMan
|
ca3cf6d517
|
removed dead code
|
2014-09-03 12:42:51 -07:00 |
|
Atlante45
|
a1e6d9e7a1
|
Protections against null pointers
|
2014-09-02 12:56:12 -07:00 |
|
ZappoMan
|
2bcad6ab2b
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
assignment-client/src/Agent.cpp
examples/editModels.js
|
2014-08-28 21:19:56 -07:00 |
|
Craig Hansen-Sturm
|
e941e58626
|
merge HEAD with PR-3281
|
2014-08-26 18:25:40 -07:00 |
|
Philip Rosedale
|
7b86f668a6
|
Add SPACE to scripting JS, change reset to apostrophe
|
2014-08-18 23:22:55 -07:00 |
|
ZappoMan
|
32d5eb3cea
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
assignment-client/CMakeLists.txt
interface/CMakeLists.txt
libraries/entities/CMakeLists.txt
libraries/models/src/ModelEditPacketSender.cpp
libraries/models/src/ModelEditPacketSender.h
libraries/models/src/ModelItem.cpp
libraries/models/src/ModelItem.h
libraries/octree/src/OctreeEditPacketSender.cpp
libraries/octree/src/OctreeEditPacketSender.h
libraries/octree/src/OctreePacketData.h
libraries/octree/src/OctreeQuery.cpp
libraries/particles/src/ParticleEditPacketSender.cpp
libraries/particles/src/ParticleEditPacketSender.h
libraries/script-engine/CMakeLists.txt
tests/octree/CMakeLists.txt
|
2014-08-18 15:16:35 -07:00 |
|
ZappoMan
|
abe892ddc3
|
quiet some debugging
|
2014-08-14 11:36:53 -07:00 |
|
ZappoMan
|
fbe409a0c2
|
added lots of debugging for octree edit packet sender bug fixed threading issue
|
2014-08-14 11:23:56 -07:00 |
|
wangyix
|
db0fbcab97
|
merge with upstream
|
2014-08-13 11:09:55 -07:00 |
|
wangyix
|
a405cd9a72
|
repetition-with-fade ready for commit
|
2014-08-13 11:01:15 -07:00 |
|
wangyix
|
8565e93ba4
|
more test code (10% drop both directions)
|
2014-08-12 10:50:34 -07:00 |
|
David Rowe
|
fbaeeef014
|
Merge branch 'master' into 19840
Resolved conflicts in editModels.js
|
2014-08-11 20:59:37 -07:00 |
|
wangyix
|
0dfe0b1f2a
|
merged with master
|
2014-08-08 13:32:27 -07:00 |
|
Stephen Birarda
|
b1310c065c
|
remove TARGET_NAME from cmake macros where it is not required
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
26f7b1ba62
|
add macro to link shared dependencies to target
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
c9f8433a2d
|
tweak setup_hifi_library to bubble up full path of Qt modules
|
2014-08-08 13:17:54 -07:00 |
|
Stephen Birarda
|
17df6484d4
|
remove ssize_t and replace with size_t or int where appropriate
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
93b6f167f5
|
change more CMakeLists to use simplified hifi library linker
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
31488e72fe
|
repairs for interface build to succeed
|
2014-08-08 13:17:53 -07:00 |
|
Stephen Birarda
|
892e30c5e1
|
get past assignment-client build after cmake auditing
|
2014-08-08 13:17:53 -07:00 |
|
David Rowe
|
83a868d741
|
Make XMLHttpRequest automatically authorize API calls
|
2014-08-07 15:20:30 -07:00 |
|
ZappoMan
|
3a8c5018ee
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
interface/src/Application.h
libraries/entities/src/EntityTreeElement.h
libraries/models/src/ModelItem.cpp
libraries/models/src/ModelItem.h
libraries/models/src/ModelTree.cpp
libraries/models/src/ModelTree.h
libraries/models/src/ModelTreeElement.cpp
libraries/networking/src/PacketHeaders.h
libraries/octree/src/OctreeEditPacketSender.cpp
libraries/octree/src/OctreeEditPacketSender.h
|
2014-08-04 12:01:23 -07:00 |
|
David Rowe
|
f3b4f708a5
|
Add Script.load() JavaScript method
|
2014-07-31 21:50:07 -07:00 |
|
David Rowe
|
573ce7261b
|
Add proper sending of ArrayBuffers via JavaScript XMLHttpRequest
|
2014-07-31 19:24:46 -07:00 |
|
ZappoMan
|
77e1867b11
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
assignment-client/src/Agent.cpp
assignment-client/src/Agent.h
examples/editModels.js
interface/src/Application.h
|
2014-07-31 10:34:23 -07:00 |
|
Brad Hefta-Gaub
|
d4d4069f11
|
Merge pull request #3225 from birarda/master
cmake file cleanup to suppress warnings on cmake 3.0
|
2014-07-30 19:20:18 -07:00 |
|
barnold1953
|
c4a7c2783c
|
Merge branch 'master' of https://github.com/highfidelity/hifi into dancerScript
|
2014-07-30 15:21:49 -07:00 |
|
Stephen Birarda
|
2796f71419
|
library cleanup to suppress warnings on cmake 3.0
|
2014-07-30 15:06:15 -07:00 |
|
David Rowe
|
f39aed37b6
|
Recode and rescale texture file data before uploading
A recodeImage() method is added to the JavaScript ArrayBuffer object.
|
2014-07-29 17:26:42 -07:00 |
|
David Rowe
|
287e3d6800
|
Compress model and texture file data in multipart/form-data
A compress() method is added to the JavaScript ArrayBuffer object.
|
2014-07-29 13:52:52 -07:00 |
|
barnold1953
|
5c47e9013c
|
Working procedural walk animation with two keyframes
|
2014-07-28 18:36:25 -07:00 |
|
wangyix
|
4825457f4d
|
silent audio packet type generalized
|
2014-07-28 16:49:53 -07:00 |
|
ZappoMan
|
805a88b73b
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
examples/editModels.js
interface/src/entities/EntityTreeRenderer.h
libraries/models/src/ModelsScriptingInterface.cpp
libraries/script-engine/src/ScriptEngine.cpp
|
2014-07-28 13:39:35 -07:00 |
|
Atlante45
|
844e5d7e47
|
Merge branch 'master' of https://github.com/highfidelity/hifi into add_start_stop_animation_for_scripted_avatar
Conflicts:
assignment-client/src/Agent.cpp
examples/editModels.js
|
2014-07-28 10:11:39 -07:00 |
|
barnold1953
|
e25ea64b9b
|
Merge branch 'master' of https://github.com/highfidelity/hifi into dancerScript
|
2014-07-25 11:11:40 -07:00 |
|
Philip Rosedale
|
9a83be618a
|
Merge pull request #3191 from Atlante45/make_scriptEngine_a_qScriptEngine
ScriptEngine now inherit from QScriptEngine
|
2014-07-24 21:38:13 -07:00 |
|
barnold1953
|
9b629a7326
|
Added slerp and squad to the Quat scripting interface
|
2014-07-24 16:55:23 -07:00 |
|
Atlante45
|
3ffc116cc5
|
Merge branch 'master' of https://github.com/highfidelity/hifi into add_start_stop_animation_for_scripted_avatar
|
2014-07-24 13:48:23 -07:00 |
|
Thijs Wenker
|
49fcd302f4
|
AbstractControllerScriptingInterface matches ControllerScriptingInterface
|
2014-07-24 00:16:00 +02:00 |
|
Atlante45
|
95c98203a9
|
Replaced the Avatar in Agent by a scriptable avatar.
|
2014-07-23 14:00:49 -07:00 |
|
Thijs Wenker
|
b6cb19c2f6
|
FEATURE: Allows detecting simulated cursors in JS, this allows JS-developers to track all cursors separately. By using the deviceID. (deviceID 0 = default mouse-cursor , 1500 and 1501 hydra cursors)
|
2014-07-23 16:55:59 +02:00 |
|
David Rowe
|
ed7bd9317e
|
Make XMLHttpRequest return an ArrayBuffer object when requested
|
2014-07-22 21:48:48 -07:00 |
|
David Rowe
|
ffb696dc53
|
Merge branch 'make_scriptEngine_a_qScriptEngine' of https://github.com/Atlante45/hifi into 19840
|
2014-07-22 20:21:19 -07:00 |
|