[stella] branch upstream updated (f6f4a16 -> 757d1b7)

Stephen Kitt skitt at moszumanska.debian.org
Mon Feb 15 16:48:54 UTC 2016


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

skitt pushed a change to branch upstream
in repository stella.

      from  f6f4a16   Imported Upstream version 4.7
       new  757d1b7   Imported Upstream version 4.7.1

The 1 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:
 Announce.txt                                       |  22 +-
 Changes.txt                                        |  33 +-
 debian/changelog                                   |   7 +
 docs/graphics/options_video_tv.png                 | Bin 8015 -> 8588 bytes
 docs/index.html                                    |  19 +-
 src/common/EventHandlerSDL2.cxx                    |  12 +-
 src/common/EventHandlerSDL2.hxx                    |   8 +-
 src/common/Version.hxx                             |   6 +-
 src/emucore/CartF8.cxx                             |   5 +-
 src/emucore/DefProps.hxx                           |  53 ++-
 src/emucore/EventHandler.cxx                       | 268 +++++++-------
 src/emucore/EventHandler.hxx                       |  16 +-
 src/emucore/EventJoyHandler.cxx                    |   8 +-
 src/emucore/FrameBuffer.cxx                        |   8 +-
 src/emucore/FrameBuffer.hxx                        |   6 +-
 src/emucore/Settings.cxx                           |   8 +-
 src/emucore/TIA.cxx                                |  72 +++-
 src/emucore/TIA.hxx                                |  11 +-
 src/emucore/stella.pro                             | 136 ++++++-
 src/gui/VideoDialog.cxx                            |  52 ++-
 src/gui/VideoDialog.hxx                            |  11 +-
 src/macosx/Info-Stella.plist                       |   2 +-
 src/macosx/stella.xcodeproj/project.pbxproj        |   7 +-
 .../evdev-joystick/80-stelladaptor-joystick.rules  |   8 +
 .../tools/evdev-joystick/License.txt               |   0
 src/tools/evdev-joystick/Makefile                  |  11 +
 src/tools/evdev-joystick/Readme.txt                |  83 +++++
 src/tools/evdev-joystick/evdev-joystick.c          | 390 +++++++++++++++++++++
 src/unix/stella.spec                               |   5 +-
 src/windows/SDL-2.0.3_Alt-Beep.diff                |  29 --
 src/windows/stella.rc                              |   8 +-
 31 files changed, 1013 insertions(+), 291 deletions(-)
 create mode 100644 src/tools/evdev-joystick/80-stelladaptor-joystick.rules
 copy License.txt => src/tools/evdev-joystick/License.txt (100%)
 create mode 100644 src/tools/evdev-joystick/Makefile
 create mode 100644 src/tools/evdev-joystick/Readme.txt
 create mode 100644 src/tools/evdev-joystick/evdev-joystick.c
 delete mode 100644 src/windows/SDL-2.0.3_Alt-Beep.diff

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



More information about the Pkg-games-commits mailing list