Commit Graph

709 Commits

Author SHA1 Message Date
Gergely Polonkai f8baa5ff18 Added all aspects 2013-08-21 23:36:09 +02:00
Gergely Polonkai 6513446104 Fixed indentation 2013-08-21 23:35:23 +02:00
Gergely Polonkai 7f20317947 Added SIGN_NONE value to zodiacSign for future use 2013-08-21 23:34:19 +02:00
Gergely Polonkai 5cdf373d4b Continued developing aspect calculating code 2013-08-21 17:07:57 +02:00
Gergely Polonkai be2f131a75 Added aspect data as comments 2013-08-21 17:07:19 +02:00
Gergely Polonkai 6fbfe2dde6 Fixed struct member name naming for aspect data 2013-08-21 17:07:00 +02:00
Gergely Polonkai 3ca9052e84 Added missing planetData and planetDataTable variable declaration 2013-08-21 17:06:11 +02:00
Gergely Polonkai 3562de5d93 Made builtin birth datas more accurate 2013-08-21 17:05:23 +02:00
Gergely Polonkai 43e3984ce7 Added planet data related code 2013-08-21 17:04:43 +02:00
Gergely Polonkai 0ac8355c63 Made small fix to ADD_SIGN macro 2013-08-21 17:03:37 +02:00
Gergely Polonkai bf6beac14b Started adding aspect related code 2013-08-20 00:37:39 +02:00
Gergely Polonkai 7f64d061db Made output a bit more neat 2013-08-20 00:36:55 +02:00
Gergely Polonkai 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
Gergely Polonkai 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
Gergely Polonkai e5c4f0f75d Now displaying retrograde state for planets 2013-08-19 23:38:05 +02:00
Gergely Polonkai dcf86111ad Added element and type point calculation 2013-08-19 23:36:54 +02:00
Gergely Polonkai 83d883a284 Created README file for the embedded Sweph library 2013-08-12 17:25:14 +02:00
Gergely Polonkai 559b2c115d Removed old, non-autotools Makefile from embedded Sweph library 2013-08-12 17:24:53 +02:00
Gergely Polonkai 284f7195e4 Modified UI 2013-08-12 17:17:03 +02:00
Gergely Polonkai b1b99e0302 Reindented Swiss Ephemeris source files for better reabability 2013-08-12 17:14:09 +02:00
Gergely Polonkai b47bc9b4fb Started creating the UI 2013-07-28 00:38:32 +02:00
Gergely Polonkai 0f2f79e0c9 Removed Clutter and GdkPixbuf as a dependency
They are not used at all
2013-07-27 23:26:12 +02:00
Gergely Polonkai e0afc8ad72 Moved calculation related functions into calculate.[ch] 2013-07-27 23:22:35 +02:00
Gergely Polonkai fa557b9bce Finished symbol list with Cantarell font 2013-07-27 01:41:13 +02:00
Gergely Polonkai 5b8448824b Added planet dignities 2013-07-27 01:31:48 +02:00
Gergely Polonkai b753f2a2f8 Added comets Ceres, Pallas, Juno and Vesta 2013-07-27 01:31:19 +02:00
Gergely Polonkai 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
Gergely Polonkai 400f48fe47 Fixed some missing variables 2013-07-26 17:08:17 +02:00
Gergely Polonkai 9bc8c7f4aa Changed get_planet_position() to get_planet_info() 2013-07-26 17:07:35 +02:00
Gergely Polonkai d41e04df1a Added Moon apogee (Lilith) to planet list. 2013-07-26 17:07:03 +02:00
Gergely Polonkai b4440ab70f Indentation fix in main() 2013-07-26 17:06:43 +02:00
Gergely Polonkai 8a211282b0 Moved clutter version check to a better place 2013-07-26 17:04:02 +02:00
Gergely Polonkai 4ed37cb5be Indentation fix in main() 2013-07-26 17:02:55 +02:00
Gergely Polonkai 04e684ecc1 Created get_sign() function 2013-07-26 17:01:52 +02:00
Gergely Polonkai 0862fe6821 Indentation fix in main() 2013-07-26 17:01:09 +02:00
Gergely Polonkai ae6d5183ed Indentation fix in get_moon_phase() 2013-07-26 16:59:09 +02:00
Gergely Polonkai eb23cb8c49 Indentation fix in set_location_and_time() 2013-07-26 16:57:47 +02:00
Gergely Polonkai cf7f5135f1 Added some definitions
Revise needed!
2013-07-26 16:53:08 +02:00
Gergely Polonkai 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
Gergely Polonkai 49a752fafa Fixed some indentation 2013-07-26 16:46:08 +02:00
Gergely Polonkai 82c45bc336 Created get_moon_phase() to calculate exact moon phase 2013-07-26 14:50:48 +02:00
Gergely Polonkai 0942290599 Fixed NLS-related things 2013-07-26 14:11:08 +02:00
Gergely Polonkai cf42e889fb Commented out lines for the testing phase 2013-07-23 13:47:53 +02:00
Gergely Polonkai 1394d2097a Added NLS related lines to .gitignore 2013-07-17 17:03:49 +02:00
Gergely Polonkai 3cee870474 Reordered some configure.ac commands to prevent autogen warnings 2013-07-17 17:02:53 +02:00
Gergely Polonkai 9a70178240 Added i18n related files and configuration 2013-07-17 17:02:03 +02:00
Gergely Polonkai 7bbf0d8014 Added autogen.sh script created by Anjuta
It's a bit (much) more flexible, and checks for the tools based on the
contents of configure.ac
2013-07-17 16:48:53 +02:00
Gergely Polonkai b22f940ffb Made the original main a bit more talkative 2013-07-14 18:13:41 +02:00
Gergely Polonkai aa21bf190f Added the compile file to .gitignore 2013-07-14 18:34:06 +02:00
Gergely Polonkai 3dcf2c31ee Added functions to experiment with clutter 2013-07-14 14:40:26 +02:00