Changeset 81
- Timestamp:
- 12/05/07 07:41:17 (6 years ago)
- Files:
-
- 4 edited
-
branches/openyahtzee1.7PE/openyahtzee.kdevelop (modified) (6 diffs)
-
branches/openyahtzee1.7PE/openyahtzee.kdevses (modified) (1 diff)
-
trunk/OpenYahtzee/ChangeLog (modified) (1 diff)
-
trunk/www/htdocs/news.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/openyahtzee1.7PE/openyahtzee.kdevelop
r79 r81 4 4 <author>Guy Rutenberg</author> 5 5 <email>guyrutenberg@gmail.com</email> 6 <version>1.7 </version>6 <version>1.7PE</version> 7 7 <projectmanagement>KDevAutoProject</projectmanagement> 8 8 <primarylanguage>C++</primarylanguage> … … 14 14 <projectdirectory>.</projectdirectory> 15 15 <absoluteprojectpath>false</absoluteprojectpath> 16 <description />16 <description></description> 17 17 <versioncontrol/> 18 18 </general> … … 188 188 </codecompletion> 189 189 <creategettersetter> 190 <prefixGet />190 <prefixGet></prefixGet> 191 191 <prefixSet>set</prefixSet> 192 192 <prefixVariable>m_,_</prefixVariable> … … 204 204 <kdevdebugger> 205 205 <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> 212 212 <breakonloadinglibs>true</breakonloadinglibs> 213 213 <separatetty>false</separatetty> … … 223 223 <custom>false</custom> 224 224 <bzip>false</bzip> 225 <archname />225 <archname></archname> 226 226 <appname>OpenYahtzee</appname> 227 <version>1.7 </version>228 <release />227 <version>1.7PE</version> 228 <release></release> 229 229 <vendor>Guy Rutenberg</vendor> 230 230 <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> 236 236 <devpackage>false</devpackage> 237 237 <docspackage>false</docspackage> … … 242 242 <ftpkde>false</ftpkde> 243 243 <appskde>false</appskde> 244 <url />244 <url></url> 245 245 </dist> 246 246 </kdevelop> -
branches/openyahtzee1.7PE/openyahtzee.kdevses
r80 r81 7 7 </Doc0> 8 8 <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" /> 10 10 </Doc1> 11 11 <Doc2 NumberOfViews="1" URL="file:///home/guy/workspace/openyahtzee/branches/openyahtzee1.7PE/src/HighScoreTableDB.cpp" > -
trunk/OpenYahtzee/ChangeLog
r66 r81 6 6 Open Yahtzee 1.8: 7 7 ----------------- 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. 9 11 10 12 Open Yahtzee 1.7: -
trunk/www/htdocs/news.php
r74 r81 4 4 $template->siteTitle = "Open Yahtzee - News"; 5 5 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> 8 http://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> 7 11 </div> 8 12 <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>11 13 </div> 12 14 '; … … 17 19 18 20 $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> 19 23 <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> 20 24 </div>
Note: See TracChangeset
for help on using the changeset viewer.
