[chocolate-doom] branch master updated (9bff311 -> cf5a96c)
Fabian Greffrath
fabian at moszumanska.debian.org
Wed Jan 3 11:22:00 UTC 2018
This is an automated email from the git hooks/post-receive script.
fabian pushed a change to branch master
in repository chocolate-doom.
from 9bff311 prepare for unstable
adds cb9a440 New upstream version 3.0.0
adds 110385f Update upstream source from tag 'upstream/3.0.0'
adds d3188d9 prepare new debian/changelog entry
adds ad4d9d0 Bump Build-Depends to the SDL2 versions of the libraries
adds 0e3eff3 Enable all hardening flags
adds 77fd9a8 Move transitional chocolate-common package from oldlibs/extra to oldlibs/optional
adds 6fafbaf Remove useless Build-Depends: dh-autoreconf
adds e3d39b8 Remove trailing whitespace from debian/changelog
adds 03ee572 Install AppStream metadata into /usr/share/metainfo
adds c7e6171 Bump Standards-Version to 4.1.2
adds 1ef7d71 Remove Recommends: zenity
adds cf5a96c update debian/changelog
No new revisions were added by this update.
Summary of changes:
.gitignore | 14 +
.travis.sh | 10 +
.travis.yml | 12 +-
HACKING.md | 1 +
Makefile.am | 2 +-
NEWS.md | 83 +
README.Music.md | 20 +-
README.md | 2 +-
acinclude.m4 | 36 -
codeblocks/config.h | 6 +-
codeblocks/doom.cbp | 15 +-
codeblocks/game-res.rc | 10 +-
codeblocks/heretic.cbp | 18 +-
codeblocks/hexen.cbp | 19 +-
codeblocks/libopl.cbp | 42 +-
codeblocks/libpcsound.cbp | 24 +-
codeblocks/libtextscreen.cbp | 9 +-
codeblocks/server.cbp | 78 +-
codeblocks/setup-res.rc | 8 +-
codeblocks/setup.cbp | 156 +-
codeblocks/strife.cbp | 15 +-
configure.ac | 147 +-
data/convert-icon | 17 +-
data/doom.png | Bin 7332 -> 23029 bytes
data/setup.png | Bin 7397 -> 24247 bytes
debian/changelog | 18 +-
debian/chocolate-doom.install | 2 +-
debian/control | 13 +-
debian/rules | 4 +-
man/INSTALL.template | 26 +-
man/Makefile.am | 95 +-
man/bash-completion/.gitignore | 1 +
man/bash-completion/Makefile.am | 12 +-
.../{doom.template => doom.template.in} | 6 +-
.../{heretic.template => heretic.template.in} | 6 +-
.../{hexen.template => hexen.template.in} | 6 +-
.../{strife.template => strife.template.in} | 6 +-
man/default.cfg.template | 4 +-
man/docgen | 34 +-
man/doom.template | 6 +-
man/extra.cfg.template | 4 +-
man/heretic.template | 4 +-
man/hexen.template | 4 +-
man/simplecpp | 3 +-
man/strife.template | 4 +-
{src/doom => midiproc}/.gitignore | 3 +-
midiproc/Makefile.am | 11 +
midiproc/buffer.c | 253 ++
midiproc/buffer.h | 54 +
midiproc/main.c | 467 +++
src/net_dedicated.h => midiproc/proto.h | 56 +-
msvc/config.h | 6 +-
msvc/doom.vcproj | 4 +-
msvc/heretic.vcproj | 4 +-
msvc/hexen.vcproj | 4 +-
msvc/server.vcproj | 4 +-
msvc/setup.vcproj | 4 +-
msvc/strife.vcproj | 4 +-
msvc/win32.rc | 8 +-
opl/opl_timer.c | 2 +-
pcsound/pcsound_bsd.c | 3 +-
pcsound/pcsound_linux.c | 5 +-
pcsound/pcsound_win32.c | 9 +-
pkg/Makefile.am | 4 +-
pkg/config.make.in | 2 +
pkg/osx/.gitignore | 1 -
pkg/osx/GNUmakefile | 34 +-
pkg/osx/IWADController.h | 1 +
pkg/osx/IWADController.m | 39 +-
pkg/osx/IWADLocation.h | 36 -
pkg/osx/IWADLocation.m | 66 -
pkg/osx/Info-gnustep.plist.in | 36 -
pkg/osx/Info.plist.in | 2 +
pkg/osx/Resources/launcher.nib/designable.nib | 4133 +++-----------------
pkg/osx/Resources/launcher.nib/keyedobjects.nib | Bin 32366 -> 23971 bytes
pkg/osx/disk/background.png | Bin 42578 -> 227363 bytes
pkg/osx/dmgfix | 10 +-
pkg/win32/.gitignore | 2 +
pkg/win32/GNUmakefile | 21 +-
pkg/win32/cp-with-libs | 175 +
src/Makefile.am | 90 +-
src/d_event.h | 53 +-
src/d_iwad.c | 20 +-
src/d_loop.c | 16 -
src/deh_main.h | 1 -
src/deh_str.h | 7 +-
src/doom/Makefile.am | 27 +-
src/doom/am_map.c | 6 +-
src/doom/d_main.c | 36 +-
src/doom/d_net.c | 12 +-
src/doom/deh_misc.h | 40 +-
src/doom/deh_sound.c | 1 -
src/doom/doomdata.h | 32 +-
src/doom/f_finale.c | 6 +-
src/doom/f_wipe.c | 34 +-
src/doom/g_game.c | 1 +
src/doom/hu_stuff.c | 45 +-
src/doom/m_menu.c | 119 +-
src/doom/p_mobj.c | 9 +-
src/doom/p_setup.c | 4 +-
src/doom/p_switch.c | 69 +-
src/doom/r_data.c | 8 +-
src/doom/r_defs.h | 2 +-
src/doom/r_draw.c | 30 +-
src/doom/s_sound.c | 1 -
src/doom/st_stuff.c | 4 +-
src/doomfeatures.h | 40 -
src/doomkeys.h | 60 +
src/doomtype.h | 20 +-
src/heretic/Makefile.am | 21 +-
src/heretic/ct_chat.c | 7 +-
src/heretic/d_main.c | 87 +-
src/heretic/d_net.c | 2 -
src/heretic/deh_sound.c | 1 -
src/heretic/doomdata.h | 40 +-
src/heretic/f_finale.c | 3 -
src/heretic/g_game.c | 31 +-
src/heretic/mn_menu.c | 21 +-
src/heretic/p_switch.c | 41 +-
src/heretic/r_bsp.c | 1 +
src/hexen/Makefile.am | 3 +-
src/hexen/ct_chat.c | 7 +-
src/hexen/d_net.c | 2 -
src/hexen/g_game.c | 31 +-
src/hexen/h2_main.c | 44 +-
src/hexen/mn_menu.c | 20 +-
src/hexen/p_acs.c | 4 +-
src/hexen/xddefs.h | 40 +-
src/i_cdmus.c | 157 +-
src/i_endoom.c | 6 +-
src/i_input.c | 468 +++
src/{doom/f_finale.h => i_input.h} | 33 +-
src/i_joystick.c | 82 +-
src/i_midipipe.c | 477 +++
src/i_midipipe.h | 48 +
src/i_oplmusic.c | 12 +-
src/i_scale.c | 1391 -------
src/i_scale.h | 53 -
src/i_sdlmusic.c | 111 +-
src/i_sdlsound.c | 57 +-
src/i_sound.c | 25 +-
src/i_system.c | 150 +-
src/i_system.h | 2 +
src/i_video.c | 1900 +++------
src/i_video.h | 76 +-
src/i_videohr.c | 25 +-
src/icon.c | 2994 ++++++++++++--
src/m_config.c | 457 ++-
src/midifile.c | 17 +-
src/mus2mid.c | 4 +-
src/net_client.c | 51 +-
src/net_common.c | 89 +-
src/net_common.h | 31 +-
src/net_dedicated.c | 2 +-
src/net_defs.h | 30 +-
src/net_packet.c | 34 +-
src/net_packet.h | 3 +-
src/net_query.c | 10 +-
src/net_server.c | 197 +-
src/net_structrw.c | 152 +-
src/net_structrw.h | 8 +-
src/resource.rc.in | 2 +
src/setup/Makefile.am | 8 +-
src/setup/display.c | 651 +--
src/setup/execute.c | 2 +
src/setup/joystick.c | 251 +-
src/setup/mainmenu.c | 80 +-
src/setup/multiplayer.c | 42 +-
src/setup/setup_icon.c | 2994 ++++++++++++--
src/setup/sound.c | 316 +-
src/setup/txt_joyaxis.c | 16 +-
src/setup/txt_joybinput.c | 3 +-
src/setup/txt_keyinput.c | 25 +-
src/setup/txt_mouseinput.c | 3 +-
src/strife/Makefile.am | 29 +-
src/strife/d_main.c | 282 +-
src/strife/d_net.c | 2 -
src/strife/deh_misc.h | 40 +-
src/strife/deh_sound.c | 1 -
src/strife/doomdata.h | 32 +-
src/strife/g_game.c | 9 +-
src/strife/hu_stuff.c | 29 +-
src/strife/m_menu.c | 30 +-
src/strife/m_saves.c | 2 +
src/strife/p_mobj.c | 7 +
src/strife/p_setup.c | 4 +-
src/strife/p_switch.c | 44 +-
src/strife/r_data.c | 8 +-
src/strife/s_sound.c | 1 -
src/v_patch.h | 20 +-
src/v_video.c | 84 +-
src/v_video.h | 6 +-
src/w_checksum.c | 3 +-
src/w_main.c | 5 -
src/w_wad.c | 16 +-
textscreen/Makefile.am | 8 +-
textscreen/examples/guitest.c | 30 +-
textscreen/fonts/Makefile.am | 18 +
textscreen/fonts/README | 38 +
textscreen/fonts/codepage.h | 113 +
textscreen/fonts/convert-font | 104 +
textscreen/fonts/large.h | 2060 ++++++++++
textscreen/fonts/large.png | Bin 0 -> 7837 bytes
textscreen/fonts/normal.h | 524 +++
textscreen/fonts/normal.png | Bin 0 -> 3783 bytes
textscreen/fonts/small.h | 140 +
textscreen/fonts/small.png | Bin 0 -> 1750 bytes
textscreen/textscreen.h | 9 +
textscreen/txt_button.c | 5 +-
textscreen/txt_button.h | 6 +-
textscreen/txt_checkbox.c | 7 +-
textscreen/txt_checkbox.h | 4 +-
textscreen/txt_conditional.c | 168 +
textscreen/txt_conditional.h | 63 +
textscreen/txt_desktop.h | 2 +-
textscreen/txt_dropdown.c | 7 +-
textscreen/txt_dropdown.h | 2 +-
textscreen/txt_fileselect.c | 76 +-
textscreen/txt_fileselect.h | 2 +-
textscreen/txt_font.h | 547 ---
textscreen/txt_gui.c | 99 +-
textscreen/txt_gui.h | 2 +-
textscreen/txt_inputbox.c | 25 +-
textscreen/txt_inputbox.h | 5 +-
textscreen/txt_io.c | 44 +-
textscreen/txt_io.h | 1 +
textscreen/txt_label.c | 14 +-
textscreen/txt_label.h | 4 +-
textscreen/txt_largefont.h | 2591 ------------
textscreen/txt_main.h | 43 +-
textscreen/txt_radiobutton.c | 7 +-
textscreen/txt_radiobutton.h | 5 +-
textscreen/txt_sdl.c | 725 ++--
textscreen/txt_separator.c | 5 +-
textscreen/txt_separator.h | 6 +-
textscreen/txt_smallfont.h | 2876 --------------
textscreen/txt_spinctrl.c | 16 +-
textscreen/txt_table.c | 31 +
textscreen/txt_table.h | 12 +
textscreen/txt_window.c | 1 +
textscreen/txt_window.h | 7 +-
textscreen/txt_window_action.c | 4 +-
textscreen/txt_window_action.h | 2 +-
243 files changed, 15621 insertions(+), 16700 deletions(-)
create mode 100755 .travis.sh
delete mode 100644 acinclude.m4
rename man/bash-completion/{doom.template => doom.template.in} (87%)
rename man/bash-completion/{heretic.template => heretic.template.in} (85%)
rename man/bash-completion/{hexen.template => hexen.template.in} (84%)
rename man/bash-completion/{strife.template => strife.template.in} (85%)
copy {src/doom => midiproc}/.gitignore (86%)
create mode 100644 midiproc/Makefile.am
create mode 100644 midiproc/buffer.c
create mode 100644 midiproc/buffer.h
create mode 100644 midiproc/main.c
copy src/net_dedicated.h => midiproc/proto.h (56%)
mode change 100644 => 100755
delete mode 100644 pkg/osx/IWADLocation.h
delete mode 100644 pkg/osx/IWADLocation.m
delete mode 100644 pkg/osx/Info-gnustep.plist.in
create mode 100644 pkg/win32/.gitignore
create mode 100755 pkg/win32/cp-with-libs
delete mode 100644 src/doomfeatures.h
create mode 100644 src/i_input.c
copy src/{doom/f_finale.h => i_input.h} (50%)
create mode 100644 src/i_midipipe.c
create mode 100644 src/i_midipipe.h
delete mode 100644 src/i_scale.c
delete mode 100644 src/i_scale.h
create mode 100644 textscreen/fonts/Makefile.am
create mode 100644 textscreen/fonts/README
create mode 100644 textscreen/fonts/codepage.h
create mode 100755 textscreen/fonts/convert-font
create mode 100644 textscreen/fonts/large.h
create mode 100644 textscreen/fonts/large.png
create mode 100644 textscreen/fonts/normal.h
create mode 100644 textscreen/fonts/normal.png
create mode 100644 textscreen/fonts/small.h
create mode 100644 textscreen/fonts/small.png
create mode 100644 textscreen/txt_conditional.c
create mode 100644 textscreen/txt_conditional.h
delete mode 100644 textscreen/txt_font.h
delete mode 100644 textscreen/txt_largefont.h
delete mode 100644 textscreen/txt_smallfont.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git
More information about the Pkg-games-commits
mailing list