Win-cvs version setup.exe installer

The place to discuss creating, porting and modifying Celestia's source code.
Avatar
Topic author
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 9 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Win-cvs version setup.exe installer

Post #1by cartrite » 04.10.2006, 16:39

I created a setup.exe from the inno sript from the cvs version dated 10/04/2006. Here is the link .

A couple of things to note are that this version was built with the international support but the .dll's and po directories are not included yet. Depending on the file size, I may include them in the future. I think for now that copying those files and directories to the installed version will make that feature work.

The setup wil install Celestia in C:\Program Files\Celestia so you will have to rename it or install it to a different location if you don't want to overwrite your current version of Celestia. You should prompted before this happens.

This was built with Spice disabled.

To keep the file size down I didn't include the files in the hires folder.

This is also a rather slow connection so you'll have to be patient.

Along with the slow connection is a 1gb daily limit on downloads. If the link desn't work, it probally means that my daily limit has been reached. Apparently it will become available again the next day.

If there are files that you know are left out other than those mentioned above post here in this thread.

If you see bugs in the code please post them in the Celestia Bugs Forum or elsewhere. Just don't forget to mention which version of Celestia-cvs you are using.

cartrite
Last edited by cartrite on 13.10.2006, 06:27, edited 6 times in total.
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Avatar
Topic author
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 9 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #2by cartrite » 07.10.2006, 12:00

I included an international version setup. This version also changes the default install directory from C:\Program Files\Celestia to C:\Program Files\Celestia-cvs to add some extra protection from your prior installed version being overwritten. It includes the po and po2 directories and the extra dll's. If there is a problem, let me know here. I have no way to test if the international features are working.

cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Avatar
Topic author
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 9 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #3by cartrite » 19.10.2006, 22:24

I provided a cvs update to the setup installer for October 19 2006.
It can be found here.
It includes the international files and libraries.
Spice is disabled.
The downloads are faster now. I just downloaded it myself in a couple of minutes at about 145 kb/second. It may vary though.

cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

rra
Posts: 171
Joined: 17.07.2004
With us: 19 years 11 months
Location: The Netherlands

Post #4by rra » 20.10.2006, 06:31

Thanks Cartrite for your new build ,
Phoenix' build was getting old already. have to try it at home.
With this version I will try to some tests with your cloud-experiment.

btw:
I just downloaded it (oct 20, 8.30 am) with about 100 KB/s , quit fast :)


Ren?©

Boux
Posts: 435
Joined: 25.08.2004
With us: 19 years 10 months
Location: Brittany, close to the Ocean

Post #5by Boux » 21.10.2006, 14:33

Thanks, Cartrite.
This is much appreciated.
I am with Windows right now while rebuiding completely my Linux install.
Intel core i7 3770 Ivy Bridge @ 4.4 GHz -16 GB ram - 128 GB SSD cache - AMD Radeon 7970 3 GB o'clocked - Windows 7 64 Ultimate / Linux Kubuntu

phoenix
Posts: 214
Joined: 18.06.2002
With us: 22 years
Location: Germany - Berlin

Post #6by phoenix » 21.10.2006, 16:21

rra wrote:Phoenix' build was getting old already.


uhm, the build is up-to-date
there just were no changes in the cvs-tree for some time :wink:
most recent celestia win32-SVN-build - use at your own risk (copy over existing 1.5.1 release)

rra
Posts: 171
Joined: 17.07.2004
With us: 19 years 11 months
Location: The Netherlands

Post #7by rra » 21.10.2006, 21:13

I am sorry Phoenix, you are right ofcourse ,
this was just the first "new" build available for 2 weeks or so.
I always want to make sure I do have the latest "relevant" updates
available.


Ren?©

Starshipwright
Posts: 78
Joined: 08.08.2006
With us: 17 years 10 months

Post #8by Starshipwright » 21.10.2006, 22:29

Chris wrote:

I've checked in some new code that allows much more flexibility in how rotations are specified. This new rotation code doesn't suffer from the idiosyncrasies that caused headaches for people trying to deal with the ssc Orientation field.

and

Celestia uses a nonstandard coordinate system, mostly for 'historical' reasons. The y axis is normal to the ecliptic, the axis is the vernal equinox, and the z axis completes the right handed system. The net result is that you have to convert from the standard J2000 ecliptic reference frame to Celestia's internal coordinate system by rotating 90 degrees about the x axis.

I'm away from my dev machine now, but I'll post the transformation code tomorrow (or you can check out the code on SourceForge--see the LoadSampledOrientation() function in src/celengine/samporient.cpp. The 90 degree rotation is applied to the samples as their read, so that the creator of the orientation file never has to know about Celestia's coordinate system. I will eventually getting around to fixing Celestia to use the J2000 ecliptic reference frame internally, but that's a post 1.5.0 project.


Are these changes in the 10/21/2006 build?

Does anyone have information about the new rotation code?

I have been following the threads about orientation and am eager to see the updates to this area of Celestia.

Thanks

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 5 months
Location: Seattle, Washington, USA

Post #9by chris » 21.10.2006, 23:30

Starshipwright wrote:Are these changes in the 10/21/2006 build?

They should be.

Does anyone have information about the new rotation code?

I have been following the threads about orientation and am eager to see the updates to this area of Celestia.


I wrote down most of the information in the rotation thread in the Developer Talk forum. If you have a specific question about how to use the new code, post a reply to that thread and I'll try to help out. Selden has compiled some information from the forum and developers mailing list:

http://www.lepp.cornell.edu/~seb/celest ... s.html#5.9

--Chris

Starshipwright
Posts: 78
Joined: 08.08.2006
With us: 17 years 10 months

Post #10by Starshipwright » 22.10.2006, 00:12

I checked and as usual seldon has the information available.

Thanks for all the work you did on this.

Avatar
Topic author
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 9 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #11by cartrite » 26.10.2006, 20:34

Currently, I'm away from my computer and I am writing this from a freind's computer. The last update I provided was oct 19 06. So this does not include the latest updates for reference frames which were commited a few days later. I will resume updating this setup when I get back home.

cartrite
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4

Avatar
Topic author
cartrite
Posts: 1978
Joined: 15.09.2005
With us: 18 years 9 months
Location: Pocono Mountains, Pennsylvania, USA Greate Grandfother from Irshava, Zakarpattia Oblast Ukraine

Post #12by cartrite » 26.05.2007, 16:23

The cvs setup installers were removed today. Maybe this thread could be unstuck now.
VivoBook_ASUSLaptop X712JA_S712JA Intel(R) UHD Graphics 8gb ram. Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz, 1190 Mhz, 4 Core(s), 8 Logical Processor(s) 8 GB ram. Running on Windows 11 and OpenSuse 15.4


Return to “Development”