foxygit / doom Log in
commit 899c34dd540451251d882883303c7347154dc287
Merge: f88db800 585cb3fa
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Fri Aug 26 09:38:31 2022 -0400
Commit:     GitHub <noreply@github.com>
CommitDate: Fri Aug 26 09:38:31 2022 -0400

    Merge pull request #1492 from mikeday0/newicons

    Add game-specific icons

 CMakeLists.txt                         |    5 +-
 configure.ac                           |    5 +-
 data/.gitignore                        |    3 +
 data/Makefile.am                       |   22 +-
 data/doom.ico                          |  Bin 36726 -> 43344 bytes
 data/heretic.ico                       |  Bin 0 -> 44563 bytes
 data/heretic.png                       |  Bin 0 -> 5090 bytes
 data/hexen.ico                         |  Bin 0 -> 44747 bytes
 data/hexen.png                         |  Bin 0 -> 5033 bytes
 data/setup.ico                         |  Bin 36726 -> 45885 bytes
 data/strife.ico                        |  Bin 0 -> 44131 bytes
 data/strife.png                        |  Bin 0 -> 4966 bytes
 src/CMakeLists.txt                     |    8 +-
 src/Heretic.desktop.in                 |    2 +-
 src/Hexen.desktop.in                   |    2 +-
 src/Makefile.am                        |   16 +-
 src/Strife.desktop.in                  |    2 +-
 src/{resource.rc.in => doom-res.rc.in} |    0
 src/doom/Makefile.am                   |   10 +-
 src/doom/d_main.c                      |    4 +-
 src/{icon.c => doom/doom_icon.c}       |    6 +-
 src/heretic-res.rc.in                  |   30 +
 src/heretic/Makefile.am                |   10 +-
 src/heretic/d_main.c                   |    3 +
 src/heretic/heretic_icon.c             | 2736 ++++++++++++++++++++++++++++++++
 src/hexen-res.rc.in                    |   30 +
 src/hexen/Makefile.am                  |   10 +-
 src/hexen/h2_main.c                    |    3 +
 src/hexen/hexen_icon.c                 | 2736 ++++++++++++++++++++++++++++++++
 src/i_video.c                          |   14 +-
 src/i_video.h                          |    1 +
 src/strife-res.rc.in                   |   30 +
 src/strife/Makefile.am                 |   10 +-
 src/strife/d_main.c                    |    4 +
 src/strife/strife_icon.c               | 2736 ++++++++++++++++++++++++++++++++
 35 files changed, 8405 insertions(+), 33 deletions(-)