Sam Gateau
|
b6c004c431
|
Fix syntax that doesn't compile on linux and used smart glm::max instruction
|
2014-11-12 17:16:43 -08:00 |
|
Sam Gateau
|
8fb04af59d
|
defined the ViewTransform as the matrix transforming from eye space to world space (the opposite of before this commit) since it seems a better design
|
2014-11-12 16:40:45 -08:00 |
|
Sam Gateau
|
e47524d70a
|
fix syntax and missing constant name
|
2014-11-12 10:41:50 -08:00 |
|
Sam Gateau
|
b716a512c6
|
Stable version of the Transform and usage for Model rendering with soimilar performances and same accuracy level
|
2014-11-12 00:26:44 -08:00 |
|
Sam Gateau
|
668c5e298d
|
clean up the Transform class and the rendering path in Model.cpp
|
2014-11-11 16:39:00 -08:00 |
|
Sam Gateau
|
ad51416c28
|
move the transform class files to the Shared library, still problem with negative scale composition
|
2014-11-11 09:54:35 -08:00 |
|
Stephen Birarda
|
9b2acadb4b
|
include c++ header for memset
|
2014-11-07 17:24:05 -08:00 |
|
Stephen Birarda
|
6a4808aac8
|
include string.h for memset usage
|
2014-11-07 17:22:54 -08:00 |
|
Stephen Birarda
|
2ca673175a
|
rename StdDev to StDev, patch its leak
|
2014-11-07 17:15:54 -08:00 |
|
Stephen Birarda
|
4fd22914c0
|
fix a leak in StdDev
|
2014-11-07 17:11:00 -08:00 |
|
Philip Rosedale
|
cdad40faec
|
Merge pull request #3736 from ZappoMan/entityBugs
reset the QElapsedTimer in usecTimestampNow() periodically to prevent error
|
2014-11-04 12:59:13 -08:00 |
|
ZappoMan
|
a89287e404
|
reset the QElapsedTimer in usecTimestampNow() periodically to prevent error
|
2014-11-04 11:01:37 -08:00 |
|
Stephen Birarda
|
8d6b041758
|
send a pick ray with HFActionEvent, not x,y
|
2014-11-04 10:01:25 -08:00 |
|
Stephen Birarda
|
6b922fc3e7
|
final tweak for linux unistd include
|
2014-10-30 10:03:36 -07:00 |
|
ZappoMan
|
c3d1d13fa9
|
Merge branch 'master' of https://github.com/highfidelity/hifi into rayPickSubMeshes
|
2014-10-29 11:56:27 -07:00 |
|
Stephen Birarda
|
7f3482bbdd
|
swithc from elif to elsif
|
2014-10-29 10:53:34 -07:00 |
|
Stephen Birarda
|
03e1da0ba9
|
include unistd only on Q_OS_LINUX
|
2014-10-29 10:37:39 -07:00 |
|
ZappoMan
|
3e9bc23c2f
|
moving RenderArgs into shared so it can be used by overlays, first cut at ray picking against submeshes
|
2014-10-29 10:19:04 -07:00 |
|
Andrew Meadows
|
c39b239f99
|
fix linux build for missing getpid()
|
2014-10-29 09:30:51 -07:00 |
|
Brad Hefta-Gaub
|
be65a798db
|
Merge pull request #3681 from birarda/verbose-log-silencer
logging tweaks to reduce spam from repeated log messages
|
2014-10-28 17:58:17 -07:00 |
|
Stephen Birarda
|
9af097967d
|
remove ctime since windows build did not fail without it
|
2014-10-28 15:56:30 -07:00 |
|
Stephen Birarda
|
992396ba63
|
add ctime for strftime call
|
2014-10-28 15:48:06 -07:00 |
|
Stephen Birarda
|
01de6305e9
|
add time header for date in log entry
|
2014-10-28 15:42:03 -07:00 |
|
Stephen Birarda
|
c4538836c1
|
always output the first matching repeated log message
|
2014-10-28 14:51:47 -07:00 |
|
Stephen Birarda
|
424793b905
|
complete output of suppressed repeated messages to log
|
2014-10-28 14:49:14 -07:00 |
|
Stephen Birarda
|
8e3102266a
|
use the LogHandler in Interface
|
2014-10-28 14:23:34 -07:00 |
|
Stephen Birarda
|
d3bbd251db
|
move Logging to LogHandler
|
2014-10-28 13:59:23 -07:00 |
|
Andrew Meadows
|
4c3cdf5b7a
|
move stuff out of shared and into physics library
|
2014-10-28 13:51:45 -07:00 |
|
Stephen Birarda
|
2711ff2b5f
|
move functionality from VerboseLoggingHelper into the Logging class
|
2014-10-28 13:48:53 -07:00 |
|
Stephen Birarda
|
8a4c716452
|
leverage the VerboseLoggingHelper for packets from unknown nodes
|
2014-10-28 12:15:52 -07:00 |
|
Stephen Birarda
|
9c30903eb6
|
add the VerboseLoggingHelper class for repeated messages
|
2014-10-28 12:05:56 -07:00 |
|
ZappoMan
|
fc507850be
|
Merge branch 'master' of https://github.com/highfidelity/hifi into removeParticles
|
2014-10-16 20:36:28 -07:00 |
|
samcake
|
3d13792a9d
|
Merge pull request #3599 from ZappoMan/frustumCullModelParts
Frustum cull model parts
|
2014-10-15 11:56:00 -07:00 |
|
ZappoMan
|
64fecba011
|
removed some unneeded scaling to AABox and AACube debug
|
2014-10-14 17:17:30 -07:00 |
|
ZappoMan
|
e235af1331
|
add debeg streaming to Extents
|
2014-10-14 17:16:49 -07:00 |
|
ZappoMan
|
f04c2b6e6f
|
fix possible buffer overrun asserts
|
2014-10-14 17:14:12 -07:00 |
|
Andrzej Kapolka
|
60576bdcbd
|
Basic metavoxel scripting bits.
|
2014-10-13 15:05:16 -07:00 |
|
ZappoMan
|
4c85e9f581
|
removing particles
|
2014-10-13 14:10:57 -07:00 |
|
Stephen Birarda
|
c16ab0a19f
|
remove definition for an unused method
|
2014-09-29 15:27:45 -07:00 |
|
Stephen Birarda
|
bd4a32551b
|
fix for settings save without organization
|
2014-09-29 10:09:33 -07:00 |
|
Stephen Birarda
|
5e2870ac5f
|
require a distinction between master config and user config
|
2014-09-29 09:30:08 -07:00 |
|
Stephen Birarda
|
7c738edbd8
|
Merge pull request #3488 from PhilipRosedale/master
Correct eye contact for Oculus users
|
2014-09-26 15:42:03 -07:00 |
|
Stephen Birarda
|
e75a2d355e
|
Merge branch 'master' of https://github.com/highfidelity/hifi into domain-wizard
|
2014-09-26 14:31:52 -07:00 |
|
Stephen Birarda
|
94f30fe4d9
|
handle password setting by not converting to double
|
2014-09-26 12:20:12 -07:00 |
|
Stephen Birarda
|
21809cc9df
|
fix http username with no password
|
2014-09-26 12:09:29 -07:00 |
|
Stephen Birarda
|
e6449da890
|
repair a crash while overriding a config map
|
2014-09-26 11:10:56 -07:00 |
|
Stephen Birarda
|
954fbc2017
|
use DomainServerSettingsManager to handle simulation settings and config
|
2014-09-26 11:06:05 -07:00 |
|
Philip Rosedale
|
f66f565f53
|
update stDev (standard deviation) class to coding standard
|
2014-09-25 18:14:02 -07:00 |
|
Stephen Birarda
|
a684191cf1
|
change the default config path to system config path
|
2014-09-25 14:50:07 -07:00 |
|
ZappoMan
|
9cd76983a2
|
swith to using shape collider instead of spheres
|
2014-09-25 14:35:20 -07:00 |
|