Commit Graph

4568 Commits

Author SHA1 Message Date
Alexander Bock 3c213fae1e Merge pull request #371 from OpenSpace/misc/cleanup
Misc/cleanup
releases/v0.9.0
2017-07-21 12:00:50 -04:00
Alexander Bock e661324002 Remove style guide errors
Add missing newline errors
2017-07-21 11:52:25 -04:00
Alexander Bock 1abb9ccfe6 Update the Sun glare reference 2017-07-21 10:04:53 -04:00
Alexander Bock 2d298b3c75 Merge branch 'master' into misc/cleanup 2017-07-21 09:37:19 -04:00
Alexander Bock e5348044f7 Update OpenSpace version 2017-07-21 09:35:38 -04:00
Matthew Territo 40599081d9 Minor spelling, grammar, & comment cleanup 2017-07-19 23:34:48 -06:00
Alexander Bock 36e97f1f62 Cleanup of gitignore file
Started work on fixing Rosetta
2017-07-19 22:05:12 -04:00
Alexander Bock 4b3037144f Jenkins compile fix 2017-07-19 21:19:39 -04:00
Alexander Bock d571970487 Touch module capitalization compile fix 2017-07-19 19:01:10 -04:00
Alexander Bock 669af35b6b Fix capitalization of includes 2017-07-19 16:42:26 -04:00
Alexander Bock 77b15724b5 More shader cleanup
Remove dedicated logs folder
Change openspaceengine to create logs folder automatically
2017-07-19 15:44:30 -04:00
Alexander Bock d246f8fb58 Renaming touch include files 2017-07-19 11:01:02 -04:00
Alexander Bock 3469d19de7 Jenkins compile fix 2017-07-19 01:28:30 -04:00
Alexander Bock 88265a469d Cleanup of shader code 2017-07-19 01:27:01 -04:00
Alexander Bock 51be0629bc Create CODE_OF_CONDUCT.md 2017-07-19 00:57:50 -04:00
Alexander Bock 0647bde8bd Jenkins compile fix 2017-07-18 18:27:30 -04:00
Alexander Bock cb53e7f3df Jenkins compile error 2017-07-18 18:17:11 -04:00
Alexander Bock 5cf85bfd44 Jenkins compile fix
Remove fresh recompile
2017-07-18 17:59:20 -04:00
Matthew Territo 123f0e9706 Merge pull request #368 from OpenSpace/feature/statlogs
Write remaining PerformanceMeasurement logs on destruction
2017-07-18 14:54:28 -06:00
Matthew Territo f14af630ed Write remaining PerformanceMeasurement logs on destruction, even when there is
not a multiple of the PerformanceLayout::NumberValues
2017-07-18 14:51:26 -06:00
Alexander Bock df3cabb455 Update Jenkinsfile to clean workspace 2017-07-18 16:26:46 -04:00
Alexander Bock e7b08e1e25 Cleanup copyright information in shaders 2017-07-18 16:24:57 -04:00
Alexander Bock 4cc6e11f68 Second part of turning touch classes to lower case 2017-07-18 15:53:04 -04:00
Alexander Bock a1505422d2 First step of turning touch classes into lower case 2017-07-18 15:52:26 -04:00
Alexander Bock 008ab4e613 Replacing void Renderable::render(const RenderData&) with Renderable::render(const RenderData&, RendererTasks&) 2017-07-18 15:47:48 -04:00
Matthew Territo e8f89345aa Merge pull request #367 from OpenSpace/feature/statlogs
Replace spaces with underscores in node names
2017-07-18 10:50:54 -06:00
Matthew Territo 315284c12a Replace spaces with underscores in node names 2017-07-18 10:48:04 -06:00
Alexander Bock 0963184293 Removing more warnings 2017-07-18 01:05:59 -04:00
Alexander Bock 5a921525d9 Add missing json.h file that removes warnings 2017-07-17 23:03:32 -04:00
Alexander Bock 7737b082d9 Removing more warnings 2017-07-17 18:03:37 -04:00
Alexander Bock 7cfa358f04 Convert std::bad_any_cast back to ghoul::bad_any_cast 2017-07-17 16:25:27 -04:00
Alexander Bock 40926aa68f Remove <any> include 2017-07-17 16:19:26 -04:00
Alexander Bock 631f53ed2d Append a check for UTF-8 BOM to the check_style_guide.py
Add a script to remove a BOM
2017-07-17 15:58:13 -04:00
Alexander Bock 0e9edaeb12 Fix byte order mark commits
Update Ghoul
2017-07-17 15:54:00 -04:00
Alexander Bock 90e0364c5a Revert to using ghoul::any due to lack of support on macOS 2017-07-17 13:46:35 -04:00
Alexander Bock 096e751de2 Some more cleanup with nested namespaces 2017-07-16 11:59:01 -04:00
Alexander Bock 26682669ff More work on making use of nested namespaces 2017-07-16 01:55:35 -04:00
Alexander Bock 4dba552fd1 Started switching OpenSpace projects to nested namespaces
Various cleanups
2017-07-15 20:01:55 -04:00
Alexander Bock 9d4215695d Update Ghoul 2017-07-15 18:36:01 -04:00
Alexander Bock 3b1c2b37a0 Update ghoul repository
Adapt to the change from ghoul::any to std::any
2017-07-15 18:13:52 -04:00
Alexander Bock 713b5bb97b Fix compile error in iSWA module
Update warning specification for modules
Disable unreferenced local function warning
Update Ghoul
2017-07-15 17:48:03 -04:00
Alexander Bock 93cb8a98da Set correct compiler flags for OpenSpaceTest 2017-07-15 16:12:49 -04:00
Alexander Bock 9401579cc0 Jenkins compile fix by specifying compile settings for applications 2017-07-15 15:53:45 -04:00
Alexander Bock 469140f4f0 C++17 nested namespace test 2017-07-15 15:37:42 -04:00
Alexander Bock ec6641038d Make use of C++17 features in LuaConsole and filesystem walking 2017-07-15 14:37:00 -04:00
Alexander Bock 00e684f7dc Merge remote-tracking branch 'origin/master' into misc/cleanup
# Conflicts:
#	data/scene/default.scene
#	modules/globebrowsing/globes/pointglobe.cpp
#	modules/globebrowsing/tile/rawtiledatareader/tiledatatype.cpp
2017-07-15 13:22:46 -04:00
Matthew Territo 9b924c3d97 Merge pull request #366 from OpenSpace/issue365
set openspace.navigation.resetCameraDirection()
2017-07-14 22:00:14 -06:00
Matthew Territo 0dc96c3bc8 default, osirisrex, & satellites 2017-07-14 18:22:02 -06:00
Alexander Bock 35636890da Various fixes for the New Horizons scene
- Fix transparency issue making the New Horizons module invisible
  - Fix the offsets of the instruments on board New Horizons
  - Fix the missing projections occurred by switching the radius specifications from PSC to regular coordinates
  - Update the accurate kernel usage
2017-07-14 18:53:40 -04:00
Alexander Bock 99b5d09fc2 Update Ghoul repository 2017-07-14 17:47:08 -04:00