[stella] branch upstream updated (a9a4a0a -> 74ed136)

Stephen Kitt skitt at moszumanska.debian.org
Mon Aug 21 07:19:43 UTC 2017


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

skitt pushed a change to branch upstream
in repository stella.

      from  a9a4a0a   New upstream version 5.0.1
       new  74ed136   New upstream version 5.0.2

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                                        |  42 +++-
 Makefile                                           |   2 +-
 debian/changelog                                   |   7 +
 docs/graphics/cheat.png                            | Bin 4048 -> 4140 bytes
 docs/graphics/debugger_tiatab.png                  | Bin 15637 -> 14655 bytes
 docs/graphics/eventmapping.png                     | Bin 7823 -> 8495 bytes
 docs/graphics/eventmapping_combo.png               | Bin 4129 -> 3445 bytes
 docs/graphics/eventmapping_devsports.png           | Bin 9253 -> 8996 bytes
 docs/graphics/eventmapping_remap.png               | Bin 6803 -> 7995 bytes
 docs/graphics/launcher_filter.png                  | Bin 2881 -> 2029 bytes
 docs/graphics/launcher_options_files.png           | Bin 5630 -> 5921 bytes
 docs/graphics/launcher_options_snapshots.png       | Bin 6454 -> 5988 bytes
 docs/graphics/launcher_override.png                | Bin 9058 -> 8152 bytes
 docs/graphics/logs.png                             | Bin 12114 -> 10758 bytes
 docs/graphics/options_audio.png                    | Bin 3076 -> 3163 bytes
 docs/graphics/options_debugger.png                 | Bin 5369 -> 4853 bytes
 docs/graphics/options_gameinfo.png                 | Bin 7429 -> 6561 bytes
 docs/graphics/options_input.png                    | Bin 6807 -> 0 bytes
 docs/graphics/options_misc.png                     | Bin 3976 -> 3992 bytes
 docs/graphics/options_ui.png                       | Bin 4413 -> 4743 bytes
 docs/graphics/options_video.png                    | Bin 7699 -> 8226 bytes
 docs/graphics/options_video_dbgcolors.png          | Bin 5744 -> 5796 bytes
 docs/graphics/options_video_tv.png                 | Bin 9534 -> 9238 bytes
 docs/graphics/rom_browser.png                      | Bin 10200 -> 8692 bytes
 docs/graphics/romaudit.png                         | Bin 3317 -> 3465 bytes
 docs/index.html                                    |  35 ++-
 src/common/SoundSDL2.cxx                           |  13 +-
 src/common/SoundSDL2.hxx                           |   5 +-
 src/common/Version.hxx                             |   4 +-
 src/common/bspf.hxx                                |   8 +-
 src/common/tv_filters/AtariNTSC.cxx                | 257 ++++++++++++++++++---
 src/common/tv_filters/AtariNTSC.hxx                |  42 +++-
 src/common/tv_filters/NTSCFilter.hxx               |  15 ++
 src/debugger/DebuggerParser.cxx                    |  52 ++---
 src/debugger/DebuggerParser.hxx                    |   8 +-
 src/debugger/DiStella.cxx                          |  12 +-
 src/debugger/DiStella.hxx                          |   2 +-
 src/debugger/gui/CartCDFWidget.cxx                 |   2 +-
 src/emucore/AmigaMouse.cxx                         | 122 ----------
 src/emucore/AmigaMouse.hxx                         |  88 ++-----
 src/emucore/AtariMouse.cxx                         | 122 ----------
 src/emucore/AtariMouse.hxx                         |  90 ++------
 src/emucore/CartBUS.cxx                            |   6 +-
 src/emucore/CartCDF.cxx                            |  99 +++++---
 src/emucore/CartCDF.hxx                            |  24 +-
 src/emucore/Console.cxx                            |  23 +-
 src/emucore/EventHandler.cxx                       |  34 ++-
 src/emucore/EventHandler.hxx                       |  13 ++
 src/emucore/M6502.cxx                              |   2 +-
 src/emucore/Paddles.hxx                            |   8 +-
 src/emucore/PointingDevice.cxx                     | 156 +++++++++++++
 src/emucore/{AtariMouse.hxx => PointingDevice.hxx} |  93 +++++---
 src/emucore/Random.hxx                             |  56 ++++-
 src/emucore/Settings.cxx                           |  26 ++-
 src/emucore/Settings.hxx                           |   3 +
 src/emucore/StateManager.cxx                       |   2 +-
 src/emucore/System.cxx                             |   4 +
 src/emucore/TIASurface.cxx                         |  90 +++-----
 src/emucore/TIASurface.hxx                         |  14 +-
 src/emucore/Thumbulator.cxx                        |  63 +++++
 src/emucore/Thumbulator.hxx                        |   1 +
 src/emucore/TrakBall.cxx                           | 125 ----------
 src/emucore/TrakBall.hxx                           |  91 ++------
 src/emucore/module.mk                              |   4 +-
 src/emucore/tia/Ball.hxx                           |   5 +-
 src/emucore/tia/Missile.hxx                        |   5 +-
 src/emucore/tia/Player.hxx                         |   5 +-
 src/emucore/tia/Playfield.hxx                      |   6 +-
 src/emucore/tia/TIA.cxx                            | 104 +++++----
 src/gui/InputDialog.cxx                            |  38 ++-
 src/gui/InputDialog.hxx                            |   3 +
 src/gui/VideoDialog.cxx                            |  14 ++
 src/gui/VideoDialog.hxx                            |   1 +
 src/macosx/English.lproj/InfoPlist.strings         |   4 +-
 src/macosx/Info-Stella.plist                       |   2 +-
 src/macosx/stella.xcodeproj/project.pbxproj        |  20 +-
 src/unix/stella.spec                               |   5 +-
 src/windows/OSystemWINDOWS.hxx                     |   2 -
 src/windows/SerialPortWINDOWS.hxx                  |   2 -
 src/windows/Stella.vcxproj                         |  21 +-
 src/windows/Stella.vcxproj.filters                 |  15 +-
 src/windows/stella.rc                              |   8 +-
 83 files changed, 1161 insertions(+), 986 deletions(-)
 delete mode 100644 docs/graphics/options_input.png
 delete mode 100644 src/emucore/AmigaMouse.cxx
 delete mode 100644 src/emucore/AtariMouse.cxx
 create mode 100644 src/emucore/PointingDevice.cxx
 copy src/emucore/{AtariMouse.hxx => PointingDevice.hxx} (51%)
 delete mode 100644 src/emucore/TrakBall.cxx

-- 
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