{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.scm.SubversionTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.warnings.WarningsResultAction"
    },
    {
      "_class" : "hudson.plugins.warnings.AggregatedWarningsResultAction"
    },
    {
      "_class" : "com.nirima.jenkins.plugins.docker.action.DockerBuildAction"
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#19",
  "duration" : 397909,
  "estimatedDuration" : 550094,
  "executor" : None,
  "fullDisplayName" : "Orxonox trunk (QC: Clang warnings) #19",
  "id" : "19",
  "keepLog" : False,
  "number" : 19,
  "queueId" : 365,
  "result" : "UNSTABLE",
  "timestamp" : 1515294445523,
  "url" : "https://www.orxonox.net/jenkins/view/Quality/job/orxonox_qc_trunk_clang/19/",
  "builtOn" : "docker-3043e08a4628",
  "changeSet" : {
    "_class" : "hudson.scm.SubversionChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "data/overlays/HUDTemplatesFPS.oxo"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11711",
        "timestamp" : 1515282886477,
        "date" : "2018-01-06T23:54:46.477523Z",
        "msg" : "[HUD_HS16] updated HUDPickupSystem also in HUDTemplatesFPS.oxo",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/data/overlays/HUDTemplatesFPS.oxo"
          }
        ],
        "revision" : 11711,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "data/gui/scripts/PickupInventory.lua"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11710",
        "timestamp" : 1515282629512,
        "date" : "2018-01-06T23:50:29.512005Z",
        "msg" : "fixed two bugs in PickupInventory.lua:\n - the update function had a messed up logic regarding the use-button in the detail window (condition was partially inverted)\n - updating the event subscription of the use-button in the detail-window doesn't seem to work - probably CEGUI doesn't like updating/changing/overriding an event while begin IN a mouse-click-event already. moving the logic to the Use/Unuse-function instead seems to work.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/data/gui/scripts/PickupInventory.lua"
          }
        ],
        "revision" : 11710,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/modules/overlays/hud/HUDPickupSystem.cc",
          "src/modules/overlays/hud/HUDPickupSystem.h"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11709",
        "timestamp" : 1515282412235,
        "date" : "2018-01-06T23:46:52.235860Z",
        "msg" : "[HUD_HS16] removed unused function",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/overlays/hud/HUDPickupSystem.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/overlays/hud/HUDPickupSystem.h"
          }
        ],
        "revision" : 11709,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/modules/overlays/hud/HUDPickupSystem.cc",
          "src/modules/overlays/hud/HUDPickupSystem.h",
          "src/modules/pickup/PickupManager.cc",
          "src/modules/pickup/PickupManager.h",
          "src/modules/pickup/PickupPrereqs.h",
          "src/orxonox/controllers/ActionpointController.h"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11708",
        "timestamp" : 1515258473106,
        "date" : "2018-01-06T17:07:53.106117Z",
        "msg" : "[HUD_HS16] fixed issue that the hud shows pickups of ALL players/bots instead of just the own spaceship. fixed this by comparing objectIDs\nnote: network calls currently support only 5 arguments, so I removed representationObjectId which doesn't seem to be used (neither in C++ nor in Lua)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/overlays/hud/HUDPickupSystem.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/overlays/hud/HUDPickupSystem.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/pickup/PickupManager.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/pickup/PickupManager.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/pickup/PickupPrereqs.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/orxonox/controllers/ActionpointController.h"
          }
        ],
        "revision" : 11708,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "src/modules/pickup/PickupSpawner.cc"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11707",
        "timestamp" : 1515252858515,
        "date" : "2018-01-06T15:34:18.515081Z",
        "msg" : "fixed nullptr access when two pawns trigger a pickup-spawner at the same time (for the second pawn in the list, the pickup is already nullptr -> crash)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/pickup/PickupSpawner.cc"
          }
        ],
        "revision" : 11707,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "data/levels/pickups.oxw",
          "data/overlays/HUDPickupTemplate.oxo",
          "data/overlays/HUDTemplates3.oxo"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11706",
        "timestamp" : 1515248869442,
        "date" : "2018-01-06T14:27:49.442511Z",
        "msg" : "[HUD_HS16] pickups are now always shown in hud, but much smaller. removed HUDPickupTemplate.oxo",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/data/levels/pickups.oxw"
          },
          {
            "editType" : "delete",
            "file" : "/code/trunk/data/overlays/HUDPickupTemplate.oxo"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/data/overlays/HUDTemplates3.oxo"
          }
        ],
        "revision" : 11706,
        "user" : "Fabian Landau"
      },
      {
        "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry",
        "affectedPaths" : [
          "data/overlays/HUDPickupTemplate.oxo",
          "data/overlays/HUDTemplates3.oxo",
          "src/modules/overlays/OverlaysPrereqs.h",
          "src/modules/overlays/hud/CMakeLists.txt",
          "src/modules/overlays/hud/HUDPickupItem.cc",
          "src/modules/overlays/hud/HUDPickupItem.h",
          "src/modules/overlays/hud/HUDPickupSystem.cc",
          "src/modules/overlays/hud/HUDPickupSystem.h"
        ],
        "author" : {
          "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
          "fullName" : "Fabian Landau"
        },
        "commitId" : "11705",
        "timestamp" : 1515248006473,
        "date" : "2018-01-06T14:13:26.473135Z",
        "msg" : "[HUD_HS16] removed HUDPickupItem as it is not really necessary (it's just an ogre overlay). also fixed several memory-leaks and some issues with positioning and visibility of the pickup items",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "/code/trunk/data/overlays/HUDPickupTemplate.oxo"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/data/overlays/HUDTemplates3.oxo"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/overlays/OverlaysPrereqs.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/overlays/hud/CMakeLists.txt"
          },
          {
            "editType" : "delete",
            "file" : "/code/trunk/src/modules/overlays/hud/HUDPickupItem.cc"
          },
          {
            "editType" : "delete",
            "file" : "/code/trunk/src/modules/overlays/hud/HUDPickupItem.h"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/overlays/hud/HUDPickupSystem.cc"
          },
          {
            "editType" : "edit",
            "file" : "/code/trunk/src/modules/overlays/hud/HUDPickupSystem.h"
          }
        ],
        "revision" : 11705,
        "user" : "Fabian Landau"
      }
    ],
    "kind" : "svn",
    "revisions" : [
      {
        "module" : "http://svn.orxonox.net/game/code/trunk",
        "revision" : 11711
      }
    ]
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://www.orxonox.net/jenkins/user/fvultier",
      "fullName" : "fvultier"
    },
    {
      "absoluteUrl" : "https://www.orxonox.net/jenkins/user/landauf",
      "fullName" : "Fabian Landau"
    },
    {
      "absoluteUrl" : "https://www.orxonox.net/jenkins/user/patricwi",
      "fullName" : "patricwi"
    }
  ]
}