[Freeciv-Dev] [patch #7643] Gtk 3 clients: standardize unit selection text

2016-08-22 Thread Sveinung Kvilhaugsvik
Update of patch #7643 (project freeciv):

  Status:  Ready For Test => Done   
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  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 #7642] Beginner help for "Drop Paratrooper"

2016-08-22 Thread Sveinung Kvilhaugsvik
Update of patch #7642 (project freeciv):

  Status:  Ready For Test => Done   
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  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 #25010] Action probability for "Bombard" can leak information

2016-08-22 Thread Sveinung Kvilhaugsvik
URL:
  

 Summary: Action probability for "Bombard" can leak
information
 Project: Freeciv
Submitted by: sveinung
Submitted on: Tue 23 Aug 2016 01:17:21 AM UTC
Category: general
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: sveinung
Originator Email: 
 Open/Closed: Open
 Release: TRUNK
 Discussion Lock: Any
Operating System: Any
 Planned Release: 3.0.0
 Contains string changes: No

___

Details:

An invisible unit at a tile can allow or forbid an action with the units
target. An unseen enemy can make the "Bombard" action legal. An invisible unit
belonging to someone the player has peace with can forbid bombard. Stop
leaking this information by making action probability calculation against unit
stack targeted actions consider this.




___

File Attachments:


---
Date: Tue 23 Aug 2016 01:17:21 AM UTC  Name:
0004-Meta-knowledge-stop-leaking-invisible-units.patch  Size: 2kB   By:
sveinung



___

Reply to this item at:

  

___
  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 #7568] branches/S2_5/fc_version

2016-08-22 Thread Jacob Nevins
Follow-up Comment #2, patch #7568 (project freeciv):

Not that IIRC NEXT_STABLE_VERSION makes any difference in non-beta builds?

___

Reply to this item at:

  

___
  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 #7187] Building gfx for Ecclesiastical Palace (civ2civ3 ruleset)

2016-08-22 Thread Frank
Follow-up Comment #4, patch #7187 (project freeciv):

Ugh, my PNG shrink procedure clobbered the transparency, skipping this step.

(file #28505, file #28506, file #28507, file #28508)
___

Additional Item Attachment:

File name: Potala_36x20.png   Size:1 KB
File name: Potala_64x48T.png  Size:4 KB
File name: Potala_64x48G.png  Size:7 KB
File name: Potala_64x48.png   Size:7 KB


___

Reply to this item at:

  

___
  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 #7647] Qt client: Factor chat input out of fc_client

2016-08-22 Thread Louis Moureaux
Additional Item Attachment, patch #7647 (project freeciv):

File name: qt-cleanup-chat-input.patch.bz2 Size:4 KB


___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [patch #7187] Building gfx for Ecclesiastical Palace (civ2civ3 ruleset)

2016-08-22 Thread Frank
Follow-up Comment #3, patch #7187 (project freeciv):

For comparison, a small PNG for buildings.png (36x20), a large PNG without
borders and transparency like all other wonders (64x48), and the two used
input crops.

(file #28500, file #28501, file #28502, file #28503)
___

Additional Item Attachment:

File name: Potala_small.png   Size:1 KB
File name: Potala_large.png   Size:3 KB
File name: Potala_216x120.png Size:62 KB
File name: Potala_200x150.png Size:91 KB


___

Reply to this item at:

  

___
  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 #24844] Brief snatch of opening music played when quitting game

2016-08-22 Thread Frank
Follow-up Comment #9, bug #24844 (project freeciv):

"Any callback set by Mix_HookMusicFinished will be called when the music
finishes fading out" in
https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer_68.html#SEC68 sounds
interesting, because sdl_audio_stop() in audio_sdl.c is a
Mix_FadeOutMusic(2000).

There's a 100ms sdl_audio_wait() loop while Mix_Playing(-1), with an also
interesting warning: "WARNING: If a channel is looping, it will NEVER exit!
Always call music_stop() first!".

If that's stop_menu_music() or stop_style_muxic() in music.c it only calls
audio_stop() in audio.c, and that's audio_sdl.c sdl_audio_stop() handled as
the Mix_FadeOutMusic(2000).

Sooner *or later+ the delay loop will end at a point in time when
Mix_Playing(-1) = 0, and sdl_audio_shutdown() can finish the job. Are we
talking about *or later* here? 

 



___

Reply to this item at:

  

___
  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 #24882] "Choose a Scenario" label misplaced

2016-08-22 Thread Marko Lindqvist
Update of bug #24882 (project freeciv):

  Status:None => Ready For Test 
 Planned Release: 2.5.x, 2.6.0, 3.0.0 => 2.5.6, 2.6.0, 3.0.0

___

Follow-up Comment #3:

Fix attached

(file #28498, file #28499)
___

Additional Item Attachment:

File name: ScenarioLabel.patchSize:2 KB
File name: ScenarioLabel-S2_6.patch   Size:1 KB


___

Reply to this item at:

  

___
  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 #24909] Qt client - enable/disable QSocketNotifier

2016-08-22 Thread mir3x
Update of bug #24909 (project freeciv):

  Status:  Ready For Test => Fixed  
 Open/Closed:Open => Closed 
Operating System:None => Microsoft Windows  


___

Reply to this item at:

  

___
  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 #7641] ".modpack" -> ".mpdl"

2016-08-22 Thread Marko Lindqvist
Update of patch #7641 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  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 #7329] Show scenario authors field in scenario selection page (gtk-clients)

2016-08-22 Thread Marko Lindqvist
Update of patch #7329 (project freeciv):

  Status:None => Ready For Test 

___

Follow-up Comment #1:

Patch for gtk3- and gtk3x-clients.

(file #28496, file #28497)
___

Additional Item Attachment:

File name: Gtk3ScenarioAuthorsBox.patch   Size:11 KB
File name: Gtk3ScenarioAuthorsBox-S2_6.patch Size:5 KB


___

Reply to this item at:

  

___
  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 #24901] Qt client doesnt start on windows

2016-08-22 Thread Marko Lindqvist
Follow-up Comment #17, bug #24901 (project freeciv):

That expands runtime.

___

Reply to this item at:

  

___
  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 #24901] Qt client doesnt start on windows

2016-08-22 Thread mir3x
Follow-up Comment #16, bug #24901 (project freeciv):

Now it looks:
set QT_PLUGIN_PATH=%~dp0\plugins

It started for me. 
Haut doesnt respond.
But it shouldnt be expanded?

___

Reply to this item at:

  

___
  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 #7030] Check if team has anybody alive for REVEAL_MAP_DEAD

2016-08-22 Thread Marko Lindqvist
Update of patch #7030 (project freeciv):

 Planned Release:2.6.0, 3.0.0 => 3.0.0  

___

Follow-up Comment #1:

This doesn't make sense to do without the "Save map for dead players" of 3.0
-> retargeting to 3.0.

___

Reply to this item at:

  

___
  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 #6826] IPv6 support without inet_pton()

2016-08-22 Thread Marko Lindqvist
Update of patch #6826 (project freeciv):

 Planned Release:2.6.x, 3.0.0 =>


___

Reply to this item at:

  

___
  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] [task #7963] Tracking release 2.6.0-beta1

2016-08-22 Thread Marko Lindqvist
Update of task #7963 (project freeciv):

  Depends on: => patch #7650


___

Reply to this item at:

  

___
  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 #5995] civ2civ3: replace no incite and no bribe effects by increased costs.

2016-08-22 Thread Marko Lindqvist
Follow-up Comment #10, patch #5995 (project freeciv):

"Enter Marketplace" stuff split to patch #7650.

___

Reply to this item at:

  

___
  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 #7650] civ2civ3: require a Marketplace to enter

2016-08-22 Thread Marko Lindqvist
URL:
  

 Summary: civ2civ3: require a Marketplace to enter
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 22 Aug 2016 11:05:45 PM EEST
Category: rulesets
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.6.0-beta1, 3.0.0
 Contains string changes: None

___

Details:

This ticket is split from patch #5995, and is about doing same thing in
civ2civ3 as is done for sandbox in patch #7041.

Setting 2.6.0-beta1 as the target so that the rule is not going to change
after first beta in S2_6.




___

Reply to this item at:

  

___
  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 #5862] Show extra owner in tile info popup

2016-08-22 Thread Marko Lindqvist
Update of patch #5862 (project freeciv):

  Status:None => Ready For Test 

___

Follow-up Comment #4:

Given that eowner applies to all infra, I see the current patch as actually
suitable for commit (haven't tested if it still applies). It's true that most
extras do not care about owner at all, but figuring out if that's the case
with all the extras on a tile isn't likely to happen in this ticket.

___

Reply to this item at:

  

___
  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 #4454] Reduce duplication in POTFILES.*

2016-08-22 Thread Marko Lindqvist
Update of patch #4454 (project freeciv):

 Planned Release:2.6.0, 3.0.0 => 3.0.0  


___

Reply to this item at:

  

___
  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 #3721] Getting rid of move_type dependency on unitselect dialog

2016-08-22 Thread Marko Lindqvist
Update of patch #3721 (project freeciv):

 Assigned to: jtn => None   
 Planned Release:2.6.0, 3.0.0 => 3.0.0  

___

Follow-up Comment #7:

Unit select dialogs are refactored in 3.0 development, so targeting this one
there.

___

Reply to this item at:

  

___
  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 #24975] DiplomatDefence doesn't work inside cities in 2.6

2016-08-22 Thread Marko Lindqvist
Update of bug #24975 (project freeciv):

  Status:  Ready For Test => Fixed  
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  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 #25009] Temple of Artemis and Mausoleum of Halicarnassus lacking wonder frame

2016-08-22 Thread Marko Lindqvist
URL:
  

 Summary: Temple of Artemis and Mausoleum of Halicarnassus
lacking wonder frame
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 22 Aug 2016 10:09:55 PM EEST
Category: art
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 2.5.6, 2.6.0, 3.0.0
 Contains string changes: None

___

Details:

Two of the civ2civ3 specific wonder icons lack the frame all the other wonder
icons have.

Updated gfx attached.



___

File Attachments:


---
Date: Mon 22 Aug 2016 10:09:55 PM EEST  Name: temple_of_artemis.png  Size: 8kB
  By: cazfi


---
Date: Mon 22 Aug 2016 10:09:55 PM EEST  Name: mausoleum_of_halicarnassus.png 
Size: 6kB   By: cazfi



___

Reply to this item at:

  

___
  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 #7280] Rename diplomatic relation "Is foreign" simple "Foreign"

2016-08-22 Thread Marko Lindqvist
Update of patch #7280 (project freeciv):

  Status:None => In Progress

___

Follow-up Comment #1:

WIP patch

(file #28492)
___

Additional Item Attachment:

File name: 0016-Rename-Is-foreign-as-Foreign.patch Size:41 KB


___

Reply to this item at:

  

___
  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 #7568] branches/S2_5/fc_version

2016-08-22 Thread Marko Lindqvist
Update of patch #7568 (project freeciv):

Category:None => docs   

___

Follow-up Comment #1:

I'd solve this ticket by updating release document in wiki to contain step to
set correct NEXT_STABLE_VERSION.

___

Reply to this item at:

  

___
  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 #7611] FREECIV_SCENARIO_PATH

2016-08-22 Thread Marko Lindqvist
Follow-up Comment #1, patch #7611 (project freeciv):

'make install' is not the final step of the Windows Installer build, but files
are picked and moved from the 'make install' target directory to the directory
that gets packaged by nsis.

___

Reply to this item at:

  

___
  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 #7649] Requirement 'present' value editing

2016-08-22 Thread Marko Lindqvist
URL:
  

 Summary: Requirement 'present' value editing
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 22 Aug 2016 09:22:19 PM EEST
Category: freeciv-ruledit
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 3.0.0
 Contains string changes: None

___

Details:





___

File Attachments:


---
Date: Mon 22 Aug 2016 09:22:19 PM EEST  Name: PresentEditing.patch  Size: 2kB 
 By: cazfi



___

Reply to this item at:

  

___
  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 #7647] Qt client: Factor chat input out of fc_client

2016-08-22 Thread mir3x
Update of patch #7647 (project freeciv):

  Status:None => Ready For Test 
 Assigned to:None => mir3x  
 Planned Release: => 2.6.0, 3.0 
 Contains string changes:None => No 


___

Reply to this item at:

  

___
  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 #7626] Get requirement description with req_text_insert() when possible

2016-08-22 Thread Marko Lindqvist
Update of patch #7626 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  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 #7491] Qt client: Use helper<> to propagate output_window_append

2016-08-22 Thread mir3x
Update of patch #7491 (project freeciv):

  Status:None => Ready For Test 
 Assigned to:None => mir3x  
 Planned Release: => 2.6.0, 3.0 
 Contains string changes:None => No 


___

Reply to this item at:

  

___
  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 #7648] civ/2 Trade routes bidirectional

2016-08-22 Thread Marko Lindqvist
URL:
  

 Summary: civ/2 Trade routes bidirectional
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 22 Aug 2016 07:58:36 PM EEST
Category: rulesets
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 3.0.0
 Contains string changes: None

___

Details:

Make civ/2 ruleset traderoutes bidirectional.



___

File Attachments:


---
Date: Mon 22 Aug 2016 07:58:36 PM EEST  Name: CivAnd2Bidirectional.patch 
Size: 800B   By: cazfi



___

Reply to this item at:

  

___
  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 #7647] Qt client: Factor chat input out of fc_client

2016-08-22 Thread Louis Moureaux
URL:
  

 Summary: Qt client: Factor chat input out of fc_client
 Project: Freeciv
Submitted by: louis94
Submitted on: lun. 22 août 2016 16:34:13 UTC
Category: client-qt
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 
 Contains string changes: None

___

Details:

This patch moves chat input handling from fc_client and chatwdg to a new
widget, "chat_input". Sending messages, chat history and autocompletion are
migrated. There is no expected change in functionality.

Mostly tested against trunk. Apply above patch #7491.



___

File Attachments:


---
Date: lun. 22 août 2016 16:34:13 UTC  Name: qt-cleanup-chat-input.patch.bz2 
Size: 5 ko   By: louis94


---
Date: lun. 22 août 2016 16:34:13 UTC  Name:
qt-cleanup-chat-input-s26.patch.bz2  Size: 5 ko   By: louis94



___

Reply to this item at:

  

___
  Message posté via/par Gna!
  http://gna.org/


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


[Freeciv-Dev] [bug #25008] Ruledit saving also 'disabled' (removed) items

2016-08-22 Thread Marko Lindqvist
Update of bug #25008 (project freeciv):

  Status: In Progress => Ready For Test 

___

Follow-up Comment #1:

S2_6 version

(file #28487)
___

Additional Item Attachment:

File name: SavingWithActiveIterate-S2_6.patch Size:1 KB


___

Reply to this item at:

  

___
  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 #25008] Ruledit saving also 'disabled' (removed) items

2016-08-22 Thread Marko Lindqvist
URL:
  

 Summary: Ruledit saving also 'disabled' (removed) items
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 22 Aug 2016 02:12:47 PM EEST
Category: freeciv-ruledit
Severity: 3 - Normal
Priority: 5 - Normal
  Status: In Progress
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 2.6.0, 3.0.0
 Contains string changes: None

___

Details:

Fix for TRUNK attached. S2_6 version to follow later.



___

File Attachments:


---
Date: Mon 22 Aug 2016 02:12:47 PM EEST  Name: SavingWithActiveIterate.patch 
Size: 2kB   By: cazfi



___

Reply to this item at:

  

___
  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 #7646] Unitclass, output type, goods requirement types value editing

2016-08-22 Thread Marko Lindqvist
URL:
  

 Summary: Unitclass, output type, goods requirement types
value editing
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 22 Aug 2016 02:03:03 PM EEST
Category: freeciv-ruledit
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 3.0.0
 Contains string changes: None

___

Details:





___

File Attachments:


---
Date: Mon 22 Aug 2016 02:03:03 PM EEST  Name: UClassOutputGoodReqValEdit.patch
 Size: 4kB   By: cazfi



___

Reply to this item at:

  

___
  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 #7638] Terrain, nation, and unittype requirement types value editing

2016-08-22 Thread Marko Lindqvist
Update of patch #7638 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  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 #25007] Extern "C" block terminated in the middle of fc_types.h

2016-08-22 Thread Marko Lindqvist
URL:
  

 Summary: Extern "C" block terminated in the middle of
fc_types.h
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 22 Aug 2016 12:58:09 PM EEST
Category: general
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 2.5.6, 2.6.0, 3.0.0
 Contains string changes: None

___

Details:

Move extern "C" end to the end of the fc_types.h




___

File Attachments:


---
Date: Mon 22 Aug 2016 12:58:09 PM EEST  Name: C++FcTypesEnd.patch  Size: 513B 
 By: cazfi


---
Date: Mon 22 Aug 2016 12:58:09 PM EEST  Name: C++FcTypesEnd-S2_5.patch  Size:
501B   By: cazfi



___

Reply to this item at:

  

___
  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 #25006] Configure test for thread implementation does not show results when it's tinycthread

2016-08-22 Thread Marko Lindqvist
URL:
  

 Summary: Configure test for thread implementation does not
show results when it's tinycthread
 Project: Freeciv
Submitted by: cazfi
Submitted on: Mon 22 Aug 2016 10:31:49 AM EEST
Category: bootstrap
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 3.0.0
 Contains string changes: None

___

Details:

Fix attached



___

File Attachments:


---
Date: Mon 22 Aug 2016 10:31:49 AM EEST  Name: TinycthreadResult.patch  Size:
428B   By: cazfi



___

Reply to this item at:

  

___
  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 #7645] Depleting Goods

2016-08-22 Thread Marko Lindqvist
Follow-up Comment #1, patch #7645 (project freeciv):

- Updated against svn

(file #28481)
___

Additional Item Attachment:

File name: DepletingGoods-2.patch Size:12 KB


___

Reply to this item at:

  

___
  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 #24999] comments.txt lacking some escaping

2016-08-22 Thread Marko Lindqvist
Update of bug #24999 (project freeciv):

  Status:  Ready For Test => Fixed  
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

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


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