Changelog


Changes in 2016


Changes in 2015


Changes in 2014


Changes in 2013


Changes in 2012


Changes in 2011


Changes in 2010


Changes in December 2009

Changes in November 2009

Changes in October 2009

Changes in September 2009

Changes in August 2009

Changes in July 2009


v1.141.0 on Jun/30/2009
    • Revised the underlying XHTML code of the changelog entry made on Oct/12/2008:

      Before the Change After the Change
      <table class="gamers_resources" style="margin: 0.5em;">
        <tbody class="level1">
          ...
        </tbody>
        <tbody class="level2">
          <tr>
            ...
          </tr>
          <tr id="GR_GAME_TEAM_FORTRESS_2" class="oddrow">
            <td>
              ...
            </td>
            <td>
              <div onclick="ShowDescription(this)">
                ...
              </div>
              <div class="desc">
                ...
              </div>
            </td>
          </tr>
        </tbody>
      </table>
      <table class="gamers_resources" style="margin: 0.5em;">
        <tbody class="level1">
          ...
        </tbody>
        <tbody class="level2">
          <tr>
            ...
          </tr>
          <tr id="GR_GAME_TEAM_FORTRESS_2" class="oddrow">
            <td>
              ...
            </td>
            <td>
              <div>
                ...
              </div>
              <div class="desc">
                ...
              </div>
            </td>
          </tr>
        </tbody>
      </table>
v1.139.0 on Jun/25/2009
    • Revised the content:

      Before the Change After the Change

      ... to play team-oriented multiplayer shooters with only low potential of violence. ...

      ... to play multiplayer shooters focused on teamwork and collaboration. ...

v1.138.0 on Jun/23/2009
    • Revised the underlying XHTML code of the changelog entry made on Mar/31/2009:

      Before the Change After the Change
      <table class="gamers_resources" style="margin: 0.5em;">
        <tbody class="level1">
          ...
        </tbody>
        <tbody class="level2">
          <tr>
            ...
          </tr>
          <tr id="GR_GAME_ENEMY_TERRITORY_QUAKE_WARS" class="oddrow">
            <td>
              ...
            </td>
            <td>
              <div onclick="ShowDescription(this)">
                ...
              </div>
              <div class="desc">
                ...
              </div>
            </td>
          </tr>
        </tbody>
      </table>
      <table class="gamers_resources" style="margin: 0.5em;">
        <tbody class="level1">
          ...
        </tbody>
        <tbody class="level2">
          <tr>
            ...
          </tr>
          <tr id="GR_GAME_ENEMY_TERRITORY_QUAKE_WARS" class="oddrow">
            <td>
              ...
            </td>
            <td>
              <div>
                ...
              </div>
              <div class="desc">
                ...
              </div>
            </td>
          </tr>
        </tbody>
      </table>
v1.137.0 on Jun/20/2009
    • Transferred the JavaScript code in a namespace called tp by means of an object container:

      Before the Change After the Change
      var lastSelectedResourceElement = null;
      var lastSelectedResourceElement_DescriptionShown = null;

      function AddClassToTableElement() {
          ...
      }

      function SelectResource(obj) {
          ...
      }

      function ShowDescription(obj) {
          ...
      }
      var tp = {
          lastSelectedResourceElement : null,
          lastSelectedResourceElement_DescriptionShown : null,

          AddClassToTableElement : function () {
              ...
          },

          SelectResource : function (obj) {
              ...
          },

          ShowDescription : function (obj) {
              ...
          }
      }
v1.136.0 on Jun/18/2009
v1.135.1 on Jun/16/2009
v1.134.0 on Jun/11/2009
    • Revised the content:

      Before the Change After the Change

      ...

      I strongly recommend the use of a reasonably modern browser. The chances are that the Web browsers

      are compliant with this Web site.

      Bear in mind that the vendors of the browsers Epiphany, Firefox, and Opera already started to implement essential parts of CSS 2.1 before Steve Ballmer could perform the so-called Microsoft Dance:

      ...

      Although the Internet Explorer v7.0 is not my favorite browser and has still some annoying bugs regarding CSS 2.1 (that is in spring 2007) I am keen that at least this Microsoft browser renders the Web pages without any problems in the near future.

      ...

      I strongly recommend the use of a reasonably modern browser. The following Web browsers pass the Acid2 test and are considered nearly to be conform to CSS 2.1:

      In the most cases the matured and mostly discontinued Web browsers

      provides a satisfying rendering of the pages of this Web site too.

      Bear in mind that the vendors of the browsers Firefox and Opera already started to implement essential parts of CSS 2.1 before Steve Ballmer could perform the so-called Microsoft Dance:

      ...

      With the release of the browser Internet Explorer v8.0 I abandon the objective to integrate specific code that enables the browser Internet Explorer v7.x with its annoying bugs regarding CSS 2.1 (that is in spring 2007) to render the Web pages without any problems: Microsoft's Internet Explorer v8.0 is available at least for the same Windows versions as the browser Internet Explorer v7.0.

v1.133.0 on Jun/09/2009
v1.132.0 on Jun/06/2009
v1.131.1 on Jun/02/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