[Freeciv-Dev] [patch #2477] [transport09] use pointer for transported units (server/common)

2011-10-30 Thread Matthias Pfafferodt

Update of patch #2477 (project freeciv):

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


___

Reply to this item at:

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

___
  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 #2477] [transport09] use pointer for transported units (server/common)

2011-10-25 Thread Matthias Pfafferodt

Update of patch #2477 (project freeciv):

 Assigned to:None = syntron

___

Follow-up Comment #3:

rebased patch

changes 20111020:

* fix comment
* fix allied units on transporters


(file #14250)
___

Additional Item Attachment:

File name: 0001-use-pointer-for-transported-units-server-common.patch Size:52
KB


___

Reply to this item at:

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

___
  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 #2477] [transport09] use pointer for transported units (server/common)

2011-08-19 Thread Matthias Pfafferodt

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

rebased patch; changes:

* move cleanup of unit_move() to another patch
* add unit_transported() function as simplified unit_transport_get()

(file #13922)
___

Additional Item Attachment:

File name:
20110819-transport01-use-pointer-for-transported-units-server-common.patch
Size:52 KB


___

Reply to this item at:

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

___
  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 #2477] [transport09] use pointer for transported units (server/common)

2011-02-18 Thread Matthias Pfafferodt

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

updated patch:

* autogame test (first move transported units and then the transporter)
* fix wrong '==' in advmilitary.c; should be '='
* cleanup a check in aiunit.c

there are still differences in autogames; this needs further investigations
...

(file #12483)
___

Additional Item Attachment:

File name: 20110218-use-pointer-for-transported-units-server-common.patch
Size:64 KB


___

Reply to this item at:

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

___
  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 #2477] [transport09] use pointer for transported units (server/common)

2011-02-04 Thread Matthias Pfafferodt

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

 Summary: [transport09] use pointer for transported units
(server/common)
 Project: Freeciv
Submitted by: syntron
Submitted on: Fr 04 Feb 2011 17:44:01 CET
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.4.0

___

Details:

* add unit-transporter (transporter for the unit)
* add a list of transported units (unit-transporting)
* accessor functions:
  - bool unit_transport_load(pcargo, ptrans)
  - bool unit_transport_unload(pcargo, ptrans)
  - struct unit *unit_transport_get(pcargo)
  - struct unit_list *unit_transport_cargo(ptrans)
* move moving of transported units into unit_move_transported() which is
called recursivly
* cleanup the function unit_move()



___

File Attachments:


---
Date: Fr 04 Feb 2011 17:44:01 CET  Name:
20110204-transport09-use-pointer-for-transported-units-server-common.patch.bz2
 Size: 13kB   By: syntron

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

___

Reply to this item at:

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

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


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