[nestopia] branch master updated (8836376 -> c02f367)
Stephen Kitt
skitt at moszumanska.debian.org
Wed Jan 13 07:50:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
skitt pushed a change to branch master
in repository nestopia.
from 8836376 Release.
new c5bc3eb Correct the version for libretro.
new 6f8f993 Imported Upstream version 1.47
new e9044ca Merge tag 'upstream/1.47'
new 6662de4 New upstream release.
new b2f8c7f Stop installing readme.html in libretro-nestopia.
new c02f367 Release.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +
AUTHORS | 5 +
Makefile | 40 +-
NstDatabase.xml | 123 +-
README.md | 2 +-
README.unix | 43 +-
changelog.txt | 57 +
debian/changelog | 12 +
debian/control | 3 +-
debian/copyright | 8 +-
debian/libretro-nestopia.docs | 1 -
debian/patches/buildflags.patch | 2 +-
debian/patches/format-security.patch | 2 +-
debian/patches/install-location.patch | 14 +-
debian/patches/libretro_version.patch | 14 +
debian/patches/series | 1 +
debian/rules | 3 +
libretro/Makefile | 403 +-
libretro/Makefile.common | 296 +
libretro/control | 10 +
libretro/jni/Android.mk | 123 +-
libretro/libretro.cpp | 355 +-
.../msvc/msvc-2003-xbox1/msvc-2003-xbox1.vcproj | 3 +
libretro/msvc/msvc-2010-360/msvc-2010-360.vcxproj | 1 +
.../msvc-2010-360/msvc-2010-360.vcxproj.filters | 3 +
libretro/msvc/msvc-2010/msvc-2010.vcxproj | 1 +
libretro/msvc/msvc-2010/msvc-2010.vcxproj.filters | 3 +
source/core/NstApu.cpp | 4 +-
source/core/NstCartridge.cpp | 2 +-
source/core/NstCartridgeInes.cpp | 7 +-
source/core/NstCpu.cpp | 3 +
source/core/NstPpu.cpp | 64 +-
source/core/NstPpu.hpp | 2 +-
source/core/api/NstApiCartridge.cpp | 2 +-
source/core/api/NstApiCartridge.hpp | 5 +
source/core/board/NstBoard.cpp | 117 +-
source/core/board/NstBoard.hpp | 9 +-
...{NstBoardSomeriTeam.hpp => NstBoardAcclaim.hpp} | 7 +-
source/core/board/NstBoardAcclaimMcAcc.cpp | 284 +
...rdTengenRambo1.hpp => NstBoardAcclaimMcAcc.hpp} | 85 +-
source/core/board/NstBoardAveNina.cpp | 28 +-
source/core/board/NstBoardMmc3.hpp | 6 +-
source/core/board/NstBoardNamcot163.cpp | 3 +-
source/core/board/NstBoardNamcot163.hpp | 3 +-
source/core/board/NstBoardSunsoftFme7.cpp | 4 +-
source/unix/audio.cpp | 10 +-
source/unix/cheats.cpp | 2 +-
source/unix/cli.cpp | 2 +-
source/unix/config.cpp | 26 +-
source/unix/config.h | 6 +
source/unix/cursor.cpp | 10 +-
source/unix/cursor.h | 2 +-
source/unix/font.h | 99 +
source/unix/gtkui/gtkui.cpp | 131 +-
source/unix/gtkui/gtkui.h | 7 +
source/unix/gtkui/gtkui_archive.cpp | 2 +-
source/unix/gtkui/gtkui_callbacks.cpp | 7 +-
source/unix/gtkui/gtkui_callbacks.h | 1 +
source/unix/gtkui/gtkui_cheats.cpp | 2 +-
source/unix/gtkui/gtkui_config.cpp | 29 +-
source/unix/gtkui/gtkui_dialogs.cpp | 30 +-
source/unix/gtkui/gtkui_dialogs.h | 2 +
source/unix/input.cpp | 276 +-
source/unix/input.h | 50 +
source/unix/main.cpp | 48 +-
source/unix/main.h | 4 +-
source/unix/png.cpp | 6136 ++++++++++++++++++++
source/unix/png.h | 1708 ++++++
source/unix/video.cpp | 518 +-
source/unix/video.h | 17 +-
70 files changed, 10522 insertions(+), 769 deletions(-)
mode change 100644 => 100755 NstDatabase.xml
delete mode 100644 debian/libretro-nestopia.docs
create mode 100644 debian/patches/libretro_version.patch
create mode 100644 libretro/Makefile.common
create mode 100644 libretro/control
copy source/core/board/{NstBoardSomeriTeam.hpp => NstBoardAcclaim.hpp} (87%)
create mode 100644 source/core/board/NstBoardAcclaimMcAcc.cpp
copy source/core/board/{NstBoardTengenRambo1.hpp => NstBoardAcclaimMcAcc.hpp} (62%)
create mode 100644 source/unix/font.h
create mode 100644 source/unix/png.cpp
create mode 100644 source/unix/png.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nestopia.git
More information about the Pkg-games-commits
mailing list