[Freeciv-Dev] [bug #13869] [patch 03/07] simplify validation functions

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #16, bug #13869 (project freeciv):

OK by me.

___

Reply to this item at:

  http://gna.org/bugs/?13869

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1300] add 'show locked' command

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #1, patch #1300 (project freeciv):

rebased version

(file #7792)
___

Additional Item Attachment:

File name: 0006-update-reset-command.patch Size:13 KB


___

Reply to this item at:

  http://gna.org/patch/?1300

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #13873] [patch 07/07] load game settings from ruleset file

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #10, bug #13873 (project freeciv):

I created an rebased version and the patch now uses the new ruleset functions
- but it are only a few calls to them.

(file #7790)
___

Additional Item Attachment:

File name: 0002-save-game-settings-in-game.ruleset.patch Size:15 KB


___

Reply to this item at:

  http://gna.org/bugs/?13873

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev



[Freeciv-Dev] [patch #1301] Metaticket: settings patch series

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #3, patch #1301 (project freeciv):

Updated Settings Patch series:

[--/--] bug #13869 - (will not be applied)
[01/07] bug #13871 - add settting action callback function
[02/07] bug #13873 - save game settings in game.ruleset
[03/07] patch #1198 - show changed game settings after reset and rulesetdir
[04/07] patch #1298 - Documentation of the setting changes in the ruleset
[05/07] patch #1200 - game settings can be locked by the ruleset
[06/07] patch #1300 - add 'show locked' command
[07/07] patch #1284 - update reset command (WIP)


___

Reply to this item at:

  http://gna.org/patch/?1301

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1222] function to access information for different radii

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #6, patch #1222 (project freeciv):

rebased version

(file #7794)
___

Additional Item Attachment:

File name: 0001-function-to-access-information-for-different-radii.patch
Size:84 KB


___

Reply to this item at:

  http://gna.org/patch/?1222

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1226] add possibility to log the city map

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #4, patch #1226 (project freeciv):

rebased version

Is there a function, which concats a VA string to an existing string? Like
the following #define does:

 #define sz_strlcatsprintf(str, vastr, ...)
   {
 char tmp[32];
 my_snprintf(tmp, sizeof(tmp), vastr, ## __VA_ARGS__);
 sz_strlcat(str, tmp);
   }


(file #7795)
___

Additional Item Attachment:

File name: 0002-add-possibility-to-log-the-city-map.patch Size:8 KB


___

Reply to this item at:

  http://gna.org/patch/?1226

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1227] use new logging possibilities in aisettler.c

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #2, patch #1227 (project freeciv):

rebased version

(file #7796)
___

Additional Item Attachment:

File name: 0003-use-new-logging-possibilities-in-aisettler.c.patch Size:5 KB


___

Reply to this item at:

  http://gna.org/patch/?1227

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1228] use new logging in sanitycheck.c

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #2, patch #1228 (project freeciv):

rebased version

(file #7797)
___

Additional Item Attachment:

File name: 0004-use-new-logging-in-sanitycheck.c.patch Size:0 KB


___

Reply to this item at:

  http://gna.org/patch/?1228

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1230] new savegame format

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #2, patch #1230 (project freeciv):

rebased version

(file #7798)
___

Additional Item Attachment:

File name: 0005-new-savegame-format.patch Size:14 KB


___

Reply to this item at:

  http://gna.org/patch/?1230

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1231] activate different city radii

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #4, patch #1231 (project freeciv):

rebased version

(file #7799)
___

Additional Item Attachment:

File name: 0006-activate-different-city-radii.patch Size:8 KB


___

Reply to this item at:

  http://gna.org/patch/?1231

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1232] update migration to use the city radii

2010-01-25 Thread Matthias Pfafferodt

Follow-up Comment #3, patch #1232 (project freeciv):

rebased version

(file #7800)
___

Additional Item Attachment:

File name: 0008-update-migration-to-use-the-city-radii.patch Size:6 KB


___

Reply to this item at:

  http://gna.org/patch/?1232

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1420] Haitian nation

2010-01-25 Thread J.M. Maalderink

URL:
  http://gna.org/patch/?1420

 Summary: Haitian nation
 Project: Freeciv
Submitted by: mixcoatl
Submitted on: Monday 01/25/2010 at 19:43
Category: rulesets
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

Haitians!



___

File Attachments:


---
Date: Monday 01/25/2010 at 19:43  Name: haitian.patch  Size: 85kB   By:
mixcoatl

http://gna.org/patch/download.php?file_id=7801

___

Reply to this item at:

  http://gna.org/patch/?1420

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #1420] Haitian nation

2010-01-25 Thread Daniel Markstedt

Update of patch #1420 (project freeciv):

  Status:None = Ready For Test 
 Assigned to:None = dmarks 


___

Reply to this item at:

  http://gna.org/patch/?1420

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #15194] Can't abort nuke/paradrop with Esc

2010-01-25 Thread anonymous

Additional Item Attachment, bug #15194 (project freeciv):

File name: nuke-paradrop-abort-bis.diff   Size:0 KB


___

Reply to this item at:

  http://gna.org/bugs/?15194

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev