Changelog


Changes in 2016


Changes in 2015


Changes in 2014


Changes in 2013


Changes in 2012


Changes in 2011


Changes in 2010


v1.205.0 on Dec/31/2009
    • Revised the capitalization of game identifiers:

      Before the Change After the Change


      BATTLEFIELD 1942
      +
      Battlefield 1942


      BATTLEFIELD 2
      +
      Battlefield 2


      BATTLEFIELD 2: EVE OF DESTRUCTION
      +
      Battlefield 2: Eve of Destruction


      BATTLEFIELD 2142
      +
      Battlefield 2142


      BATTLEFIELD 2142 - NORTHERN STRIKE
      +
      Battlefield 2142 - Northern Strike


      BATTLEFIELD HEROES
      +
      Battlefield Heroes


      BATTLEFIELD VIETNAM
      +
      Battlefield Vietnam


      BATTLEFORGE
      +
      BattleForge


      COMPANY OF HEROES: OPPOSING FRONT
      +
      Company of Heroes: Opposing Front


      CRASHDAY
      +
      Crashday


      ENEMY TERRITORY: QUAKE WARS
      +
      Enemy Territory: Quake Wars


      GUILD WARS
      +
      Guild Wars


      PARAWORLD
      +
      ParaWorld


      SUPREME COMMANDER
      +
      Supreme Commander


      TEAM FORTRESS 2
      +
      Team Fortress 2


      WAR ROCK
      +
      War Rock


      WORLD IN CONFLICT
      +
      World in Conflict
v1.204.0 on Dec/29/2009
v1.203.0 on Dec/27/2009
    • Revised the underlying XHTML code:

      Before the Change After the Change


      <table class="most_wanted">
        <thead align="left">
          ...
        </thead>
        <tbody valign="top">
          <tr class="oddrow">
            ...
          </tr>
          <tr class="evenrow">
            ...
          </tr>
          <tr class="oddrow">
            ...
          </tr>
      <table class="most_wanted">
        <thead align="left">
          ...
        </thead>
        <tbody valign="top">
          <tr class="oddrow">
            ...
          </tr>
          <tr class="evenrow">
            ...
          </tr>
          <tr class="oddrow">
            ...
          </tr>
          <tr class="evenrow">
            <td>
            </td>
            <td></td>
            <td>
            </td>
            <td style="white-space: nowrap;">
            </td>
            <td>
            </td>
          </tr>
      +
          <tr class="evenrow">
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td style="white-space: nowrap;">&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
        </tbody>
      </table>
        </tbody>
      </table>
v1.202.0 on Dec/25/2009
v1.201.0 on Dec/23/2009
v1.200.1 on Dec/20/2009
    • Fixed an indentation of text in the underlying XHTML code:

      Before the Change After the Change


      <table class="my_equipment">
        <tbody>
          <tr>
            ...
          </tr>
          ...
          <tr>
            <td>
              HDD #1 - #4
            </td>
            ...
            <td>
      <table class="my_equipment">
        <tbody>
          <tr>
            ...
          </tr>
          ...
          <tr>
            <td>
              HDD #1 - #4
            </td>
            ...
            <td>
              <p>
              High performance ...
              </p>
      +
              <p>
                High performance ...
              </p>
              ...
              <p>
                ...
              </p>
            </td>
          </tr>
          ...
          <tr>
            ...
          </tr>
        </tbody>
      </table>
              ...
              <p>
                ...
              </p>
            </td>
          </tr>
          ...
          <tr>
            ...
          </tr>
        </tbody>
      </table>
v1.200.0 on Dec/17/2009
    • Replaced

      Computer Unit (assembled within the last days of the year 2006)
      ComponentManufacturerModelComment
      HDD #1 - #3 SAMSUNG Electronics SP2504C:
      • Serial ATA 3.0GB/s interface
      • 250GB capacity
      • 8MB data buffer
      • 7200RPM
      • ...
      Keep in mind, that although in computer sciences one calculates as follows
      • 1KB = 1024 bytes
      • 1MB = 1024 x 1024 bytes
      • 1GB = 1024 x 1024 x 1024 bytes
      nowadays a HDD manufacturer calculates the capacity of a harddisk as follows
      • 1KB = 1000 bytes
      • 1MB = 1000 x 1000 bytes
      • 1GB = 1000 x 1000 x 1000 bytes

      with

      Computer Unit (assembled within the last days of the year 2006)
      ComponentManufacturerModelComment
      HDD #1 SAMSUNG Electronics SP2504C:
      • Serial ATA 3.0 GB/s interface
      • 250 GB capacity
      • 8 MB data buffer
      • 7200 RPM
      • ...

      The hard disk #1 is intended for system data, e.g. the operating system.

      HDD #2 Western Digital WD3200AAKS (WD Caviar Blue):
      • 320 GB capacity
      • 16 MB data buffer
      • 7200 RPM
      • Serial ATA 3.0 GB/s interface
      • Dual processor
      • ...

      The hard disk #2 is intended for application data, e.g. games and tools.


      The HDD was purchased on Dec/08/2009 and substituted the HDD which is now HDD #1 after the previous HDD #1 has malfunctioned.

      HDD #3 SAMSUNG Electronics SP2504C:
      • Serial ATA 3.0 GB/s interface
      • 250 GB capacity
      • 8 MB data buffer
      • 7200 RPM
      • ...

      The hard disk #3 is intended for user data, e.g. game trailers.

      .

v1.199.0 on Dec/15/2009
v1.198.0 on Dec/13/2009
    • Revised the underlying XHTML code:

      Before the Change After the Change


      <table class="my_equipment">
        <tbody>
          <tr>
      <table class="my_equipment">
        <tbody>
          <tr>
            <td colspan="4">
              Network
            </td>
      +
            <td colspan="4">Network</td>
          </tr>
          ...
        </tbody>
      </table>
          </tr>
          ...
        </tbody>
      </table>
v1.197.0 on Dec/11/2009
v1.196.0 on Dec/09/2009
v1.195.0 on Dec/05/2009
    • Added CSS rule sets as follows:

      Before the Change After the Change


      ...

      table.computer_vertical > tbody > tr > td:first-child {
        white-space: nowrap;
        background-color: #8CC6FF;
        font-weight: bold;
      }
      ...

      table.computer_vertical > tbody > tr > td:first-child {
        white-space: nowrap;
        background-color: #8CC6FF;
        font-weight: bold;
      }
      +

      table.diff {
        border-spacing: 3px;
      }

      table.diff > colgroup > col.content {
        width: 48%;
      }

      table.diff > colgroup > col.marker {
        width: 2%;
      }

      table.diff > tbody.delimiter > tr > td > hr {
        margin: 5px 0px;
      }

      table.diff > tbody.delimiter + tbody > tr > td {
        padding: 0.25em;
      }

      table.diff > tbody.delimiter + tbody > tr > td:first-child.marker {
        text-align: right;
      }

      table.diff > tbody.delimiter + tbody > tr > td:first-child.marker + td + td.marker {
        text-align: right;
      }

      table.diff > tbody.delimiter + tbody > tr.context > td.marker + td {
        background-image: url(/images/Karl_Philipp__Background_TableDiff__Context__Opacity_is_75_Percent__0032x0032.png);
      }

      table.diff > tbody.delimiter + tbody > tr.modification > td:first-child.marker + td {
        background-image: url(/images/Karl_Philipp__Background_TableDiff__Modification_Left__Opacity_is_75_Percent__0032x0032.png);
      }

      table.diff > tbody.delimiter + tbody > tr.modification > td:first-child.marker + td span.change {
        color: red;
      }

      table.diff > tbody.delimiter + tbody > tr.modification > td:first-child.marker + td + td.marker + td {
        background-image: url(/images/Karl_Philipp__Background_TableDiff__Modification_Right__Opacity_is_75_Percent__0032x0032.png);
      }

      table.diff > tbody.delimiter + tbody > tr.modification > td:first-child.marker + td + td.marker + td span.change {
        color: red;
      }

      table.diff > tbody.delimiter + tbody > tr.modification > td:first-child.marker + td + td.marker + td.empty {
        visibility: hidden;
        background-color: transparent;
      }

      table.diff > tbody.delimiter + tbody > tr.modification > td:first-child.marker + td.empty {
        visibility: hidden;
        background-color: transparent;
      }

      table.diff > thead > tr > th:first-child + th {
        padding: 0.25em;
        background-image: url(/images/Karl_Philipp__Background_TableDiff__Header__Opacity_is_75_Percent__0032x0032.png);
      }

      table.diff > thead > tr > th:first-child + th + th + th {
        padding: 0.25em;
        background-image: url(/images/Karl_Philipp__Background_TableDiff__Header__Opacity_is_75_Percent__0032x0032.png);
      }

      table.diff > thead > tr > th > span {
        font-size: 0.75em;
      }

      ul {
        padding-left: 1.5em;
      }

      ...

      ul {
        padding-left: 1.5em;
      }

      ...

Changes in November 2009

Changes in October 2009

Changes in September 2009

Changes in August 2009

Changes in July 2009

Changes in June 2009

Changes in May 2009

Changes in April 2009

Changes in March 2009

Changes in February 2009

Changes in January 2009


Changes in 2008


Changes in 2007


Changes in 2006


Return to Beginning