Changeset 81


Ignore:
Timestamp:
05/12/2007 07:41:17 AM (5 years ago)
Author:
guyru
Message:

updated website news and fixed Open Yahtzee PE version number

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/openyahtzee1.7PE/openyahtzee.kdevelop

    r79 r81  
    44    <author>Guy Rutenberg</author> 
    55    <email>guyrutenberg@gmail.com</email> 
    6     <version>1.7</version> 
     6    <version>1.7PE</version> 
    77    <projectmanagement>KDevAutoProject</projectmanagement> 
    88    <primarylanguage>C++</primarylanguage> 
     
    1414    <projectdirectory>.</projectdirectory> 
    1515    <absoluteprojectpath>false</absoluteprojectpath> 
    16     <description/> 
     16    <description></description> 
    1717    <versioncontrol/> 
    1818  </general> 
     
    188188    </codecompletion> 
    189189    <creategettersetter> 
    190       <prefixGet/> 
     190      <prefixGet></prefixGet> 
    191191      <prefixSet>set</prefixSet> 
    192192      <prefixVariable>m_,_</prefixVariable> 
     
    204204  <kdevdebugger> 
    205205    <general> 
    206       <programargs/> 
    207       <gdbpath/> 
    208       <dbgshell/> 
    209       <configGdbScript/> 
    210       <runShellScript/> 
    211       <runGdbScript/> 
     206      <programargs></programargs> 
     207      <gdbpath></gdbpath> 
     208      <dbgshell></dbgshell> 
     209      <configGdbScript></configGdbScript> 
     210      <runShellScript></runShellScript> 
     211      <runGdbScript></runGdbScript> 
    212212      <breakonloadinglibs>true</breakonloadinglibs> 
    213213      <separatetty>false</separatetty> 
     
    223223    <custom>false</custom> 
    224224    <bzip>false</bzip> 
    225     <archname/> 
     225    <archname></archname> 
    226226    <appname>OpenYahtzee</appname> 
    227     <version>1.7</version> 
    228     <release/> 
     227    <version>1.7PE</version> 
     228    <release></release> 
    229229    <vendor>Guy Rutenberg</vendor> 
    230230    <licence>GPL</licence> 
    231     <summary/> 
    232     <group/> 
    233     <packager/> 
    234     <description/> 
    235     <changelog/> 
     231    <summary></summary> 
     232    <group></group> 
     233    <packager></packager> 
     234    <description></description> 
     235    <changelog></changelog> 
    236236    <devpackage>false</devpackage> 
    237237    <docspackage>false</docspackage> 
     
    242242    <ftpkde>false</ftpkde> 
    243243    <appskde>false</appskde> 
    244     <url/> 
     244    <url></url> 
    245245  </dist> 
    246246</kdevelop> 
  • branches/openyahtzee1.7PE/openyahtzee.kdevses

    r80 r81  
    77  </Doc0> 
    88  <Doc1 NumberOfViews="1" URL="file:///home/guy/workspace/openyahtzee/branches/openyahtzee1.7PE/src/MainFrame.cpp" > 
    9    <View0 line="279" Type="Source" /> 
     9   <View0 Type="Source" /> 
    1010  </Doc1> 
    1111  <Doc2 NumberOfViews="1" URL="file:///home/guy/workspace/openyahtzee/branches/openyahtzee1.7PE/src/HighScoreTableDB.cpp" > 
  • trunk/OpenYahtzee/ChangeLog

    r66 r81  
    66Open Yahtzee 1.8: 
    77----------------- 
    8 -Clicking on the dice sets the "keep" checkbox. 
     8- Clicking on the dice sets the "keep" checkbox. 
     9- Fixed bug #1700729 (undoing the first move of the game). 
     10- Redesigned "About" dialog box. 
    911 
    1012Open Yahtzee 1.7: 
  • trunk/www/htdocs/news.php

    r74 r81  
    44$template->siteTitle = "Open Yahtzee - News"; 
    55 
    6 $latestnews = '<div><strong>09 Feb. 2007</strong> Open Yahtzee 1.7 was released today. You can read more about the release and the new features in:<br/><a href="https://sourceforge.net/forum/forum.php?forum_id=663217">https://sourceforge.net/forum/forum.php?forum_id=663217</a> 
     6$latestnews = '<div><strong>12 May 2007</strong> Open Yahtzee PE  
     7(Portable Edition) was anounced today. for further details see:</br> 
     8http://sourceforge.net/forum/forum.php?forum_id=694892 
     9</div> 
     10<div><strong>09 Feb. 2007</strong> Open Yahtzee 1.7 was released today. You can read more about the release and the new features in:<br/><a href="https://sourceforge.net/forum/forum.php?forum_id=663217">https://sourceforge.net/forum/forum.php?forum_id=663217</a> 
    711</div> 
    812<div><strong>29 Jan. 2007</strong> The development of Open Yahtzee 1.7 is almost complete and it should be released as planned (second week of February). Meanwhile Seamus McGill designed new logo for Open Yahtzee. He also designed new dice graphics which will be incorprated in the upcoming version. 
    9 </div> 
    10 <div><strong>10 Jan. 2007</strong> Open Yahtzee 1.6 was released today. You can read more about the release and the new features in:<br/><a href="http://sourceforge.net/forum/forum.php?forum_id=653011">http://sourceforge.net/forum/forum.php?forum_id=653011</a> 
    1113</div> 
    1214'; 
     
    1719 
    1820$template->content .= ' 
     21<div><strong>10 Jan. 2007</strong> Open Yahtzee 1.6 was released today. You can read more about the release and the new features in:<br/><a href="http://sourceforge.net/forum/forum.php?forum_id=653011">http://sourceforge.net/forum/forum.php?forum_id=653011</a> 
     22</div> 
    1923<div><strong>19 Dec. 2006</strong> I released today the first package of Open Yahtzee for windows. You can find more details in:<br/><a href="http://sourceforge.net/forum/forum.php?forum_id=646283">http://sourceforge.net/forum/forum.php?forum_id=646283</a> 
    2024</div> 
Note: See TracChangeset for help on using the changeset viewer.