[mupen64plus-video-glide64] 146/172: Imported Upstream version 2.0.0

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:12:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-glide64.

commit ed6cdfc8748db9d7e9c84d8a535a0803e4a90e0d
Author: Sven Eckelmann <sven at narfation.org>
Date:   Fri Jul 5 21:56:40 2013 +0200

    Imported Upstream version 2.0.0
---
 .hg_archival.txt | 5 +++++
 .hgignore        | 4 ++++
 .hgtags          | 3 +++
 src/TexLoad.h    | 1 -
 src/m64p.h       | 2 +-
 5 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.hg_archival.txt b/.hg_archival.txt
new file mode 100644
index 0000000..65a7e8e
--- /dev/null
+++ b/.hg_archival.txt
@@ -0,0 +1,5 @@
+repo: 1ca5bfa2b616087c899c935020268b5163d95703
+node: 6d1671ee8a6655eeb642fa4c6b7616729909b360
+branch: default
+latesttag: 2.0.0
+latesttagdistance: 1
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..b879817
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,4 @@
+syntax: regexp
+
+^projects/unix/_obj/
+^projects/unix/mupen64plus-video-glide64.so$
diff --git a/.hgtags b/.hgtags
new file mode 100644
index 0000000..c5464f8
--- /dev/null
+++ b/.hgtags
@@ -0,0 +1,3 @@
+0c33ceb533bc62de11d468522798e887e7564118 1.99.4
+28a2ec2ca14c8fd2a9838c904a32ee996b66f8a0 1.99.5
+309bb7dc0e32564af02b301273318352075ed749 2.0.0
diff --git a/src/TexLoad.h b/src/TexLoad.h
index fc7ac64..e715ee5 100644
--- a/src/TexLoad.h
+++ b/src/TexLoad.h
@@ -45,7 +45,6 @@
 
 DWORD LoadNone (unsigned char * dst, unsigned char * src, int wid_64, int height, int line, int real_width, int tile)
 {
-    memset (texture, 0xFF, sizeof(texture));
     return GR_TEXFMT_ARGB_1555;
 }
 
diff --git a/src/m64p.h b/src/m64p.h
index 39573e0..5568d65 100755
--- a/src/m64p.h
+++ b/src/m64p.h
@@ -31,7 +31,7 @@
 #include <stdio.h>
 
 #define PLUGIN_NAME              "Glide64 Video Plugin"
-#define PLUGIN_VERSION           0x016305
+#define PLUGIN_VERSION           0x020000
 #define VIDEO_PLUGIN_API_VERSION 0x020200
 #define CONFIG_API_VERSION       0x020000
 #define VIDEXT_API_VERSION       0x030000

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git



More information about the Pkg-games-commits mailing list