Thanks, this helped me solve nearly all the conversion problems.
I decided to go with the graphics_str property. Even though it's ruleset-specific, it's easy to see and debug the conversion between the UI, the terrain.ruleset, and my algorithm.
Search found 6 matches
- Mon May 26, 2025 10:20 pm
- Forum: Contribution
- Topic: autoworkers improvement - how to get some data
- Replies: 2
- Views: 7621
- Mon May 26, 2025 12:57 am
- Forum: Contribution
- Topic: autoworkers improvement - how to get some data
- Replies: 2
- Views: 7621
autoworkers improvement - how to get some data
I've been working on a new autoworker algorithm that mimics more my play style. I had to relearn C and wrote an algorithm with some unit tests that are independent of freeciv. (I didn't think I could make an algorithm that integrated with the freeciv codebase and unit test it efficiently.) I'm tryin...
- Thu May 15, 2025 12:08 am
- Forum: Tech support
- Topic: icu-uc not found
- Replies: 8
- Views: 10126
Re: icu-uc not found
The qt client installer from the download site doesn't work either. I have Windows 11.
- Wed May 14, 2025 10:54 pm
- Forum: Tech support
- Topic: icu-uc not found
- Replies: 8
- Views: 10126
Re: icu-uc not found
I was able to build and install both qt6 and gtk3.22 installers with msys2 but the qt installation still didn't work. Do you have any idea why? I'm finding the gtk interface much less efficient so far but that's partly because I'm not used to it.
- Wed May 14, 2025 3:20 pm
- Forum: Tech support
- Topic: icu-uc not found
- Replies: 8
- Views: 10126
Re: icu-uc not found
That INSTALL.Cygwin doc did help me get through the config. It compiled the server executable but failed on the client due to a couple of compile errors in gui_main.c. I was using this doc after googling how to compile Freeciv: https://freeciv.fandom.com/wiki/Install-Windows Seems it's out of date. ...
- Wed May 14, 2025 3:19 am
- Forum: Tech support
- Topic: icu-uc not found
- Replies: 8
- Views: 10126
icu-uc not found
Hi, I tried building Freeciv and can't get past this. ... checking for icu-uc... no configure: error: icu development files not found. Adjusting PKG_CONFIG_PATH may help configure failed I'm using Cygwin with the following command (the --enable-client=win32 parameter was rejected as win32 was not a ...