Search found 3361 matches

by cazfi
Thu Jun 13, 2019 3:01 pm
Forum: Test Builds
Topic: Windows testing
Replies: 124
Views: 400178

Re: Windows testing

It's been about 15 months since 2.5.11 was released, all that time without new Windows builds from S2_5. I now made a snapshot build from S2_5 12-Jun-19 sources (2.5.11+-190612), commit '0b7275825d'. It's available from http://files.freeciv.org/packages/windo ... snapshots/
by cazfi
Tue Jun 11, 2019 7:50 pm
Forum: Art and tilesets
Topic: [SOLVED] Problem with "installing" a tileset
Replies: 9
Views: 14666

Re: [SOLVED] Problem with "installing" a tileset

Also .spec files tell which .png file they describe. Is it possible that you had not updated those references in your copy, but .specs were still referring to trident/*.png?

Code: Select all

[file]
gfx = "trident/units"
->

Code: Select all

[file]
gfx = "trident_sim/units"
by cazfi
Tue Jun 11, 2019 5:03 pm
Forum: Art and tilesets
Topic: [SOLVED] Problem with "installing" a tileset
Replies: 9
Views: 14666

Re: Problem with "installing" a tileset

Corbeau wrote:I can't just ADD another tileset (folder and -spec files) - or, more likely, I can, but some additional files need to be set up.
.spec files to load are listed in the .tilespec file.
by cazfi
Tue Jun 11, 2019 11:18 am
Forum: Art and tilesets
Topic: [SOLVED] Problem with "installing" a tileset
Replies: 9
Views: 14666

Re: Problem with "installing" a tileset

new units are referenced by their positions in the .png file. Are the positions correct? Note that the row and column numbers start from 0 ("how many rows/columns from the beginning this row/column is?") If you are not getting an error message, I suspect that you are referencing to an emp...
by cazfi
Sun Jun 09, 2019 11:46 pm
Forum: Test Builds
Topic: Windows testing
Replies: 124
Views: 400178

Re: Windows testing

New msys1 build from S2_6 sources of 09-Jun-19 (2.6.0+-190609), commit 20a5cc4e86, available: http://files.freeciv.org/packages/windo ... snapshots/
by cazfi
Sun Jun 09, 2019 6:00 am
Forum: Art and tilesets
Topic: Alio - tileset for Alien World
Replies: 29
Views: 125049

Re: Alio - tileset for Alien World

Could we have, and would they make sense, graphics for "Thick Mountains" that would look as if they were made of giant crystals? Does this look like the type of mountains you are looking for? thick_mountain_draft.png I had missed your post completely. Sorry! Yes, I think Thick Mountains c...
by cazfi
Mon Jun 03, 2019 9:13 pm
Forum: Tech support
Topic: How to start a server with authentication?
Replies: 21
Views: 26780

Re: How to start a server with authentication?

Corbeau wrote:What does "from earlier freeciv server" mean? Where is the information stored between servers?
Uh. I don't quite get what you mean... I wrote "from earlier freeciv server run" (same server or another). Information is stored in the database.
by cazfi
Mon Jun 03, 2019 8:26 pm
Forum: Tech support
Topic: How to start a server with authentication?
Replies: 21
Views: 26780

Re: How to start a server with authentication?

Corbeau wrote:What happens if there is no -Newusers parameter?
Only those users that already exist (from earlier freeciv server run with -Newusers) can log in.
by cazfi
Mon Jun 03, 2019 7:44 pm
Forum: Tech support
Topic: How to start a server with authentication?
Replies: 21
Views: 26780

Re: How to start a server with authentication?

So, what is the state of the database after the game is created and before the user logs in for the first time to create his password? I don't know about longturn.net implementation (where users exist prior to server start), but in standard freeciv entire user entry (both username and password) get...
by cazfi
Mon Jun 03, 2019 5:31 pm
Forum: Tech support
Topic: How to start a server with authentication?
Replies: 21
Views: 26780

Re: How to start a server with authentication?

For example, "resetting a password" would simple mean deleting the password entry in the database? Am I being too simple? Freeciv adds password only in user creation, so you can't clear password entirely from an existing user hoping for user to be able to enter a new one, but you can chan...