Revision: 1370
Author: ccanepacc
Date: Tue Mar 25 01:20:34 2014 UTC
Log: updated
cocos2d.org backup for 0.6.0
http://code.google.com/p/los-cocos/source/detail?r=1370
Modified:
/web/download.html
/web/index.html
=======================================
--- /web/download.html Mon Aug 13 03:37:57 2012 UTC
+++ /web/download.html Tue Mar 25 01:20:34 2014 UTC
@@ -29,7 +29,7 @@
The recomended version is:
</p>
<ul>
- <li><a
href="
http://los-cocos.googlecode.com/files/cocos2d-0.5.5.zip">cocos2d-0.5.5</a>
</li>
+ <li><a
href="
https://pypi.python.org/packages/source/c/cocos2d/cocos2d-0.6.0.zip#md5=7fb181a387038133fe15662c00d6cf9d">cocos2d-0.6.6</a>
</li>
</ul>
<br>
<h2><a name="old">older versions</a></h2>
@@ -39,8 +39,8 @@
<br>
<h2><a name="reqs">software requirements</a></h2>
<ul>
- <li><a href="
http://python.org">python</a> 2.6, 2.5 or 2.4 (2.4
will need ctypes and elementtree)</li>
- <li><a href="
http://pyglet.org">pyglet</a> 1.1.4 or newer</li>
+ <li><a href="
http://python.org">python</a> 2.6, 2.7 or 3.3+</li>
+ <li><a href="
http://pyglet.org">pyglet</a> 1.2 or newer</li>
<li>Linux, Mac OS/X or Windows</li>
</ul>
=======================================
--- /web/index.html Mon Aug 13 03:37:57 2012 UTC
+++ /web/index.html Tue Mar 25 01:20:34 2014 UTC
@@ -26,6 +26,13 @@
<div class="main_body">
<h2><a name="news">news</a></h2>
<ul>
+ <li><p>
+ <strong>March 24, 2014</strong>: <a
href="
https://pypi.python.org/packages/source/c/cocos2d/cocos2d-0.6.0.zip#md5=7fb181a387038133fe15662c00d6cf9d">cocos2d
0.6.0</a> available.</br>
+ Supports python 2.x and 3.x, some small new features and bugfixes.<br/>
+ See most notable changes in <a
href='
http://code.google.com/p/los-cocos/source/browse/trunk/NEWS.txt'>NEWS</a>.<br/>
+ See the changelog <a
href="
http://los-cocos.googlecode.com/svn/trunk/CHANGELOG">here.</a><br/>
+ </li></p>
+
<li><p>
<strong>August 12, 2012</strong>: <a
href="
http://los-cocos.googlecode.com/files/cocos2d-0.5.5.zip">cocos2d
0.5.5</a> available.</br>
Adds basic support for TMX maps, supports particles even in weak
hardware, fixes bugs.<br/>