Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2000:
[Freeciv-Dev] Handling of option changes (PR#624)
Home

[Freeciv-Dev] Handling of option changes (PR#624)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Handling of option changes (PR#624)
From: thue@xxxxxxx
Date: Fri, 15 Dec 2000 10:14:46 -0800 (PST)

Full_Name: Thue Janus Kristensen
Version: 1.11.5 cvs and earlier
Distribution: Built from source
Client: Both (or N/A)
OS: any
Submission from: (NULL) (194.239.210.3)


When setting fx the option "demography" the server will accept any input. The
server should check the input when recieving string settings. Try looking at the
variable func_change in server/stdinhand.c:struct settings_s

In generel someone should go over all the setable options and see if we should
take any immediate action when they are changed. (the func_change function to do
this just became available)

-Thue




[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Handling of option changes (PR#624), thue <=