[Warzone2100-commits] [Warzone2100/warzone2100] fa67c4: Make the FetchPrebuilt script smarter about replac...

2012-04-09 Thread cybersphinx
  Branch: refs/heads/3.1
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: fa67c45c0d7f0170e03563b5dc2cab5443250537
  
https://github.com/Warzone2100/warzone2100/commit/fa67c45c0d7f0170e03563b5dc2cab5443250537
  Author: dak180 dak...@users.sourceforge.net
  Date:   2012-03-29 (Thu, 29 Mar 2012)

  Changed paths:
M macosx/configs/FetchPrebuilt.sh
  M macosx/configs/FetchSource.sh
  M macosx/configs/mkdmgs.sh

  Log Message:
  ---
  Make the FetchPrebuilt script smarter about replacing incorrect tarballs.


  Commit: 8283ac455e136631b13aee335f837c2c1bbf027a
  
https://github.com/Warzone2100/warzone2100/commit/8283ac455e136631b13aee335f837c2c1bbf027a
  Author: Cyp c...@wz2100.net
  Date:   2012-03-30 (Fri, 30 Mar 2012)

  Changed paths:
M src/move.cpp

  Log Message:
  ---
  Fix clockwise skidding.

Droids (mainly hover and VTOLs) would skid when turning anti-clockwise, but not 
when
turning clockwise.


  Commit: ea243df7c0a2f466d9edef1bebbe3c114777f054
  
https://github.com/Warzone2100/warzone2100/commit/ea243df7c0a2f466d9edef1bebbe3c114777f054
  Author: Cyp c...@wz2100.net
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
M src/loop.cpp
  M src/multiint.cpp
  M src/random.h

  Log Message:
  ---
  Synchronise game random seed randomly at game start.

The generated synchronised pseudorandom number sequence will now vary from game 
to game.


  Commit: 29966c5da299f944a0e52ab579d2b3a7ed8d3063
  
https://github.com/Warzone2100/warzone2100/commit/29966c5da299f944a0e52ab579d2b3a7ed8d3063
  Author: Cyp c...@wz2100.net
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
M lib/netplay/netplay.cpp
  M lib/netplay/netplay.h
  M src/multigifts.cpp
  M src/multigifts.h
  M src/multiopt.cpp
  M src/multiplay.cpp
  M src/multistruct.cpp
  M src/structure.cpp

  Log Message:
  ---
  Synchronise barrel and artefact placement.

Artefacts are now dropped by factories, again. Even if the structure was 
destroyed
without using debug mode.


  Commit: 7170a60c497641b6f63fc2e89f2b250d4b18a0f7
  
https://github.com/Warzone2100/warzone2100/commit/7170a60c497641b6f63fc2e89f2b250d4b18a0f7
  Author: dak180 dak...@users.sourceforge.net
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
M macosx/configs/fetchscripts/SetupPrebuiltComponents-Docs.sh

  Log Message:
  ---
  Update the mac documents package.


  Commit: 359a035b396ad143700553bbd7d6684efffabe9c
  
https://github.com/Warzone2100/warzone2100/commit/359a035b396ad143700553bbd7d6684efffabe9c
  Author: dak180 dak...@users.sourceforge.net
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
M macosx/configs/fetchscripts/Png-FetchSource.sh

  Log Message:
  ---
  Update Png to 1.5.10.


  Commit: 995d12479b349e44a7c21e9322b391eb0e69451c
  
https://github.com/Warzone2100/warzone2100/commit/995d12479b349e44a7c21e9322b391eb0e69451c
  Author: Cyp c...@wz2100.net
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
M src/multibot.cpp
  M src/multigifts.cpp
  M src/multijoin.cpp
  M src/multiplay.cpp
  M src/multiplay.h
  M src/multistruct.cpp

  Log Message:
  ---
  Avoid orders given to tanks of wrong player.


  Commit: fe80d02734c1e883344616561f05ac63bf84e1b5
  
https://github.com/Warzone2100/warzone2100/commit/fe80d02734c1e883344616561f05ac63bf84e1b5
  Author: vexed ve...@wz2100.net
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
M src/droid.cpp

  Log Message:
  ---
  Don't assert when babas burn to death, and the pointer is still in the active 
list (apsDroidLists)
or that pointer is still in use by another droid, and also clean up the 
messages and attribute them to LOG_DEATH.

refs: 3905de35cbcbf49f7bb888d5b3d8a1db4557e583


  Commit: 33842677af6b6cb591c5a3a677849eb600e10e2f
  
https://github.com/Warzone2100/warzone2100/commit/33842677af6b6cb591c5a3a677849eb600e10e2f
  Author: vexed ve...@wz2100.net
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
M src/display.cpp
  M src/display.h
  M src/feature.cpp
  M src/projectile.cpp
  M src/structure.cpp

  Log Message:
  ---
  Fix screen shake to only shake on things that are explosive by nature,
(power plants, factories, etc), and not on walls.
Change shake time to be in proportion to what was destroyed, minimal
time for features (skyscrapers), to a longer time for a laSat blast.


  Commit: f6fe0b7700c9b91905adf865fa2c661d354f5ad1
  
https://github.com/Warzone2100/warzone2100/commit/f6fe0b7700c9b91905adf865fa2c661d354f5ad1
  Author: vexed ve...@wz2100.net
  Date:   2012-03-31 (Sat, 31 Mar 2012)

  Changed paths:
M src/droid.cpp

  Log Message:
  ---
  Fix release builds, busted in fe80d02734c1e883344616561f05ac63bf84e1b5


  Commit: aaeaa4140a157341f68eb827ddbfaf1e90c4261b
  
https://github.com/Warzone2100/warzone2100/commit/aaeaa4140a157341f68eb827ddbfaf1e90c4261b
  Author: Cyp c...@wz2100.net
  Date:   

[Warzone2100-commits] [Warzone2100/warzone2100] fa67c4: Make the FetchPrebuilt script smarter about replac...

2012-03-30 Thread automerge
  Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: fa67c45c0d7f0170e03563b5dc2cab5443250537
  
https://github.com/Warzone2100/warzone2100/commit/fa67c45c0d7f0170e03563b5dc2cab5443250537
  Author: dak180 dak...@users.sourceforge.net
  Date:   2012-03-29 (Thu, 29 Mar 2012)

  Changed paths:
M macosx/configs/FetchPrebuilt.sh
  M macosx/configs/FetchSource.sh
  M macosx/configs/mkdmgs.sh

  Log Message:
  ---
  Make the FetchPrebuilt script smarter about replacing incorrect tarballs.


  Commit: d0c0bb4eab76ad8cd30c100100508b52541b3ece
  
https://github.com/Warzone2100/warzone2100/commit/d0c0bb4eab76ad8cd30c100100508b52541b3ece
  Author: automerge c...@wz2100.net
  Date:   2012-03-30 (Fri, 30 Mar 2012)

  Changed paths:
M macosx/configs/FetchPrebuilt.sh
  M macosx/configs/FetchSource.sh
  M macosx/configs/mkdmgs.sh

  Log Message:
  ---
  Merge branch 'bugfixes'


Compare: https://github.com/Warzone2100/warzone2100/compare/ce86eb6...d0c0bb4
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits


[Warzone2100-commits] [Warzone2100/warzone2100] fa67c4: Make the FetchPrebuilt script smarter about replac...

2012-03-29 Thread dak180
  Branch: refs/heads/bugfixes
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: fa67c45c0d7f0170e03563b5dc2cab5443250537
  
https://github.com/Warzone2100/warzone2100/commit/fa67c45c0d7f0170e03563b5dc2cab5443250537
  Author: dak180 dak...@users.sourceforge.net
  Date:   2012-03-29 (Thu, 29 Mar 2012)

  Changed paths:
M macosx/configs/FetchPrebuilt.sh
  M macosx/configs/FetchSource.sh
  M macosx/configs/mkdmgs.sh

  Log Message:
  ---
  Make the FetchPrebuilt script smarter about replacing incorrect tarballs.



--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Warzone2100-commits mailing list
Warzone2100-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits