diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-02 07:23:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-02 07:23:09 +0000 |
commit | cd3903a24aa1972b4310828c012ec7ec3c56a653 (patch) | |
tree | 6f18ac0a631bfe1bbc345c275b799ae7a32c0325 /games-roguelike/scourge/files | |
parent | Remove xinerama USE flag and make it mandatory. A large number of application... (diff) | |
download | gentoo-2-cd3903a24aa1972b4310828c012ec7ec3c56a653.tar.gz gentoo-2-cd3903a24aa1972b4310828c012ec7ec3c56a653.tar.bz2 gentoo-2-cd3903a24aa1972b4310828c012ec7ec3c56a653.zip |
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-roguelike/scourge/files')
-rw-r--r-- | games-roguelike/scourge/files/0.10-64bit.patch | 9 | ||||
-rw-r--r-- | games-roguelike/scourge/files/digest-scourge-0.10 | 1 | ||||
-rw-r--r-- | games-roguelike/scourge/files/digest-scourge-0.8 | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/games-roguelike/scourge/files/0.10-64bit.patch b/games-roguelike/scourge/files/0.10-64bit.patch deleted file mode 100644 index 1fa565081b81..000000000000 --- a/games-roguelike/scourge/files/0.10-64bit.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- scourge/src/effect.cpp~ 2005-05-19 19:47:29.000000000 +0100 -+++ scourge/src/effect.cpp 2005-06-22 23:30:02.000000000 +0100 -@@ -520,7 +520,7 @@ - //float d = (float)(shape->getDepth() / GLShape::DIV) / 2.0; - h = (float)(shape->getHeight() / GLShape::DIV) / 3.0f; - if(h == 0) h = 0.25 / GLShape::DIV; -- sh = ((float)( abs( particle->z - particle->startZ ) / GLShape::DIV) / 3.0f); -+ sh = ((float)( abs((int)(particle->z - particle->startZ)) / GLShape::DIV) / 3.0f); - if(h == 0) h = 0.25 / GLShape::DIV; diff --git a/games-roguelike/scourge/files/digest-scourge-0.10 b/games-roguelike/scourge/files/digest-scourge-0.10 deleted file mode 100644 index d4e9634ca4fb..000000000000 --- a/games-roguelike/scourge/files/digest-scourge-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 ccd3c5f15a1c4c861b901e08e4cc990b scourge-0.10.tar.gz 23268687 diff --git a/games-roguelike/scourge/files/digest-scourge-0.8 b/games-roguelike/scourge/files/digest-scourge-0.8 deleted file mode 100644 index f103764345c2..000000000000 --- a/games-roguelike/scourge/files/digest-scourge-0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 9ee9e025f30d2c13ed6590540cd05f3e scourge-0.8.tar.gz 14054638 |