[Bf-blender-cvs] CVS commit: blender/source/gameengine/GamePlayer/ghost GPG_Application.cpp GPG_Application.h GPG_ghost.cpp

Kester Maddock Christopher.Maddock.1 at uni.massey.ac.nz
Wed Dec 1 09:35:39 CET 2004


kester (Kester Maddock) 2004/12/01 09:35:38 CET

  Modified files:
    blender/source/gameengine/GamePlayer/ghost GPG_Application.cpp 
                                               GPG_Application.h 
                                               GPG_ghost.cpp 
  
  Log:
  .scr patch (from Raymond Penners)
  
  - The patch only alters files in: blender/source/gameengine/GamePlayer/ghost
  
  - Any blenderplayer.exe (with the patch applied) can be renamed into
  something.scr, and it will behave as a Windows screen saver.
  (Right-click the .scr file, and select "Install". Then, it will appear
  in the screen saver properties dialog part of the display settings,
  including small preview et al).
  
  - The screen saving functionality does not affect the executable when
  it is NOT named .scr
  
  - The screen saver automatically exits when the mouse/keyboard is
  moved/pressed. There is no more need to wrap blenderplayer.exe into a
  bat file and use python quit controllers, or whatever else is
  suggested at http://download.blender.org/documentation/oldsite/oldsite.blender3d.org/181_Blender%20news%20haloParty.html
  
  - It has been currently been tested to work Windows XP
  
  Revision  Changes    Path
  1.13      +133 -1    blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/GamePlayer/ghost/GPG_Application.cpp.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>
  1.8       +10 -1     blender/source/gameengine/GamePlayer/ghost/GPG_Application.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/GamePlayer/ghost/GPG_Application.h.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>
  1.15      +112 -7    blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp.diff?r1=1.14&r2=1.15&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list