This is an automated email from the git hooks/post-receive script. fabian-guest pushed a commit to branch master in repository eureka.
commit f85b67bdd0512fdd122a92d321230f6c0cb76e65 Merge: 563c29f 162b4ae Author: Fabian Greffrath <[email protected]> Date: Mon Feb 23 09:40:57 2015 +0100 Merge tag 'upstream/1.07' Upstream version 1.07 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(-) -- 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

