Commit Graph

1264 Commits

Author SHA1 Message Date
Joakim Kilby
e42d160773 added interpolation and mutex protection
changed TCP protocol to no delay
2015-06-17 15:11:34 +02:00
Joakim Kilby
78f170048e moved deleteion of osparallelconnection 2015-06-17 15:04:55 +02:00
Joakim Kilby
206b47d675 quick fix for testing 2015-06-17 13:21:29 +02:00
Joakim Kilby
8297f2e683 First test of actual remote controlling 2015-06-17 13:10:19 +02:00
Joakim Kilby
4e4cf4cd6a temporarily removed references to keyframes in interactionhandler.
changed how keyframes are encoded/decoded and sent in osparallelconnection
2015-06-17 11:18:50 +02:00
Joakim Kilby
9d6b9a3ad1 adding first version of keyframe functionality for interactionhandler 2015-06-17 09:52:12 +02:00
Joakim Kilby
74ab05ec37 rename of mutex 2015-06-17 08:39:49 +02:00
Joakim Kilby
91247d4ac9 added keyframe struct and functionality to broadcast keyframes 2015-06-17 08:39:34 +02:00
Joakim Kilby
cce351af69 removed all references to remotecontroller 2015-06-17 08:39:02 +02:00
Joakim Kilby
f35ec6f8d4 Removed remotecontroller class 2015-06-17 08:38:25 +02:00
Joakim Kilby
8da76f6d1e added message specific decoding functions 2015-06-16 16:37:07 +02:00
Joakim Kilby
8f05d64316 added lua scripting functionality and fixed authentication to server 2015-06-16 15:45:00 +02:00
Joakim Kilby
20ea924fbf Merge branch 'feature/remote' of openspace.itn.liu.se:/openspace into feature/remote
* 'feature/remote' of openspace.itn.liu.se:/openspace:
  Removed redefinition of BOOST_ROOT
  changed default scene from NH to standard scene and commented out a printf.
2015-06-16 13:57:51 +02:00
Joakim Kilby
2d3ef442fb adding parallelconnection 2015-06-16 13:56:34 +02:00
Joakim Kilby
91d991b45c Merge branch 'feature/remote' of openspace.itn.liu.se:/openspace into feature/remote 2015-06-16 11:32:57 +02:00
Joakim Kilby
e156e6f21a Removed redefinition of BOOST_ROOT 2015-06-16 11:31:34 +02:00
Joakim Kilby
57fb1a1dd4 changed default scene from NH to standard scene and commented out a printf. 2015-06-16 08:20:25 +02:00
Joakim Kilby
52161cbe41 changed default scene 2015-06-16 08:04:38 +02:00
Joakim Kilby
61934f824b Merge branch 'develop' into feature/remote 2015-06-12 10:47:41 +02:00
Alexander Bock
3fee6e8baf Added more logging text to detect errors 2015-06-10 19:03:06 +02:00
Alexander Bock
726a8e84ef Adding parsing of scene files to Launcher application 2015-06-10 02:05:52 +02:00
Alexander Bock
fab3b3e177 Move FileSystem initialization into ghoul::initialize 2015-06-10 02:05:20 +02:00
Alexander Bock
511f103430 Make APPLICATION_LINK_TO_OPENSPACE actually include the libOpenSpace and Ghoul as well 2015-06-10 02:04:41 +02:00
Alexander Bock
4c415ef502 Some more work restructuring the launcher 2015-06-08 01:55:38 +02:00
Alexander Bock
b190695474 Add initial version of launcher 2015-06-08 01:08:58 +02:00
Alexander Bock
e17b39a851 Cleanup string generation 2015-06-07 19:20:56 +02:00
Alexander Bock
94ed72bce7 Update copyright notice 2015-06-07 19:19:20 +02:00
Alexander Bock
e56d58a548 Move timelineview application into app folder 2015-06-07 19:15:45 +02:00
Alexander Bock
d231a5f681 Move openspace-based applications into their own subfolder 2015-06-06 11:48:07 +02:00
Alexander Bock
a798edf198 Added missing space for a message logging of model geometry
Update Ghoul
2015-06-05 16:27:31 +02:00
Alexander Bock
17498c28c6 Minor cleanups 2015-06-05 01:45:15 +02:00
Joakim Kilby
1bcf11412e adding remotecontroller class, changes to CMake to include it and (temporary) functionality to use it, should be declared in CFG file 2015-06-04 12:53:32 +02:00
Alexander Bock
d8f7db46e8 Fix CMakeLists to be in proper order 2015-06-04 01:57:21 +02:00
Alexander Bock
d8c80796e4 Merge branch 'develop' of openspace.itn.liu.se:/openspace into develop 2015-06-04 01:55:58 +02:00
Alexander Bock
0953b35bb6 Add RenderableShadowCylinders to the New Horizons CMakeLists file 2015-06-04 01:54:59 +02:00
Michal Marcinkowski
0069b88f7c Fixing jenkins error 2015-06-03 19:53:40 -04:00
Alexander Bock
3c6ef4d288 Merge branch 'develop' of openspace.itn.liu.se:/openspace into develop 2015-06-04 01:44:41 +02:00
Alexander Bock
16e09e5802 Remove static code analysis warnings 2015-06-04 01:44:31 +02:00
Michal Marcinkowski
7492fa2f6c New Additions:
Shadow cylinders extending from planet terminator in opposite dir of sun
Plane that displays the global texture map of a planet as projections appear
^latter is an addition to RenderablePlane class, a renderable plane can have
boolean keyword "ProjectionListener" - determines whether or not it displays
2015-06-03 19:10:34 -04:00
Alexander Bock
68ef7c939c Cleanup moduleregistration file 2015-06-03 17:45:05 +02:00
Alexander Bock
f3b18d53f1 Make the moduleregistration file not depend on the absolute path 2015-06-03 15:56:51 +02:00
Alexander Bock
8ad7702b75 Automatically detect which rendering method to use based on the available OpenGL version 2015-06-03 13:31:42 +02:00
Alexander Bock
a9e3044d6a Changed openspace-data file token to point to correct data folder
Print detected OpenGL version
2015-06-03 12:36:20 +02:00
Joakim Kilby
2efe1d0dc4 Fixed the function to get supported OGL version so that it works on OS X 2015-06-03 10:13:29 +02:00
Alexander Bock
f8fedb4426 Move openspace-data to data 2015-05-28 22:50:37 +02:00
Alexander Bock
4373cb2fbc Update ghoul version 2015-05-28 22:35:49 +02:00
Alexander Bock
f9d4e0e1f1 Clean test main.cpp 2015-05-28 22:25:58 +02:00
Alexander Bock
37a54ab22b Move specification of RenderingMethod into renderengine 2015-05-28 20:44:12 +02:00
Alexander Bock
1923558f6c Fix OpenSpaceTest 2015-05-28 20:43:53 +02:00
Alexander Bock
fc3faab5f1 Replace commandline argument with automatically detecting the supported OpenGL version 2015-05-28 20:33:22 +02:00