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 |
|
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 |
|
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 |
|
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 |
|
barnold1953
|
5c47e9013c
|
Working procedural walk animation with two keyframes
|
2014-07-28 18:36:25 -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 |
|
Atlante45
|
17a6a72bdd
|
ScriptEngine now inherit from QScriptEngine
|
2014-07-22 11:39:49 -07:00 |
|
Brad Hefta-Gaub
|
d8d6d08958
|
Merge pull request #3145 from samcake/19734
19734 - Leapmotion support
|
2014-07-17 08:45:55 -07:00 |
|
Andrzej Kapolka
|
2d4134afaf
|
Provide basic conversions to/from SharedObjectPointer (still have to work out
how to handle reference counting correctly).
|
2014-07-15 17:58:31 -07:00 |
|
ZappoMan
|
1eb472c43a
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
|
2014-07-15 10:05:06 -07:00 |
|
ZappoMan
|
2baac96665
|
Merge branch 'master' of https://github.com/highfidelity/hifi into virtualEntities
Conflicts:
examples/sit.js
interface/src/Application.cpp
libraries/models/src/ModelItem.cpp
libraries/models/src/ModelsScriptingInterface.cpp
|
2014-07-15 10:04:40 -07:00 |
|
Atlante45
|
afa43a9d7e
|
Fix win build fail
|
2014-07-14 11:06:10 -07:00 |
|
Atlante45
|
30fd4e27d0
|
pre-CR cleanup
|
2014-07-14 10:43:01 -07:00 |
|
Andrew Meadows
|
8ffc3aa73d
|
merge upstream/master into andrew/thermonuclear (AKA samcake/19734)
Conflicts:
interface/src/Application.cpp
|
2014-07-14 09:10:27 -07:00 |
|
Atlante45
|
aa65084ae1
|
Code cleanup
|
2014-07-11 23:08:41 -07:00 |
|
Atlante45
|
6d4bb0f4fd
|
Added Uint8ClampedArray
|
2014-07-11 18:27:26 -07:00 |
|
Atlante45
|
5a8569fcd5
|
Handling NaN values for floats
|
2014-07-11 17:46:07 -07:00 |
|
Atlante45
|
b9fe5b2ef1
|
Added JS exceptions + fixed up floating precision mess up
|
2014-07-11 16:23:19 -07:00 |
|
Atlante45
|
3070ac457f
|
Typed arrays bug fixing
|
2014-07-10 18:33:57 -07:00 |
|
Atlante45
|
0e5af5afea
|
More work on typed arrays
|
2014-07-10 18:32:55 -07:00 |
|
samcake
|
c66560c1c0
|
Fix C++11 usage
- replace all the auto keyword by the proper type
kept the auto line in todo for reference :)
- silent a few warnings
|
2014-07-10 16:45:12 -07:00 |
|
Atlante45
|
b4eb6a2eb7
|
Some refactoring
|
2014-07-10 10:09:49 -07:00 |
|
Atlante45
|
b2b1701965
|
- Bunch of fixes to typed arrays
- First working prototype for Int8Array
- Base classes for all other typed arrays
|
2014-07-09 17:47:09 -07:00 |
|
Atlante45
|
28438d66b1
|
Fixed exceptions/endian issues with DataViews
|
2014-07-09 10:27:23 -07:00 |
|
Atlante45
|
49302b2340
|
Merge branch 'master' of https://github.com/highfidelity/hifi into typed_arrays
|
2014-07-09 09:49:34 -07:00 |
|
Atlante45
|
4b2e4b7b28
|
Some type modifications in DataViewPrototype
|
2014-07-08 16:59:27 -07:00 |
|
David Rowe
|
bc785115a9
|
Fix script errors not being reported
Script.update event needs to be emitted after reporting any script errors.
|
2014-07-08 16:33:31 -07:00 |
|
Atlante45
|
7fe88a4426
|
Hooked up ArrayBuffer, ArrayBufferView and DataView to ScriptEngine
|
2014-07-08 16:10:22 -07:00 |
|
Atlante45
|
2e48076408
|
Added first draft of DataView scriptable objects
|
2014-07-08 16:09:45 -07:00 |
|
Atlante45
|
13fe8b579f
|
Added ArrayBufferView scriptable objects
|
2014-07-08 16:09:06 -07:00 |
|