freeciv:S2_6

Last commit made on 2024-04-15
Get this branch:
git clone -b S2_6 https://git.launchpad.net/freeciv

Branch merges

Branch information

Name:
S2_6
Repository:
lp:freeciv

Recent commits

d1ef253... by Marko Lindqvist

AI: Fix bad city spot value calculation with unknown tiles

Unknown and already worked tiles counted as negative output value.
Now they count as 0, as they cannot produce anything for the city.

See RM #408

Signed-off-by: Marko Lindqvist <email address hidden>

ab6d46f... by Marko Lindqvist

Adjust nationality of remaining units after player removal

Nationality of the units owned by other players could
previously be that of removed player, leading to a crash.
Now switch nationality of such units to that of their
current owner when player of their nationality is removed.

See RM #383

Signed-off-by: Marko Lindqvist <email address hidden>

d60c9f8... by Konstantin Vedeneev <email address hidden>

Update for Russian translation.

6a9ccb9... by Marko Lindqvist

Fix MagickWand detection failures due to compression libraries

Detect compression libraries before trying to detect MagickWand
that depends on them on some platforms.

See RM #244

Signed-off-by: Marko Lindqvist <email address hidden>

efffa6a... by Marko Lindqvist

sdl/2: Fix NULL dereference in popup_tech_info()

See osdn #48687

Signed-off-by: Marko Lindqvist <email address hidden>

19ff51f... by Marko Lindqvist

startpos_raw_nations(): Return NULL instead of FALSE

Return type is a pointer.

See RM #197

Signed-off-by: Marko Lindqvist <email address hidden>

0c135c5... by Marko Lindqvist

gtk: Fix unannotated fallthrough from inputline_handler()

See RM #196

Signed-off-by: Marko Lindqvist <email address hidden>

5649f49... by Marko Lindqvist

Fix unannotated fallthrough warning from options_init()

See RM #192

Signed-off-by: Marko Lindqvist <email address hidden>

d01649d... by Marko Lindqvist

Fix unannotated fallthrough warning from base_set_mapview_origin()

See RM #190

Signed-off-by: Marko Lindqvist <email address hidden>

d93fda5... by Marko Lindqvist

Annotate do_explore() fallthrough

See RM #178

Signed-off-by: Marko Lindqvist <email address hidden>