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

fabian-guest pushed a change to branch master
in repository eureka.

      from  563c29f   Standards version 3.9.5
       new  162b4ae   Imported Upstream version 1.07
       new  f85b67b   Merge tag 'upstream/1.07'

The 2 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:
 AUTHORS.txt                                        |    7 +-
 CHANGES.txt                                        |  153 +-
 GPL.txt                                            |   41 +-
 Makefile                                           |   32 +-
 Makefile.local                                     |    6 +
 Makefile.xming                                     |   70 +-
 README.txt                                         |   29 +-
 TODO.txt                                           |  348 ++--
 misc/bindings.cfg => bindings.cfg                  |   47 +-
 changelogs/072.txt                                 |    6 +-
 changelogs/074.txt                                 |    4 +-
 changelogs/081.txt                                 |    1 +
 changelogs/084.txt                                 |    1 +
 changelogs/088.txt                                 |   13 +-
 CHANGES.txt => changelogs/100.txt                  |    0
 common/doom_specials.ugh                           |   68 +-
 common/doom_tex.ugh                                |    3 -
 common/doom_things.ugh                             |    5 +-
 docs/History.txt                                   | 1716 ++++++++++++++++++
 docs/MiscNotes.txt                                 |  138 ++
 games/hacx.ugh                                     |    3 +-
 games/heretic.ugh                                  |   56 +-
 glbsp_src/level.h                                  |    4 +
 glbsp_src/node.cc                                  |   93 +-
 misc/Makefile.debian                               |   63 -
 misc/core_defs.up                                  |    6 -
 misc/debian/changelog                              |    5 -
 misc/debian/control                                |   10 -
 misc/debian/copyright                              |   28 -
 misc/eureka.6                                      |  148 ++
 misc/eureka.nsi                                    |   71 -
 misc/eureka.rc                                     |    8 +-
 misc/pack-source.sh                                |   58 +-
 misc/pack-win32.sh                                 |   42 +
 osx/Eureka Doom Editor.xcodeproj/project.pbxproj   |  419 ++---
 .../xcschemes/xcschememanagement.plist             |   27 -
 osx/EurekaApp/AppDelegate.h                        |    2 +-
 osx/EurekaApp/AppDelegate.mm                       |    2 +-
 osx/staticlib/libfltk_forms.a                      |  Bin 0 -> 32304 bytes
 osx/staticlib/libfltk_gl.a                         |  Bin 0 -> 159992 bytes
 ports/boom.ugh                                     |   33 +-
 src/e_basis.cc                                     |  108 +-
 src/e_basis.h                                      |   21 +-
 src/e_checks.cc                                    |  145 +-
 src/e_checks2.cc                                   |  140 +-
 src/e_cutpaste.cc                                  |   14 +-
 src/e_linedef.cc                                   |   41 +-
 src/e_linedef.h                                    |   16 +-
 src/e_loadsave.cc                                  |  553 ++++--
 src/e_loadsave.h                                   |   14 +-
 src/e_nodes.cc                                     |   44 +-
 src/e_path.cc                                      |  151 +-
 src/e_sector.cc                                    |   10 +-
 src/e_sector.h                                     |    2 -
 src/e_things.cc                                    |    9 +-
 src/e_vertex.cc                                    |  482 ++++-
 src/e_vertex.h                                     |    7 +-
 src/editloop.cc                                    |  389 ++++-
 src/editloop.h                                     |    7 +-
 src/hdr_fltk.h                                     |    1 +
 src/im_color.h                                     |    2 +-
 src/im_img.cc                                      |  439 +++--
 src/im_img.h                                       |   72 +-
 src/levels.cc                                      |  627 ++++++-
 src/levels.h                                       |   66 +-
 src/m_bitvec.cc                                    |   98 +-
 src/m_bitvec.h                                     |   43 +-
 src/m_config.cc                                    |  149 +-
 src/m_config.h                                     |    6 +
 src/m_files.cc                                     |   64 +-
 src/m_files.h                                      |    4 +-
 src/m_game.cc                                      |   65 +-
 src/m_game.h                                       |   15 +-
 src/m_keys.cc                                      |  230 +--
 src/m_keys.h                                       |   56 +-
 src/m_select.cc                                    |   18 +-
 src/m_select.h                                     |    4 +-
 src/main.cc                                        |  154 +-
 src/main.h                                         |   16 +-
 src/objects.cc                                     |  142 +-
 src/objects.h                                      |   11 +-
 src/objid.h                                        |   30 +-
 src/r_grid.cc                                      |    6 +-
 src/r_render.cc                                    |  267 ++-
 src/r_render.h                                     |    4 +
 src/selectn.cc                                     |  362 ----
 src/selectn.h                                      |   52 -
 src/sys_macro.h                                    |    4 +
 src/ui_about.cc                                    |   22 +-
 src/ui_about.h                                     |    2 +-
 src/ui_browser.cc                                  |  294 ++--
 src/ui_browser.h                                   |   25 +-
 src/ui_canvas.cc                                   |  111 +-
 src/ui_canvas.h                                    |    9 +-
 src/ui_default.cc                                  |  470 +++++
 src/ui_default.h                                   |   84 +
 src/ui_dialog.cc                                   |    2 +-
 src/ui_file.cc                                     |   59 +-
 src/ui_file.h                                      |   15 +-
 src/ui_linedef.cc                                  |   16 +-
 src/ui_linedef.h                                   |    2 +-
 src/ui_menu.cc                                     |  123 +-
 src/ui_menu.h                                      |    2 +-
 src/ui_pic.cc                                      |    4 +-
 src/ui_pic.h                                       |    4 +-
 src/ui_prefs.cc                                    |  381 +++-
 src/ui_prefs.h                                     |    3 +-
 src/ui_replace.cc                                  | 1518 ++++++++++++++++
 src/ui_replace.h                                   |  173 ++
 src/ui_sector.cc                                   |    9 +-
 src/ui_sector.h                                    |   10 +-
 src/ui_sidedef.cc                                  |   75 +-
 src/ui_sidedef.h                                   |   14 +-
 src/ui_thing.cc                                    |   56 +-
 src/ui_thing.h                                     |    7 +-
 src/ui_vertex.cc                                   |  622 +------
 src/ui_vertex.h                                    |   21 +-
 src/ui_window.cc                                   |  117 +-
 src/ui_window.h                                    |   28 +-
 src/vm.h                                           |   55 -
 src/vm_builtin.cc                                  |  536 ------
 src/vm_compile.cc                                  | 1833 --------------------
 src/vm_execute.cc                                  | 1003 -----------
 src/vm_lex.cc                                      |  695 --------
 src/vm_local.h                                     |  440 -----
 src/vm_object.cc                                   |  183 --
 src/vm_object.h                                    |   78 -
 src/w_flats.cc                                     |   12 +-
 src/w_flats.h                                      |    2 +-
 src/w_loadpic.cc                                   |    6 +-
 src/w_loadpic.h                                    |    2 +-
 src/w_rawdef.h                                     |    2 +-
 src/w_sprite.cc                                    |   34 +-
 src/w_sprite.h                                     |    2 +-
 src/w_texture.cc                                   |   23 +-
 src/w_texture.h                                    |    2 +-
 src/w_wad.cc                                       |   51 +-
 src/w_wad.h                                        |   38 +-
 src/x_hover.cc                                     |   74 +-
 src/x_loop.cc                                      |    1 -
 src/x_mirror.cc                                    |   17 +-
 141 files changed, 9723 insertions(+), 8570 deletions(-)
 create mode 100644 Makefile.local
 rename misc/bindings.cfg => bindings.cfg (79%)
 copy CHANGES.txt => changelogs/100.txt (100%)
 create mode 100644 docs/MiscNotes.txt
 delete mode 100644 misc/Makefile.debian
 delete mode 100644 misc/core_defs.up
 delete mode 100644 misc/debian/changelog
 delete mode 100644 misc/debian/control
 delete mode 100644 misc/debian/copyright
 create mode 100644 misc/eureka.6
 delete mode 100644 misc/eureka.nsi
 create mode 100755 misc/pack-win32.sh
 delete mode 100644 osx/Eureka Doom 
Editor.xcodeproj/xcuserdata/ioan.xcuserdatad/xcschemes/xcschememanagement.plist
 create mode 100644 osx/staticlib/libfltk_forms.a
 create mode 100644 osx/staticlib/libfltk_gl.a
 delete mode 100644 src/selectn.cc
 delete mode 100644 src/selectn.h
 create mode 100644 src/ui_default.cc
 create mode 100644 src/ui_default.h
 create mode 100644 src/ui_replace.cc
 create mode 100644 src/ui_replace.h
 delete mode 100644 src/vm.h
 delete mode 100644 src/vm_builtin.cc
 delete mode 100644 src/vm_compile.cc
 delete mode 100644 src/vm_execute.cc
 delete mode 100644 src/vm_lex.cc
 delete mode 100644 src/vm_local.h
 delete mode 100644 src/vm_object.cc
 delete mode 100644 src/vm_object.h

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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to