Commit Graph

12 Commits

Author SHA1 Message Date
John M. Penn
539989469c Fix sprintf problem in SIM_sun. 2023-03-01 14:45:23 -06:00
jmpenn
2a03ff5cf4
Replace sprintf with snprintf in all of Trick source. ()
* Replace sprintf with snprintf in all of Trick source. 

* Don't add -Werror for MacOS because of deprecated sprintf warnings which we cant get rid of because SWIG. 

* Fixed an unbalanced parenthesis in S_overrides.mk. 
2022-11-15 15:00:05 -06:00
Pappy Van Winkle
121fa84081 Use correct format specifiers.
Used http://www.cplusplus.com/reference/cstdio/printf/ as a reference.
2018-10-11 22:52:04 -05:00
John M. Penn
9335b9cff8 Fix variable server config in java clients. Ref 2017-09-12 12:52:59 -05:00
John M. Penn
9f7ab75a6b Fixed gitignore rules, added SatDisplay.java, and uncapitalized SIM_sun graphics directory. Ref 2017-05-11 16:18:42 -05:00
Michael Vetter
18f0d7e871 Remove trailing whitespaces
Makes it easier to edit the files. So if we press 'end of line' we are
really at the end of line.
2016-11-08 10:25:07 +01:00
John M. Penn
f186b91afc Add comments that explain the coordinate systems and transformations in SunDisplay. Ref 2016-09-14 17:16:42 -05:00
Alex Lin
35cec634e5 Convert old units to udunits in test code
Changed all of the old units to the new udunit strings.

refs 
2016-06-30 10:03:39 -05:00
John M. Penn
e7af440d8a SunDisplay buttons with unicode chars. Ref: 2016-03-31 15:42:49 -05:00
John M. Penn
84f1fd0b5c Created a graphical variable server client for SIM_sun. Refs 2016-03-30 17:25:08 -05:00
John M. Penn
793530250e In Calendar_Date_to_JD and JD_to_Calendar_Date changed float params to double. Refs: 2016-03-14 13:15:04 -05:00
John M. Penn
486cc10784 mv helios models to SIM_sun/models/Sun 2016-02-22 12:22:27 -06:00