├── .clang-format ├── .gitattributes ├── .github └── workflows │ ├── main.yml │ ├── packages.yml │ └── update_wiki.yml ├── .gitignore ├── CHANGELOG.md ├── CMakeLists.txt ├── COPYING ├── README.md ├── base ├── CMakeLists.txt ├── all-all │ ├── animated.lmp │ ├── chexdeh.lmp │ ├── colormaps │ │ └── watermap.cmp │ ├── compdb.lmp │ ├── crblack.lmp │ ├── crblue.lmp │ ├── crblue2.lmp │ ├── crbrick.lmp │ ├── crbrown.lmp │ ├── crgold.lmp │ ├── crgray.lmp │ ├── crgreen.lmp │ ├── crorange.lmp │ ├── cross00.png │ ├── cross01.png │ ├── cross02.png │ ├── cross03.png │ ├── cross04.png │ ├── cross05.png │ ├── cross06.png │ ├── cross07.png │ ├── cross08.png │ ├── crpurple.lmp │ ├── crred.lmp │ ├── crtan.lmp │ ├── crwhite.lmp │ ├── cryellow.lmp │ ├── dig033.png │ ├── dig037.png │ ├── dig043.png │ ├── dig045.png │ ├── dig046.png │ ├── dig047.png │ ├── dig048.png │ ├── dig049.png │ ├── dig050.png │ ├── dig051.png │ ├── dig052.png │ ├── dig053.png │ ├── dig054.png │ ├── dig055.png │ ├── dig056.png │ ├── dig057.png │ ├── dig058.png │ ├── dig065.png │ ├── dig066.png │ ├── dig067.png │ ├── dig068.png │ ├── dig069.png │ ├── dig070.png │ ├── dig071.png │ ├── dig072.png │ ├── dig073.png │ ├── dig074.png │ ├── dig075.png │ ├── dig076.png │ ├── dig077.png │ ├── dig078.png │ ├── dig079.png │ ├── dig080.png │ ├── dig081.png │ ├── dig082.png │ ├── dig083.png │ ├── dig084.png │ ├── dig085.png │ ├── dig086.png │ ├── dig087.png │ ├── dig088.png │ ├── dig089.png │ ├── dig090.png │ ├── dig091.png │ ├── dig093.png │ ├── dmxopl.op2 │ ├── dsdgact.wav │ ├── dsdgatk.wav │ ├── dsdgdth.wav │ ├── dsdgpain.wav │ ├── dsdgsit.wav │ ├── m_butt1.png │ ├── m_butt2.png │ ├── m_vbox.png │ ├── sbardef.lmp │ ├── sbhuddef.lmp │ ├── skytran.lmp │ ├── smbfgg0.png │ ├── smbfgg1.png │ ├── smcsaw0.png │ ├── smcsaw1.png │ ├── smfist0.png │ ├── smfist1.png │ ├── smlaun0.png │ ├── smlaun1.png │ ├── smmgun0.png │ ├── smmgun1.png │ ├── smpisg0.png │ ├── smpisg1.png │ ├── smplas0.png │ ├── smplas1.png │ ├── smsgn20.png │ ├── smsgn21.png │ ├── smshot0.png │ ├── smshot1.png │ ├── smunkn0.png │ ├── smunkn1.png │ ├── sprites │ │ ├── dogsa1.png │ │ ├── dogsa2.png │ │ ├── dogsa3.png │ │ ├── dogsa4.png │ │ ├── dogsa5.png │ │ ├── dogsa6.png │ │ ├── dogsa7.png │ │ ├── dogsa8.png │ │ ├── dogsb1.png │ │ ├── dogsb2.png │ │ ├── dogsb3.png │ │ ├── dogsb4.png │ │ ├── dogsb5.png │ │ ├── dogsb6.png │ │ ├── dogsb7.png │ │ ├── dogsb8.png │ │ ├── dogsc1.png │ │ ├── dogsc2.png │ │ ├── dogsc3.png │ │ ├── dogsc4.png │ │ ├── dogsc5.png │ │ ├── dogsc6.png │ │ ├── dogsc7.png │ │ ├── dogsc8.png │ │ ├── dogsd1.png │ │ ├── dogsd2.png │ │ ├── dogsd3.png │ │ ├── dogsd4.png │ │ ├── dogsd5.png │ │ ├── dogsd6.png │ │ ├── dogsd7.png │ │ ├── dogsd8.png │ │ ├── dogse1.png │ │ ├── dogse2.png │ │ ├── dogse3.png │ │ ├── dogse4.png │ │ ├── dogse5.png │ │ ├── dogse6.png │ │ ├── dogse7.png │ │ ├── dogse8.png │ │ ├── dogsf1.png │ │ ├── dogsf2.png │ │ ├── dogsf3.png │ │ ├── dogsf4.png │ │ ├── dogsf5.png │ │ ├── dogsf6.png │ │ ├── dogsf7.png │ │ ├── dogsf8.png │ │ ├── dogsg1.png │ │ ├── dogsg2.png │ │ ├── dogsg3.png │ │ ├── dogsg4.png │ │ ├── dogsg5.png │ │ ├── dogsg6.png │ │ ├── dogsg7.png │ │ ├── dogsg8.png │ │ ├── dogsh1.png │ │ ├── dogsh2.png │ │ ├── dogsh3.png │ │ ├── dogsh4.png │ │ ├── dogsh5.png │ │ ├── dogsh6.png │ │ ├── dogsh7.png │ │ ├── dogsh8.png │ │ ├── dogsi0.png │ │ ├── dogsj0.png │ │ ├── dogsk0.png │ │ ├── dogsl0.png │ │ ├── dogsm0.png │ │ ├── dogsn0.png │ │ ├── pls1a0.png │ │ ├── pls1b0.png │ │ ├── pls1c0.png │ │ ├── pls1d0.png │ │ ├── pls1e0.png │ │ ├── pls1f0.png │ │ ├── pls1g0.png │ │ ├── pls2a0.png │ │ ├── pls2b0.png │ │ ├── pls2c0.png │ │ ├── pls2d0.png │ │ ├── pls2e0.png │ │ └── tnt1a0.png │ ├── stbr123.png │ ├── stbr124.png │ ├── stbr125.png │ ├── stbr126.png │ ├── stbr127.png │ ├── stkeys6.png │ ├── stkeys7.png │ ├── stkeys8.png │ └── switches.lmp ├── betalevl.wad │ └── umapinfo.lmp ├── chex-all │ └── brghtmps.lmp ├── chex.wad │ ├── brghtmps.lmp │ └── umapinfo.lmp ├── chex2.wad │ ├── brghtmps.lmp │ └── dehacked.lmp ├── doom-all │ └── brghtmps.lmp ├── e1m4b.wad │ └── dehacked.lmp ├── e1m8b.wad │ └── dehacked.lmp ├── extras.wad │ └── sbardef.lmp ├── hacx.wad │ ├── brghtmps.lmp │ └── dehacked.deh ├── id1.wad │ ├── dehacked.lmp │ └── sbardef.lmp ├── rekkr-all │ └── dehacked.lmp └── tnt.wad │ └── brghtmps.lmp ├── cmake ├── modules │ ├── FindDiscordRPC.cmake │ ├── FindFluidSynth.cmake │ ├── FindOpenAL.cmake │ ├── FindSndFile.cmake │ ├── Findlibebur128.cmake │ ├── Findlibxmp.cmake │ └── WoofSettings.cmake ├── packaging │ ├── CMakeLists.txt │ ├── DarwinGenerator.cmake │ └── LinuxGenerator.cmake ├── ports │ └── sdl3 │ │ ├── portfile.cmake │ │ ├── usage │ │ └── vcpkg.json └── triplets │ ├── x64-linux-dynamic-release.cmake │ └── x86-windows-static-release.cmake ├── config.h.in ├── data ├── CMakeLists.txt ├── convert-icon ├── io.github.fabiangreffrath.woof-setup.desktop ├── io.github.fabiangreffrath.woof.desktop ├── io.github.fabiangreffrath.woof.metainfo.in ├── setup.ico ├── woof-setup.png ├── woof.ico └── woof.png ├── demotest ├── config.yml ├── demotest ├── expected │ ├── av.txt │ ├── cydreams.txt │ ├── eviternity.txt │ ├── gd.txt │ ├── judgep1.txt │ ├── judgep5.txt │ └── pl2.txt ├── extract │ └── .gitignore ├── miniwad.zip └── output │ └── .gitignore ├── docs ├── boom.txt ├── boomdeh.txt ├── boomref.txt ├── changes.txt ├── cheats.md ├── log_jff.txt ├── log_lee.txt ├── log_rsp.txt ├── log_ty.txt ├── mbf-bugs.md ├── mbf.txt ├── mbfedit.txt ├── mbffaq.txt ├── options.txt ├── udmf11.txt ├── winmbf02.txt └── winmbf02s.txt ├── examples ├── ambient_showcase.txt ├── ambient_showcase.wad ├── battle.wad ├── dogfly.deh ├── donut.txt ├── donut.wad ├── fireplas.deh ├── fly.deh ├── friend.deh ├── grenade.deh ├── hockey.wad ├── mbfedit.txt ├── mbfedit.wad ├── mine.deh ├── mushroom.deh ├── playbud.deh ├── possbud.deh ├── sky.wad └── touchy.deh ├── man ├── .gitignore ├── CMDLINE.template ├── CMDLINE.template.md ├── CMakeLists.txt ├── WoofInstall.cmake.in ├── bash-completion │ ├── .gitignore │ └── woof.template ├── docgen ├── iwad_paths.man ├── setup.template ├── simplecpp └── woof.template ├── netlib ├── CMakeLists.txt ├── netlib.c └── netlib.h ├── opl ├── CMakeLists.txt ├── opl.c ├── opl.h ├── opl3.c ├── opl3.h ├── opl_emu.c ├── opl_internal.h ├── opl_queue.c └── opl_queue.h ├── setup ├── CMakeLists.txt ├── execute.c ├── execute.h ├── mainmenu.c ├── manifest.xml ├── multiplayer.c ├── multiplayer.h └── setup_icon.c ├── soundfonts ├── TimGM6mb.sf2 └── copyright ├── src ├── CMakeLists.txt ├── am_map.c ├── am_map.h ├── d_deh.c ├── d_deh.h ├── d_demoloop.c ├── d_demoloop.h ├── d_englsh.h ├── d_event.h ├── d_french.h ├── d_items.c ├── d_items.h ├── d_iwad.c ├── d_iwad.h ├── d_loop.c ├── d_loop.h ├── d_main.c ├── d_main.h ├── d_net.c ├── d_player.h ├── d_think.h ├── d_ticcmd.h ├── doomdata.h ├── doomdef.h ├── doomkeys.h ├── doomstat.c ├── doomstat.h ├── doomtype.h ├── dsdhacked.c ├── dsdhacked.h ├── dstrings.c ├── dstrings.h ├── f_finale.c ├── f_finale.h ├── f_wipe.c ├── f_wipe.h ├── g_compatibility.c ├── g_compatibility.h ├── g_game.c ├── g_game.h ├── g_input.c ├── g_input.h ├── g_nextweapon.c ├── g_nextweapon.h ├── g_rewind.c ├── g_rewind.h ├── g_umapinfo.c ├── g_umapinfo.h ├── hu_command.c ├── hu_command.h ├── hu_coordinates.c ├── hu_coordinates.h ├── hu_crosshair.c ├── hu_crosshair.h ├── hu_obituary.c ├── hu_obituary.h ├── i_3dsound.c ├── i_endoom.c ├── i_endoom.h ├── i_exit.c ├── i_exit.h ├── i_flickstick.c ├── i_flickstick.h ├── i_flmusic.c ├── i_gamepad.c ├── i_gamepad.h ├── i_gamma.h ├── i_glob.c ├── i_glob.h ├── i_gyro.c ├── i_gyro.h ├── i_input.c ├── i_input.h ├── i_main.c ├── i_mbfsound.c ├── i_midimusic.c ├── i_minimp3.c ├── i_oalcommon.h ├── i_oalequalizer.c ├── i_oalequalizer.h ├── i_oalmusic.c ├── i_oalsound.c ├── i_oalsound.h ├── i_oalstream.h ├── i_oplmusic.c ├── i_pcsound.c ├── i_printf.c ├── i_printf.h ├── i_region.c ├── i_region.h ├── i_richpresence.c ├── i_richpresence.h ├── i_rumble.c ├── i_rumble.h ├── i_sndfile.c ├── i_sndfile.h ├── i_sound.c ├── i_sound.h ├── i_system.c ├── i_system.h ├── i_timer.c ├── i_timer.h ├── i_video.c ├── i_video.h ├── i_xmp.c ├── icon.c ├── info.c ├── info.h ├── kf_file.c ├── kf_memory.c ├── m_arena.c ├── m_arena.h ├── m_argv.c ├── m_argv.h ├── m_array.h ├── m_bbox.c ├── m_bbox.h ├── m_cheat.c ├── m_cheat.h ├── m_config.c ├── m_config.h ├── m_fixed.h ├── m_hashmap.c ├── m_hashmap.h ├── m_input.c ├── m_input.h ├── m_io.c ├── m_io.h ├── m_json.c ├── m_json.h ├── m_misc.c ├── m_misc.h ├── m_random.c ├── m_random.h ├── m_scanner.c ├── m_scanner.h ├── m_swap.h ├── m_vector.h ├── manifest.xml ├── memio.c ├── memio.h ├── midifallback.c ├── midifallback.h ├── midifile.c ├── midifile.h ├── midiout.c ├── midiout.h ├── mn_font.c ├── mn_font.h ├── mn_internal.h ├── mn_menu.c ├── mn_menu.h ├── mn_setup.c ├── mn_snapshot.c ├── mn_snapshot.h ├── mus2mid.c ├── mus2mid.h ├── nano_bsp.c ├── nano_bsp.h ├── net_client.c ├── net_client.h ├── net_common.c ├── net_common.h ├── net_dedicated.c ├── net_dedicated.h ├── net_defs.h ├── net_gui.c ├── net_gui.h ├── net_io.c ├── net_io.h ├── net_loop.c ├── net_loop.h ├── net_netlib.c ├── net_netlib.h ├── net_packet.c ├── net_packet.h ├── net_query.c ├── net_query.h ├── net_server.c ├── net_server.h ├── net_structrw.c ├── net_structrw.h ├── p_action.h ├── p_ambient.c ├── p_ambient.h ├── p_ceilng.c ├── p_dirty.c ├── p_dirty.h ├── p_doors.c ├── p_enemy.c ├── p_enemy.h ├── p_extnodes.c ├── p_extnodes.h ├── p_floor.c ├── p_genlin.c ├── p_inter.c ├── p_inter.h ├── p_keyframe.h ├── p_lights.c ├── p_map.c ├── p_map.h ├── p_maputl.c ├── p_maputl.h ├── p_mobj.c ├── p_mobj.h ├── p_plats.c ├── p_pspr.c ├── p_pspr.h ├── p_saveg.c ├── p_saveg.h ├── p_setup.c ├── p_setup.h ├── p_sight.c ├── p_spec.c ├── p_spec.h ├── p_switch.c ├── p_telept.c ├── p_tick.c ├── p_tick.h ├── p_udmf.c ├── p_udmf.h ├── p_user.c ├── p_user.h ├── params.h ├── r_bmaps.c ├── r_bmaps.h ├── r_bsp.c ├── r_bsp.h ├── r_data.c ├── r_data.h ├── r_defs.h ├── r_draw.c ├── r_draw.h ├── r_main.c ├── r_main.h ├── r_plane.c ├── r_plane.h ├── r_segs.c ├── r_segs.h ├── r_sky.c ├── r_sky.h ├── r_skydefs.c ├── r_skydefs.h ├── r_srgb.h ├── r_state.h ├── r_swirl.c ├── r_swirl.h ├── r_things.c ├── r_things.h ├── r_tranmap.c ├── r_tranmap.h ├── r_voxel.c ├── r_voxel.h ├── resource.rc.in ├── s_musinfo.c ├── s_musinfo.h ├── s_sndinfo.c ├── s_sndinfo.h ├── s_sound.c ├── s_sound.h ├── s_trakinfo.c ├── s_trakinfo.h ├── setup-res.rc.in ├── sounds.c ├── sounds.h ├── st_carousel.c ├── st_carousel.h ├── st_sbardef.c ├── st_sbardef.h ├── st_stuff.c ├── st_stuff.h ├── st_widgets.c ├── st_widgets.h ├── statdump.c ├── statdump.h ├── tables.c ├── tables.h ├── v_flextran.c ├── v_flextran.h ├── v_fmt.c ├── v_fmt.h ├── v_trans.c ├── v_trans.h ├── v_video.c ├── v_video.h ├── w_file.c ├── w_internal.h ├── w_wad.c ├── w_wad.h ├── w_zip.c ├── wi_interlvl.c ├── wi_interlvl.h ├── wi_stuff.c ├── wi_stuff.h ├── ws_stuff.c ├── ws_stuff.h ├── z_zone.c └── z_zone.h ├── textscreen ├── CMakeLists.txt ├── fonts │ ├── CMakeLists.txt │ ├── codepage.h │ ├── convert-font │ ├── hauge-8x18-v1-5.png │ └── normal.h ├── textscreen.h ├── txt_button.c ├── txt_button.h ├── txt_checkbox.c ├── txt_checkbox.h ├── txt_desktop.c ├── txt_desktop.h ├── txt_dropdown.c ├── txt_dropdown.h ├── txt_fileselect.c ├── txt_fileselect.h ├── txt_gui.c ├── txt_gui.h ├── txt_inputbox.c ├── txt_inputbox.h ├── txt_io.c ├── txt_io.h ├── txt_label.c ├── txt_label.h ├── txt_main.h ├── txt_scrollpane.c ├── txt_scrollpane.h ├── txt_sdl.c ├── txt_sdl.h ├── txt_separator.c ├── txt_separator.h ├── txt_strut.c ├── txt_strut.h ├── txt_table.c ├── txt_table.h ├── txt_utf8.c ├── txt_utf8.h ├── txt_widget.c ├── txt_widget.h ├── txt_window.c ├── txt_window.h ├── txt_window_action.c └── txt_window_action.h ├── third-party ├── CMakeLists.txt ├── md5 │ ├── md5.c │ └── md5.h ├── minimp3 │ ├── LICENSE │ ├── minimp3.h │ └── minimp3_ex.h ├── miniz │ ├── LICENSE │ ├── miniz.c │ └── miniz.h ├── pffft │ ├── LICENSE │ ├── pffft.c │ └── pffft.h ├── sha1 │ ├── sha1.c │ └── sha1.h ├── spng │ ├── LICENSE │ ├── spng.c │ └── spng.h └── yyjson │ ├── LICENSE │ ├── yyjson.c │ └── yyjson.h ├── toolsrc ├── CMakeLists.txt ├── bin2c.c ├── bmp2c.c ├── defswani.dat ├── fakedate.asm └── swantbls.c ├── vcpkg-configuration.json └── vcpkg.json /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.github/workflows/packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/.github/workflows/packages.yml -------------------------------------------------------------------------------- /.github/workflows/update_wiki.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/.github/workflows/update_wiki.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/README.md -------------------------------------------------------------------------------- /base/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/CMakeLists.txt -------------------------------------------------------------------------------- /base/all-all/animated.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/animated.lmp -------------------------------------------------------------------------------- /base/all-all/chexdeh.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/chexdeh.lmp -------------------------------------------------------------------------------- /base/all-all/colormaps/watermap.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/colormaps/watermap.cmp -------------------------------------------------------------------------------- /base/all-all/compdb.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/compdb.lmp -------------------------------------------------------------------------------- /base/all-all/crblack.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crblack.lmp -------------------------------------------------------------------------------- /base/all-all/crblue.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crblue.lmp -------------------------------------------------------------------------------- /base/all-all/crblue2.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crblue2.lmp -------------------------------------------------------------------------------- /base/all-all/crbrick.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crbrick.lmp -------------------------------------------------------------------------------- /base/all-all/crbrown.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crbrown.lmp -------------------------------------------------------------------------------- /base/all-all/crgold.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crgold.lmp -------------------------------------------------------------------------------- /base/all-all/crgray.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crgray.lmp -------------------------------------------------------------------------------- /base/all-all/crgreen.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crgreen.lmp -------------------------------------------------------------------------------- /base/all-all/crorange.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crorange.lmp -------------------------------------------------------------------------------- /base/all-all/cross00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross00.png -------------------------------------------------------------------------------- /base/all-all/cross01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross01.png -------------------------------------------------------------------------------- /base/all-all/cross02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross02.png -------------------------------------------------------------------------------- /base/all-all/cross03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross03.png -------------------------------------------------------------------------------- /base/all-all/cross04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross04.png -------------------------------------------------------------------------------- /base/all-all/cross05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross05.png -------------------------------------------------------------------------------- /base/all-all/cross06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross06.png -------------------------------------------------------------------------------- /base/all-all/cross07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross07.png -------------------------------------------------------------------------------- /base/all-all/cross08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cross08.png -------------------------------------------------------------------------------- /base/all-all/crpurple.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crpurple.lmp -------------------------------------------------------------------------------- /base/all-all/crred.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crred.lmp -------------------------------------------------------------------------------- /base/all-all/crtan.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crtan.lmp -------------------------------------------------------------------------------- /base/all-all/crwhite.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/crwhite.lmp -------------------------------------------------------------------------------- /base/all-all/cryellow.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/cryellow.lmp -------------------------------------------------------------------------------- /base/all-all/dig033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig033.png -------------------------------------------------------------------------------- /base/all-all/dig037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig037.png -------------------------------------------------------------------------------- /base/all-all/dig043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig043.png -------------------------------------------------------------------------------- /base/all-all/dig045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig045.png -------------------------------------------------------------------------------- /base/all-all/dig046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig046.png -------------------------------------------------------------------------------- /base/all-all/dig047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig047.png -------------------------------------------------------------------------------- /base/all-all/dig048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig048.png -------------------------------------------------------------------------------- /base/all-all/dig049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig049.png -------------------------------------------------------------------------------- /base/all-all/dig050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig050.png -------------------------------------------------------------------------------- /base/all-all/dig051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig051.png -------------------------------------------------------------------------------- /base/all-all/dig052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig052.png -------------------------------------------------------------------------------- /base/all-all/dig053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig053.png -------------------------------------------------------------------------------- /base/all-all/dig054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig054.png -------------------------------------------------------------------------------- /base/all-all/dig055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig055.png -------------------------------------------------------------------------------- /base/all-all/dig056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig056.png -------------------------------------------------------------------------------- /base/all-all/dig057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig057.png -------------------------------------------------------------------------------- /base/all-all/dig058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig058.png -------------------------------------------------------------------------------- /base/all-all/dig065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig065.png -------------------------------------------------------------------------------- /base/all-all/dig066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig066.png -------------------------------------------------------------------------------- /base/all-all/dig067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig067.png -------------------------------------------------------------------------------- /base/all-all/dig068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig068.png -------------------------------------------------------------------------------- /base/all-all/dig069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig069.png -------------------------------------------------------------------------------- /base/all-all/dig070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig070.png -------------------------------------------------------------------------------- /base/all-all/dig071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig071.png -------------------------------------------------------------------------------- /base/all-all/dig072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig072.png -------------------------------------------------------------------------------- /base/all-all/dig073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig073.png -------------------------------------------------------------------------------- /base/all-all/dig074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig074.png -------------------------------------------------------------------------------- /base/all-all/dig075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig075.png -------------------------------------------------------------------------------- /base/all-all/dig076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig076.png -------------------------------------------------------------------------------- /base/all-all/dig077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig077.png -------------------------------------------------------------------------------- /base/all-all/dig078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig078.png -------------------------------------------------------------------------------- /base/all-all/dig079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig079.png -------------------------------------------------------------------------------- /base/all-all/dig080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig080.png -------------------------------------------------------------------------------- /base/all-all/dig081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig081.png -------------------------------------------------------------------------------- /base/all-all/dig082.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig082.png -------------------------------------------------------------------------------- /base/all-all/dig083.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig083.png -------------------------------------------------------------------------------- /base/all-all/dig084.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig084.png -------------------------------------------------------------------------------- /base/all-all/dig085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig085.png -------------------------------------------------------------------------------- /base/all-all/dig086.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig086.png -------------------------------------------------------------------------------- /base/all-all/dig087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig087.png -------------------------------------------------------------------------------- /base/all-all/dig088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig088.png -------------------------------------------------------------------------------- /base/all-all/dig089.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig089.png -------------------------------------------------------------------------------- /base/all-all/dig090.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig090.png -------------------------------------------------------------------------------- /base/all-all/dig091.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig091.png -------------------------------------------------------------------------------- /base/all-all/dig093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dig093.png -------------------------------------------------------------------------------- /base/all-all/dmxopl.op2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dmxopl.op2 -------------------------------------------------------------------------------- /base/all-all/dsdgact.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dsdgact.wav -------------------------------------------------------------------------------- /base/all-all/dsdgatk.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dsdgatk.wav -------------------------------------------------------------------------------- /base/all-all/dsdgdth.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dsdgdth.wav -------------------------------------------------------------------------------- /base/all-all/dsdgpain.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dsdgpain.wav -------------------------------------------------------------------------------- /base/all-all/dsdgsit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/dsdgsit.wav -------------------------------------------------------------------------------- /base/all-all/m_butt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/m_butt1.png -------------------------------------------------------------------------------- /base/all-all/m_butt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/m_butt2.png -------------------------------------------------------------------------------- /base/all-all/m_vbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/m_vbox.png -------------------------------------------------------------------------------- /base/all-all/sbardef.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sbardef.lmp -------------------------------------------------------------------------------- /base/all-all/sbhuddef.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sbhuddef.lmp -------------------------------------------------------------------------------- /base/all-all/skytran.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/skytran.lmp -------------------------------------------------------------------------------- /base/all-all/smbfgg0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smbfgg0.png -------------------------------------------------------------------------------- /base/all-all/smbfgg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smbfgg1.png -------------------------------------------------------------------------------- /base/all-all/smcsaw0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smcsaw0.png -------------------------------------------------------------------------------- /base/all-all/smcsaw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smcsaw1.png -------------------------------------------------------------------------------- /base/all-all/smfist0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smfist0.png -------------------------------------------------------------------------------- /base/all-all/smfist1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smfist1.png -------------------------------------------------------------------------------- /base/all-all/smlaun0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smlaun0.png -------------------------------------------------------------------------------- /base/all-all/smlaun1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smlaun1.png -------------------------------------------------------------------------------- /base/all-all/smmgun0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smmgun0.png -------------------------------------------------------------------------------- /base/all-all/smmgun1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smmgun1.png -------------------------------------------------------------------------------- /base/all-all/smpisg0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smpisg0.png -------------------------------------------------------------------------------- /base/all-all/smpisg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smpisg1.png -------------------------------------------------------------------------------- /base/all-all/smplas0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smplas0.png -------------------------------------------------------------------------------- /base/all-all/smplas1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smplas1.png -------------------------------------------------------------------------------- /base/all-all/smsgn20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smsgn20.png -------------------------------------------------------------------------------- /base/all-all/smsgn21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smsgn21.png -------------------------------------------------------------------------------- /base/all-all/smshot0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smshot0.png -------------------------------------------------------------------------------- /base/all-all/smshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smshot1.png -------------------------------------------------------------------------------- /base/all-all/smunkn0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smunkn0.png -------------------------------------------------------------------------------- /base/all-all/smunkn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/smunkn1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsa1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsa1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsa2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsa2.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsa3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsa3.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsa4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsa4.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsa5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsa5.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsa6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsa6.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsa7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsa7.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsa8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsa8.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsb1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsb2.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsb3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsb3.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsb4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsb4.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsb5.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsb6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsb6.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsb7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsb7.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsb8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsb8.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsc1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsc2.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsc3.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsc4.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsc5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsc5.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsc6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsc6.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsc7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsc7.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsc8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsc8.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsd1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsd2.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsd3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsd3.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsd4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsd4.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsd5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsd5.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsd6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsd6.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsd7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsd7.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsd8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsd8.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogse1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogse1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogse2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogse2.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogse3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogse3.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogse4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogse4.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogse5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogse5.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogse6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogse6.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogse7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogse7.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogse8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogse8.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsf1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsf1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsf2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsf2.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsf3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsf3.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsf4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsf4.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsf5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsf5.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsf6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsf6.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsf7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsf7.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsf8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsf8.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsg1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsg2.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsg3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsg3.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsg4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsg4.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsg5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsg5.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsg6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsg6.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsg7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsg7.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsg8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsg8.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsh1.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsh2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsh2.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsh3.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsh4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsh4.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsh5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsh5.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsh6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsh6.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsh7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsh7.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsh8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsh8.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsi0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsi0.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsj0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsj0.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsk0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsk0.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsl0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsl0.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsm0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsm0.png -------------------------------------------------------------------------------- /base/all-all/sprites/dogsn0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/dogsn0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls1a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls1a0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls1b0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls1b0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls1c0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls1c0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls1d0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls1d0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls1e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls1e0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls1f0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls1f0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls1g0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls1g0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls2a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls2a0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls2b0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls2b0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls2c0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls2c0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls2d0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls2d0.png -------------------------------------------------------------------------------- /base/all-all/sprites/pls2e0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/pls2e0.png -------------------------------------------------------------------------------- /base/all-all/sprites/tnt1a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/sprites/tnt1a0.png -------------------------------------------------------------------------------- /base/all-all/stbr123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/stbr123.png -------------------------------------------------------------------------------- /base/all-all/stbr124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/stbr124.png -------------------------------------------------------------------------------- /base/all-all/stbr125.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/stbr125.png -------------------------------------------------------------------------------- /base/all-all/stbr126.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/stbr126.png -------------------------------------------------------------------------------- /base/all-all/stbr127.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/stbr127.png -------------------------------------------------------------------------------- /base/all-all/stkeys6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/stkeys6.png -------------------------------------------------------------------------------- /base/all-all/stkeys7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/stkeys7.png -------------------------------------------------------------------------------- /base/all-all/stkeys8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/stkeys8.png -------------------------------------------------------------------------------- /base/all-all/switches.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/all-all/switches.lmp -------------------------------------------------------------------------------- /base/betalevl.wad/umapinfo.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/betalevl.wad/umapinfo.lmp -------------------------------------------------------------------------------- /base/chex-all/brghtmps.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/chex-all/brghtmps.lmp -------------------------------------------------------------------------------- /base/chex.wad/brghtmps.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/chex.wad/brghtmps.lmp -------------------------------------------------------------------------------- /base/chex.wad/umapinfo.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/chex.wad/umapinfo.lmp -------------------------------------------------------------------------------- /base/chex2.wad/brghtmps.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/chex2.wad/brghtmps.lmp -------------------------------------------------------------------------------- /base/chex2.wad/dehacked.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/chex2.wad/dehacked.lmp -------------------------------------------------------------------------------- /base/doom-all/brghtmps.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/doom-all/brghtmps.lmp -------------------------------------------------------------------------------- /base/e1m4b.wad/dehacked.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/e1m4b.wad/dehacked.lmp -------------------------------------------------------------------------------- /base/e1m8b.wad/dehacked.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/e1m8b.wad/dehacked.lmp -------------------------------------------------------------------------------- /base/extras.wad/sbardef.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/extras.wad/sbardef.lmp -------------------------------------------------------------------------------- /base/hacx.wad/brghtmps.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/hacx.wad/brghtmps.lmp -------------------------------------------------------------------------------- /base/hacx.wad/dehacked.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/hacx.wad/dehacked.deh -------------------------------------------------------------------------------- /base/id1.wad/dehacked.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/id1.wad/dehacked.lmp -------------------------------------------------------------------------------- /base/id1.wad/sbardef.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/id1.wad/sbardef.lmp -------------------------------------------------------------------------------- /base/rekkr-all/dehacked.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/rekkr-all/dehacked.lmp -------------------------------------------------------------------------------- /base/tnt.wad/brghtmps.lmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/base/tnt.wad/brghtmps.lmp -------------------------------------------------------------------------------- /cmake/modules/FindDiscordRPC.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/modules/FindDiscordRPC.cmake -------------------------------------------------------------------------------- /cmake/modules/FindFluidSynth.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/modules/FindFluidSynth.cmake -------------------------------------------------------------------------------- /cmake/modules/FindOpenAL.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/modules/FindOpenAL.cmake -------------------------------------------------------------------------------- /cmake/modules/FindSndFile.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/modules/FindSndFile.cmake -------------------------------------------------------------------------------- /cmake/modules/Findlibebur128.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/modules/Findlibebur128.cmake -------------------------------------------------------------------------------- /cmake/modules/Findlibxmp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/modules/Findlibxmp.cmake -------------------------------------------------------------------------------- /cmake/modules/WoofSettings.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/modules/WoofSettings.cmake -------------------------------------------------------------------------------- /cmake/packaging/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/packaging/CMakeLists.txt -------------------------------------------------------------------------------- /cmake/packaging/DarwinGenerator.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/packaging/DarwinGenerator.cmake -------------------------------------------------------------------------------- /cmake/packaging/LinuxGenerator.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/packaging/LinuxGenerator.cmake -------------------------------------------------------------------------------- /cmake/ports/sdl3/portfile.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/ports/sdl3/portfile.cmake -------------------------------------------------------------------------------- /cmake/ports/sdl3/usage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/ports/sdl3/usage -------------------------------------------------------------------------------- /cmake/ports/sdl3/vcpkg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/ports/sdl3/vcpkg.json -------------------------------------------------------------------------------- /cmake/triplets/x64-linux-dynamic-release.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/triplets/x64-linux-dynamic-release.cmake -------------------------------------------------------------------------------- /cmake/triplets/x86-windows-static-release.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/cmake/triplets/x86-windows-static-release.cmake -------------------------------------------------------------------------------- /config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/config.h.in -------------------------------------------------------------------------------- /data/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/CMakeLists.txt -------------------------------------------------------------------------------- /data/convert-icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/convert-icon -------------------------------------------------------------------------------- /data/io.github.fabiangreffrath.woof-setup.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/io.github.fabiangreffrath.woof-setup.desktop -------------------------------------------------------------------------------- /data/io.github.fabiangreffrath.woof.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/io.github.fabiangreffrath.woof.desktop -------------------------------------------------------------------------------- /data/io.github.fabiangreffrath.woof.metainfo.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/io.github.fabiangreffrath.woof.metainfo.in -------------------------------------------------------------------------------- /data/setup.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/setup.ico -------------------------------------------------------------------------------- /data/woof-setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/woof-setup.png -------------------------------------------------------------------------------- /data/woof.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/woof.ico -------------------------------------------------------------------------------- /data/woof.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/data/woof.png -------------------------------------------------------------------------------- /demotest/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/config.yml -------------------------------------------------------------------------------- /demotest/demotest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/demotest -------------------------------------------------------------------------------- /demotest/expected/av.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/expected/av.txt -------------------------------------------------------------------------------- /demotest/expected/cydreams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/expected/cydreams.txt -------------------------------------------------------------------------------- /demotest/expected/eviternity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/expected/eviternity.txt -------------------------------------------------------------------------------- /demotest/expected/gd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/expected/gd.txt -------------------------------------------------------------------------------- /demotest/expected/judgep1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/expected/judgep1.txt -------------------------------------------------------------------------------- /demotest/expected/judgep5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/expected/judgep5.txt -------------------------------------------------------------------------------- /demotest/expected/pl2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/expected/pl2.txt -------------------------------------------------------------------------------- /demotest/extract/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/extract/.gitignore -------------------------------------------------------------------------------- /demotest/miniwad.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/miniwad.zip -------------------------------------------------------------------------------- /demotest/output/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/demotest/output/.gitignore -------------------------------------------------------------------------------- /docs/boom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/boom.txt -------------------------------------------------------------------------------- /docs/boomdeh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/boomdeh.txt -------------------------------------------------------------------------------- /docs/boomref.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/boomref.txt -------------------------------------------------------------------------------- /docs/changes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/changes.txt -------------------------------------------------------------------------------- /docs/cheats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/cheats.md -------------------------------------------------------------------------------- /docs/log_jff.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/log_jff.txt -------------------------------------------------------------------------------- /docs/log_lee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/log_lee.txt -------------------------------------------------------------------------------- /docs/log_rsp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/log_rsp.txt -------------------------------------------------------------------------------- /docs/log_ty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/log_ty.txt -------------------------------------------------------------------------------- /docs/mbf-bugs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/mbf-bugs.md -------------------------------------------------------------------------------- /docs/mbf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/mbf.txt -------------------------------------------------------------------------------- /docs/mbfedit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/mbfedit.txt -------------------------------------------------------------------------------- /docs/mbffaq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/mbffaq.txt -------------------------------------------------------------------------------- /docs/options.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/options.txt -------------------------------------------------------------------------------- /docs/udmf11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/udmf11.txt -------------------------------------------------------------------------------- /docs/winmbf02.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/winmbf02.txt -------------------------------------------------------------------------------- /docs/winmbf02s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/docs/winmbf02s.txt -------------------------------------------------------------------------------- /examples/ambient_showcase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/ambient_showcase.txt -------------------------------------------------------------------------------- /examples/ambient_showcase.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/ambient_showcase.wad -------------------------------------------------------------------------------- /examples/battle.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/battle.wad -------------------------------------------------------------------------------- /examples/dogfly.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/dogfly.deh -------------------------------------------------------------------------------- /examples/donut.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/donut.txt -------------------------------------------------------------------------------- /examples/donut.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/donut.wad -------------------------------------------------------------------------------- /examples/fireplas.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/fireplas.deh -------------------------------------------------------------------------------- /examples/fly.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/fly.deh -------------------------------------------------------------------------------- /examples/friend.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/friend.deh -------------------------------------------------------------------------------- /examples/grenade.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/grenade.deh -------------------------------------------------------------------------------- /examples/hockey.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/hockey.wad -------------------------------------------------------------------------------- /examples/mbfedit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/mbfedit.txt -------------------------------------------------------------------------------- /examples/mbfedit.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/mbfedit.wad -------------------------------------------------------------------------------- /examples/mine.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/mine.deh -------------------------------------------------------------------------------- /examples/mushroom.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/mushroom.deh -------------------------------------------------------------------------------- /examples/playbud.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/playbud.deh -------------------------------------------------------------------------------- /examples/possbud.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/possbud.deh -------------------------------------------------------------------------------- /examples/sky.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/sky.wad -------------------------------------------------------------------------------- /examples/touchy.deh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/examples/touchy.deh -------------------------------------------------------------------------------- /man/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/.gitignore -------------------------------------------------------------------------------- /man/CMDLINE.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/CMDLINE.template -------------------------------------------------------------------------------- /man/CMDLINE.template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/CMDLINE.template.md -------------------------------------------------------------------------------- /man/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/CMakeLists.txt -------------------------------------------------------------------------------- /man/WoofInstall.cmake.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/WoofInstall.cmake.in -------------------------------------------------------------------------------- /man/bash-completion/.gitignore: -------------------------------------------------------------------------------- 1 | woof 2 | -------------------------------------------------------------------------------- /man/bash-completion/woof.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/bash-completion/woof.template -------------------------------------------------------------------------------- /man/docgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/docgen -------------------------------------------------------------------------------- /man/iwad_paths.man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/iwad_paths.man -------------------------------------------------------------------------------- /man/setup.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/setup.template -------------------------------------------------------------------------------- /man/simplecpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/simplecpp -------------------------------------------------------------------------------- /man/woof.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/man/woof.template -------------------------------------------------------------------------------- /netlib/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/netlib/CMakeLists.txt -------------------------------------------------------------------------------- /netlib/netlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/netlib/netlib.c -------------------------------------------------------------------------------- /netlib/netlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/netlib/netlib.h -------------------------------------------------------------------------------- /opl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/CMakeLists.txt -------------------------------------------------------------------------------- /opl/opl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/opl.c -------------------------------------------------------------------------------- /opl/opl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/opl.h -------------------------------------------------------------------------------- /opl/opl3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/opl3.c -------------------------------------------------------------------------------- /opl/opl3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/opl3.h -------------------------------------------------------------------------------- /opl/opl_emu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/opl_emu.c -------------------------------------------------------------------------------- /opl/opl_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/opl_internal.h -------------------------------------------------------------------------------- /opl/opl_queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/opl_queue.c -------------------------------------------------------------------------------- /opl/opl_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/opl/opl_queue.h -------------------------------------------------------------------------------- /setup/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/setup/CMakeLists.txt -------------------------------------------------------------------------------- /setup/execute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/setup/execute.c -------------------------------------------------------------------------------- /setup/execute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/setup/execute.h -------------------------------------------------------------------------------- /setup/mainmenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/setup/mainmenu.c -------------------------------------------------------------------------------- /setup/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/setup/manifest.xml -------------------------------------------------------------------------------- /setup/multiplayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/setup/multiplayer.c -------------------------------------------------------------------------------- /setup/multiplayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/setup/multiplayer.h -------------------------------------------------------------------------------- /setup/setup_icon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/setup/setup_icon.c -------------------------------------------------------------------------------- /soundfonts/TimGM6mb.sf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/soundfonts/TimGM6mb.sf2 -------------------------------------------------------------------------------- /soundfonts/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/soundfonts/copyright -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/am_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/am_map.c -------------------------------------------------------------------------------- /src/am_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/am_map.h -------------------------------------------------------------------------------- /src/d_deh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_deh.c -------------------------------------------------------------------------------- /src/d_deh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_deh.h -------------------------------------------------------------------------------- /src/d_demoloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_demoloop.c -------------------------------------------------------------------------------- /src/d_demoloop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_demoloop.h -------------------------------------------------------------------------------- /src/d_englsh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_englsh.h -------------------------------------------------------------------------------- /src/d_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_event.h -------------------------------------------------------------------------------- /src/d_french.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_french.h -------------------------------------------------------------------------------- /src/d_items.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_items.c -------------------------------------------------------------------------------- /src/d_items.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_items.h -------------------------------------------------------------------------------- /src/d_iwad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_iwad.c -------------------------------------------------------------------------------- /src/d_iwad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_iwad.h -------------------------------------------------------------------------------- /src/d_loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_loop.c -------------------------------------------------------------------------------- /src/d_loop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_loop.h -------------------------------------------------------------------------------- /src/d_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_main.c -------------------------------------------------------------------------------- /src/d_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_main.h -------------------------------------------------------------------------------- /src/d_net.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_net.c -------------------------------------------------------------------------------- /src/d_player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_player.h -------------------------------------------------------------------------------- /src/d_think.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_think.h -------------------------------------------------------------------------------- /src/d_ticcmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/d_ticcmd.h -------------------------------------------------------------------------------- /src/doomdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/doomdata.h -------------------------------------------------------------------------------- /src/doomdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/doomdef.h -------------------------------------------------------------------------------- /src/doomkeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/doomkeys.h -------------------------------------------------------------------------------- /src/doomstat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/doomstat.c -------------------------------------------------------------------------------- /src/doomstat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/doomstat.h -------------------------------------------------------------------------------- /src/doomtype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/doomtype.h -------------------------------------------------------------------------------- /src/dsdhacked.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/dsdhacked.c -------------------------------------------------------------------------------- /src/dsdhacked.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/dsdhacked.h -------------------------------------------------------------------------------- /src/dstrings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/dstrings.c -------------------------------------------------------------------------------- /src/dstrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/dstrings.h -------------------------------------------------------------------------------- /src/f_finale.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/f_finale.c -------------------------------------------------------------------------------- /src/f_finale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/f_finale.h -------------------------------------------------------------------------------- /src/f_wipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/f_wipe.c -------------------------------------------------------------------------------- /src/f_wipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/f_wipe.h -------------------------------------------------------------------------------- /src/g_compatibility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_compatibility.c -------------------------------------------------------------------------------- /src/g_compatibility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_compatibility.h -------------------------------------------------------------------------------- /src/g_game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_game.c -------------------------------------------------------------------------------- /src/g_game.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_game.h -------------------------------------------------------------------------------- /src/g_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_input.c -------------------------------------------------------------------------------- /src/g_input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_input.h -------------------------------------------------------------------------------- /src/g_nextweapon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_nextweapon.c -------------------------------------------------------------------------------- /src/g_nextweapon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_nextweapon.h -------------------------------------------------------------------------------- /src/g_rewind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_rewind.c -------------------------------------------------------------------------------- /src/g_rewind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_rewind.h -------------------------------------------------------------------------------- /src/g_umapinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_umapinfo.c -------------------------------------------------------------------------------- /src/g_umapinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/g_umapinfo.h -------------------------------------------------------------------------------- /src/hu_command.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/hu_command.c -------------------------------------------------------------------------------- /src/hu_command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/hu_command.h -------------------------------------------------------------------------------- /src/hu_coordinates.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/hu_coordinates.c -------------------------------------------------------------------------------- /src/hu_coordinates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/hu_coordinates.h -------------------------------------------------------------------------------- /src/hu_crosshair.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/hu_crosshair.c -------------------------------------------------------------------------------- /src/hu_crosshair.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/hu_crosshair.h -------------------------------------------------------------------------------- /src/hu_obituary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/hu_obituary.c -------------------------------------------------------------------------------- /src/hu_obituary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/hu_obituary.h -------------------------------------------------------------------------------- /src/i_3dsound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_3dsound.c -------------------------------------------------------------------------------- /src/i_endoom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_endoom.c -------------------------------------------------------------------------------- /src/i_endoom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_endoom.h -------------------------------------------------------------------------------- /src/i_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_exit.c -------------------------------------------------------------------------------- /src/i_exit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_exit.h -------------------------------------------------------------------------------- /src/i_flickstick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_flickstick.c -------------------------------------------------------------------------------- /src/i_flickstick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_flickstick.h -------------------------------------------------------------------------------- /src/i_flmusic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_flmusic.c -------------------------------------------------------------------------------- /src/i_gamepad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_gamepad.c -------------------------------------------------------------------------------- /src/i_gamepad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_gamepad.h -------------------------------------------------------------------------------- /src/i_gamma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_gamma.h -------------------------------------------------------------------------------- /src/i_glob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_glob.c -------------------------------------------------------------------------------- /src/i_glob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_glob.h -------------------------------------------------------------------------------- /src/i_gyro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_gyro.c -------------------------------------------------------------------------------- /src/i_gyro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_gyro.h -------------------------------------------------------------------------------- /src/i_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_input.c -------------------------------------------------------------------------------- /src/i_input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_input.h -------------------------------------------------------------------------------- /src/i_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_main.c -------------------------------------------------------------------------------- /src/i_mbfsound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_mbfsound.c -------------------------------------------------------------------------------- /src/i_midimusic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_midimusic.c -------------------------------------------------------------------------------- /src/i_minimp3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_minimp3.c -------------------------------------------------------------------------------- /src/i_oalcommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_oalcommon.h -------------------------------------------------------------------------------- /src/i_oalequalizer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_oalequalizer.c -------------------------------------------------------------------------------- /src/i_oalequalizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_oalequalizer.h -------------------------------------------------------------------------------- /src/i_oalmusic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_oalmusic.c -------------------------------------------------------------------------------- /src/i_oalsound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_oalsound.c -------------------------------------------------------------------------------- /src/i_oalsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_oalsound.h -------------------------------------------------------------------------------- /src/i_oalstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_oalstream.h -------------------------------------------------------------------------------- /src/i_oplmusic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_oplmusic.c -------------------------------------------------------------------------------- /src/i_pcsound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_pcsound.c -------------------------------------------------------------------------------- /src/i_printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_printf.c -------------------------------------------------------------------------------- /src/i_printf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_printf.h -------------------------------------------------------------------------------- /src/i_region.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_region.c -------------------------------------------------------------------------------- /src/i_region.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_region.h -------------------------------------------------------------------------------- /src/i_richpresence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_richpresence.c -------------------------------------------------------------------------------- /src/i_richpresence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_richpresence.h -------------------------------------------------------------------------------- /src/i_rumble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_rumble.c -------------------------------------------------------------------------------- /src/i_rumble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_rumble.h -------------------------------------------------------------------------------- /src/i_sndfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_sndfile.c -------------------------------------------------------------------------------- /src/i_sndfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_sndfile.h -------------------------------------------------------------------------------- /src/i_sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_sound.c -------------------------------------------------------------------------------- /src/i_sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_sound.h -------------------------------------------------------------------------------- /src/i_system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_system.c -------------------------------------------------------------------------------- /src/i_system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_system.h -------------------------------------------------------------------------------- /src/i_timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_timer.c -------------------------------------------------------------------------------- /src/i_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_timer.h -------------------------------------------------------------------------------- /src/i_video.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_video.c -------------------------------------------------------------------------------- /src/i_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_video.h -------------------------------------------------------------------------------- /src/i_xmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/i_xmp.c -------------------------------------------------------------------------------- /src/icon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/icon.c -------------------------------------------------------------------------------- /src/info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/info.c -------------------------------------------------------------------------------- /src/info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/info.h -------------------------------------------------------------------------------- /src/kf_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/kf_file.c -------------------------------------------------------------------------------- /src/kf_memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/kf_memory.c -------------------------------------------------------------------------------- /src/m_arena.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_arena.c -------------------------------------------------------------------------------- /src/m_arena.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_arena.h -------------------------------------------------------------------------------- /src/m_argv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_argv.c -------------------------------------------------------------------------------- /src/m_argv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_argv.h -------------------------------------------------------------------------------- /src/m_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_array.h -------------------------------------------------------------------------------- /src/m_bbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_bbox.c -------------------------------------------------------------------------------- /src/m_bbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_bbox.h -------------------------------------------------------------------------------- /src/m_cheat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_cheat.c -------------------------------------------------------------------------------- /src/m_cheat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_cheat.h -------------------------------------------------------------------------------- /src/m_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_config.c -------------------------------------------------------------------------------- /src/m_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_config.h -------------------------------------------------------------------------------- /src/m_fixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_fixed.h -------------------------------------------------------------------------------- /src/m_hashmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_hashmap.c -------------------------------------------------------------------------------- /src/m_hashmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_hashmap.h -------------------------------------------------------------------------------- /src/m_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_input.c -------------------------------------------------------------------------------- /src/m_input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_input.h -------------------------------------------------------------------------------- /src/m_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_io.c -------------------------------------------------------------------------------- /src/m_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_io.h -------------------------------------------------------------------------------- /src/m_json.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_json.c -------------------------------------------------------------------------------- /src/m_json.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_json.h -------------------------------------------------------------------------------- /src/m_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_misc.c -------------------------------------------------------------------------------- /src/m_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_misc.h -------------------------------------------------------------------------------- /src/m_random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_random.c -------------------------------------------------------------------------------- /src/m_random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_random.h -------------------------------------------------------------------------------- /src/m_scanner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_scanner.c -------------------------------------------------------------------------------- /src/m_scanner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_scanner.h -------------------------------------------------------------------------------- /src/m_swap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_swap.h -------------------------------------------------------------------------------- /src/m_vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/m_vector.h -------------------------------------------------------------------------------- /src/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/manifest.xml -------------------------------------------------------------------------------- /src/memio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/memio.c -------------------------------------------------------------------------------- /src/memio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/memio.h -------------------------------------------------------------------------------- /src/midifallback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/midifallback.c -------------------------------------------------------------------------------- /src/midifallback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/midifallback.h -------------------------------------------------------------------------------- /src/midifile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/midifile.c -------------------------------------------------------------------------------- /src/midifile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/midifile.h -------------------------------------------------------------------------------- /src/midiout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/midiout.c -------------------------------------------------------------------------------- /src/midiout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/midiout.h -------------------------------------------------------------------------------- /src/mn_font.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mn_font.c -------------------------------------------------------------------------------- /src/mn_font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mn_font.h -------------------------------------------------------------------------------- /src/mn_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mn_internal.h -------------------------------------------------------------------------------- /src/mn_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mn_menu.c -------------------------------------------------------------------------------- /src/mn_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mn_menu.h -------------------------------------------------------------------------------- /src/mn_setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mn_setup.c -------------------------------------------------------------------------------- /src/mn_snapshot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mn_snapshot.c -------------------------------------------------------------------------------- /src/mn_snapshot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mn_snapshot.h -------------------------------------------------------------------------------- /src/mus2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mus2mid.c -------------------------------------------------------------------------------- /src/mus2mid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/mus2mid.h -------------------------------------------------------------------------------- /src/nano_bsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/nano_bsp.c -------------------------------------------------------------------------------- /src/nano_bsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/nano_bsp.h -------------------------------------------------------------------------------- /src/net_client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_client.c -------------------------------------------------------------------------------- /src/net_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_client.h -------------------------------------------------------------------------------- /src/net_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_common.c -------------------------------------------------------------------------------- /src/net_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_common.h -------------------------------------------------------------------------------- /src/net_dedicated.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_dedicated.c -------------------------------------------------------------------------------- /src/net_dedicated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_dedicated.h -------------------------------------------------------------------------------- /src/net_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_defs.h -------------------------------------------------------------------------------- /src/net_gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_gui.c -------------------------------------------------------------------------------- /src/net_gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_gui.h -------------------------------------------------------------------------------- /src/net_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_io.c -------------------------------------------------------------------------------- /src/net_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_io.h -------------------------------------------------------------------------------- /src/net_loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_loop.c -------------------------------------------------------------------------------- /src/net_loop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_loop.h -------------------------------------------------------------------------------- /src/net_netlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_netlib.c -------------------------------------------------------------------------------- /src/net_netlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_netlib.h -------------------------------------------------------------------------------- /src/net_packet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_packet.c -------------------------------------------------------------------------------- /src/net_packet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_packet.h -------------------------------------------------------------------------------- /src/net_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_query.c -------------------------------------------------------------------------------- /src/net_query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_query.h -------------------------------------------------------------------------------- /src/net_server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_server.c -------------------------------------------------------------------------------- /src/net_server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_server.h -------------------------------------------------------------------------------- /src/net_structrw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_structrw.c -------------------------------------------------------------------------------- /src/net_structrw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/net_structrw.h -------------------------------------------------------------------------------- /src/p_action.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_action.h -------------------------------------------------------------------------------- /src/p_ambient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_ambient.c -------------------------------------------------------------------------------- /src/p_ambient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_ambient.h -------------------------------------------------------------------------------- /src/p_ceilng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_ceilng.c -------------------------------------------------------------------------------- /src/p_dirty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_dirty.c -------------------------------------------------------------------------------- /src/p_dirty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_dirty.h -------------------------------------------------------------------------------- /src/p_doors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_doors.c -------------------------------------------------------------------------------- /src/p_enemy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_enemy.c -------------------------------------------------------------------------------- /src/p_enemy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_enemy.h -------------------------------------------------------------------------------- /src/p_extnodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_extnodes.c -------------------------------------------------------------------------------- /src/p_extnodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_extnodes.h -------------------------------------------------------------------------------- /src/p_floor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_floor.c -------------------------------------------------------------------------------- /src/p_genlin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_genlin.c -------------------------------------------------------------------------------- /src/p_inter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_inter.c -------------------------------------------------------------------------------- /src/p_inter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_inter.h -------------------------------------------------------------------------------- /src/p_keyframe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_keyframe.h -------------------------------------------------------------------------------- /src/p_lights.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_lights.c -------------------------------------------------------------------------------- /src/p_map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_map.c -------------------------------------------------------------------------------- /src/p_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_map.h -------------------------------------------------------------------------------- /src/p_maputl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_maputl.c -------------------------------------------------------------------------------- /src/p_maputl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_maputl.h -------------------------------------------------------------------------------- /src/p_mobj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_mobj.c -------------------------------------------------------------------------------- /src/p_mobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_mobj.h -------------------------------------------------------------------------------- /src/p_plats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_plats.c -------------------------------------------------------------------------------- /src/p_pspr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_pspr.c -------------------------------------------------------------------------------- /src/p_pspr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_pspr.h -------------------------------------------------------------------------------- /src/p_saveg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_saveg.c -------------------------------------------------------------------------------- /src/p_saveg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_saveg.h -------------------------------------------------------------------------------- /src/p_setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_setup.c -------------------------------------------------------------------------------- /src/p_setup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_setup.h -------------------------------------------------------------------------------- /src/p_sight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_sight.c -------------------------------------------------------------------------------- /src/p_spec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_spec.c -------------------------------------------------------------------------------- /src/p_spec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_spec.h -------------------------------------------------------------------------------- /src/p_switch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_switch.c -------------------------------------------------------------------------------- /src/p_telept.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_telept.c -------------------------------------------------------------------------------- /src/p_tick.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_tick.c -------------------------------------------------------------------------------- /src/p_tick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_tick.h -------------------------------------------------------------------------------- /src/p_udmf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_udmf.c -------------------------------------------------------------------------------- /src/p_udmf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_udmf.h -------------------------------------------------------------------------------- /src/p_user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_user.c -------------------------------------------------------------------------------- /src/p_user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/p_user.h -------------------------------------------------------------------------------- /src/params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/params.h -------------------------------------------------------------------------------- /src/r_bmaps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_bmaps.c -------------------------------------------------------------------------------- /src/r_bmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_bmaps.h -------------------------------------------------------------------------------- /src/r_bsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_bsp.c -------------------------------------------------------------------------------- /src/r_bsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_bsp.h -------------------------------------------------------------------------------- /src/r_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_data.c -------------------------------------------------------------------------------- /src/r_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_data.h -------------------------------------------------------------------------------- /src/r_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_defs.h -------------------------------------------------------------------------------- /src/r_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_draw.c -------------------------------------------------------------------------------- /src/r_draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_draw.h -------------------------------------------------------------------------------- /src/r_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_main.c -------------------------------------------------------------------------------- /src/r_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_main.h -------------------------------------------------------------------------------- /src/r_plane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_plane.c -------------------------------------------------------------------------------- /src/r_plane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_plane.h -------------------------------------------------------------------------------- /src/r_segs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_segs.c -------------------------------------------------------------------------------- /src/r_segs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_segs.h -------------------------------------------------------------------------------- /src/r_sky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_sky.c -------------------------------------------------------------------------------- /src/r_sky.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_sky.h -------------------------------------------------------------------------------- /src/r_skydefs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_skydefs.c -------------------------------------------------------------------------------- /src/r_skydefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_skydefs.h -------------------------------------------------------------------------------- /src/r_srgb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_srgb.h -------------------------------------------------------------------------------- /src/r_state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_state.h -------------------------------------------------------------------------------- /src/r_swirl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_swirl.c -------------------------------------------------------------------------------- /src/r_swirl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_swirl.h -------------------------------------------------------------------------------- /src/r_things.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_things.c -------------------------------------------------------------------------------- /src/r_things.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_things.h -------------------------------------------------------------------------------- /src/r_tranmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_tranmap.c -------------------------------------------------------------------------------- /src/r_tranmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_tranmap.h -------------------------------------------------------------------------------- /src/r_voxel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_voxel.c -------------------------------------------------------------------------------- /src/r_voxel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/r_voxel.h -------------------------------------------------------------------------------- /src/resource.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/resource.rc.in -------------------------------------------------------------------------------- /src/s_musinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/s_musinfo.c -------------------------------------------------------------------------------- /src/s_musinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/s_musinfo.h -------------------------------------------------------------------------------- /src/s_sndinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/s_sndinfo.c -------------------------------------------------------------------------------- /src/s_sndinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/s_sndinfo.h -------------------------------------------------------------------------------- /src/s_sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/s_sound.c -------------------------------------------------------------------------------- /src/s_sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/s_sound.h -------------------------------------------------------------------------------- /src/s_trakinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/s_trakinfo.c -------------------------------------------------------------------------------- /src/s_trakinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/s_trakinfo.h -------------------------------------------------------------------------------- /src/setup-res.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/setup-res.rc.in -------------------------------------------------------------------------------- /src/sounds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/sounds.c -------------------------------------------------------------------------------- /src/sounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/sounds.h -------------------------------------------------------------------------------- /src/st_carousel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/st_carousel.c -------------------------------------------------------------------------------- /src/st_carousel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/st_carousel.h -------------------------------------------------------------------------------- /src/st_sbardef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/st_sbardef.c -------------------------------------------------------------------------------- /src/st_sbardef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/st_sbardef.h -------------------------------------------------------------------------------- /src/st_stuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/st_stuff.c -------------------------------------------------------------------------------- /src/st_stuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/st_stuff.h -------------------------------------------------------------------------------- /src/st_widgets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/st_widgets.c -------------------------------------------------------------------------------- /src/st_widgets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/st_widgets.h -------------------------------------------------------------------------------- /src/statdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/statdump.c -------------------------------------------------------------------------------- /src/statdump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/statdump.h -------------------------------------------------------------------------------- /src/tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/tables.c -------------------------------------------------------------------------------- /src/tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/tables.h -------------------------------------------------------------------------------- /src/v_flextran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/v_flextran.c -------------------------------------------------------------------------------- /src/v_flextran.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/v_flextran.h -------------------------------------------------------------------------------- /src/v_fmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/v_fmt.c -------------------------------------------------------------------------------- /src/v_fmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/v_fmt.h -------------------------------------------------------------------------------- /src/v_trans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/v_trans.c -------------------------------------------------------------------------------- /src/v_trans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/v_trans.h -------------------------------------------------------------------------------- /src/v_video.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/v_video.c -------------------------------------------------------------------------------- /src/v_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/v_video.h -------------------------------------------------------------------------------- /src/w_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/w_file.c -------------------------------------------------------------------------------- /src/w_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/w_internal.h -------------------------------------------------------------------------------- /src/w_wad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/w_wad.c -------------------------------------------------------------------------------- /src/w_wad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/w_wad.h -------------------------------------------------------------------------------- /src/w_zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/w_zip.c -------------------------------------------------------------------------------- /src/wi_interlvl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/wi_interlvl.c -------------------------------------------------------------------------------- /src/wi_interlvl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/wi_interlvl.h -------------------------------------------------------------------------------- /src/wi_stuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/wi_stuff.c -------------------------------------------------------------------------------- /src/wi_stuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/wi_stuff.h -------------------------------------------------------------------------------- /src/ws_stuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/ws_stuff.c -------------------------------------------------------------------------------- /src/ws_stuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/ws_stuff.h -------------------------------------------------------------------------------- /src/z_zone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/z_zone.c -------------------------------------------------------------------------------- /src/z_zone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/src/z_zone.h -------------------------------------------------------------------------------- /textscreen/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/CMakeLists.txt -------------------------------------------------------------------------------- /textscreen/fonts/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/fonts/CMakeLists.txt -------------------------------------------------------------------------------- /textscreen/fonts/codepage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/fonts/codepage.h -------------------------------------------------------------------------------- /textscreen/fonts/convert-font: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/fonts/convert-font -------------------------------------------------------------------------------- /textscreen/fonts/hauge-8x18-v1-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/fonts/hauge-8x18-v1-5.png -------------------------------------------------------------------------------- /textscreen/fonts/normal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/fonts/normal.h -------------------------------------------------------------------------------- /textscreen/textscreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/textscreen.h -------------------------------------------------------------------------------- /textscreen/txt_button.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_button.c -------------------------------------------------------------------------------- /textscreen/txt_button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_button.h -------------------------------------------------------------------------------- /textscreen/txt_checkbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_checkbox.c -------------------------------------------------------------------------------- /textscreen/txt_checkbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_checkbox.h -------------------------------------------------------------------------------- /textscreen/txt_desktop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_desktop.c -------------------------------------------------------------------------------- /textscreen/txt_desktop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_desktop.h -------------------------------------------------------------------------------- /textscreen/txt_dropdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_dropdown.c -------------------------------------------------------------------------------- /textscreen/txt_dropdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_dropdown.h -------------------------------------------------------------------------------- /textscreen/txt_fileselect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_fileselect.c -------------------------------------------------------------------------------- /textscreen/txt_fileselect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_fileselect.h -------------------------------------------------------------------------------- /textscreen/txt_gui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_gui.c -------------------------------------------------------------------------------- /textscreen/txt_gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_gui.h -------------------------------------------------------------------------------- /textscreen/txt_inputbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_inputbox.c -------------------------------------------------------------------------------- /textscreen/txt_inputbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_inputbox.h -------------------------------------------------------------------------------- /textscreen/txt_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_io.c -------------------------------------------------------------------------------- /textscreen/txt_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_io.h -------------------------------------------------------------------------------- /textscreen/txt_label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_label.c -------------------------------------------------------------------------------- /textscreen/txt_label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_label.h -------------------------------------------------------------------------------- /textscreen/txt_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_main.h -------------------------------------------------------------------------------- /textscreen/txt_scrollpane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_scrollpane.c -------------------------------------------------------------------------------- /textscreen/txt_scrollpane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_scrollpane.h -------------------------------------------------------------------------------- /textscreen/txt_sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_sdl.c -------------------------------------------------------------------------------- /textscreen/txt_sdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_sdl.h -------------------------------------------------------------------------------- /textscreen/txt_separator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_separator.c -------------------------------------------------------------------------------- /textscreen/txt_separator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_separator.h -------------------------------------------------------------------------------- /textscreen/txt_strut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_strut.c -------------------------------------------------------------------------------- /textscreen/txt_strut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_strut.h -------------------------------------------------------------------------------- /textscreen/txt_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_table.c -------------------------------------------------------------------------------- /textscreen/txt_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_table.h -------------------------------------------------------------------------------- /textscreen/txt_utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_utf8.c -------------------------------------------------------------------------------- /textscreen/txt_utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_utf8.h -------------------------------------------------------------------------------- /textscreen/txt_widget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_widget.c -------------------------------------------------------------------------------- /textscreen/txt_widget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_widget.h -------------------------------------------------------------------------------- /textscreen/txt_window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_window.c -------------------------------------------------------------------------------- /textscreen/txt_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_window.h -------------------------------------------------------------------------------- /textscreen/txt_window_action.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_window_action.c -------------------------------------------------------------------------------- /textscreen/txt_window_action.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/textscreen/txt_window_action.h -------------------------------------------------------------------------------- /third-party/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/CMakeLists.txt -------------------------------------------------------------------------------- /third-party/md5/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/md5/md5.c -------------------------------------------------------------------------------- /third-party/md5/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/md5/md5.h -------------------------------------------------------------------------------- /third-party/minimp3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/minimp3/LICENSE -------------------------------------------------------------------------------- /third-party/minimp3/minimp3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/minimp3/minimp3.h -------------------------------------------------------------------------------- /third-party/minimp3/minimp3_ex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/minimp3/minimp3_ex.h -------------------------------------------------------------------------------- /third-party/miniz/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/miniz/LICENSE -------------------------------------------------------------------------------- /third-party/miniz/miniz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/miniz/miniz.c -------------------------------------------------------------------------------- /third-party/miniz/miniz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/miniz/miniz.h -------------------------------------------------------------------------------- /third-party/pffft/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/pffft/LICENSE -------------------------------------------------------------------------------- /third-party/pffft/pffft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/pffft/pffft.c -------------------------------------------------------------------------------- /third-party/pffft/pffft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/pffft/pffft.h -------------------------------------------------------------------------------- /third-party/sha1/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/sha1/sha1.c -------------------------------------------------------------------------------- /third-party/sha1/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/sha1/sha1.h -------------------------------------------------------------------------------- /third-party/spng/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/spng/LICENSE -------------------------------------------------------------------------------- /third-party/spng/spng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/spng/spng.c -------------------------------------------------------------------------------- /third-party/spng/spng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/spng/spng.h -------------------------------------------------------------------------------- /third-party/yyjson/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/yyjson/LICENSE -------------------------------------------------------------------------------- /third-party/yyjson/yyjson.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/yyjson/yyjson.c -------------------------------------------------------------------------------- /third-party/yyjson/yyjson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/third-party/yyjson/yyjson.h -------------------------------------------------------------------------------- /toolsrc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/toolsrc/CMakeLists.txt -------------------------------------------------------------------------------- /toolsrc/bin2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/toolsrc/bin2c.c -------------------------------------------------------------------------------- /toolsrc/bmp2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/toolsrc/bmp2c.c -------------------------------------------------------------------------------- /toolsrc/defswani.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/toolsrc/defswani.dat -------------------------------------------------------------------------------- /toolsrc/fakedate.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/toolsrc/fakedate.asm -------------------------------------------------------------------------------- /toolsrc/swantbls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/toolsrc/swantbls.c -------------------------------------------------------------------------------- /vcpkg-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/vcpkg-configuration.json -------------------------------------------------------------------------------- /vcpkg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiangreffrath/woof/HEAD/vcpkg.json --------------------------------------------------------------------------------