Commit Graph

52 Commits

Author SHA1 Message Date
86032862b5 Typo fix (astragnome instead of astrognome) 2013-08-22 01:42:41 +02:00
8e71bcb741 Removed gradix.ui from this branch, as it is a non-GUI branch 2013-08-22 00:48:26 +02:00
b0b6adb6b7 Renamed project to AstroGnome
With permission of AstroGnome's original author, Jean-André Santoni
which arrived on 22 August, 2013, 00:39 CEST by mail
2013-08-22 00:48:00 +02:00
bab2ae44fd Fixed typo in Sagittarius' name 2013-08-22 00:35:38 +02:00
9c40e659a6 Finished aspect calculations 2013-08-21 23:43:39 +02:00
691f4fdf3c Fixed warning due to pointer => int conversion 2013-08-21 23:43:39 +02:00
51129fa412 Added more data to planetData struct
Added planet-based orbis, domicile, exile, exalted and fall signs
2013-08-21 23:43:26 +02:00
f8baa5ff18 Added all aspects 2013-08-21 23:36:09 +02:00
6513446104 Fixed indentation 2013-08-21 23:35:23 +02:00
7f20317947 Added SIGN_NONE value to zodiacSign for future use 2013-08-21 23:34:19 +02:00
5cdf373d4b Continued developing aspect calculating code 2013-08-21 17:07:57 +02:00
be2f131a75 Added aspect data as comments 2013-08-21 17:07:19 +02:00
6fbfe2dde6 Fixed struct member name naming for aspect data 2013-08-21 17:07:00 +02:00
3ca9052e84 Added missing planetData and planetDataTable variable declaration 2013-08-21 17:06:11 +02:00
3562de5d93 Made builtin birth datas more accurate 2013-08-21 17:05:23 +02:00
43e3984ce7 Added planet data related code 2013-08-21 17:04:43 +02:00
0ac8355c63 Made small fix to ADD_SIGN macro 2013-08-21 17:03:37 +02:00
bf6beac14b Started adding aspect related code 2013-08-20 00:37:39 +02:00
7f64d061db Made output a bit more neat 2013-08-20 00:36:55 +02:00
f04def8a8c Now storing planet information in a hash table
This way they can be reused, e.g in aspect calculation
2013-08-20 00:35:47 +02:00
88b622257f Cleaned up master branch
It now doesn't contain any GUI related code. GUI is developed separately
under the graphical-frontend branch
2013-08-19 23:47:36 +02:00
e5c4f0f75d Now displaying retrograde state for planets 2013-08-19 23:38:05 +02:00
dcf86111ad Added element and type point calculation 2013-08-19 23:36:54 +02:00
284f7195e4 Modified UI 2013-08-12 17:17:03 +02:00
b47bc9b4fb Started creating the UI 2013-07-28 00:38:32 +02:00
0f2f79e0c9 Removed Clutter and GdkPixbuf as a dependency
They are not used at all
2013-07-27 23:26:12 +02:00
e0afc8ad72 Moved calculation related functions into calculate.[ch] 2013-07-27 23:22:35 +02:00
5b8448824b Added planet dignities 2013-07-27 01:31:48 +02:00
b753f2a2f8 Added comets Ceres, Pallas, Juno and Vesta 2013-07-27 01:31:19 +02:00
3d34957e31 Removed hidden ascendant related stuff
It is questionable, if it exists at all. Removing
until some expert opinions found.
2013-07-26 22:56:49 +02:00
400f48fe47 Fixed some missing variables 2013-07-26 17:08:17 +02:00
9bc8c7f4aa Changed get_planet_position() to get_planet_info() 2013-07-26 17:07:35 +02:00
d41e04df1a Added Moon apogee (Lilith) to planet list. 2013-07-26 17:07:03 +02:00
b4440ab70f Indentation fix in main() 2013-07-26 17:06:43 +02:00
8a211282b0 Moved clutter version check to a better place 2013-07-26 17:04:02 +02:00
4ed37cb5be Indentation fix in main() 2013-07-26 17:02:55 +02:00
04e684ecc1 Created get_sign() function 2013-07-26 17:01:52 +02:00
0862fe6821 Indentation fix in main() 2013-07-26 17:01:09 +02:00
ae6d5183ed Indentation fix in get_moon_phase() 2013-07-26 16:59:09 +02:00
eb23cb8c49 Indentation fix in set_location_and_time() 2013-07-26 16:57:47 +02:00
cf7f5135f1 Added some definitions
Revise needed!
2013-07-26 16:53:08 +02:00
3fc05c926e Moved test data set into an #if block
This makes testing a bit easier, only the #if 1 line has to
be modified
2013-07-26 16:47:44 +02:00
49a752fafa Fixed some indentation 2013-07-26 16:46:08 +02:00
82c45bc336 Created get_moon_phase() to calculate exact moon phase 2013-07-26 14:50:48 +02:00
0942290599 Fixed NLS-related things 2013-07-26 14:11:08 +02:00
cf42e889fb Commented out lines for the testing phase 2013-07-23 13:47:53 +02:00
b22f940ffb Made the original main a bit more talkative 2013-07-14 18:13:41 +02:00
3dcf2c31ee Added functions to experiment with clutter 2013-07-14 14:40:26 +02:00
afdaca4a5e Added Swiss Ephemeris data files 2013-07-14 14:38:47 +02:00
53657dfc9b Added image files 2013-07-14 14:37:53 +02:00