Branch: refs/heads/3.1
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 180cd3a2e9b25e75855f0152fd840694d926b533
      
https://github.com/Warzone2100/warzone2100/commit/180cd3a2e9b25e75855f0152fd840694d926b533
  Author: dak180 <[email protected]>
  Date:   2012-02-28 (Tue, 28 Feb 2012)

  Changed paths:
    M macosx/Warzone.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Add the cursorselection file to the xcode project.


  Commit: 9909551b30fa96de618db3251e7e32053f56a34c
      
https://github.com/Warzone2100/warzone2100/commit/9909551b30fa96de618db3251e7e32053f56a34c
  Author: vexed <[email protected]>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M src/display.cpp

  Log Message:
  -----------
  Don't display the demolish cursor over unbuilt structures.
fixes ticket:3118


  Commit: bc65f978015b73bef462e53726ff53fcdc607d18
      
https://github.com/Warzone2100/warzone2100/commit/bc65f978015b73bef462e53726ff53fcdc607d18
  Author: vexed <[email protected]>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M src/multimenu.cpp

  Log Message:
  -----------
  Try not to allow multiple mouse presses when trying to kick people out of 
game.
closes ticket:3209


  Commit: 6cc205c48bf1c588d68d7aef56d301d9125dec6c
      
https://github.com/Warzone2100/warzone2100/commit/6cc205c48bf1c588d68d7aef56d301d9125dec6c
  Author: vexed <[email protected]>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M src/display.cpp

  Log Message:
  -----------
  Don't assume we are still in demolish mode if not a droid type that can't do 
that.
fixes ticket:2106


  Commit: 28f0503eb5619e9e376d6cde41fefc87b1e223ca
      
https://github.com/Warzone2100/warzone2100/commit/28f0503eb5619e9e376d6cde41fefc87b1e223ca
  Author: Cyp <[email protected]>
  Date:   2012-03-03 (Sat, 03 Mar 2012)

  Changed paths:
    M lib/framework/input.h

  Log Message:
  -----------
  Allow Super+click as alternative to Meta+click or Alt+click.

The Qt and SDL backends seem to call the Tux key Meta and Super, respectively. 
This
makes Tux+click work with the SDL backend.


  Commit: 6817a99991477568f0c97e3fe7146a367e9797c9
      
https://github.com/Warzone2100/warzone2100/commit/6817a99991477568f0c97e3fe7146a367e9797c9
  Author: Cyp <[email protected]>
  Date:   2012-03-04 (Sun, 04 Mar 2012)

  Changed paths:
    M src/structure.cpp

  Log Message:
  -----------
  Fix dead pointer usage following lone droids dying during repair at repair 
facility.

Despite checking for REPAIR_FACILITY::psObj->died, REPAIR_FACILITY::psObj was 
not reliably
set to NULL afterwards. This probably resulted in hard-to-reproduce desynchs.

Hopefully fixes ticket:3237.


  Commit: 3a1568d9bcaf316f417389a09d9211c753d13f09
      
https://github.com/Warzone2100/warzone2100/commit/3a1568d9bcaf316f417389a09d9211c753d13f09
  Author: Cyp <[email protected]>
  Date:   2012-03-04 (Sun, 04 Mar 2012)

  Changed paths:
    M lib/gamelib/gtime.cpp
  M lib/gamelib/gtime.h
  M src/display3d.cpp
  M src/scores.cpp
  M src/scores.h

  Log Message:
  -----------
  Show milliseconds, if game speed is set to very slow.

Useful for keeping track of game state updates when debugging. Game state 
updates happen
every 100 ms, at time 00:00.002, 00:00.102, 00:00.202, etc….


  Commit: 2665e2306f517decd64352a0e1259cce22298315
      
https://github.com/Warzone2100/warzone2100/commit/2665e2306f517decd64352a0e1259cce22298315
  Author: dak180 <[email protected]>
  Date:   2012-03-04 (Sun, 04 Mar 2012)

  Changed paths:
    M macosx/Warzone.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Add pie(state|types).h to the xcode project.


  Commit: 9d8e7ce9bc919c8d6754bbc374b98c5d3036bd05
      
https://github.com/Warzone2100/warzone2100/commit/9d8e7ce9bc919c8d6754bbc374b98c5d3036bd05
  Author: buginator <[email protected]>
  Date:   2012-03-04 (Sun, 04 Mar 2012)

  Changed paths:
    M data/base/components/weapons/trmair2.pie
  M data/base/components/weapons/trmair3.pie
  M data/base/effects/fxvulcan.pie
  M data/base/texpages/page-19-fx.png
  M data/mp/structs/trmflmrp.pie

  Log Message:
  -----------
  Muzzle flash fix for Assault Cannon & Cluster/HEAP Bomb projectile's texture 
fix
and
fix TCmask for Plasmite Flamer AA Flak Cannon Sunburst AA Rocket Array

Closes ticket:3243.

Author: Black Project

(cherry picked from commit 54646f040ac71360cefe9e847a5e3eec86c4fc7a)

Conflicts:

        data/base/components/weapons/trmair2.pie
        data/base/components/weapons/trmair3.pie
        data/base/effects/fxvulcan.pie


  Commit: f36cb966ce6effd58e1dc42e275d00fe9bd8904d
      
https://github.com/Warzone2100/warzone2100/commit/f36cb966ce6effd58e1dc42e275d00fe9bd8904d
  Author: Cyp <[email protected]>
  Date:   2012-03-04 (Sun, 04 Mar 2012)

  Changed paths:
    M src/move.cpp

  Log Message:
  -----------
  Don't waste 200 ms before droids start moving.

The droid no longer spends 100 ms changing psDroid->sMove.Status from 
MOVEWAITROUTE to
MOVENAVIGATE plus 100 ms changing from MOVENAVIGATE to MOVEPOINTTOPOINT, before 
starting
to move.

This changes the average response time of trucks to a move order from 450 ms to 
250 ms.


  Commit: 484093744dcc076f710b2e6b1b2c5f7001076f0c
      
https://github.com/Warzone2100/warzone2100/commit/484093744dcc076f710b2e6b1b2c5f7001076f0c
  Author: dak180 <[email protected]>
  Date:   2012-03-09 (Fri, 09 Mar 2012)

  Changed paths:
    M tests/Tests.xcodeproj/project.pbxproj
  M tests/configs/qslint-All.xcconfig

  Log Message:
  -----------
  Fix and reorganize dependencies for the mac builds of the tests.

Also eliminate a few useless warnings.


  Commit: d05472d8116d474f80f71f442d06bc9132e2301d
      
https://github.com/Warzone2100/warzone2100/commit/d05472d8116d474f80f71f442d06bc9132e2301d
  Author: dak180 <[email protected]>
  Date:   2012-03-09 (Fri, 09 Mar 2012)

  Changed paths:
    M macosx/Warzone.xcodeproj/project.pbxproj
  M tests/configs/Base-Tests.xcconfig
  M tests/configs/qslint-All.xcconfig

  Log Message:
  -----------
  Add qslint to the Warzone app bundle.

This should help mac modders test their scripts.

Also run the tests when making the dmgs.


  Commit: 1ef7c6c3ce9685ab926d246ab4b20e3b0e376c46
      
https://github.com/Warzone2100/warzone2100/commit/1ef7c6c3ce9685ab926d246ab4b20e3b0e376c46
  Author: dak180 <[email protected]>
  Date:   2012-03-09 (Fri, 09 Mar 2012)

  Changed paths:
    M macosx/Warzone.xcodeproj/project.pbxproj
  M tests/Tests.xcodeproj/project.pbxproj
  M tests/configs/qslint-All.xcconfig

  Log Message:
  -----------
  Get rid of useless warnings, take 2.

Xcode hates comments.


  Commit: a766d000ae64571ef5fd086921a11c4fe835f5f3
      
https://github.com/Warzone2100/warzone2100/commit/a766d000ae64571ef5fd086921a11c4fe835f5f3
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M lib/exceptionhandler/exceptionhandler.cpp

  Log Message:
  -----------
  linux: Make gdb backtrace all threads.

Refs #3228.


  Commit: e8f9fe2b2df74a9cddbfb9eacb5e6c80c2a121d0
      
https://github.com/Warzone2100/warzone2100/commit/e8f9fe2b2df74a9cddbfb9eacb5e6c80c2a121d0
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M src/multiint.h
  M src/multijoin.cpp
  M src/multiopt.cpp

  Log Message:
  -----------
  cleanup: Put bHosted into multiint.h.


  Commit: 10d6ddda22b1f99ec4a26a235696a0c2163104da
      
https://github.com/Warzone2100/warzone2100/commit/10d6ddda22b1f99ec4a26a235696a0c2163104da
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M src/multilimit.cpp

  Log Message:
  -----------
  Don't try to send limit data before hosting a game.

Fixes #3197.


  Commit: ece02364515efa7955881f43b59685b9699c68b0
      
https://github.com/Warzone2100/warzone2100/commit/ece02364515efa7955881f43b59685b9699c68b0
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M pkg/dpkg/warzone2100-data.install

  Log Message:
  -----------
  dpkg: No more mods.

Fixes #3249.


  Commit: fa90933b37f266ff0c922cfa2d044e17c9439487
      
https://github.com/Warzone2100/warzone2100/commit/fa90933b37f266ff0c922cfa2d044e17c9439487
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M lib/framework/wzglobal.h
  M pkg/dpkg/changelog
  M pkg/dpkg/control
  M pkg/dpkg/editchangelog
  M pkg/dpkg/videos/debian/changelog
  M pkg/dpkg/videos/debian/control
  M pkg/dpkg/videos/debian/copyright
  M po/Makevars
  M po/ca_ES.po
  M po/cs.po
  M po/da.po
  M po/de.po
  M po/en_GB.po
  M po/es.po
  M po/et_EE.po
  M po/fi.po
  M po/fr.po
  M po/fy.po
  M po/ga.po
  M po/hr.po
  M po/hu.po
  M po/it.po
  M po/ko.po
  M po/la.po
  M po/lt.po
  M po/nb.po
  M po/nl.po
  M po/pl.po
  M po/pt.po
  M po/pt_BR.po
  M po/ro.po
  M po/ru.po
  M po/sk.po
  M po/sl.po
  M po/tr.po
  M po/uk_UA.po
  M po/zh_CN.po
  M po/zh_TW.po

  Log Message:
  -----------
  maint: Update mailing list address.


  Commit: 0f675212dfcef36af086a48d75c63b2d197c9a34
      
https://github.com/Warzone2100/warzone2100/commit/0f675212dfcef36af086a48d75c63b2d197c9a34
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M src/baseobject.cpp

  Log Message:
  -----------
  Prevent division by zero in interpolateSpacetime().

Fixes #3037.


  Commit: e1291dc3cc27a6cc8622457a405032cb97ee1bfe
      
https://github.com/Warzone2100/warzone2100/commit/e1291dc3cc27a6cc8622457a405032cb97ee1bfe
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M src/baseobject.cpp

  Log Message:
  -----------
  cleanup: Constify and match interpolatePos and interpolateAngle.


  Commit: 0d06f9790a631615a34e335b24371662ad76e7d0
      
https://github.com/Warzone2100/warzone2100/commit/0d06f9790a631615a34e335b24371662ad76e7d0
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M src/multiplay.cpp

  Log Message:
  -----------
  Remove useless duplicate line.

Introduced in 9a005ac66ea5a3abc18a1fec004e22c187438b9d. Refs #3264.


  Commit: bc79512ed2d7791c86ef43d4d097897408327176
      
https://github.com/Warzone2100/warzone2100/commit/bc79512ed2d7791c86ef43d4d097897408327176
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M data/base/components/weapons/trmair2.pie
  M data/base/components/weapons/trmair3.pie
  M data/base/effects/fxvulcan.pie
  M data/base/texpages/page-19-fx.png
  M data/mp/structs/trmflmrp.pie
  M lib/exceptionhandler/exceptionhandler.cpp
  M lib/framework/input.h
  M lib/framework/wzglobal.h
  M lib/gamelib/gtime.cpp
  M lib/gamelib/gtime.h
  M macosx/Warzone.xcodeproj/project.pbxproj
  M pkg/dpkg/changelog
  M pkg/dpkg/control
  M pkg/dpkg/editchangelog
  M pkg/dpkg/videos/debian/changelog
  M pkg/dpkg/videos/debian/control
  M pkg/dpkg/videos/debian/copyright
  M pkg/dpkg/warzone2100-data.install
  M po/Makevars
  M po/ca_ES.po
  M po/cs.po
  M po/da.po
  M po/de.po
  M po/en_GB.po
  M po/es.po
  M po/et_EE.po
  M po/fi.po
  M po/fr.po
  M po/fy.po
  M po/ga.po
  M po/hr.po
  M po/hu.po
  M po/it.po
  M po/ko.po
  M po/la.po
  M po/lt.po
  M po/nb.po
  M po/nl.po
  M po/pl.po
  M po/pt.po
  M po/pt_BR.po
  M po/ro.po
  M po/ru.po
  M po/sk.po
  M po/sl.po
  M po/tr.po
  M po/uk_UA.po
  M po/zh_CN.po
  M po/zh_TW.po
  M src/baseobject.cpp
  M src/display.cpp
  M src/display3d.cpp
  M src/move.cpp
  M src/multiint.h
  M src/multijoin.cpp
  M src/multilimit.cpp
  M src/multimenu.cpp
  M src/multiopt.cpp
  M src/multiplay.cpp
  M src/scores.cpp
  M src/scores.h
  M src/structure.cpp
  M tests/Tests.xcodeproj/project.pbxproj
  M tests/configs/Base-Tests.xcconfig
  M tests/configs/qslint-All.xcconfig

  Log Message:
  -----------
  Merge branch 'bugfixes' into 3.1

* bugfixes: (21 commits)
  Remove useless duplicate line.
  cleanup: Constify and match interpolatePos and interpolateAngle.
  Prevent division by zero in interpolateSpacetime().
  maint: Update mailing list address.
  dpkg: No more mods.
  Don't try to send limit data before hosting a game.
  cleanup: Put bHosted into multiint.h.
  linux: Make gdb backtrace all threads.
  Get rid of useless warnings, take 2.
  Add qslint to the Warzone app bundle.
  Fix and reorganize dependencies for the mac builds of the tests.
  Don't waste 200 ms before droids start moving.
  Muzzle flash fix for Assault Cannon & Cluster/HEAP Bomb projectile's texture 
fix and fix TCmask for Plasmite Flamer AA Flak Cannon Sunburst AA Rocket Array
  Add pie(state|types).h to the xcode project.
  Show milliseconds, if game speed is set to very slow.
  Fix dead pointer usage following lone droids dying during repair at repair 
facility.
  Allow Super+click as alternative to Meta+click or Alt+click.
  Don't assume we are still in demolish mode if not a droid type that can't do 
that. fixes ticket:2106
  Try not to allow multiple mouse presses when trying to kick people out of 
game. closes ticket:3209
  Don't display the demolish cursor over unbuilt structures. fixes ticket:3118
  ...


  Commit: a0b35f76d9fcd0b1d2f9e2a03b480e65304febbe
      
https://github.com/Warzone2100/warzone2100/commit/a0b35f76d9fcd0b1d2f9e2a03b480e65304febbe
  Author: cybersphinx <[email protected]>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M pkg/dpkg/changelog

  Log Message:
  -----------
  dpkg: Update package version number for 3.1.


Compare: https://github.com/Warzone2100/warzone2100/compare/caeca03...a0b35f7
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to