ENG New site

Advanced search

[ New messages · Forum rules · Members ]
Tools and Utilities ...
PrzeszczepDate: Saturday, 26.03.2016, 22:06 | Message # 61
Space Tourist
Group: Users
Poland
Messages: 22
Status: Offline
JackDole,
You are compiling in Debug mode. Compile in Release and there should be no console. You can ignore those messages anyway.

You can use any compiler that works for you. It doesn't really matter if it's 32b or 64b. The reason for why it won't work with MinGW 32b is that this package is bugged. It would be perfectly viable otherwise.

It makes me a little bit sad that you don't trust me and you want to compile the program yourself. sad





CPU: Intel Core i5 4690K | GPU: MSI GeForce GTX 970 | RAM: 8 GB
 
JackDoleDate: Saturday, 26.03.2016, 22:55 | Message # 62
Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
Przeszczep,
I compile the versions from the GitHub.
I do this with all programs, of which I like to have the latest versions.
Provided, of course, there are GIT or SVN versions. dry

And I never make debug versions, only release versions. Debug versions would be of no use to me.

The message 'libpng warning: iCCP: known incorrect sRGB profile' I get no more after I 'reset.png' have loaded into Photoshop and saved again.





Don't forget to look here.

 
PrzeszczepDate: Sunday, 27.03.2016, 21:59 | Message # 63
Space Tourist
Group: Users
Poland
Messages: 22
Status: Offline
JackDole,
I'm convinced you weren't building in Release mode. I've just checked with MSVC 2015 and it didn't work because of incorrect entry point. biggrin
Try updated CMakeLists.txt. It works for me and there is definitely no console in Release build.

That libpng warning seems to be caused by embedded color profile. You probably fixed it accidentally by saving with different settings.





CPU: Intel Core i5 4690K | GPU: MSI GeForce GTX 970 | RAM: 8 GB
 
JackDoleDate: Monday, 28.03.2016, 08:17 | Message # 64
Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
Quote Przeszczep ()
I'm convinced you weren't building in Release mode.
I know the difference between 'Release' and 'Debug'. dry

We may use different methods to compile, or there are differences in the installations.

So I do it:
1. 'CMakeLists.txt' open with 'Qt Creator'.
2. Select the option 'Release'


3. Run 'CMake'.


4. Compile program

When I run the program, also a console opens.


And if I create a script and save, I get this message.


When I run it directly in 'Qt Creator', I get this message also.


Quote Przeszczep ()
You probably fixed it accidentally by saving with different settings.
Not accidentally but intentionally!

Attachments: 5236104.jpg (137.4 Kb) · 8931153.jpg (178.0 Kb) · 7488613.jpg (222.0 Kb) · 1605091.jpg (212.6 Kb) · 6108692.jpg (196.3 Kb)





Don't forget to look here.



Edited by JackDole - Monday, 28.03.2016, 08:21
 
PrzeszczepDate: Monday, 28.03.2016, 18:22 | Message # 65
Space Tourist
Group: Users
Poland
Messages: 22
Status: Offline
I don't normally use Qt Creator but I've tried building with it and console shows up.
I think you should just use cmake or cmake-gui and generate visual studio solution.

Quote JackDole ()
Not accidentally but intentionally!
You didn't mention doing anything besides opening and saving the file, so I though you did that for no particular reason. :p

#EDIT

v0.3 Beta released
Download

JackDole,
It would be nice, if you could update the link in the first post so that it would point to releases or releases/latest





CPU: Intel Core i5 4690K | GPU: MSI GeForce GTX 970 | RAM: 8 GB

Edited by Przeszczep - Wednesday, 30.03.2016, 09:26
 
JackDoleDate: Wednesday, 30.03.2016, 11:01 | Message # 66
Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
Quote Przeszczep ()
It would be nice, if you could update the link in the first post so that it would point to releases or releases/latest

Done! wink

Quote Przeszczep ()
I think you should just use cmake or cmake-gui and generate visual studio solution.

I tried it, and it works. However, I find it easier with Qt Creator. I now use MingW32. dry





Don't forget to look here.

 
quarior14Date: Thursday, 31.03.2016, 08:12 | Message # 67
World Builder
Group: Users
Pirate
Messages: 649
Status: Offline
Well say so, asteroids generation software (AsterBeltMaker) was a great success and version and it is practice the last, a window with custom icon. Small suggestion, in the window, would be practical for example choose the units of distance for the rings if we want to do around a planet in 3D, also, a checkbox if it puts a space between the name and the number (for example if I want Sol D1, Sol D2,...).



In fact, want it to edit the software for the French translation, good already I presume that need permission but what edited file (I have Notepad ++) ? Thank you and good continuation.

Edit :
Przeszczep, I download the source code that you have set and modify files but how to test the program and then how to save the .exe program and like to do what you did ?

Attachments: 7194025.png (14.0 Kb)





Quarior

Edited by quarior14 - Thursday, 31.03.2016, 09:07
 
JackDoleDate: Friday, 01.04.2016, 16:40 | Message # 68
Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
AsterbeltCreator Version 0.24

Version 0.24 of my AsterBeltCreator published in the opening post.

The script now speaks English and German! biggrin
The method is not very optimal, but could be used for each language.

I also added two parameters:
"Inclination to the reference plane in degree"
and
"AscendingNode in degrees".

These parameters are necessary to adjust the orientation of the asteroid belts in space.



And the parameters are now written to the beginning of the generated script.

Attachments: 0352073.jpg (252.7 Kb)





Don't forget to look here.

 
PrzeszczepDate: Saturday, 02.04.2016, 12:35 | Message # 69
Space Tourist
Group: Users
Poland
Messages: 22
Status: Offline
JackDole,
Slown down please. I'm still behind with features and you are adding new ones. cry

Anyway, there is a new release with translation support available. If you want to provide a translation, download a .ts file from here, fill it out and send to me. I'm a bad developer and I didn't include comments, so you'll have to figure it on your own where each string is used. Sorry.

JackDole, I stole parts of your German translation. I hope you'll forgive me. tongue Feel free to create a complete one.

Quote quarior14 ()
Przeszczep, I download the source code that you have set and modify files but how to test the program and then how to save the .exe program and like to do what you did ?
It requires a bit of programming knowledge and if you don't know how to do it - don't do it.

Quote quarior14 ()
In fact, want it to edit the software for the French translation, good already I presume that need permission but what edited file (I have Notepad ++) ? Thank you and good continuation.

You can use your Notepad++ to edit lang_fr.ts from the above-mentioned link. Then send it to me eg. via pm and I will include it in next version.





CPU: Intel Core i5 4690K | GPU: MSI GeForce GTX 970 | RAM: 8 GB
 
Lucas0231Date: Friday, 08.04.2016, 19:07 | Message # 70
Explorer
Group: Users
France
Messages: 150
Status: Offline
I have a question :

I have the right to use AsteroidBeltCreator for my systems addons ? smile
 
LookAtDatDakkaDate: Friday, 08.04.2016, 19:09 | Message # 71
Explorer
Group: Users
United States
Messages: 156
Status: Offline
Quote Lucas0231 ()
I have a question:

Do I have the right to use AsteroidBeltCreator for my systems addons? smile


I think yes because typing catalog for thousands of asteroids takes a long time.





NVIDIA 960 GTX 2048MB
 
JackDoleDate: Friday, 08.04.2016, 19:18 | Message # 72
Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
Quote Lucas0231 ()
I have the right to use AsteroidBeltCreator for my systems addons ?

Of course. The script has therefore been published here.





Don't forget to look here.

 
JackDoleDate: Saturday, 09.04.2016, 15:21 | Message # 73
Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
Small patch for the Python version of the 'AsterBeltCreator'.
A wrong string was displayed in a parameter query.
File in the opening post.





Don't forget to look here.

 
Lucas0231Date: Saturday, 09.04.2016, 19:37 | Message # 74
Explorer
Group: Users
France
Messages: 150
Status: Offline
Thank you.
 
JackDoleDate: Sunday, 10.04.2016, 13:39 | Message # 75
Star Engineer
Group: Local Moderators
Germany
Messages: 1742
Status: Offline
Long awaited: A new version of the AsterBeltCreator! wink

At the suggestion of LookAtDatDakka I have made some changes to the Python version of 'AsterBeltCreator'.

So there is a new version in the opening post.

- Some English strings corrected by LookAtDaDakka
- Object type 'DwarfMoon' added at the suggestion of LookAtDatDakka
- Default number of items reduced to 50
- Order of the parameter query changed. Now parent object is asked first.
- Numbering offset added for dwarf moons. So that with an offset of 1000, the numbering starts at 'ParentBody.D1001' instead at 'ParentBody.D1'.
- Binaries and moons of dwarf moons disabled. If they are desired, this can be changed in the script here.

Code
    # If you want dwarf moons with moons change these values:
    # ChanceOfMoon < 1.0
    # ChangeOfBinary > 0.0
    if ObjectType == 'DwarfMoon':
        ChanceOfMoon = 1.0
        ChanceOfBinary = 0.0




Added an additional parameter query.
- Shall moons and binary partners be classified as 'DwarfMoon'?





Don't forget to look here.



Edited by JackDole - Sunday, 10.04.2016, 17:49
 
Search: