Page 2 of 10

Re: Postęp game

Posted: Fri Apr 28, 2017 11:09 am
by Lachu
I don't think about changing license of game (I wrote that I will keep GPLv2 license), but about changing license notice, so instead of:

Code: Select all

/********************************************************************** 
 Freeciv - Copyright (C) 2005-2007 - The Freeciv Project
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
***********************************************************************/
I will put

Code: Select all

/********************************************************************** 
 Postęp - Copyright (C) 2017 - Sławomir Lach <slawek@lach.art.pl>
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
***********************************************************************/
But I prefer

Code: Select all

/********************************************************************** 
 Postęp - Copyright (C) 2017 - Sławomir Lach <slawek@lach.art.pl>
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
***********************************************************************/
// Old copyright notice
/********************************************************************** 
 Freeciv - Copyright (C) 2005-2007 - The Freeciv Project
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
***********************************************************************/

Re: Postęp game

Posted: Fri Apr 28, 2017 1:59 pm
by louis94
What about this? I changed the end date in Freeciv's copyright notice to reflect the truth.

Code: Select all

/********************************************************************** 
 Postęp - Copyright (C) 2017 - Sławomir Lach <slawek@lach.art.pl> 
          Copyright (C) 2005-2017 - The Freeciv Project
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
***********************************************************************/
I suggest you read the GPL and the FSF FAQs to have an idea of what you can do and what you have to do. If you want to be absolutely safe, talk to a lawyer, but I doubt there is a real risk. If somebody thinks you violate his/her copyright, s.he will most likely send you an email.

Beware that Unicode characters may be displayed incorrectly in some environments, and some older compilers might even choke on them (the Cint C++ interpreter does, although it has never been widely used).

Louis

Re: Postęp game

Posted: Fri Apr 28, 2017 2:29 pm
by Lachu
Thanks. About ę (super e in Polish alphabet), I decided to change name of game into some English world. Maybe Research Nations?

Re: Postęp game

Posted: Fri Apr 28, 2017 4:54 pm
by Corbeau
If I got it right, "postęp" means "progress". What's wrong with that?

Re: Postęp game

Posted: Fri Apr 28, 2017 6:09 pm
by Lachu
Nothing wrong with progress, but I'm lazy man with no English skills :-( .

Re: Postęp game

Posted: Fri Apr 28, 2017 7:03 pm
by Corbeau
Well, your English is better than my Polish. I picked this up from Google Translate :D

Re: Postęp game

Posted: Sun May 21, 2017 6:34 pm
by Lachu
Because FreeSoftware Fundation Law Center didn't reply so long, I've decided to put source at sourceforge. Game name is progress: call to power, because progress is reserved currently.

I have problem with research. When playing with AI game hangs after some turns. I think that games shouldn't be made to play with AI, because I don't have knowledge about artificial intelligence, but I decided to let player option to play with AI.

Re: Postęp game

Posted: Mon May 22, 2017 11:46 am
by Lachu
I just forgot to put link to game:
https://sourceforge.net/projects/progre ... -to-power/

Once I have done some work, I will make flatpak package with this game.

I have idea for first great person type: great leader.

This kind of units will have two new actions:
1. Government revolution - allows to change government type without anarchy period. It consumes unit.
2. Cultural revolution - boost social science progress for some turns, but also makes people unhappy. It consumes unit.

Re: Postęp game

Posted: Mon May 22, 2017 7:04 pm
by Lachu
I have discovered that maybe it's connected with no future tech available. Where code responsible for future tech generation are placed? I have split technologies into three section: normal science, social science and militaristic science. Maybe that's a reason? I will thank to someone, who help me.

Re: Postęp game

Posted: Sat Jul 01, 2017 11:33 am
by Lachu
Sorry for not working on progress long time, but I have other projects to done and tomorrow I have English exam.