overte-HifiExperiments/interface/src
2013-12-17 20:12:31 -08:00
..
avatar reduced damping for thrown balls, turned off screen flash 2013-12-17 20:11:53 -08:00
devices throwing from fingertips, less gravity, lighter target rendering 2013-12-17 12:48:59 -08:00
renderer Removed insertion test code. 2013-12-17 18:23:12 -08:00
starfield Stars a bit dimmer, have horizon 2013-12-03 23:01:13 -08:00
ui added particle server details to voxel stats dialog 2013-12-17 11:32:20 -08:00
Application.cpp Merge branch 'master' of https://github.com/worklist/hifi into metavoxels 2013-12-17 13:46:44 -08:00
Application.h Merge branch 'master' of https://github.com/worklist/hifi into metavoxels 2013-12-17 13:46:44 -08:00
Audio.cpp fix for 8 channel output devices (HDMI capture) 2013-12-17 16:08:38 -08:00
Audio.h add a QAudioOutput object for local loopback 2013-12-17 09:41:28 -08:00
Balls.cpp Fixed avatar related files memory wastes 2013-09-03 13:37:25 -07:00
Balls.h Fixed avatar related files memory wastes 2013-09-03 13:37:25 -07:00
BandwidthMeter.cpp #19437 Adjust bandwith meter to be fixed width, not rescaling 2013-10-11 20:25:58 +02:00
BandwidthMeter.h
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 Somehow, I overwrote this value in Camera. 2013-12-17 17:21:56 -08:00
Camera.h OpenGL fields of view are vertical, not horizontal. 2013-08-07 14:26:22 -07:00
Cloud.cpp bracket placement 2013-10-09 23:26:44 -07:00
Cloud.h More coding standard fixes to particle cloud 2013-10-09 16:03:06 -07:00
DataServerClient.cpp change const HifiSockAddr in DataServerClient to remove error 2013-12-03 11:20:12 -08:00
DataServerClient.h change const HifiSockAddr in DataServerClient to remove error 2013-12-03 11:20:12 -08:00
Environment.cpp replace UDPSocket with QUDPSocket 2013-12-02 13:34:29 -08:00
Environment.h replace UDPSocket with QUDPSocket 2013-12-02 13:34:29 -08:00
Field.cpp indents 2013-10-10 09:53:43 -07:00
Field.h indent 2013-10-10 10:14:35 -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
ImportDialog.cpp Some code reformatting. 2013-09-03 10:30:46 -07:00
ImportDialog.h Added LOD to preview + Shared voxelSystem for reduced memory consumption 2013-08-29 17:59:36 -07:00
InfoView.cpp Fix for Qt 5.2 beta 2013-11-03 14:59:15 +01:00
InfoView.h Parenting the info view to the menu is preventing the menu from showing up on 2013-09-19 17:47:50 -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 We can let qt find things on its own, which will let us add frameworks/plugins inside the bundle 2013-12-12 12:59:34 -08:00
Menu.cpp Merge branch 'master' of https://github.com/worklist/hifi into metavoxels 2013-12-17 16:57:25 -08:00
Menu.h Merge branch 'master' of https://github.com/worklist/hifi into metavoxels 2013-12-17 16:57:25 -08:00
Oscilloscope.cpp fix the scope and last input loudness 2013-12-16 15:41:58 -08:00
Oscilloscope.h fix scope for input 2013-12-16 12:16:08 -08:00
PairingHandler.cpp repair usage of DS as STUN server 2013-12-02 17:18:07 -08: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
ParticleTreeRenderer.cpp fix flashy particles caused by server deleting octree elements while particles still exist 2013-12-11 09:54:30 -08:00
ParticleTreeRenderer.h have ParticleEditHandle update local tree as well 2013-12-12 10:41:55 -08: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 end is important, put it back 2013-09-30 15:42:07 -07:00
PieMenu.h Slot calling when pie menu on avatar. 2013-07-24 13:50:00 -07:00
Stars.cpp fix missing link to starfield implementation files 2013-10-18 09:01:44 -07:00
Stars.h fix missing link to starfield implementation files 2013-10-18 09:01:44 -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
Tool.h
ToolsPalette.cpp merge 2013-08-05 11:28:59 -07:00
ToolsPalette.h merge 2013-08-05 11:28:59 -07:00
Util.cpp Removed _avatarTouch class 2013-12-06 15:11:01 -08:00
Util.h Removed _avatarTouch class 2013-12-06 15:11:01 -08: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
VoxelHideShowThread.cpp Move Hide/Show local voxels to a dedicated thread so that it doesn't slow performance of voxel packet processing 2013-12-02 12:08:45 -08:00
VoxelHideShowThread.h Move Hide/Show local voxels to a dedicated thread so that it doesn't slow performance of voxel packet processing 2013-12-02 12:08:45 -08:00
VoxelImporter.cpp first cut at splitting out octree base classes 2013-12-03 17:32:02 -08:00
VoxelImporter.h Added LOD to preview + Shared voxelSystem for reduced memory consumption 2013-08-29 17:59:36 -07:00
VoxelPacketProcessor.cpp adding better support for ParticleEditHandle to allow access to particles after being created 2013-12-11 17:46:18 -08:00
VoxelPacketProcessor.h repairs after merge with upstream master 2013-12-03 12:28:44 -08:00
VoxelSystem.cpp Merge branch 'master' of https://github.com/worklist/hifi into particle_server 2013-12-04 11:40:54 -08:00
VoxelSystem.h Merge branch 'master' of https://github.com/worklist/hifi into particle_server 2013-12-04 11:40:54 -08:00
world.h reconnecting particle cloud 2013-10-08 22:21:55 -07:00