This is an automated email from the git hooks/post-receive script. fabian pushed a commit to annotated tag debian/3.0.0-1 in repository chocolate-doom.
commit 110385febc9ca137e7c4630781eac7ec33bde8e8 Merge: 9bff311 cb9a440 Author: Fabian Greffrath <[email protected]> Date: Wed Jan 3 09:41:05 2018 +0100 Update upstream source from tag 'upstream/3.0.0' Update to upstream version '3.0.0' with Debian dir 5058fd6d67ab292fe9c92b6301528adea3920190 .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 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 +- midiproc/.gitignore | 6 + midiproc/Makefile.am | 11 + midiproc/buffer.c | 253 ++ midiproc/buffer.h | 54 + midiproc/main.c | 467 +++ pkg/osx/IWADLocation.h => midiproc/proto.h | 67 +- 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.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/i_input.h | 42 + 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 +- 238 files changed, 15627 insertions(+), 16644 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

