[fenix] 126/127: Merge tag 'upstream/0.92a.dfsg1'

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:43 UTC 2015


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

roam-guest pushed a commit to branch master
in repository fenix.

commit 03f12579d2a6b8375de907825aedecf57def58b8
Merge: c5bb2ea 8926ba3
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Dec 17 16:04:20 2015 +0200

    Merge tag 'upstream/0.92a.dfsg1'
    
    Upstream version 0.92a.dfsg1
    
    # gpg: Signature made 17.12.2015 (чт) 16,04,12 EET using RSA key ID 2527DF13
    # gpg: Good signature from "Peter Pentchev <roam at ringlet.net>"
    # gpg:                 aka "Peter Pentchev <roam at cpan.org>"
    # gpg:                 aka "Peter Pentchev <roam at online.bg>"
    # gpg:                 aka "Peter Pentchev <pp at storpool.com>"
    # gpg:                 aka "Peter Pentchev <roam at orbitel.bg>"
    # gpg:                 aka "Peter Pentchev <roam at FreeBSD.org>"
    # gpg:                 aka "Peter Pentchev <peter at packetscale.com>"
    # gpg:                 aka "Peter Pentchev <p.penchev at storpool.com>"
    # gpg:                 aka "Peter Pentchev <roam at techlab.office1.bg>"
    # gpg:                 aka "Peter Pentchev <roam-guest at alioth.debian.org>"
    # gpg:                 aka "Peter Pentchev <roamer at users.sourceforge.net>"
    # gpg:                 aka "Peter Pentchev <peter.pentchev at packetscale.com>"
    # gpg:                 aka "Peter Pentchev <ppentchev at alumni.princeton.edu>"

 AUTHORS                   |    0
 COPYING                   |  340 +++
 CVS/Entries               |   28 +
 CVS/Repository            |    1 +
 CVS/Root                  |    1 +
 ChangeLog                 |    0
 INSTALL                   |  229 ++
 Makefile.am               |   18 +
 Makefile.in               |  527 +++++
 NEWS                      |  447 ++++
 README                    |   97 +
 aclocal.m4                | 1006 ++++++++
 bin/COPYING               |  340 +++
 bin/CVS/Entries           |    9 +
 bin/CVS/Repository        |    1 +
 bin/CVS/Root              |    1 +
 bin/fbm.prg               |  168 ++
 bin/fenix-ref.pdf         |  Bin 0 -> 461181 bytes
 bin/game.s3m              |  Bin 0 -> 572441 bytes
 bin/leeme.html            |  179 ++
 bin/readme.html           |  146 ++
 bin/test.fpg              |  Bin 0 -> 41892 bytes
 bin/test.prg              |  526 +++++
 common/CVS/Entries        |    5 +
 common/CVS/Repository     |    1 +
 common/CVS/Root           |    1 +
 common/dirs.c             |  192 ++
 common/files.c            |  622 +++++
 common/regex.c            | 4965 +++++++++++++++++++++++++++++++++++++++
 common/xctype.c           |  183 ++
 config.guess              | 1495 ++++++++++++
 config.sub                | 1627 +++++++++++++
 configure                 | 5711 +++++++++++++++++++++++++++++++++++++++++++++
 configure.in              |  153 ++
 depcomp                   |  423 ++++
 fenix.spec                |   67 +
 fpg/CVS/Entries           |   11 +
 fpg/CVS/Repository        |    1 +
 fpg/CVS/Root              |    1 +
 fpg/FPG.APS               |  Bin 0 -> 20220 bytes
 fpg/FPG.plg               |   89 +
 fpg/Makefile              |  429 ++++
 fpg/Makefile.am           |   17 +
 fpg/Makefile.in           |  429 ++++
 fpg/fpg.c                 | 1197 ++++++++++
 fpg/fpg.ico               |  Bin 0 -> 3262 bytes
 fxc/CVS/Entries           |   11 +
 fxc/CVS/Repository        |    1 +
 fxc/CVS/Root              |    1 +
 fxc/FXC.plg               |   96 +
 fxc/FXC.proj              |  Bin 0 -> 27052 bytes
 fxc/Makefile              |  422 ++++
 fxc/Makefile.am           |    1 +
 fxc/Makefile.in           |  422 ++++
 fxc/inc/CVS/Entries       |   12 +
 fxc/inc/CVS/Repository    |    1 +
 fxc/inc/CVS/Root          |    1 +
 fxc/inc/codeblock.h       |   79 +
 fxc/inc/compiler.h        |  133 ++
 fxc/inc/constants.h       |   48 +
 fxc/inc/errors.h          |   42 +
 fxc/inc/errors_st.h       |   47 +
 fxc/inc/fxc.h             |  146 ++
 fxc/inc/identifiers.h     |   57 +
 fxc/inc/procdef.h         |  105 +
 fxc/inc/segment.h         |   75 +
 fxc/inc/token.h           |   64 +
 fxc/inc/varspace.h        |   72 +
 fxc/res/CVS/Entries       |    1 +
 fxc/res/CVS/Repository    |    1 +
 fxc/res/CVS/Root          |    1 +
 fxc/src/CVS/Entries       |   27 +
 fxc/src/CVS/Repository    |    1 +
 fxc/src/CVS/Root          |    1 +
 fxc/src/Makefile          |  519 ++++
 fxc/src/Makefile.am       |   20 +
 fxc/src/Makefile.in       |  519 ++++
 fxc/src/c_code.c          | 3447 +++++++++++++++++++++++++++
 fxc/src/c_data.c          |  916 ++++++++
 fxc/src/c_debug.c         |  260 +++
 fxc/src/c_main.c          | 1075 +++++++++
 fxc/src/codeblock.c       |  388 +++
 fxc/src/constants.c       |   86 +
 fxc/src/dcbw.c            |  540 +++++
 fxc/src/dcbw_old.c        |  443 ++++
 fxc/src/error.c           |  187 ++
 fxc/src/fxc.ico           |  Bin 0 -> 3262 bytes
 fxc/src/identifier.c      |  258 ++
 fxc/src/main.c            |  325 +++
 fxc/src/main_div.c        |  520 +++++
 fxc/src/messages.c        |  194 ++
 fxc/src/procedure.c       |  154 ++
 fxc/src/segment.c         |  233 ++
 fxc/src/strings.c         |  234 ++
 fxc/src/sysstub.c         |  216 ++
 fxc/src/token.c           |  919 ++++++++
 fxc/src/typedef.c         |  234 ++
 fxc/src/varspace.c        |  262 +++
 fxi/CVS/Entries           |   11 +
 fxi/CVS/Repository        |    1 +
 fxi/CVS/Root              |    1 +
 fxi/FXI.plg               |   89 +
 fxi/FXI.proj              |  Bin 0 -> 53414 bytes
 fxi/Makefile              |  422 ++++
 fxi/Makefile.am           |    1 +
 fxi/Makefile.in           |  422 ++++
 fxi/inc/CVS/Entries       |   14 +
 fxi/inc/CVS/Repository    |    1 +
 fxi/inc/CVS/Root          |    1 +
 fxi/inc/flic.h            |   44 +
 fxi/inc/flic_st.h         |  150 ++
 fxi/inc/fmath.h           |  124 +
 fxi/inc/font.h            |  285 +++
 fxi/inc/fxi.h             |  171 ++
 fxi/inc/grlib.h           |  410 ++++
 fxi/inc/grlib_st.h        |  308 +++
 fxi/inc/i_procdef.h       |   45 +
 fxi/inc/i_procdef_st.h    |   83 +
 fxi/inc/instance.h        |   69 +
 fxi/inc/instance_st.h     |  111 +
 fxi/inc/sound.h           |   73 +
 fxi/inc/sysprocs_p.h      |   78 +
 fxi/res/CVS/Entries       |    1 +
 fxi/res/CVS/Repository    |    1 +
 fxi/res/CVS/Root          |    1 +
 fxi/src/CVS/Entries       |   50 +
 fxi/src/CVS/Repository    |    1 +
 fxi/src/CVS/Root          |    1 +
 fxi/src/Makefile          |  635 +++++
 fxi/src/Makefile.am       |   33 +
 fxi/src/Makefile.in       |  635 +++++
 fxi/src/dcbr.c            |  387 +++
 fxi/src/f_bgload.c        |   96 +
 fxi/src/f_cd.c            |  273 +++
 fxi/src/f_joystick.c      |  184 ++
 fxi/src/f_sort.c          |  502 ++++
 fxi/src/fbm.c             |  653 ++++++
 fxi/src/fgc.c             |  349 +++
 fxi/src/fnc_exports.c     |  717 ++++++
 fxi/src/fpl.c             |  229 ++
 fxi/src/fxi.ico           |  Bin 0 -> 3262 bytes
 fxi/src/g_blendop.c       |  435 ++++
 fxi/src/g_blit.c          | 1595 +++++++++++++
 fxi/src/g_console.c       | 1867 +++++++++++++++
 fxi/src/g_conversion.c    |  438 ++++
 fxi/src/g_draw.c          | 1249 ++++++++++
 fxi/src/g_flic.c          |  437 ++++
 fxi/src/g_font.c          |  868 +++++++
 fxi/src/g_fpg.c           |  459 ++++
 fxi/src/g_main.c          | 2447 +++++++++++++++++++
 fxi/src/g_maps.c          |  558 +++++
 fxi/src/g_mode7.c         |  471 ++++
 fxi/src/g_pal.c           |  792 +++++++
 fxi/src/g_profiler.c      |  767 ++++++
 fxi/src/g_scroll.c        |  447 ++++
 fxi/src/g_systexts.c      | 1014 ++++++++
 fxi/src/g_texts.c         |  748 ++++++
 fxi/src/i_copy.c          |  192 ++
 fxi/src/i_debug.c         |  324 +++
 fxi/src/i_func.c          | 5116 ++++++++++++++++++++++++++++++++++++++++
 fxi/src/i_main.c          | 2271 ++++++++++++++++++
 fxi/src/i_saveload.c      |  362 +++
 fxi/src/img_pcx.c         |  150 ++
 fxi/src/img_png.c         |  447 ++++
 fxi/src/instance.c        |  945 ++++++++
 fxi/src/main.c            |  377 +++
 fxi/src/mmx_hspan.c       |  847 +++++++
 fxi/src/mmx_main.c        |   81 +
 fxi/src/pathfind.c        |  296 +++
 fxi/src/scaler_hq2x.c     | 2121 +++++++++++++++++
 fxi/src/scaler_normal.c   |   57 +
 fxi/src/scaler_scale2x.c  | 1067 +++++++++
 fxi/src/scaler_scanline.c |   57 +
 fxi/src/sound.c           |  989 ++++++++
 fxi/src/strings.c         | 1013 ++++++++
 include/CVS/Entries       |   20 +
 include/CVS/Repository    |    1 +
 include/CVS/Root          |    1 +
 include/dcb.h             |  234 ++
 include/dirs.h            |   61 +
 include/fbm.h             |  128 +
 include/fgc.h             |   74 +
 include/files.h           |   68 +
 include/files_st.h        |   72 +
 include/fnc_exports.h     |    6 +
 include/fnx_loadlib.h     |   73 +
 include/fpl.h             |   68 +
 include/fxdll.h           | 1356 +++++++++++
 include/offsets.h         |  187 ++
 include/pslang.h          |  258 ++
 include/regex.h           |  497 ++++
 include/sysprocs.h        |  401 ++++
 include/typedef.h         |   49 +
 include/typedef_st.h      |   81 +
 include/xctype.h          |   39 +
 include/xctype_st.h       |   42 +
 include/xstrings.h        |   75 +
 info.html                 |  179 ++
 install-sh                |  251 ++
 map/CVS/Entries           |   11 +
 map/CVS/Repository        |    1 +
 map/CVS/Root              |    1 +
 map/MAP.APS               |  Bin 0 -> 20180 bytes
 map/MAP.plg               |  134 ++
 map/Makefile              |  429 ++++
 map/Makefile.am           |   17 +
 map/Makefile.in           |  429 ++++
 map/map.c                 | 1192 ++++++++++
 map/map.ico               |  Bin 0 -> 3262 bytes
 missing                   |  336 +++
 mkinstalldirs             |  111 +
 readme.html               |  146 ++
 212 files changed, 81494 insertions(+)

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



More information about the Pkg-games-commits mailing list