[74975] users/ryandesign/ports/games/PlasmaClient

ryandesign at macports.org ryandesign at macports.org
Mon Jan 10 03:03:49 PST 2011


Revision: 74975
          http://trac.macports.org/changeset/74975
Author:   ryandesign at macports.org
Date:     2011-01-10 03:03:42 -0800 (Mon, 10 Jan 2011)
Log Message:
-----------
PlasmaClient: update to 382

Modified Paths:
--------------
    users/ryandesign/ports/games/PlasmaClient/Portfile
    users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff

Modified: users/ryandesign/ports/games/PlasmaClient/Portfile
===================================================================
--- users/ryandesign/ports/games/PlasmaClient/Portfile	2011-01-10 10:16:06 UTC (rev 74974)
+++ users/ryandesign/ports/games/PlasmaClient/Portfile	2011-01-10 11:03:42 UTC (rev 74975)
@@ -6,7 +6,7 @@
 
 name                        PlasmaClient
 epoch                       1
-version                     0.0.3-372
+version                     0.0.3-382
 categories                  games
 platforms                   darwin
 maintainers                 ryandesign
@@ -23,7 +23,7 @@
 
 fetch.type                  hg
 hg.url                      http://uru.zrax.net/hg/plasmaclient
-hg.tag                      5a1b06acfa7a
+hg.tag                      d2a5d5337985
 
 depends_lib                 port:bullet \
                             port:python26 \
@@ -53,7 +53,6 @@
 post-extract {
     reinplace "s|\r||g" ${worksrcpath}/win32dist/readme.rtf \
                         ${worksrcpath}/main.cpp \
-                        ${worksrcpath}/PCAvatarMgr.cpp \
                         ${worksrcpath}/PCAvatarMgr.h
 }
 

Modified: users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff
===================================================================
--- users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff	2011-01-10 10:16:06 UTC (rev 74974)
+++ users/ryandesign/ports/games/PlasmaClient/files/patch-undo-372.diff	2011-01-10 11:03:42 UTC (rev 74975)
@@ -9,7 +9,7 @@
      PCFontMgr.cpp
      PCGlobals.cpp
      PCKi.cpp
-@@ -65,7 +64,6 @@
+@@ -66,7 +65,6 @@
  set(PC_HDRS
      PCAgeMgr.h
      PCAvatarMgr.h
@@ -19,7 +19,7 @@
      PCKi.h
 --- PCAvatarMgr.cpp	2011-01-07 07:26:45.000000000 -0600
 +++ PCAvatarMgr.cpp	2011-01-07 07:26:10.000000000 -0600
-@@ -336,42 +336,6 @@
+@@ -377,42 +377,6 @@
    avatar_bcast_timer = SDL_AddTimer(1000, avatarBcastCallback, 0);
  }
  
@@ -62,7 +62,7 @@
  void PCAvatarMgr::sendInputStateMsg()
  {
    // plAvatarInputStateMsg targets the avatar's plArmatureLODMod.
-@@ -503,12 +467,12 @@
+@@ -544,12 +508,12 @@
    pcGameClient::instance().propagateMessage(&loadClone);
  }
  
@@ -77,7 +77,7 @@
  }
  
  //=============================================
-@@ -661,8 +625,3 @@
+@@ -702,8 +666,3 @@
  {
    return (clones[local_avatar]->getInvZSpeed());
  }
@@ -96,7 +96,7 @@
  
  #include "Math/hsGeometry3.h"
  #include "Math/hsMatrix44.h"
-@@ -61,7 +60,6 @@
+@@ -63,7 +62,6 @@
    unsigned int getLocalPlayer() const { return local_player; }
    void warpLocalAvatar(hsMatrix44& mat);
    void updateInputState(SDLKey key, bool keydown);
@@ -104,7 +104,7 @@
    const plKey& getLocalAvatar() const { return local_avatar; }
  
    // Functions to propagate local state across the network
-@@ -71,7 +69,7 @@
+@@ -73,7 +71,7 @@
    void sendClothingSdl();
  
    // This function should be called once every physics frame
@@ -113,7 +113,7 @@
  
    // misc. functions
    bool isPlayerSet() { return local_avatar->getClonePlayerID() != 0; }
-@@ -86,7 +84,6 @@
+@@ -88,7 +86,6 @@
    void enableLocalAvatarInvZSpeed();
    void disableLocalAvatarInvZSpeed();
    bool getLocalAvatarInvZSpeed();
@@ -526,7 +526,7 @@
                    break;
                  case SDLK_s:
                    pcRenderer::instance().setLookUDAngle(0.);
-@@ -460,7 +434,7 @@
+@@ -461,7 +435,7 @@
        }
      }
      double t = getTimeDiff();
@@ -534,10 +534,10 @@
 +    PCAvatarMgr::instance().updateAvatarPhysics();
      PCPhysMgr::instance().step(t);
      pcRenderer::instance().drawScene();
-     if(drawphysics)
+     switch (drawphysics) {
 --- singletons/pcClient.cpp	2011-01-07 07:26:45.000000000 -0600
 +++ singletons/pcClient.cpp	2011-01-07 07:26:10.000000000 -0600
-@@ -360,10 +360,6 @@
+@@ -376,10 +376,6 @@
    } else if(cmd.startsWith("deMode",true)) {
      deMode = cmd.afterFirst(' ').toInt();
      return (true);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110110/3e178fe7/attachment.html>


More information about the macports-changes mailing list