Freeciv
Advertisement

This document describes how to convert freeciv 2.6 compatible lua script to TRUNK version (one that will become freeciv 3.0) compatible ones. Please check these carefully to avoid your script mis-behaving, maybe in some rarely reached special case. These are changes to scripting API requiring special attention. Additions to the API that do not affect old scripts are not listed. Currently this goes up to compatibility with freeciv trunk revision ?????.

Turn number

game.turn and turn_started signal have been deprecated. Use game.current_turn and turn_begin signal instead.

See also

Template:UpdateNavbox

Advertisement