Commit Graph

7271 Commits

Author SHA1 Message Date
Gene Payne
af4767d406 Fix for empty list bug in properties and deltatimes 2020-09-26 09:18:26 -06:00
Gene Payne
68dfbe908b Fixed empty list bug in keybindings section 2020-09-25 16:33:00 -06:00
Gene Payne
a369c967a7 Fixed empty list bug in modules section 2020-09-25 15:08:31 -06:00
GPayne
83525a544d Fixed problems with sgct functions vs xml files 2020-09-24 20:32:11 -06:00
Gene Payne
caee77881c Launcher works with all types of SGCT/Profile settings plus commandline 2020-09-24 15:07:53 -06:00
Gene Payne
8b21f588d3 Fixed bug with removing entries and added profile control to main app 2020-09-18 02:56:02 -06:00
Gene Payne
2cfa0e06c3 Various bug fixes and removal of simulated test data 2020-09-17 19:35:54 -06:00
Gene Payne
73e29df7a9 Corrected profiles to strict ISO standard format date/time string 2020-09-17 12:46:41 -06:00
Gene Payne
180cddfaa3 Fixed parse exceptions and improved assets with path and variable name 2020-09-16 21:06:46 -06:00
GPayne
831bf87d0c Improved exceptions and added error message dialog UI 2020-09-16 07:11:50 -06:00
GPayne
0dcf4a5e82 Finished syncing profile editor with openspace lib profile structs 2020-09-13 23:51:16 -06:00
GPayne
3a25ae79bc Changes to replace temp structs with openspace lib structs 2020-09-11 15:06:12 -06:00
GPayne
200a3d469b Added properties section for profile editor 2020-09-11 12:51:37 -06:00
GPayne
65ca88ad0e Time support for profile editor 2020-09-11 12:48:01 -06:00
GPayne
ef61d0cb81 Support for pmodules in profiles 2020-09-11 12:45:40 -06:00
GPayne
66aa8bc4be MarkNodes and Meta support in profiles 2020-09-11 12:40:22 -06:00
GPayne
cd084d12be Keybindings support for profiles 2020-09-11 12:36:24 -06:00
GPayne
0cfbdfcbfc Added support for delta times in profile 2020-09-11 12:32:04 -06:00
GPayne
ca6260718b Added support for camera 2020-09-11 12:29:31 -06:00
GPayne
7e72d9fa8f Assets support 2020-09-11 12:26:59 -06:00
GPayne
0ec1cf69f8 New support for additional scripts in profile 2020-09-11 12:18:26 -06:00
GPayne
ded7f3cd66 Updated tree model for assets 2020-09-11 12:09:44 -06:00
GPayne
e2c8541421 Updated CMake cfg with moved src & include dirs 2020-09-11 11:58:07 -06:00
GPayne
61191d4f14 Moved to src and include directories 2020-09-11 11:53:32 -06:00
GPayne
bb1e8813c7 Replaced launcher and profile-edit windows with updated version 2020-09-11 11:42:50 -06:00
GPayne
23c3603304 Renamed keybindings member 2020-09-11 11:30:08 -06:00
GPayne
7d41cd5a49 Merged master in 2020-09-11 10:29:59 -06:00
Emma Broman
a57003f272 Fix asteroids profile not running due to whitespace instead of tab 2020-09-09 13:35:41 +02:00
Alexander Bock
bbef4ea22b Update keybindingmanager.cpp
Fix tiny typo
2020-09-09 11:04:46 +02:00
Jonathas Costa
9b8f2a8efc Added missing header to fix compilation on Linux. 2020-09-08 11:07:51 -04:00
Alexander Bock
e0671700fc Merge pull request #1281 from OpenSpace/issue/1277
Issue/1277 - Layer assets should add themselves on initialize
2020-09-07 15:41:12 +02:00
Alexander Bock
7c784e08c8 Merge pull request #1288 from OpenSpace/feature/openglstatecache
Feature/openglstatecache
2020-09-04 16:20:09 +02:00
Alexander Bock
13a62a5f79 Missing commit 2020-09-04 16:19:39 +02:00
Alexander Bock
463bb6b868 Update ghoul repository 2020-09-04 14:03:22 +02:00
Alexander Bock
af6e15da40 Merge remote-tracking branch 'origin/master' into feature/openglstatecache
# Conflicts:
#	ext/ghoul
#	modules/digitaluniverse/rendering/renderablebillboardscloud.cpp
#	modules/digitaluniverse/rendering/renderableplanescloud.cpp
#	src/util/screenlog.cpp
2020-09-04 14:02:17 +02:00
Alexander Bock
539a8b8274 Merge pull request #1287 from OpenSpace/feature/general-performance
Feature/general performance
2020-09-04 13:53:11 +02:00
Alexander Bock
00a00c9cc8 Merge branch 'master' into feature/general-performance
# Conflicts:
#	apps/OpenSpace/main.cpp
#	modules/server/src/topics/timetopic.cpp
2020-09-04 13:49:00 +02:00
Alexander Bock
b99a4c7390 Update submodules 2020-09-04 13:47:26 +02:00
Alexander Bock
6eb0aea757 Address PR comments 2020-09-04 13:46:20 +02:00
Alexander Bock
20d1e391cb Adding a new ImGui component for explicitly adding GIBS layer 2020-09-01 02:27:08 +02:00
Alexander Bock
1b69842cdc Merge pull request #1290 from OpenSpace/feature/more-cleanup
Feature/more cleanup
2020-09-01 01:20:24 +02:00
Alexander Bock
7e06f310eb Update submodules
Remove warnings and MSVC analyzer information messages
2020-09-01 01:18:17 +02:00
GPayne
1b07268324 Working instantiation of Profile obj from launcher 2020-08-30 19:01:25 -06:00
Alexander Bock
d0508be631 First commit 2020-08-30 22:00:13 +02:00
GPayne
b54612a502 Added profile object access to launcher 2020-08-29 20:32:35 -06:00
GPayne
8dad4ee9fe Initial working launcher without profile code access yet 2020-08-28 12:00:57 -06:00
Alexander Bock
313e1801a8 Update Ghoul repository 2020-08-25 13:53:26 +02:00
Alexander Bock
2cca451898 Coding style adaptations
Adapt to changes in Ghoul
2020-08-25 13:47:03 +02:00
Emma Broman
19c110a4c2 Update gui hash 2020-08-25 13:08:54 +02:00
Emma Broman
329798fa74 Merge pull request #1289 from OpenSpace/issue/1174
Delta time steps server code cleanup
2020-08-25 11:06:55 +02:00