[Freeciv-Dev] [patch #1562] API: Define convenience functionality for Types

2010-04-09 Thread Ulrik Sverdrup
Follow-up Comment #2, patch #1562 (project freeciv): New version. Decoupled from patch #1561, which will have separate solution. (file #8869) ___ Additional Item Attachment: File name: 2010040901-API-Define-convenience-functionality-for-T

[Freeciv-Dev] [patch #1562] API: Define convenience functionality for Types

2010-04-09 Thread Ulrik Sverdrup
Update of patch #1562 (project freeciv): Dependency Removed: => patch #1561 ___ Reply to this item at: ___ Meddelande

Re: [Freeciv-Dev] [Freeciv-commits] r17285 - /trunk/server/scripting/api.pkg

2010-04-09 Thread Marko Lindqvist
On 9 April 2010 00:13, Ulrik Sverdrup wrote: > Author: englabenny > Date: Thu Apr  8 23:13:06 2010 > New Revision: 17285 > > URL: http://svn.gna.org/viewcvs/freeciv?rev=17285&view=rev > Log: > API: Define methods more conveniently > > Using the tolua_outside declaration, supported by toluaxx (and

Re: [Freeciv-Dev] [Freeciv-commits] r17285 - /trunk/server/scripting/api.pkg

2010-04-09 Thread Ulrik Sverdrup
2010/4/9 Marko Lindqvist : > On 9 April 2010 00:13, Ulrik Sverdrup wrote: >> Author: englabenny >> Date: Thu Apr  8 23:13:06 2010 >> New Revision: 17285 >> >> URL: http://svn.gna.org/viewcvs/freeciv?rev=17285&view=rev >> Log: >> API: Define methods more conveniently >> >> Using the tolua_outside d

[Freeciv-Dev] [patch #1601] [Metaticket] Scripting/API extension towards iteration and querying

2010-04-09 Thread Ulrik Sverdrup
URL: Summary: [Metaticket] Scripting/API extension towards iteration and querying Project: Freeciv Submitted by: englabenny Submitted on: fredag 2010-04-09 den 09:40 Category: None

[Freeciv-Dev] [patch #1602] API: Introduce players_iterate() and whole_map_iterate()

2010-04-09 Thread Ulrik Sverdrup
URL: Summary: API: Introduce players_iterate() and whole_map_iterate() Project: Freeciv Submitted by: englabenny Submitted on: fredag 2010-04-09 den 09:41 Category: general Pri

[Freeciv-Dev] [patch #1603] API: Add Player:civilization_score() and Player:gold() accessors

2010-04-09 Thread Ulrik Sverdrup
URL: Summary: API: Add Player:civilization_score() and Player:gold() accessors Project: Freeciv Submitted by: englabenny Submitted on: fredag 2010-04-09 den 09:42 Category: None

[Freeciv-Dev] [patch #1604] API: Add Tile:square_iterate(..), Tile:circle_iterate(..)

2010-04-09 Thread Ulrik Sverdrup
URL: Summary: API: Add Tile:square_iterate(..), Tile:circle_iterate(..) Project: Freeciv Submitted by: englabenny Submitted on: fredag 2010-04-09 den 09:43 Category: None Prior

[Freeciv-Dev] [patch #1605] API: Add Tile:city() and Tile:num_units() accessors

2010-04-09 Thread Ulrik Sverdrup
URL: Summary: API: Add Tile:city() and Tile:num_units() accessors Project: Freeciv Submitted by: englabenny Submitted on: fredag 2010-04-09 den 09:43 Category: None Priority: 5

[Freeciv-Dev] [patch #1606] API: Add Tile, Player:units_iterate(), and Player:cities_iterate()

2010-04-09 Thread Ulrik Sverdrup
URL: Summary: API: Add Tile,Player:units_iterate(), and Player:cities_iterate() Project: Freeciv Submitted by: englabenny Submitted on: fredag 2010-04-09 den 09:46 Category: None

[Freeciv-Dev] [patch #1601] [Metaticket] Scripting/API extension towards iteration and querying

2010-04-09 Thread Ulrik Sverdrup
Update of patch #1601 (project freeciv): Depends on: => patch #1602 ___ Reply to this item at: ___ Meddelande

[Freeciv-Dev] [bug #13709] Switch from toluaxx to tolua-5.1b

2010-04-09 Thread Ulrik Sverdrup
Update of bug #13709 (project freeciv): Priority: 1 - Later => 5 - Normal Status: In Progress => Ready For Test ___ Follow-up Comment #1: Here are patches 1

[Freeciv-Dev] [patch #1562] API: Define convenience functionality for Types

2010-04-09 Thread Ulrik Sverdrup
Follow-up Comment #3, patch #1562 (project freeciv): Very small patch update for tolua-5.1 (tolua-5.1 can't handle embedded code block ending in comment) (file #8879) ___ Additional Item Attachment: File name: 2010040901-API-Define-conven

[Freeciv-Dev] [patch #1604] API: Add Tile:square_iterate(..), Tile:circle_iterate(..)

2010-04-09 Thread Ulrik Sverdrup
Update of patch #1604 (project freeciv): Status: Need Info => Ready For Test ___ Reply to this item at: ___ Meddelande

[Freeciv-Dev] [patch #1605] API: Add Tile:city() and Tile:num_units() accessors

2010-04-09 Thread Ulrik Sverdrup
Update of patch #1605 (project freeciv): Status: Need Info => Ready For Test ___ Reply to this item at: ___ Meddelande

[Freeciv-Dev] [patch #1606] API: Add Tile, Player:units_iterate(), and Player:cities_iterate()

2010-04-09 Thread Ulrik Sverdrup
Update of patch #1606 (project freeciv): Status: Need Info => Ready For Test ___ Reply to this item at: ___ Meddelande

[Freeciv-Dev] [patch #1602] API: Introduce players_iterate() and whole_map_iterate()

2010-04-09 Thread Ulrik Sverdrup
Update of patch #1602 (project freeciv): Status:None => Ready For Test ___ Reply to this item at: ___ Meddelande

[Freeciv-Dev] [patch #1562] API: Define convenience functionality for Types

2010-04-09 Thread Ulrik Sverdrup
Follow-up Comment #4, patch #1562 (project freeciv): Sorry for the spam. Yet another update for Lua-5.1, '.string' metamethod does not exist, we use '__tostring' instead. (file #8880) ___ Additional Item Attachment: File name: 2010040901-

[Freeciv-Dev] [bug #15830] fix tech upkeep

2010-04-09 Thread Matthias Pfafferodt
URL: Summary: fix tech upkeep Project: Freeciv Submitted by: syntron Submitted on: Freitag 09.04.2010 um 19:55 Category: general Severity: 3 - Normal Priority:

[Freeciv-Dev] [patch #1236] experimental ruleset

2010-04-09 Thread Matthias Pfafferodt
ersion of the ruleset. I included additional comments and plan to commit it this weekend. (file #8886) ___ Additional Item Attachment: File name: 20100409-experimental.diff Size:

[Freeciv-Dev] [patch #1598] sanitize city AI control

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1598 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15709] cleanup savegame generating

2010-04-09 Thread Matthias Pfafferodt
Update of bug #15709 (project freeciv): Category:None => general Status: Ready For Test => Fixed Open/Closed:Open => Closed

[Freeciv-Dev] [patch #1542] remove check setting_is_changeable() from setting_*_validate()

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1542 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #3: the commit messag

[Freeciv-Dev] [patch #1543] new saving of settings

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1543 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #15830] define new rulest values for tech upkeep

2010-04-09 Thread Matthias Pfafferodt
Update of bug #15830 (project freeciv): Summary: fix tech upkeep => define new rulest values for tech upkeep ___ Follow-up Comment #1: it is not a solution for bug #15807 _

[Freeciv-Dev] [patch #1561] Make API objects' fields immutable

2010-04-09 Thread Ulrik Sverdrup
Update of patch #1561 (project freeciv): Status: Ready For Test => Postponed ___ Reply to this item at: ___ Meddelande

[Freeciv-Dev] [patch #1589] struct city cleanup

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1589 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1588] cleanup struct game

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1588 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1591] dynamically allocated pcity->tile_output

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1591 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1592] dynamically allocate cm_result

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1592 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1593] cleanup city map iterators

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1593 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1594] dynamically allocate activity map within struct ai_city

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1594 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1595] move ai_city to aicity.h

2010-04-09 Thread Matthias Pfafferodt
Update of patch #1595 (project freeciv): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [patch #1609] remove duplicated settings due to the [settings] savefile section

2010-04-09 Thread Matthias Pfafferodt
URL: Summary: remove duplicated settings due to the [settings] savefile section Project: Freeciv Submitted by: syntron Submitted on: Samstag 10.04.2010 um 01:41 Category: general

[Freeciv-Dev] [patch #1506] trading updates for gtk client (+sdl, xaw)

2010-04-09 Thread Matthias Pfafferodt
Follow-up Comment #9, patch #1506 (project freeciv): > I will test this patch today, probably Did you had time to check the patch? I would like to commit at least the gtk changes. ___ Reply to this item at:

[Freeciv-Dev] [bug #15832] trunk will not compile

2010-04-09 Thread Jason Dorje Short
URL: Summary: trunk will not compile Project: Freeciv Submitted by: jdorje Submitted on: Saturday 04/10/2010 at 01:05 Category: agents Severity: 5 - Blocker Pri