Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] b28edd: Removing the "CustomTube" mesh that came from jMon...

  Branch: refs/heads/dynamic_moose_files
  Home:   https://github.com/eclipse/ice
  Commit: b28eddcac1510b6b600988c700dc5024027755e9
      https://github.com/eclipse/ice/commit/b28eddcac1510b6b600988c700dc5024027755e9
  Author: Jordan Deyton <jordan.deyton@xxxxxxxxx>
  Date:   2014-12-18 (Thu, 18 Dec 2014)

  Changed paths:
    R src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/CustomTube.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/HeatExchangerView.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/PipeView.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/ReactorMesh.java
    A src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/TubeMesh.java

  Log Message:
  -----------
  Removing the "CustomTube" mesh that came from jMonkeyEngine 2. Replaced
it with a from-scratch tube mesh that just does what we need it to do
(and also should not have buffer overflow issues).

Signed-off-by: Jordan Deyton <jordan.deyton@xxxxxxxxx>


  Commit: 7dda86f066f6f427e8faad2966ea08b2f3254860
      https://github.com/eclipse/ice/commit/7dda86f066f6f427e8faad2966ea08b2f3254860
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2014-12-18 (Thu, 18 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/TubeMesh.java

  Log Message:
  -----------
  Removed some unnecessary private methods from the new TubeMesh class.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: a3fcf8afe22ec1ca6e4a46a54b71ab620c4e1bd8
      https://github.com/eclipse/ice/commit/a3fcf8afe22ec1ca6e4a46a54b71ab620c4e1bd8
  Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
  Date:   2014-12-18 (Thu, 18 Dec 2014)

  Changed paths:
    R src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/CustomTube.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/HeatExchangerView.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/PipeView.java
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/ReactorMesh.java
    A src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/reactoreditor/plant/TubeMesh.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into dynamic_moose_files

Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/f00a21d97faa...a3fcf8afe22e

Back to the top