Commit Graph

293 Commits

Author SHA1 Message Date
Alexander Bock
8ec9bc6705 Cleaned up main.cpp
Added functionality to send Lua scripts over the network
2014-09-17 01:10:52 +02:00
Alexander Bock
03e25f69d5 Update post-receive hook 2014-09-15 18:52:43 +02:00
Alexander Bock
8e1135cf27 Update post-receive hook 2014-09-15 18:32:22 +02:00
Alexander Bock
954b2d07e9 A change to check the build system 2014-09-15 18:31:27 +02:00
Alexander Bock
c7c7fa4413 Fix the build again 2014-09-15 18:02:57 +02:00
Alexander Bock
7f8b7950af Deliberately break to check email from Jenkins 2014-09-15 17:59:06 +02:00
Alexander Bock
82b61c567b Merge branch 'feature/time' into develop 2014-09-15 16:27:02 +02:00
Alexander Bock
a81547f40e Merge branch 'develop' into feature/time 2014-09-15 00:16:33 +02:00
Alexander Bock
3ae37d0991 More compile fixes for Jenkins 2014-09-14 23:53:41 +02:00
Alexander Bock
50494cffdd More compile fixes for Jenkins 2014-09-14 23:49:38 +02:00
Alexander Bock
b30de7726e More compile fixes for Jenkins 2014-09-14 23:46:02 +02:00
Alexander Bock
1f7f4016ae More compile fixes for Jenkins 2014-09-14 23:40:48 +02:00
Alexander Bock
d8c41c7d4f Remove warnings and errors in Jenkin's gcc 2014-09-14 23:35:14 +02:00
Alexander Bock
c48b35a7ce Added Doxygen configuration file 2014-09-14 18:37:30 +02:00
Alexander Bock
66722e83a6 Cleaned up script functionality in SceneGraph
Removed scriptfunctions.h and cpp as the functions have moved into other classes
2014-09-14 18:36:33 +02:00
Alexander Bock
3d62caae46 Added missing documentation 2014-09-14 17:40:19 +02:00
Alexander Bock
f0dfd0fa04 Added documentation for Time class 2014-09-14 17:36:10 +02:00
Alexander Bock
9b2a04a8c4 More work on Time class
Fixed bool -> int conversion in SpiceManager
2014-09-14 15:51:46 +02:00
Alexander Bock
0eeeb8efd6 More work on fixing script access to time 2014-09-13 19:25:33 +02:00
Alexander Bock
3afa0ecaa1 Added support for scripting 2014-09-13 18:25:14 +02:00
Alexander Bock
b6246f6538 Renamed methods in SpiceManager
Started change of Time class
2014-09-13 18:02:39 +02:00
Alexander Bock
1101b656b8 Added missing change for the merge 2014-09-13 12:10:55 +02:00
Alexander Bock
ce10dea96e Fixed compile errors, probably finished merge 2014-09-13 11:45:49 +02:00
Alexander Bock
954dbdce13 Merge branch 'origin/feature/ABuffer' into properties 2014-09-13 10:59:33 +02:00
Alexander Bock
4b8a17386f Updated ghoul version 2014-09-13 10:52:04 +02:00
Alexander Bock
e13eafdbde Added more comments to main.cpp 2014-09-13 10:33:16 +02:00
Alexander Bock
d659c11365 Make StringProperty a specialization rather than a subclass of TemplateProperty 2014-09-12 16:59:29 +02:00
Alexander Bock
cdfde82522 Added documentation for the PropertyDelegate class 2014-09-07 17:45:53 +02:00
Alexander Bock
e5b61492e9 Fixed documentation in the inlined code of TemplateProperty as well 2014-09-07 17:20:04 +02:00
Alexander Bock
351c235312 Added documentation to TemplateProperty
Fixed bug where listeners were not notified
2014-09-07 17:11:12 +02:00
Alexander Bock
816a3a846f Removed a float vs double warning 2014-09-07 17:10:45 +02:00
Alexander Bock
e16373cfcf Fixed a bug that causes the application to crash if no listener is installed for a Property 2014-09-07 17:10:33 +02:00
Alexander Bock
fb24f06e5a Added doxygen files and fixed documentation errors 2014-09-07 16:59:51 +02:00
Alexander Bock
56af198171 Updated openspace-data pointer 2014-09-07 16:25:27 +02:00
Alexander Bock
0e12366020 Added LuaConversions test suite 2014-09-07 16:02:20 +02:00
Alexander Bock
aa36f7d776 Added check to test for equal names for Propertys and PropertyOwners 2014-09-07 16:00:48 +02:00
Alexander Bock
659b4ff3b8 Added documentation to PropertyOwner 2014-09-07 15:54:17 +02:00
Alexander Bock
eb7d1aac06 Added documentation to Property class
Modified callback function mechanism to only allow one call back function to be present
2014-09-07 15:02:35 +02:00
Alexander Bock
cd29bbee70 Added more conversion tests 2014-09-03 13:14:25 +02:00
Alexander Bock
d8fb539245 Fixed warning 2014-09-03 00:24:08 +02:00
Alexander Bock
dcfcc00092 Fixed to-Lua and from-Lua functions for all properties
Corrected serialization of Vectorproperties into tables
2014-09-03 00:18:57 +02:00
Alexander Bock
bbf707db1c Implemented first Lua serialization tests
Fixed to-Lua and from-Lua functions for MatrixProperties
2014-09-02 23:58:06 +02:00
Alexander Bock
bc7dbf4678 Merge branch 'develop' into properties 2014-09-02 21:24:42 +02:00
Alexander Bock
5c664798cb Adapted OpenSpace header in favor of Ghoul header in test cases 2014-09-02 21:24:32 +02:00
Alexander Bock
9436f5efb0 Merge branch 'develop' into properties 2014-09-02 21:20:40 +02:00
Alexander Bock
ac80776a28 Cleanup test code; removed warnings mostly and reenabled scenegraph test 2014-09-02 21:20:10 +02:00
Alexander Bock
98edb338cb Removed empty files 2014-09-02 21:18:35 +02:00
Alexander Bock
be3f727706 Apply to-Lua and from-Lua functionality to TemplateProperty as well 2014-09-02 20:59:29 +02:00
Alexander Bock
d90e35372a Added possibility to specify a conversion function between C++ and Lua for properties 2014-09-02 20:04:42 +02:00
Alexander Bock
667dc6a3fc Started work on alternate property definition to take Lua scripting into account 2014-09-01 18:02:59 +02:00