[Freeciv-Dev] [bug #13805] [patch] change call by id (int) to call by reference (struct settings_s)

2009-09-08 Thread Marko Lindqvist
Update of bug #13805 (project freeciv): Status:None => Duplicate Assigned to: mbook => cazfi Open/Closed:Open => Closed

[Freeciv-Dev] [bug #13805] [patch] change call by id (int) to call by reference (struct settings_s)

2009-07-22 Thread Matthias Pfafferodt
Follow-up Comment #6, bug #13805 (project freeciv): a new version can be found in gna 13867 ___ Reply to this item at: ___ Nachricht geschickt von/durch Gna!

[Freeciv-Dev] [bug #13805] [patch] change call by id (int) to call by reference (struct settings_s)

2009-06-29 Thread Matthias Pfafferodt
Follow-up Comment #5, bug #13805 (project freeciv): added a patch against trunk which includes both changes (file #6080) ___ Additional Item Attachment: File name: version2-gna13805.patch.diff Size:17 KB __

[Freeciv-Dev] [bug #13805] [patch] change call by id (int) to call by reference (struct settings_s)

2009-06-28 Thread Matthias Pfafferodt
Follow-up Comment #4, bug #13805 (project freeciv): remove all references to settings[] outside of settings.(c|h) setting_by_number() and setting_number() by mbook this patch also removes the extern flag to settings this patch is on top of the first one; if needed I can create a patch which in

[Freeciv-Dev] [bug #13805] [patch] change call by id (int) to call by reference (struct settings_s)

2009-06-28 Thread Matthias Pfafferodt
Follow-up Comment #3, bug #13805 (project freeciv): > This patch is good, but you can reduce references to the > global variable 'settings' even more by using helper > functions to get a setting pointer from a setting id: So ideally there would be _no_ global variable settings but helper funct

[Freeciv-Dev] [bug #13805] [patch] change call by id (int) to call by reference (struct settings_s)

2009-06-28 Thread Madeline Book
Follow-up Comment #2, bug #13805 (project freeciv): In case you want git to use your "public" name and email address (instead of using information from the local machine), use git config --global user.name "Your Name Comes Here" git config --global user.email y...@yourdomain.example.com to set

[Freeciv-Dev] [bug #13805] [patch] change call by id (int) to call by reference (struct settings_s)

2009-06-28 Thread Madeline Book
Update of bug #13805 (project freeciv): Assigned to:None => mbook ___ Follow-up Comment #1: This patch is good, but you can reduce references to the global variable 'settings' even more b

[Freeciv-Dev] [bug #13805] [patch] change call by id (int) to call by reference (struct settings_s)

2009-06-28 Thread Matthias Pfafferodt
URL: Summary: [patch] change call by id (int) to call by reference (struct settings_s) Project: Freeciv Submitted by: syntron Submitted on: Sonntag 28.06.2009 um 14:21 Category: general