overte/interface/src
Andrzej Kapolka 2c9a8dfebc Merge branch 'master' of https://github.com/worklist/hifi into ssao
Conflicts:
	interface/src/Application.h
2013-08-19 10:42:12 -07:00
..
avatar fix getter for Hand and Head 2013-08-15 16:09:44 -07:00
renderer Square vector lengths to bunch them up towards the center, add a minimum 2013-08-19 10:32:56 -07:00
starfield Merge remote-tracking branch 'upstream/master' into qdebug 2013-07-16 13:34:42 -07:00
ui small code changes for qt5 compatibility 2013-07-24 12:06:55 -07:00
Application.cpp Merge branch 'master' of https://github.com/worklist/hifi into ssao 2013-08-19 10:42:12 -07:00
Application.h Merge branch 'master' of https://github.com/worklist/hifi into ssao 2013-08-19 10:42:12 -07:00
Audio.cpp initial decoupling of menu from Application 2013-08-15 10:46:51 -07:00
Audio.h initial decoupling of menu from Application 2013-08-15 10:46:51 -07:00
Balls.cpp Third person camera transition doesn't happen on movement. 2013-06-27 17:11:25 -07:00
Balls.h Fixed problems with ring buffer not handling stereo right, reset audio buffers on spacebar. 2013-06-20 18:49:05 -07:00
BandwidthMeter.cpp switch calls to printLog to QDebug 2013-07-16 11:07:22 -07:00
BandwidthMeter.h introduces named constants for bandwidth meter channel indices / max. drag length 2013-07-02 03:53:49 +02:00
BendyLine.cpp fixed mohawk physics bug 2013-08-07 10:17:53 -07:00
BendyLine.h added BendyLine 2013-08-05 11:35:02 -07:00
Camera.cpp simplified frustum camera mode, fixed resizeGL in case of frustum being on 2013-08-07 14:47:36 -07:00
Camera.h OpenGL fields of view are vertical, not horizontal. 2013-08-07 14:26:22 -07:00
Environment.cpp clear environment data on domain server switch 2013-07-18 14:36:55 -07:00
Environment.h clear environment data on domain server switch 2013-07-18 14:36:55 -07:00
GLCanvas.cpp repairs after merge with upstream master 2013-08-15 11:42:30 -07:00
GLCanvas.h repairs after merge with upstream master 2013-08-15 11:42:30 -07:00
LeapManager.cpp um, ok whatever 2013-07-22 14:08:41 -07:00
LeapManager.h Rave Glove Demo: Leap Rework (simplification and elimination of redundant data passing) 2013-07-19 09:31:45 -07:00
LogDisplay.cpp clean up extra new lines and LogDisplay line break 2013-07-16 12:53:43 -07:00
LogDisplay.h add a message handler to send messages over to LogDisplay 2013-07-16 11:50:40 -07:00
main.cpp optionally check /usr/local/lib for plugins 2013-08-16 13:58:22 -07:00
Menu.cpp remove an extra g 2013-08-15 16:10:34 -07:00
Menu.h move swatch reset to Menu 2013-08-15 15:52:47 -07:00
OculusManager.cpp Fixed Linux build error and a warning on call to Avatar.simulate, moved grid 2013-05-27 14:46:16 -07:00
OculusManager.h add a yaw offset to the oculus so it can pull body 2013-05-24 15:23:25 -07:00
Oscilloscope.cpp adds 'Oscilloscope::setColor' and uses it when visualizing echo cancellation 2013-06-20 03:15:01 +02:00
Oscilloscope.h adds 'Oscilloscope::setColor' and uses it when visualizing echo cancellation 2013-06-20 03:15:01 +02:00
PairingHandler.cpp initial decoupling of menu from Application 2013-08-15 10:46:51 -07:00
PairingHandler.h initial decoupling of menu from Application 2013-08-15 10:46:51 -07:00
ParticleSystem.cpp Rave tweak: noise reduction 2013-08-07 18:03:59 -07:00
ParticleSystem.h Rave tweak: noise reduction 2013-08-07 18:03:59 -07:00
Physics.cpp More audio collision on hover experiments 2013-07-18 11:13:16 -07:00
Physics.h Resolve conflict 2013-07-12 13:27:46 -07:00
PieMenu.cpp New design for pie menus 2013-07-24 12:38:35 -07:00
PieMenu.h Slot calling when pie menu on avatar. 2013-07-24 13:50:00 -07:00
SerialInterface.cpp And also, close the file descriptor and print a message. 2013-08-07 18:02:38 -07:00
SerialInterface.h switch calls to printLog to QDebug 2013-07-16 11:07:22 -07:00
Stars.cpp lazy load stars file only if stars render enabled 2013-07-10 16:12:34 -07:00
Stars.h lazy load stars file only if stars render enabled 2013-07-10 16:12:34 -07:00
Swatch.cpp initial decoupling of menu from Application 2013-08-15 10:46:51 -07:00
Swatch.h initial decoupling of menu from Application 2013-08-15 10:46:51 -07:00
Tool.cpp fix member variable initialization order to remove warnings 2013-07-10 09:59:14 -07:00
Tool.h More code review for UI job 2013-07-09 15:29:12 +02:00
ToolsPalette.cpp merge 2013-08-05 11:28:59 -07:00
ToolsPalette.h merge 2013-08-05 11:28:59 -07:00
Transmitter.cpp revert removal of extraneous newlines 2013-07-16 12:46:32 -07:00
Transmitter.h use packet version helpers for PACKET_TYPE_TRANSMITTER_DATA 2013-07-08 15:01:57 -07:00
Util.cpp Render other avatar's lookat to point at my camera if the other avatar 2013-08-05 14:26:39 -07:00
Util.h Render other avatar's lookat to point at my camera if the other avatar 2013-08-05 14:26:39 -07:00
VoxelEditPacketSender.cpp fixes for new Menu class after merge with upstream/master 2013-08-15 12:29:04 -07:00
VoxelEditPacketSender.h style fix 2013-08-15 10:47:59 -07:00
VoxelFade.cpp Have the glow effect add half of the original texture, too, and use it on the 2013-08-13 14:22:29 -07:00
VoxelFade.h added visulization for voxel add/kill 2013-08-06 12:05:43 -07:00
VoxelPacketProcessor.cpp fixes for new Menu class after merge with upstream/master 2013-08-15 12:29:04 -07:00
VoxelPacketProcessor.h added more doxygen comments 2013-08-15 08:48:21 -07:00
VoxelSystem.cpp fix in view and occluded false colorization 2013-08-15 15:15:19 -07:00
VoxelSystem.h fix in view and occluded false colorization 2013-08-15 15:15:19 -07:00
Webcam.cpp Fix for enabling depth-only webcam after startup. 2013-08-07 11:15:37 -07:00
Webcam.h Switching between textured and untextured modes. 2013-08-06 16:23:58 -07:00
world.h merge 2013-08-05 11:28:59 -07:00