[Warzone2100-commits] [Warzone2100/warzone2100] 8b5e60: Save our openGL info so we can write it out.

2012-03-18 Thread cybersphinx
  Branch: refs/heads/3.1
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 8b5e6039edd4f16b76d9aa53cd289c7755c1e1a5
  
https://github.com/Warzone2100/warzone2100/commit/8b5e6039edd4f16b76d9aa53cd289c7755c1e1a5
  Author: vexed 
  Date:   2012-03-17 (Sat, 17 Mar 2012)

  Changed paths:
M lib/framework/debug.cpp
  M lib/ivis_opengl/screen.cpp
  M lib/ivis_opengl/screen.h
  M src/display3d.cpp
  M src/game.cpp
  M src/scores.cpp
  M src/scores.h

  Log Message:
  ---
  Save our openGL info so we can write it out.
Save game version / time / openGL stats / and misc. other things
that we can use to debug issues to a gameinfo.ini (in savegames)
or WZdebuginfo.txt (on fatal errors) file that can be easily
uploaded to us.


  Commit: cf319509b8fa00f95dac2a1f1caf4e42b75f8bc1
  
https://github.com/Warzone2100/warzone2100/commit/cf319509b8fa00f95dac2a1f1caf4e42b75f8bc1
  Author: NanoTech 
  Date:   2012-03-17 (Sat, 17 Mar 2012)

  Changed paths:
M lib/framework/cocoa_wrapper.h
  M lib/framework/cocoa_wrapper.mm
  M lib/framework/debug.cpp

  Log Message:
  ---
  Simplify the OS X crash dialog.

With the option to automatically open relevant
directories and the new ticket page.


  Commit: 99e665b7dc226d0cf577d19f3f6aaf3a37e5c9d1
  
https://github.com/Warzone2100/warzone2100/commit/99e665b7dc226d0cf577d19f3f6aaf3a37e5c9d1
  Author: cybersphinx 
  Date:   2012-03-18 (Sun, 18 Mar 2012)

  Changed paths:
M pkg/dpkg/control

  Log Message:
  ---
  dpkg: Explicitly depend on xmlto.

The asciidoc package only recommends it, but it's needed to create the
manpage.


  Commit: 952f62a87bae585472556f315157b51098c68dcc
  
https://github.com/Warzone2100/warzone2100/commit/952f62a87bae585472556f315157b51098c68dcc
  Author: cybersphinx 
  Date:   2012-03-18 (Sun, 18 Mar 2012)

  Changed paths:
M po/es.po

  Log Message:
  ---
  Spanish translation update by Saberuneko.

Closes #3335.


  Commit: 684864543b705661ece44dd82d090ce513a0d7e3
  
https://github.com/Warzone2100/warzone2100/commit/684864543b705661ece44dd82d090ce513a0d7e3
  Author: cybersphinx 
  Date:   2012-03-18 (Sun, 18 Mar 2012)

  Changed paths:
M ChangeLog

  Log Message:
  ---
  Update ChangeLog.


  Commit: 77ad00bb4d8e9618139e946745fda284ed727f8b
  
https://github.com/Warzone2100/warzone2100/commit/77ad00bb4d8e9618139e946745fda284ed727f8b
  Author: cybersphinx 
  Date:   2012-03-18 (Sun, 18 Mar 2012)

  Changed paths:
M ChangeLog
  M lib/framework/cocoa_wrapper.h
  M lib/framework/cocoa_wrapper.mm
  M lib/framework/debug.cpp
  M lib/ivis_opengl/screen.cpp
  M lib/ivis_opengl/screen.h
  M pkg/dpkg/control
  M po/es.po
  M src/display3d.cpp
  M src/game.cpp
  M src/scores.cpp
  M src/scores.h

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

* bugfixes:
  Update ChangeLog.
  Spanish translation update by Saberuneko.
  dpkg: Explicitly depend on xmlto.
  Simplify the OS X crash dialog.
  Save our openGL info so we can write it out. Save game version / time / 
openGL stats / and misc. other things that we can use to debug issues to a 
gameinfo.ini (in savegames) or WZdebuginfo.txt (on fatal errors) file that can 
be easily uploaded to us.


Compare: https://github.com/Warzone2100/warzone2100/compare/c9529ec...77ad00b
--
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] 8b5e60: Save our openGL info so we can write it out.

2012-03-18 Thread automerge
  Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 8b5e6039edd4f16b76d9aa53cd289c7755c1e1a5
  
https://github.com/Warzone2100/warzone2100/commit/8b5e6039edd4f16b76d9aa53cd289c7755c1e1a5
  Author: vexed 
  Date:   2012-03-17 (Sat, 17 Mar 2012)

  Changed paths:
M lib/framework/debug.cpp
  M lib/ivis_opengl/screen.cpp
  M lib/ivis_opengl/screen.h
  M src/display3d.cpp
  M src/game.cpp
  M src/scores.cpp
  M src/scores.h

  Log Message:
  ---
  Save our openGL info so we can write it out.
Save game version / time / openGL stats / and misc. other things
that we can use to debug issues to a gameinfo.ini (in savegames)
or WZdebuginfo.txt (on fatal errors) file that can be easily
uploaded to us.


  Commit: cf319509b8fa00f95dac2a1f1caf4e42b75f8bc1
  
https://github.com/Warzone2100/warzone2100/commit/cf319509b8fa00f95dac2a1f1caf4e42b75f8bc1
  Author: NanoTech 
  Date:   2012-03-17 (Sat, 17 Mar 2012)

  Changed paths:
M lib/framework/cocoa_wrapper.h
  M lib/framework/cocoa_wrapper.mm
  M lib/framework/debug.cpp

  Log Message:
  ---
  Simplify the OS X crash dialog.

With the option to automatically open relevant
directories and the new ticket page.


  Commit: ba99a063fd21d31f7920839301fadd67c45cc0d9
  
https://github.com/Warzone2100/warzone2100/commit/ba99a063fd21d31f7920839301fadd67c45cc0d9
  Author: automerge 
  Date:   2012-03-18 (Sun, 18 Mar 2012)

  Changed paths:
M lib/framework/cocoa_wrapper.h
  M lib/framework/cocoa_wrapper.mm
  M lib/framework/debug.cpp
  M lib/ivis_opengl/screen.cpp
  M lib/ivis_opengl/screen.h
  M src/display3d.cpp
  M src/game.cpp
  M src/scores.cpp
  M src/scores.h

  Log Message:
  ---
  Merge branch 'bugfixes'


Compare: https://github.com/Warzone2100/warzone2100/compare/6c73cd9...ba99a06
--
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] 8b5e60: Save our openGL info so we can write it out.

2012-03-17 Thread vexed
  Branch: refs/heads/bugfixes
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: 8b5e6039edd4f16b76d9aa53cd289c7755c1e1a5
  
https://github.com/Warzone2100/warzone2100/commit/8b5e6039edd4f16b76d9aa53cd289c7755c1e1a5
  Author: vexed 
  Date:   2012-03-17 (Sat, 17 Mar 2012)

  Changed paths:
M lib/framework/debug.cpp
  M lib/ivis_opengl/screen.cpp
  M lib/ivis_opengl/screen.h
  M src/display3d.cpp
  M src/game.cpp
  M src/scores.cpp
  M src/scores.h

  Log Message:
  ---
  Save our openGL info so we can write it out.
Save game version / time / openGL stats / and misc. other things
that we can use to debug issues to a gameinfo.ini (in savegames)
or WZdebuginfo.txt (on fatal errors) file that can be easily
uploaded to us.



--
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