├── .clang-format ├── .clang-tidy ├── .cmake-format.py ├── .editorconfig ├── .github └── workflows │ ├── cmake-release.yml │ └── cmake.yml ├── .gitignore ├── AUTHORS.md ├── CMakeLists.txt ├── CMakePresets.json ├── CMakeSettings.json ├── COMPILING.md ├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md ├── Toolchain-mingw32.cmake ├── Toolchain-mingw64.cmake ├── addons └── .gitkeep ├── attic ├── GUI_plan.txt ├── Ideas_V2.txt ├── Item_Stats.txt ├── Makefile ├── Makefile.blua ├── Makefile.local ├── Makefile.macos ├── Makefile_win32.xming ├── Makefile_win64.xming ├── Monster_Stats.txt ├── Oblige_III.txt ├── Quests.txt ├── SOD_Wolf_Walls.txt ├── Seed_Size.txt ├── Seeds.txt ├── Wolf3d_Mods.txt ├── aj_random.h ├── amulets │ ├── base.lua │ ├── entities.lua │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── shapes.lua │ ├── themes.lua │ └── weapons.lua ├── ancient_history.htp ├── arenas.lua ├── big_branch_conn.lua ├── big_logo.lua ├── big_logo.wad ├── blake │ ├── base.lua │ └── factory.lua ├── blog_mar2008.htp ├── blog_nov2008.htp ├── brusher │ ├── Makefile │ ├── level.cc │ ├── level.h │ ├── main.cc │ ├── main.h │ ├── system.cc │ ├── system.h │ ├── util.cc │ ├── util.h │ ├── wad.cc │ └── wad.h ├── changelogs │ ├── 085.txt │ ├── 094.txt │ ├── 097.txt │ ├── 343.txt │ ├── 347.txt │ ├── 351.txt │ ├── 357.txt │ ├── 428.txt │ ├── 605.txt │ ├── 610.txt │ ├── 620.txt │ ├── 750.txt │ └── 7666.txt ├── chex123.lua ├── chthon.map ├── convert_q1_map.lua ├── csg_qkmap.cc ├── csg_qkmap.h ├── csg_shade.cc ├── curve_s96.wad ├── debian │ ├── Makefile.debian │ ├── changelog │ ├── control │ └── copyright ├── demo_gen.lua ├── dm_ctf.lua ├── dm_equip.lua ├── doc_howitworks.htp ├── doom_jedi │ ├── wall12x1.gif │ ├── wall15x1.gif │ ├── wall16x1.gif │ ├── wall18x1.gif │ ├── wall5x1.gif │ └── wall9x1.gif ├── doom_tex.lua ├── engines │ ├── darkplaces.lua │ ├── doomsday.lua │ ├── edge.lua │ ├── eternity.lua │ ├── fitz.lua │ ├── imm_conduct.lua │ ├── legacy.lua │ ├── odamex.lua │ ├── sktag_mons.lua │ ├── sktag_rune.wip │ ├── sktag_theme.wip │ ├── skulltag.lua │ └── vavoom.lua ├── face_clip_test.lua ├── flatpak_stuff │ ├── io.github.obsidian-level-maker.128.png │ ├── io.github.obsidian-level-maker.64.png │ ├── io.github.obsidian-level-maker.desktop │ ├── io.github.obsidian-level-maker.metainfo.xml │ └── io.github.obsidian-level-maker.yml ├── floors_fabs.lua ├── g_wolf.cc ├── gen_track.lua ├── gen_weird.lua ├── gen_weird2.lua ├── glbsp_src │ ├── analyze.cc │ ├── analyze.h │ ├── blockmap.cc │ ├── blockmap.h │ ├── glbsp.cc │ ├── glbsp.h │ ├── level.cc │ ├── level.h │ ├── node.cc │ ├── node.h │ ├── reject.cc │ ├── reject.h │ ├── seg.cc │ ├── seg.h │ ├── structs.h │ ├── system.cc │ ├── system.h │ ├── util.cc │ ├── util.h │ ├── wad.cc │ └── wad.h ├── grower.lua ├── gzdoom_boss_gen.lua ├── hex_dm.lua ├── ho_bsp │ ├── Makefile │ ├── analyze.c │ ├── analyze.h │ ├── glbsp.c │ ├── glbsp.h │ ├── level.c │ ├── level.h │ ├── main.c │ ├── node.c │ ├── node.h │ ├── seg.c │ ├── seg.h │ ├── structs.h │ ├── system.c │ ├── system.h │ ├── util.c │ ├── util.h │ ├── wad.c │ └── wad.h ├── if-then-else.diff ├── iwad_mode.lua ├── l_cube.cpp ├── l_cube.h ├── light_control.lua ├── m_console.cc ├── misc │ ├── forum │ │ └── index.css │ ├── game_WIP │ │ ├── TODO.txt │ │ ├── absol_tc.lua │ │ ├── amulets.lua │ │ ├── chex.lua │ │ ├── hacx.lua │ │ ├── halflife.lua │ │ ├── harmony.lua │ │ ├── hexen2.lua │ │ ├── nukem.lua │ │ ├── plutonia_stuff.lua │ │ ├── quake.lua │ │ ├── quake2.lua │ │ ├── strife.lua │ │ ├── tnt_stuff.lua │ │ ├── x_heretic │ │ │ └── games.lua │ │ └── x_hexen │ │ │ └── games.lua │ ├── icon_128x128.png │ ├── normalize-source.sh │ ├── oblige_fab.ugh │ ├── oblige_fab.wad │ ├── obsidian.desktop │ ├── obsidian.xpm │ ├── pack-it.sh │ ├── pack-source.sh │ ├── prefab_WIP │ │ ├── arch_stair.lua │ │ ├── arch_stair.wad │ │ ├── blood_fount.lua │ │ ├── blood_fount.wad │ │ ├── computer.lua │ │ ├── computer.wad │ │ ├── door_w_bars.lua │ │ ├── door_w_bars.wad │ │ ├── double_64.lua │ │ ├── double_64.wad │ │ ├── firewall.lua │ │ ├── firewall.wad │ │ ├── key_big.lua │ │ ├── key_big.wad │ │ ├── key_heretic.lua │ │ ├── key_heretic.wad │ │ ├── lift.lua │ │ ├── lift.wad │ │ ├── lift2.lua │ │ ├── lift2.wad │ │ ├── liq_fall.lua │ │ ├── liq_fall.wad │ │ ├── logo.lua │ │ ├── manual_big.lua │ │ ├── manual_big.wad │ │ ├── manual_small.lua │ │ ├── manual_small.wad │ │ ├── niche_32.lua │ │ ├── niche_32.wad │ │ ├── niche_56.lua │ │ ├── niche_56.wad │ │ ├── niche_lift.lua │ │ ├── niche_lift.wad │ │ ├── pic_128x128.lua │ │ ├── pic_128x128.wad │ │ ├── pic_128x32.wad │ │ ├── pic_128x48.lua │ │ ├── pic_128x48.wad │ │ ├── pic_64x128.lua │ │ ├── pic_64x128.wad │ │ ├── pic_64x64.lua │ │ ├── pic_64x64.wad │ │ ├── raise_arch.lua │ │ ├── raise_arch.wad │ │ ├── scroller.lua │ │ ├── scroller.wad │ │ ├── stair_56.lua │ │ ├── stair_56.wad │ │ ├── sw_door.lua │ │ ├── sw_door.wad │ │ ├── sw_pair.lua │ │ ├── sw_pair.wad │ │ ├── sw_pair2.wad │ │ ├── techy.lua │ │ ├── techy.wad │ │ ├── three_key.lua │ │ ├── three_key.wad │ │ ├── three_key2.wad │ │ ├── wolfen.lua │ │ ├── wolfen.wad │ │ └── y_stair.wad │ ├── test-it.sh │ ├── test-many.sh │ └── wiki │ │ ├── oblige.css │ │ ├── oblige.tmpl │ │ └── sf_logo1.gif ├── no_prebuilt.lua ├── oa_dm7.lua ├── obc │ ├── base.lua │ └── factory.lua ├── oblige_V1 │ ├── Makefile.unx │ ├── README.txt │ ├── TODO.txt │ ├── a_star.cpp │ ├── a_star.h │ ├── area.cpp │ ├── area.h │ ├── defs.h │ ├── docs │ │ ├── Options.txt │ │ └── Squares.txt │ ├── environ.cpp │ ├── environ.h │ ├── g_control.cpp │ ├── g_control.h │ ├── g_dialog.cpp │ ├── g_dialog.h │ ├── g_grid.cpp │ ├── g_grid.h │ ├── g_menu.cpp │ ├── g_menu.h │ ├── g_window.cpp │ ├── g_window.h │ ├── island.cpp │ ├── island.h │ ├── l_block.cpp │ ├── l_block.h │ ├── l_cube.cpp │ ├── l_cube.h │ ├── l_doom.cpp │ ├── l_doom.h │ ├── l_dstruct.h │ ├── l_dwad.cpp │ ├── l_dwad.h │ ├── l_quake.cpp │ ├── l_quake.h │ ├── l_wolf.cpp │ ├── l_wolf.h │ ├── main.cpp │ ├── name_gen.cpp │ ├── name_gen.h │ ├── path.cpp │ ├── path.h │ ├── room.cpp │ ├── room.h │ ├── stage.cpp │ ├── stage.h │ ├── system.cpp │ ├── system.h │ ├── u_assert.cpp │ ├── u_assert.h │ ├── u_heap.cpp │ ├── u_heap.h │ ├── u_list.cpp │ ├── u_list.h │ ├── util.cpp │ ├── util.h │ ├── w_enums.h │ ├── world.cpp │ └── world.h ├── oblige_V2 │ ├── CLASSES.txt │ ├── Makefile.test │ ├── README.txt │ ├── a_star.lua │ ├── builder.lua │ ├── defs.lua │ ├── monster.lua │ ├── oblige.lua │ ├── plan_dm.lua │ ├── planner.lua │ ├── prefab.lua │ ├── run_test.lua │ ├── theme.lua │ ├── util.lua │ ├── writer.lua │ ├── x_doom1.lua │ ├── x_doom2.lua │ ├── x_freedoom.lua │ ├── x_heretic.lua │ ├── x_hexen.lua │ ├── x_plutonia.lua │ ├── x_spear.lua │ ├── x_tnt.lua │ └── x_wolf.lua ├── obsidian_content │ ├── extras │ │ ├── doomrla_kinsie_fluff_obaddon.pk3 │ │ └── obaddon_startup_gameinfo.pk3 │ ├── processing │ │ ├── Craneo_Skybox_Helltower.wad │ │ ├── craneo_mini_boat_n_plane.wad │ │ ├── module_template.lua │ │ └── textures │ │ │ ├── flats │ │ │ ├── CRBRFLT1.png │ │ │ ├── CRBRFLT2.png │ │ │ └── CRBRFLT3.png │ │ │ └── textures │ │ │ ├── CRBRALEN.png │ │ │ ├── CRBRBRK1.png │ │ │ ├── CRBRBRK2.png │ │ │ ├── CRBREYE.png │ │ │ ├── CRBRMRB1.png │ │ │ ├── CRBRMRB2.png │ │ │ ├── CRBRMRB3.png │ │ │ ├── CRBRPLR1.png │ │ │ ├── CRBRPLR2.png │ │ │ ├── CRBRROK1.png │ │ │ ├── CRBRSKLL.png │ │ │ ├── CRBRTRM1.png │ │ │ └── CRBRTRM2.png │ ├── resources │ │ └── oblige_fab_guides.wad │ └── unused │ │ ├── EXITDOR2.png │ │ ├── EXITSIG2.png │ │ ├── EXITSIG3.png │ │ ├── gtd_3d_stair_128.lua │ │ ├── gtd_3d_stair_128.wad │ │ ├── gtd_cage_invisicage.lua │ │ ├── gtd_cage_invisicage.wad │ │ ├── gtd_car_fancy.wad │ │ ├── gtd_generic_sunk_roof.wad │ │ ├── gtd_pic_bay_windows.lua │ │ ├── gtd_pic_bay_windows.wad │ │ ├── gtd_wall_hideous_cover.lua │ │ └── gtd_wall_hideous_cover.wad ├── old_fabs.lua ├── old_news.htp ├── old_news2.htp ├── old_v3_skins.lua ├── orig_web.html ├── outdoor_shadows.lua ├── parrot.wad ├── pics │ ├── emboss_dark.pgm │ ├── emboss_small.pgm │ ├── emboss_small2.pgm │ ├── emboss_small3.pgm │ └── pop_1.png ├── plus_number.diff ├── prefab_tester.lua ├── prefabs_V4 │ ├── bridges.lua │ ├── cages.lua │ ├── ceilings.lua │ ├── corners.lua │ ├── doors.lua │ ├── exits.lua │ ├── hallways.lua │ ├── junctions.lua │ ├── misc.lua │ ├── pedestals.lua │ ├── stairs.lua │ ├── starters.lua │ ├── switches.lua │ ├── walls.lua │ └── windows.lua ├── prefabs_V5 │ ├── border │ │ ├── dropoff.lua │ │ ├── dropoff_1x2_t.wad │ │ ├── dropoff_2x2_c.wad │ │ ├── dropoff_2x2_o.wad │ │ ├── dropoff_2x2_t.wad │ │ ├── liquid.lua │ │ ├── liquid_1x2_t.wad │ │ ├── liquid_2x2_c.wad │ │ ├── liquid_2x2_o.wad │ │ ├── liquid_2x2_t.wad │ │ ├── liquid_2x2_t2.wad │ │ ├── rocky.lua │ │ ├── rocky_1x2_t.wad │ │ ├── rocky_2x2_c.wad │ │ ├── rocky_2x2_o.wad │ │ ├── rocky_2x2_t.wad │ │ ├── urban.lua │ │ ├── urban_1x2_t.wad │ │ ├── urban_2x2_c.wad │ │ ├── urban_2x2_o.wad │ │ └── urban_2x2_t.wad │ ├── cage │ │ ├── trap1.lua │ │ └── trap1.wad │ ├── ceiling │ │ ├── lights.lua │ │ ├── lights1.wad │ │ ├── lights2.wad │ │ ├── lights3.wad │ │ ├── redlt_3x1.lua │ │ ├── redlt_3x1.wad │ │ ├── sky_pent.lua │ │ ├── sky_pent.wad │ │ ├── skybm_3x1.lua │ │ ├── skybm_3x1.wad │ │ ├── skylight1.lua │ │ ├── skylight1.wad │ │ ├── solid.lua │ │ └── solid_1x1.wad │ ├── corner │ │ ├── basic.lua │ │ ├── basic.wad │ │ ├── curved.lua │ │ ├── curved.wad │ │ ├── curved_o.wad │ │ ├── support.lua │ │ └── support.wad │ ├── door │ │ ├── key_door.lua │ │ ├── key_door.wad │ │ ├── normal.lua │ │ ├── normal1.wad │ │ ├── sw_door.lua │ │ ├── sw_door1.wad │ │ ├── sw_door2.wad │ │ └── tiny1.wad │ ├── exit │ │ ├── closet.lua │ │ ├── closet1.wad │ │ ├── pillar.lua │ │ ├── pillar1.wad │ │ ├── rocky.wad │ │ ├── switch.lua │ │ └── switch.wad │ ├── fake │ │ ├── broke_door.lua │ │ ├── broke_door.wad │ │ ├── building1.lua │ │ ├── building1.wad │ │ ├── cage_fence.wad │ │ ├── ledge3.lua │ │ ├── ledge3.wad │ │ ├── plain.lua │ │ ├── plain.wad │ │ ├── round.lua │ │ ├── round.wad │ │ ├── round_fence.lua │ │ ├── round_fence.wad │ │ ├── round_fence2.wad │ │ ├── round_win.lua │ │ └── round_win.wad │ ├── fence │ │ ├── fence.lua │ │ ├── fence1.wad │ │ ├── sky_corner.wad │ │ └── sky_fence.wad │ ├── floor │ │ ├── L_shape.lua │ │ ├── L_shape1.wad │ │ ├── L_shape2.wad │ │ ├── U_shape.lua │ │ ├── U_shape2.wad │ │ ├── cage_big.lua │ │ ├── cage_big1.wad │ │ ├── cage_big2.wad │ │ ├── crate1.wad │ │ ├── crate2.wad │ │ ├── crates.lua │ │ ├── fountain1.wad │ │ ├── fountains.lua │ │ ├── lava_pit.lua │ │ ├── lava_pit.wad │ │ ├── plain.lua │ │ ├── plain_1x1.wad │ │ ├── plain_3x3.wad │ │ ├── pool_3x1.wad │ │ ├── pool_3x3.wad │ │ ├── pools.lua │ │ ├── wide_stair.lua │ │ ├── wide_stair.wad │ │ └── wide_stair2.wad │ ├── hall │ │ ├── big_arch.lua │ │ ├── big_arch.wad │ │ ├── curve.lua │ │ ├── curve_arch.wad │ │ ├── curve_c.wad │ │ ├── curve_i.wad │ │ ├── curve_i_bulge.wad │ │ ├── curve_i_sky2.wad │ │ ├── curve_i_win3.wad │ │ ├── curve_lf.wad │ │ ├── curve_p.wad │ │ ├── curve_s16.wad │ │ ├── curve_s32.wad │ │ ├── curve_s64.wad │ │ ├── curve_t.wad │ │ ├── trim.lua │ │ ├── trim1_arch.wad │ │ ├── trim1_c.wad │ │ ├── trim1_i.wad │ │ ├── trim1_i_lit3.wad │ │ ├── trim1_i_win.wad │ │ ├── trim1_lf.wad │ │ ├── trim1_p.wad │ │ ├── trim1_s16.wad │ │ ├── trim1_s32.wad │ │ ├── trim1_s64.wad │ │ ├── trim1_t.wad │ │ └── trim1_t_lit.wad │ ├── item │ │ ├── niche1.wad │ │ ├── niche1_out.wad │ │ └── niches.lua │ ├── joiner │ │ ├── ancient_arch.wad │ │ ├── brick_gate.lua │ │ ├── brick_gate.wad │ │ ├── bridge.lua │ │ ├── bridge.wad │ │ ├── key_test.wad │ │ ├── keyed.lua │ │ ├── plain.lua │ │ ├── plain.wad │ │ ├── plain_cage.wad │ │ ├── plain_dbl.wad │ │ ├── plain_trap.wad │ │ ├── round_stair.lua │ │ ├── round_stair.wad │ │ ├── sw_test.wad │ │ ├── switched.lua │ │ ├── tall_arch.lua │ │ ├── tall_arch.wad │ │ ├── tri_pillar.lua │ │ ├── tri_pillar.wad │ │ ├── y_stair.lua │ │ └── y_stair.wad │ ├── junction │ │ ├── bridge.lua │ │ ├── bridge1.wad │ │ ├── bridge2.wad │ │ ├── circle.lua │ │ ├── circle.wad │ │ ├── curve.lua │ │ ├── curve_c.wad │ │ ├── curve_snake.wad │ │ ├── curve_stair1.wad │ │ ├── curve_stair2.wad │ │ ├── octagon.lua │ │ ├── octagon.wad │ │ ├── spokey.lua │ │ └── spokey.wad │ ├── misc │ │ ├── curvy_windows.wad │ │ └── depot.wad │ ├── room │ │ ├── cage4.lua │ │ ├── cage4.wad │ │ ├── cage4_o.wad │ │ ├── columns.lua │ │ ├── columns_3x1.wad │ │ ├── columns_big.wad │ │ ├── pillar1.wad │ │ ├── pillar2.wad │ │ ├── pillar3.wad │ │ ├── pillar4.wad │ │ └── pillars.lua │ ├── start │ │ ├── closet1.wad │ │ ├── closet2.wad │ │ ├── closet3.wad │ │ └── closets.lua │ ├── switch │ │ ├── niche.lua │ │ ├── niche1.wad │ │ ├── niche2.wad │ │ ├── small.lua │ │ └── small2.wad │ ├── teleporter │ │ ├── closet.lua │ │ └── closet1.wad │ ├── wall │ │ ├── item3.wad │ │ ├── items.lua │ │ ├── torch.lua │ │ └── torch3.wad │ └── window │ │ ├── straddle.wad │ │ ├── window1.lua │ │ └── window1.wad ├── prefabs_V6 │ ├── border │ │ ├── dropoff.lua │ │ ├── dropoff_c.wad │ │ ├── dropoff_c2.wad │ │ ├── dropoff_exit.wad │ │ ├── dropoff_item.wad │ │ ├── dropoff_start.wad │ │ ├── dropoff_t.wad │ │ ├── rocky.lua │ │ ├── rocky_c.wad │ │ ├── rocky_exit.wad │ │ ├── rocky_item.wad │ │ ├── rocky_start.wad │ │ └── rocky_t.wad │ └── bridge │ │ ├── curvey.lua │ │ ├── curvey.wad │ │ ├── narrow.lua │ │ ├── narrow.wad │ │ └── zigzag.wad ├── prefabs_V7 │ ├── door │ │ ├── key_small.lua │ │ └── key_small.wad │ ├── fence │ │ ├── gappy.lua │ │ ├── gappy.wad │ │ ├── tall_gap.lua │ │ └── tall_gap.wad │ └── hall │ │ ├── c_curve1.lua │ │ ├── c_curve1.wad │ │ ├── c_curve2.lua │ │ ├── c_curve2.wad │ │ ├── c_stair1.lua │ │ ├── c_stair1.wad │ │ ├── c_stair2.lua │ │ ├── c_stair2.wad │ │ ├── f_curve1.lua │ │ ├── f_curve1.wad │ │ ├── f_curve2.lua │ │ ├── f_curve2.wad │ │ ├── f_stair1.lua │ │ ├── f_stair1.wad │ │ ├── f_stair2.lua │ │ └── f_stair2.wad ├── q1_tex_old.cpp ├── q3_test_dm1.lua ├── q3_test_dm5.lua ├── q3_test_dm6.lua ├── q3_test_dm7.lua ├── r_gui │ └── rmz_main.cc ├── r_module │ ├── doom.lua │ └── doom_mon.lua ├── r_script │ └── main.lua ├── shub.map ├── space_test.lua ├── space_viewer.cc ├── space_viewer.mak ├── test_csg.lua ├── test_csg2.lua ├── test_q2.lua ├── test_q2.map ├── titles │ ├── adams_teton.tga │ ├── cave1.tga │ ├── chartres.tga │ ├── city1.tga │ ├── city3.tga │ ├── crowprin.tga │ ├── darknight.tga │ ├── eden2.tga │ ├── frozen1.tga │ ├── frozen2.tga │ ├── hell_1.tga │ ├── hell_2.tga │ ├── hell_3.tga │ ├── landscape1.tga │ ├── landscape2.tga │ ├── landscape3.tga │ ├── lone_house.tga │ ├── necro.tga │ ├── ochre_pit.tga │ ├── space1.tga │ ├── space2.tga │ ├── space3.tga │ ├── space4.tga │ ├── swamp.tga │ └── wiztower.tga ├── tools │ ├── conv_fab │ │ ├── Makefile │ │ ├── analyze.c │ │ ├── analyze.h │ │ ├── blockmap.c │ │ ├── blockmap.h │ │ ├── display.c │ │ ├── display.h │ │ ├── glbsp.c │ │ ├── glbsp.h │ │ ├── level.c │ │ ├── level.h │ │ ├── main.c │ │ ├── reject.c │ │ ├── reject.h │ │ ├── seg.h │ │ ├── structs.h │ │ ├── system.c │ │ ├── system.h │ │ ├── util.c │ │ ├── util.h │ │ ├── wad.c │ │ └── wad.h │ ├── dumpbsp │ │ ├── Makefile │ │ ├── dumpbsp_q1.c │ │ ├── dumpbsp_q2.c │ │ └── dumpbsp_q3.c │ ├── editor │ │ ├── Makefile.unx │ │ ├── TODO.txt │ │ ├── e_chooser.cc │ │ ├── e_chooser.h │ │ ├── e_dialog.cc │ │ ├── e_dialog.h │ │ ├── e_editor.cc │ │ ├── e_editor.h │ │ ├── e_menu.cc │ │ ├── e_menu.h │ │ ├── e_status.cc │ │ ├── e_status.h │ │ ├── e_window.cc │ │ ├── e_window.h │ │ ├── headers.h │ │ ├── lib_argv.cc │ │ ├── lib_argv.h │ │ ├── lib_file.cc │ │ ├── lib_file.h │ │ ├── lib_util.cc │ │ ├── lib_util.h │ │ ├── main.cc │ │ ├── replace.cc │ │ ├── sys_assert.cc │ │ ├── sys_assert.h │ │ ├── sys_macro.h │ │ └── sys_type.h │ ├── node_view │ │ ├── Makefile.unx │ │ ├── Makefile.xming │ │ ├── README.txt │ │ ├── asserts.cc │ │ ├── asserts.h │ │ ├── defs.h │ │ ├── dialog.cc │ │ ├── dialog.h │ │ ├── grid.cc │ │ ├── grid.h │ │ ├── info.cc │ │ ├── info.h │ │ ├── level.cc │ │ ├── level.h │ │ ├── lists.cc │ │ ├── lists.h │ │ ├── main.cc │ │ ├── menu.cc │ │ ├── menu.h │ │ ├── structs.h │ │ ├── system.cc │ │ ├── system.h │ │ ├── util.cc │ │ ├── util.h │ │ ├── window.cc │ │ └── window.h │ ├── qsavetex │ │ ├── Makefile │ │ ├── Makefile.xming │ │ ├── im_tex.cc │ │ ├── im_tex.h │ │ ├── main.cc │ │ ├── main.h │ │ ├── pakfile.cc │ │ ├── pakfile.h │ │ ├── q1_structs.h │ │ ├── u_assert.h │ │ ├── u_endian.h │ │ ├── u_file.cc │ │ ├── u_file.h │ │ ├── u_macro.h │ │ ├── u_type.h │ │ ├── u_util.cc │ │ └── u_util.h │ └── vis_viewer │ │ ├── DATA1 │ │ ├── DATA2 │ │ ├── DATA3 │ │ ├── DATA4 │ │ ├── DATA5 │ │ ├── DATA_BIG │ │ ├── Makefile │ │ ├── TEST_CORN │ │ ├── TEST_DIAG │ │ ├── TEST_HOR │ │ ├── TEST_VER │ │ └── main.cc ├── trim1_s96.wad ├── twister.cc ├── twister.h ├── ui_chooser.cc ├── ui_chooser.h ├── ui_file.cc ├── ui_file.h ├── ui_grid.cc ├── ui_grid.h ├── ui_optlist.cc ├── ui_optlist.h ├── v3_room_fabs.lua ├── v4_chunks.lua ├── v4_floors.lua ├── v4_spaceman.lua ├── v4_walls.lua ├── v7_weird.lua ├── web │ ├── Makefile │ ├── doc_about.htp │ ├── doc_credits.htp │ ├── doc_faq.htp │ ├── doc_glossary.htp │ ├── doc_history.htp │ ├── doc_modding.html │ ├── doc_usage.htp │ ├── favicon3.ico │ ├── favicon3.png │ ├── i_download.htp │ ├── i_screens.htp │ ├── index.htp │ ├── new.css │ ├── pics │ │ ├── bottom_L.png │ │ ├── bottom_R.png │ │ ├── gui_overview.png │ │ ├── money_shot.jpg │ │ ├── money_shot.png │ │ ├── oblige_icon.png │ │ ├── top_L.png │ │ └── top_R.png │ ├── x_common.inc │ ├── x_footer.inc │ └── x_header.inc ├── wolf3d.lua ├── wolf_tiler.lua ├── wolf_write.lua ├── x_spear.lua ├── z_pats.lua ├── zdoom_beastiary.lua ├── zf_input.cc ├── zf_input.h ├── zf_menu.cc └── zf_menu.h ├── cmake ├── CPM.cmake └── config.h.cmake-in ├── data ├── bg │ ├── airduct.tga │ ├── block1.tga │ ├── block2.tga │ ├── bodiesc.tga │ ├── bricks08.tga │ ├── bricks09.tga │ ├── bronze5.tga │ ├── cement.tga │ ├── darkf03.tga │ ├── goth10.tga │ ├── goth36.tga │ ├── goth50.tga │ ├── goth51.tga │ ├── goth6.tga │ ├── graymet2.tga │ ├── helmet1.tga │ ├── helmet2.tga │ ├── helwal1.tga │ ├── lamp1.tga │ ├── lamp2.tga │ ├── lamp3.tga │ └── rdrok1.tga ├── endoom │ └── ENDOOM.bin ├── loading │ └── loading_screens.wad ├── logo1.tga ├── logo1_t.tga ├── masks │ ├── compgreen.tga │ ├── fireblu.tga │ ├── groovy1.tga │ ├── redrock.tga │ ├── shawn_r.tga │ └── yellowish.tga ├── music │ └── D_DM2INT.ogg ├── sounds │ ├── ARCTIC.ogg │ ├── BATHFAN.ogg │ ├── CAVEAMB.ogg │ ├── COMPSTN.ogg │ ├── CONVMECH.ogg │ ├── DESERT.ogg │ ├── DSRAT.ogg │ ├── DSRATDI1.ogg │ ├── DSRATDI2.ogg │ ├── DSRATIDL.ogg │ ├── FANSND.ogg │ ├── FLYBUZZ.ogg │ ├── HELLIND.ogg │ ├── HELLOUT.ogg │ ├── MACHNAIR.ogg │ ├── MACHVENT.ogg │ ├── PIPELINE.ogg │ ├── RAINAMB.ogg │ ├── RATCRAWL.ogg │ ├── SKLLCHNT.ogg │ ├── SPARKING.ogg │ ├── STATIC.ogg │ ├── STREETAM.ogg │ ├── TECHAMB.ogg │ ├── TECHIND.ogg │ ├── TEMPPARK.ogg │ ├── TOILETRN.ogg │ ├── VENDHUM.ogg │ ├── WATDRAIN.ogg │ ├── WATFALL.ogg │ ├── WATSTRM.ogg │ └── WATTANK.ogg └── tutorial │ ├── tutorial1.bmp │ ├── tutorial10.bmp │ ├── tutorial2.bmp │ ├── tutorial3.bmp │ ├── tutorial4.bmp │ ├── tutorial5.bmp │ ├── tutorial6.bmp │ ├── tutorial7.bmp │ ├── tutorial8.bmp │ └── tutorial9.bmp ├── engines ├── build.lua └── idtech.lua ├── games ├── chex │ ├── base.lua │ ├── data │ │ └── CQ3_EXIT.wad │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ └── .gitkeep │ │ ├── cage │ │ │ └── .gitkeep │ │ ├── decor │ │ │ └── .gitkeep │ │ ├── door │ │ │ └── .gitkeep │ │ ├── exit │ │ │ ├── .gitkeep │ │ │ ├── sw_point.lua │ │ │ └── sw_point.wad │ │ ├── fence │ │ │ └── .gitkeep │ │ ├── floor │ │ │ └── .gitkeep │ │ ├── hall │ │ │ └── .gitkeep │ │ ├── item │ │ │ └── .gitkeep │ │ ├── joiner │ │ │ └── .gitkeep │ │ ├── misc │ │ │ └── .gitkeep │ │ ├── picture │ │ │ └── .gitkeep │ │ ├── quest │ │ │ └── .gitkeep │ │ ├── road │ │ │ └── .gitkeep │ │ ├── skybox │ │ │ ├── .gitkeep │ │ │ ├── bazoik_skybox.lua │ │ │ ├── bazoik_skybox.wad │ │ │ ├── chextropolis_skybox.lua │ │ │ ├── chextropolis_skybox.wad │ │ │ ├── villa_skybox.lua │ │ │ └── villa_skybox.wad │ │ ├── stairs │ │ │ └── .gitkeep │ │ ├── start │ │ │ └── .gitkeep │ │ ├── switch │ │ │ └── .gitkeep │ │ ├── teleporter │ │ │ └── .gitkeep │ │ ├── trap │ │ │ └── .gitkeep │ │ ├── wall │ │ │ └── .gitkeep │ │ └── window │ │ │ └── .gitkeep │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ ├── vanilla_mats.lua │ └── weapons.lua ├── doom │ ├── base.lua │ ├── data │ │ ├── ADVCR1.png │ │ ├── ADVCR2.png │ │ ├── ADVCR3.png │ │ ├── ADVCR4.png │ │ ├── ADVCR5.png │ │ ├── ADVDE1.png │ │ ├── ADVDE2.png │ │ ├── ADVDE3.png │ │ ├── ADVDE4.png │ │ ├── ADVDE5.png │ │ ├── ARCD10.png │ │ ├── ARCD11.png │ │ ├── ARCD2.png │ │ ├── ARCD3.png │ │ ├── ARCD4.png │ │ ├── ARCD5.png │ │ ├── ARCD6.png │ │ ├── ARCD7.png │ │ ├── ARCD8.png │ │ ├── ARCD9.png │ │ ├── CRATJOKE.png │ │ ├── Fly.wad │ │ ├── G7DODSLS.png │ │ ├── OBVNMCH1.png │ │ ├── OBVNMCH2.png │ │ ├── OBVNMCH3.png │ │ ├── OBVNMCH4.png │ │ ├── OBVNMCH5.png │ │ ├── ObAddon_Textures.wad │ │ ├── ObAddon_Textures_2.wad │ │ ├── ObAddon_Textures_3.wad │ │ ├── ObAddon_Textures_Brightmaps.wad │ │ ├── Rats.wad │ │ ├── TAG1.png │ │ ├── TAG10.png │ │ ├── TAG11.png │ │ ├── TAG12.png │ │ ├── TAG2.png │ │ ├── TAG3.png │ │ ├── TAG4.png │ │ ├── TAG5.png │ │ ├── TAG6.png │ │ ├── TAG7.png │ │ ├── TAG8.png │ │ ├── TAG9.png │ │ ├── TAGCR1.png │ │ ├── TAGCR10.png │ │ ├── TAGCR11.png │ │ ├── TAGCR12.png │ │ ├── TAGCR13.png │ │ ├── TAGCR14.png │ │ ├── TAGCR15.png │ │ ├── TAGCR16.png │ │ ├── TAGCR2.png │ │ ├── TAGCR3.png │ │ ├── TAGCR4.png │ │ ├── TAGCR5.png │ │ ├── TAGCR6.png │ │ ├── TAGCR7.png │ │ ├── TAGCR8.png │ │ ├── TAGCR9.png │ │ ├── TAGS1.png │ │ ├── TAGS2.png │ │ ├── TAGS3.png │ │ ├── TAGS4.png │ │ ├── blood_pack.wad │ │ ├── boss1 │ │ │ ├── anomaly1.wad │ │ │ ├── anomaly2.wad │ │ │ ├── anomaly3.wad │ │ │ ├── dis1.wad │ │ │ ├── tower1.wad │ │ │ ├── tower2.wad │ │ │ ├── ult_anomaly.wad │ │ │ ├── ult_anomaly2.wad │ │ │ ├── ult_dis.wad │ │ │ └── ult_tower.wad │ │ ├── boss2 │ │ │ ├── gallow1.wad │ │ │ ├── gallow2.wad │ │ │ ├── gotcha1.wad │ │ │ ├── gotcha2.wad │ │ │ ├── gotcha3.wad │ │ │ ├── gotcha4.wad │ │ │ ├── icon1.wad │ │ │ ├── icon2.wad │ │ │ ├── icon3.wad │ │ │ ├── simple1.wad │ │ │ ├── simple2.wad │ │ │ ├── simple3.wad │ │ │ └── simple4.wad │ │ ├── burning_debris.wad │ │ ├── burning_top.wad │ │ ├── doom_falls.wad │ │ ├── error_wall.wad │ │ ├── events.wad │ │ ├── freedoom_face.wad │ │ ├── hang_lamp.wad │ │ ├── invisible_wall.wad │ │ ├── lift_flat.wad │ │ ├── logos.wad │ │ ├── metal_step.wad │ │ ├── short_bars.wad │ │ └── vine_dude.wad │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ ├── narrow.lua │ │ │ └── narrow.wad │ │ ├── cage │ │ │ ├── armaetus_brncage.lua │ │ │ ├── armaetus_brncage.wad │ │ │ ├── armaetus_bunker.lua │ │ │ ├── armaetus_bunker.wad │ │ │ ├── armaetus_cage_scenic_outdoors.lua │ │ │ ├── armaetus_cage_scenic_outdoors.wad │ │ │ ├── craneo_cage_hell_sentry.lua │ │ │ ├── craneo_cage_hell_sentry.wad │ │ │ ├── dem_cages.lua │ │ │ ├── dem_cages.wad │ │ │ ├── dem_cages_fake_windows.lua │ │ │ ├── fake_switch.lua │ │ │ ├── fake_switch.wad │ │ │ ├── gtd_cage_auto_opening.lua │ │ │ ├── gtd_cage_auto_opening.wad │ │ │ ├── gtd_cage_building_side.lua │ │ │ ├── gtd_cage_building_side.wad │ │ │ ├── gtd_cage_bunker.lua │ │ │ ├── gtd_cage_bunker.wad │ │ │ ├── gtd_cage_d2_computer.lua │ │ │ ├── gtd_cage_d2_computer.wad │ │ │ ├── gtd_cage_d2_floor.lua │ │ │ ├── gtd_cage_d2_floor.wad │ │ │ ├── gtd_cage_hell_organic.lua │ │ │ ├── gtd_cage_hell_organic.wad │ │ │ ├── gtd_cage_sandbag.lua │ │ │ ├── gtd_cage_sandbag.wad │ │ │ ├── gtd_cage_teleporter_ambush.lua │ │ │ ├── gtd_cage_teleporter_ambush.wad │ │ │ ├── gtd_cage_windowed_rooms.lua │ │ │ ├── gtd_cage_windowed_rooms.wad │ │ │ ├── hell_box.lua │ │ │ ├── hell_box.wad │ │ │ ├── scionox_cage_guardpost_destroyed.lua │ │ │ ├── scionox_cage_guardpost_destroyed.wad │ │ │ ├── scionox_fake_teleport.lua │ │ │ ├── scionox_fake_teleport.wad │ │ │ ├── small_cage.lua │ │ │ ├── small_cage.wad │ │ │ ├── stand_cage.lua │ │ │ ├── stand_cage.wad │ │ │ ├── wall_cage.lua │ │ │ └── wall_cage.wad │ │ ├── decor │ │ │ ├── EPIC_ceil_light.lua │ │ │ ├── armaetus_EPIC_flagpole.lua │ │ │ ├── armaetus_EPIC_flagpole.wad │ │ │ ├── armaetus_basiccomp1.lua │ │ │ ├── armaetus_basiccomp1.wad │ │ │ ├── armaetus_big_computer.lua │ │ │ ├── armaetus_big_computer.wad │ │ │ ├── armaetus_ceiling_windows.lua │ │ │ ├── armaetus_ceiling_windows.wad │ │ │ ├── armaetus_crucified.lua │ │ │ ├── armaetus_crucified.wad │ │ │ ├── armaetus_decor_lifted_crate.lua │ │ │ ├── armaetus_decor_lifted_crate.wad │ │ │ ├── armaetus_decor_sladpool.lua │ │ │ ├── armaetus_decor_sladpool.wad │ │ │ ├── armaetus_hell_puddle.lua │ │ │ ├── armaetus_hell_puddle.wad │ │ │ ├── armaetus_library.lua │ │ │ ├── armaetus_library.wad │ │ │ ├── armaetus_library_set.lua │ │ │ ├── armaetus_obhack_streetlight.lua │ │ │ ├── armaetus_obhack_streetlight.wad │ │ │ ├── armaetus_terminals.lua │ │ │ ├── armaetus_terminals.wad │ │ │ ├── armaetus_wood_skull_shed.lua │ │ │ ├── armaetus_wood_skull_shed.wad │ │ │ ├── blob_lamp.lua │ │ │ ├── blob_lamp.wad │ │ │ ├── carpets.lua │ │ │ ├── carpets.wad │ │ │ ├── ceil_light.lua │ │ │ ├── ceil_light.wad │ │ │ ├── craneo_decor_bloodtubes_set.lua │ │ │ ├── craneo_decor_bloodtubes_set.wad │ │ │ ├── craneo_decor_camping_tent.lua │ │ │ ├── craneo_decor_camping_tent.wad │ │ │ ├── craneo_decor_dumpster.lua │ │ │ ├── craneo_decor_dumpster.wad │ │ │ ├── craneo_decor_tabletop_games.lua │ │ │ ├── craneo_decor_tabletop_games.wad │ │ │ ├── craneo_necro_alchemy_table.lua │ │ │ ├── craneo_necro_alchemy_table.wad │ │ │ ├── craneo_pianos.lua │ │ │ ├── craneo_pianos.wad │ │ │ ├── crates1.lua │ │ │ ├── crates1.wad │ │ │ ├── crates2.wad │ │ │ ├── dem_cars_EPIC_broken.lua │ │ │ ├── dem_cars_EPIC_broken.wad │ │ │ ├── dem_decor_commercial_set.lua │ │ │ ├── dem_decor_commercial_set.wad │ │ │ ├── dem_decor_hospital_set.lua │ │ │ ├── dem_decor_hospital_set.wad │ │ │ ├── dem_decor_road_vehicles_tech_broken.lua │ │ │ ├── dem_decor_road_vehicles_tech_broken.wad │ │ │ ├── dem_graves.lua │ │ │ ├── dem_graves.wad │ │ │ ├── dem_nature_ruins.lua │ │ │ ├── dem_nature_ruins.wad │ │ │ ├── dem_pillars.lua │ │ │ ├── dem_pillars.wad │ │ │ ├── dem_props.lua │ │ │ ├── dem_props.wad │ │ │ ├── dem_props_nature.lua │ │ │ ├── dem_props_nature.wad │ │ │ ├── dem_road_deformation.lua │ │ │ ├── dem_road_deformation.wad │ │ │ ├── dem_terrain_deformation.lua │ │ │ ├── dem_terrain_deformation.wad │ │ │ ├── dem_vehicles.lua │ │ │ ├── dem_vehicles.wad │ │ │ ├── dh_comp.lua │ │ │ ├── dh_comp.wad │ │ │ ├── dh_lamp.lua │ │ │ ├── dh_lamp.wad │ │ │ ├── exit_sign.lua │ │ │ ├── exit_sign.wad │ │ │ ├── fountain.lua │ │ │ ├── fountain.wad │ │ │ ├── frozsoul_097_ponds.lua │ │ │ ├── frozsoul_097_ponds.wad │ │ │ ├── garrett_decor_altar_of_death.lua │ │ │ ├── garrett_decor_altar_of_death.wad │ │ │ ├── garrett_decor_hanging_framework.lua │ │ │ ├── garrett_decor_hanging_framework.wad │ │ │ ├── garrett_decor_hell_small_pillar.lua │ │ │ ├── garrett_decor_hell_small_pillar.wad │ │ │ ├── garrett_decor_rotten_flesh.lua │ │ │ ├── garrett_decor_rotten_flesh.wad │ │ │ ├── garrett_decor_tech_crystal_planter_EPIC.lua │ │ │ ├── garrett_decor_tech_crystal_planter_EPIC.wad │ │ │ ├── garrett_mass_gallows.lua │ │ │ ├── garrett_mass_gallows.wad │ │ │ ├── gtd_cars.lua │ │ │ ├── gtd_cars.wad │ │ │ ├── gtd_cars_EPIC.lua │ │ │ ├── gtd_cars_EPIC.wad │ │ │ ├── gtd_ceil_light_generic_EPIC.lua │ │ │ ├── gtd_ceil_light_generic_EPIC.wad │ │ │ ├── gtd_ceil_light_gothic.lua │ │ │ ├── gtd_ceil_light_gothic.wad │ │ │ ├── gtd_ceil_light_tech.lua │ │ │ ├── gtd_ceil_light_tech.wad │ │ │ ├── gtd_custom_tree_planters_EPIC.lua │ │ │ ├── gtd_custom_tree_planters_EPIC.wad │ │ │ ├── gtd_decor_EPIC_craneo_paintings.lua │ │ │ ├── gtd_decor_EPIC_craneo_paintings.wad │ │ │ ├── gtd_decor_bunkerbeds.lua │ │ │ ├── gtd_decor_bunkerbeds.wad │ │ │ ├── gtd_decor_gazebo.lua │ │ │ ├── gtd_decor_gazebo.wad │ │ │ ├── gtd_decor_generic_pillar.lua │ │ │ ├── gtd_decor_generic_pillar.wad │ │ │ ├── gtd_decor_hell.lua │ │ │ ├── gtd_decor_hell.wad │ │ │ ├── gtd_decor_hell_box_of_people.lua │ │ │ ├── gtd_decor_hell_box_of_people.wad │ │ │ ├── gtd_decor_hell_monument.lua │ │ │ ├── gtd_decor_hell_monument.wad │ │ │ ├── gtd_decor_hell_obelisk_EPIC.lua │ │ │ ├── gtd_decor_hell_obelisk_EPIC.wad │ │ │ ├── gtd_decor_horizontal_fans.lua │ │ │ ├── gtd_decor_horizontal_fans.wad │ │ │ ├── gtd_decor_huge_generator_turbine.lua │ │ │ ├── gtd_decor_huge_generator_turbine.wad │ │ │ ├── gtd_decor_industrial_DMV_set.lua │ │ │ ├── gtd_decor_industrial_DMV_set.wad │ │ │ ├── gtd_decor_industrial_air_vents_set_EPIC.lua │ │ │ ├── gtd_decor_industrial_air_vents_set_EPIC.wad │ │ │ ├── gtd_decor_industrial_cafeteria_set.lua │ │ │ ├── gtd_decor_industrial_cafeteria_set.wad │ │ │ ├── gtd_decor_industrial_cranbank_set.lua │ │ │ ├── gtd_decor_industrial_cranbank_set.wad │ │ │ ├── gtd_decor_industrial_door_storage.lua │ │ │ ├── gtd_decor_industrial_door_storage.wad │ │ │ ├── gtd_decor_industrial_power_plant_set.lua │ │ │ ├── gtd_decor_industrial_power_plant_set.wad │ │ │ ├── gtd_decor_industrial_sewer_3_set.lua │ │ │ ├── gtd_decor_industrial_sewer_3_set.wad │ │ │ ├── gtd_decor_industrial_toilet_gallery.lua │ │ │ ├── gtd_decor_industrial_toilet_gallery.wad │ │ │ ├── gtd_decor_industrial_water_purifier_set.lua │ │ │ ├── gtd_decor_industrial_water_purifier_set.wad │ │ │ ├── gtd_decor_library_tall_set_EPIC.lua │ │ │ ├── gtd_decor_library_tall_set_EPIC.wad │ │ │ ├── gtd_decor_outdoor_billboards.lua │ │ │ ├── gtd_decor_outdoor_billboards.wad │ │ │ ├── gtd_decor_outdoor_machines.lua │ │ │ ├── gtd_decor_outdoor_machines.wad │ │ │ ├── gtd_decor_road_clutter.lua │ │ │ ├── gtd_decor_road_clutter.wad │ │ │ ├── gtd_decor_road_vehicles_tech.lua │ │ │ ├── gtd_decor_road_vehicles_tech.wad │ │ │ ├── gtd_decor_sewer_set.lua │ │ │ ├── gtd_decor_sewer_set.wad │ │ │ ├── gtd_decor_storage_elevator.lua │ │ │ ├── gtd_decor_storage_elevator.wad │ │ │ ├── gtd_decor_tech.lua │ │ │ ├── gtd_decor_tech.wad │ │ │ ├── gtd_decor_tech_comp_set.lua │ │ │ ├── gtd_decor_tech_comp_set.wad │ │ │ ├── gtd_decor_tech_comp_set_EPIC.lua │ │ │ ├── gtd_decor_tech_comp_set_EPIC.wad │ │ │ ├── gtd_decor_tech_drilling_rig.lua │ │ │ ├── gtd_decor_tech_drilling_rig.wad │ │ │ ├── gtd_decor_tech_freezer_set_EPIC.lua │ │ │ ├── gtd_decor_tech_freezer_set_EPIC.wad │ │ │ ├── gtd_decor_tech_helipad.lua │ │ │ ├── gtd_decor_tech_helipad.wad │ │ │ ├── gtd_decor_tech_hologram_table.lua │ │ │ ├── gtd_decor_tech_hologram_table.wad │ │ │ ├── gtd_decor_tech_hydroponics_EPIC.lua │ │ │ ├── gtd_decor_tech_hydroponics_EPIC.wad │ │ │ ├── gtd_decor_tech_oven_set_EPIC.lua │ │ │ ├── gtd_decor_tech_oven_set_EPIC.wad │ │ │ ├── gtd_decor_tech_server_room_set.lua │ │ │ ├── gtd_decor_tech_server_room_set.wad │ │ │ ├── gtd_decor_tech_tower.lua │ │ │ ├── gtd_decor_tech_tower.wad │ │ │ ├── gtd_decor_tech_vats.lua │ │ │ ├── gtd_decor_tech_vats.wad │ │ │ ├── gtd_decor_uac_signboard.lua │ │ │ ├── gtd_decor_uac_signboard.wad │ │ │ ├── gtd_decor_urban.lua │ │ │ ├── gtd_decor_urban.wad │ │ │ ├── gtd_decor_urban_crap_housing.lua │ │ │ ├── gtd_decor_urban_crap_housing.wad │ │ │ ├── gtd_decor_urban_grocery_set_EPIC.lua │ │ │ ├── gtd_decor_urban_grocery_set_EPIC.wad │ │ │ ├── gtd_decor_urban_newsstand.lua │ │ │ ├── gtd_decor_urban_newsstand.wad │ │ │ ├── gtd_decor_urban_storage_set.lua │ │ │ ├── gtd_decor_urban_storage_set.wad │ │ │ ├── gtd_decor_urban_storage_shawn_set_EPIC.lua │ │ │ ├── gtd_decor_urban_storage_shawn_set_EPIC.wad │ │ │ ├── gtd_decor_water_tower.lua │ │ │ ├── gtd_decor_water_tower.wad │ │ │ ├── gtd_hell_ceil_light.lua │ │ │ ├── gtd_hell_ceil_light.wad │ │ │ ├── gtd_infestation_crackofdoom.lua │ │ │ ├── gtd_infestation_crackofdoom.wad │ │ │ ├── gtd_infestation_tentaclepillar.lua │ │ │ ├── gtd_infestation_tentaclepillar.wad │ │ │ ├── gtd_lamp.lua │ │ │ ├── gtd_lamp.wad │ │ │ ├── gtd_tech_complockers.lua │ │ │ ├── gtd_tech_complockers.wad │ │ │ ├── gtd_urban_lightpost.lua │ │ │ ├── gtd_urban_lightpost.wad │ │ │ ├── hang_lamp.lua │ │ │ ├── hang_lamp.wad │ │ │ ├── hell_gore.lua │ │ │ ├── hell_gore.wad │ │ │ ├── helldecor.lua │ │ │ ├── helldecor.wad │ │ │ ├── hellgore.wad │ │ │ ├── liquid_pipe.wad │ │ │ ├── mogwaltz_blob_lamp.lua │ │ │ ├── mogwaltz_blob_lamp.wad │ │ │ ├── pillar1.lua │ │ │ ├── pillar1.wad │ │ │ ├── pillar2.lua │ │ │ ├── pillar2.wad │ │ │ ├── pillar3.lua │ │ │ ├── pillar3.wad │ │ │ ├── ruins.lua │ │ │ ├── ruins.wad │ │ │ ├── stalag.lua │ │ │ ├── stalag.wad │ │ │ ├── typh_ceil_light_tech.lua │ │ │ ├── typh_ceil_light_tech.wad │ │ │ ├── waterfall.lua │ │ │ └── waterfall.wad │ │ ├── door │ │ │ ├── EPIC_door1.lua │ │ │ ├── arch_curved.lua │ │ │ ├── arch_curved.wad │ │ │ ├── arch_plain.lua │ │ │ ├── arch_plain.wad │ │ │ ├── arch_w_pic.lua │ │ │ ├── arch_w_pic.wad │ │ │ ├── armaetus_bars1.lua │ │ │ ├── armaetus_bars1.wad │ │ │ ├── armaetus_door1.lua │ │ │ ├── armaetus_door1.wad │ │ │ ├── barred_arch.lua │ │ │ ├── barred_arch.wad │ │ │ ├── cran_bookcase_of_secrets.lua │ │ │ ├── cran_bookcase_of_secrets.wad │ │ │ ├── dem_door.lua │ │ │ ├── dem_door.wad │ │ │ ├── door1.lua │ │ │ ├── door1.wad │ │ │ ├── door1_small.lua │ │ │ ├── gtd_bare_arch.lua │ │ │ ├── gtd_bare_arch.wad │ │ │ ├── gtd_beed28_doors.lua │ │ │ ├── gtd_beed28_doors.wad │ │ │ ├── gtd_cave_to_cave_frame.lua │ │ │ ├── gtd_cave_to_cave_frame.wad │ │ │ ├── gtd_dem_duct_door.lua │ │ │ ├── gtd_dem_duct_door.wad │ │ │ ├── gtd_door1_stretchy.lua │ │ │ ├── gtd_door1_stretchy.wad │ │ │ ├── gtd_hole_in_the_wall.lua │ │ │ ├── gtd_hole_in_the_wall.wad │ │ │ ├── gtd_key_small.lua │ │ │ ├── gtd_key_small.wad │ │ │ ├── gtd_simplest_arch.lua │ │ │ ├── gtd_simplest_arch.wad │ │ │ ├── gtd_urban_generic_frontage_arch.lua │ │ │ ├── gtd_urban_generic_frontage_arch.wad │ │ │ ├── key_medium.lua │ │ │ ├── key_medium.wad │ │ │ ├── scionox_gtd_EPIC_vending_machine.lua │ │ │ ├── scionox_gtd_EPIC_vending_machine.wad │ │ │ ├── scionox_secret_lift.lua │ │ │ ├── scionox_secret_lift.wad │ │ │ ├── secret.lua │ │ │ ├── secret.wad │ │ │ ├── viney_arch.lua │ │ │ └── viney_arch.wad │ │ ├── exit │ │ │ ├── armaetus_chamber_exit.lua │ │ │ ├── armaetus_chamber_exit.wad │ │ │ ├── armaetus_closet_superlift.lua │ │ │ ├── armaetus_closet_superlift.wad │ │ │ ├── armaetus_fans_exit.lua │ │ │ ├── armaetus_fans_exit.wad │ │ │ ├── armaetus_simple_exit.lua │ │ │ ├── armaetus_simple_exit.wad │ │ │ ├── armaetus_skin_exit.lua │ │ │ ├── armaetus_skin_exit.wad │ │ │ ├── armaetus_sky_floor_exit.lua │ │ │ ├── armaetus_sky_floor_exit.wad │ │ │ ├── armaetus_tp_closet_exit.lua │ │ │ ├── armaetus_tp_closet_exit.wad │ │ │ ├── beed28_exit_tunnel.lua │ │ │ ├── beed28_exit_tunnel.wad │ │ │ ├── beed28_fireblu_exit.lua │ │ │ ├── beed28_fireblu_exit.wad │ │ │ ├── closet1.lua │ │ │ ├── closet1.wad │ │ │ ├── closet2.lua │ │ │ ├── closet2.wad │ │ │ ├── closet3.lua │ │ │ ├── closet3.wad │ │ │ ├── garrett_hell_exit.lua │ │ │ ├── garrett_hell_exit.wad │ │ │ ├── gazebo1.lua │ │ │ ├── gazebo1.wad │ │ │ ├── gtd_duke_nukem_exit.lua │ │ │ ├── gtd_duke_nukem_exit.wad │ │ │ ├── gtd_fancy_secret_exit.lua │ │ │ ├── gtd_fancy_secret_exit.wad │ │ │ ├── gtd_generic_immersive_exit.lua │ │ │ ├── gtd_generic_immersive_exit.wad │ │ │ ├── gtd_generic_immersive_point_exit.lua │ │ │ ├── gtd_generic_immersive_point_exit.wad │ │ │ ├── gtd_toilet_exit.lua │ │ │ ├── gtd_toilet_exit.wad │ │ │ ├── mogwaltz_pentagram_platform_exit.lua │ │ │ ├── mogwaltz_pentagram_platform_exit.wad │ │ │ ├── pillar1.lua │ │ │ ├── pillar1.wad │ │ │ ├── pillar2.lua │ │ │ ├── pillar2.wad │ │ │ ├── plut_pad.lua │ │ │ ├── plut_pad.wad │ │ │ ├── rocky.wad │ │ │ ├── scionox_quakeish_gate_exit.lua │ │ │ ├── scionox_quakeish_gate_exit.wad │ │ │ ├── scionox_quakeish_portal_exit.lua │ │ │ ├── scionox_quakeish_portal_exit.wad │ │ │ ├── scionox_quakeish_tech_exit.lua │ │ │ ├── scionox_quakeish_tech_exit.wad │ │ │ ├── secret_box.lua │ │ │ ├── secret_box.wad │ │ │ ├── sw_heretic.lua │ │ │ ├── sw_heretic.wad │ │ │ ├── switch.lua │ │ │ └── switch.wad │ │ ├── fence │ │ │ ├── armaetus_gate.lua │ │ │ ├── armaetus_gate.wad │ │ │ ├── bars_16.lua │ │ │ ├── bars_16.wad │ │ │ ├── beam.lua │ │ │ ├── beam.wad │ │ │ ├── beam_lights.lua │ │ │ ├── beam_lights.wad │ │ │ ├── beam_quakeish.lua │ │ │ ├── beam_quakeish.wad │ │ │ ├── beam_vertical_light.lua │ │ │ ├── beam_vertical_light.wad │ │ │ ├── beam_wood.lua │ │ │ ├── beam_wood.wad │ │ │ ├── crenels.lua │ │ │ ├── crenels.wad │ │ │ ├── dem_graves_fence.lua │ │ │ ├── dem_graves_fence.wad │ │ │ ├── dem_graves_fencegate.lua │ │ │ ├── dem_graves_fencegate.wad │ │ │ ├── fence_16.lua │ │ │ ├── fence_16.wad │ │ │ ├── gappy.lua │ │ │ ├── gappy.wad │ │ │ ├── gtd_caution_gate_16.lua │ │ │ ├── gtd_caution_gate_16.wad │ │ │ ├── gtd_fence_16.lua │ │ │ ├── gtd_fence_16.wad │ │ │ ├── gtd_fence_corrugated_steel.lua │ │ │ ├── gtd_fence_corrugated_steel.wad │ │ │ ├── gtd_fence_firestorm.lua │ │ │ ├── gtd_fence_firestorm.wad │ │ │ ├── gtd_fence_gothic.lua │ │ │ ├── gtd_fence_gothic.wad │ │ │ ├── gtd_fence_hell_16.lua │ │ │ ├── gtd_fence_hell_16.wad │ │ │ ├── gtd_fence_highway_bars.lua │ │ │ ├── gtd_fence_highway_bars.wad │ │ │ ├── gtd_fence_park_bars.lua │ │ │ ├── gtd_fence_park_bars.wad │ │ │ ├── gtd_fence_planters.lua │ │ │ ├── gtd_fence_planters.wad │ │ │ ├── gtd_fence_tech_cover.lua │ │ │ ├── gtd_fence_tech_cover.wad │ │ │ ├── gtd_fence_tech_jurassic_park_EPIC.lua │ │ │ ├── gtd_fence_tech_jurassic_park_EPIC.wad │ │ │ ├── gtd_fence_tech_lit.lua │ │ │ ├── gtd_fence_tech_lit.wad │ │ │ ├── gtd_fence_urban_construction.lua │ │ │ ├── gtd_fence_urban_construction.wad │ │ │ ├── gtd_pillar.lua │ │ │ ├── gtd_pillar.wad │ │ │ ├── posts.lua │ │ │ ├── posts.wad │ │ │ ├── secret_16.lua │ │ │ └── secret_16.wad │ │ ├── floor │ │ │ ├── lava_pit.lua │ │ │ └── lava_pit.wad │ │ ├── hall │ │ │ ├── access_c.lua │ │ │ ├── access_c.wad │ │ │ ├── access_i.lua │ │ │ ├── access_i.wad │ │ │ ├── access_i_steepness.wad │ │ │ ├── access_j.lua │ │ │ ├── access_j.wad │ │ │ ├── access_k.lua │ │ │ ├── access_k.wad │ │ │ ├── access_p.lua │ │ │ ├── access_p.wad │ │ │ ├── access_t.lua │ │ │ ├── access_t.wad │ │ │ ├── access_u.lua │ │ │ ├── access_u.wad │ │ │ ├── dem_conveyor_c.lua │ │ │ ├── dem_conveyor_c.wad │ │ │ ├── dem_conveyor_i.lua │ │ │ ├── dem_conveyor_i.wad │ │ │ ├── dem_conveyor_j.lua │ │ │ ├── dem_conveyor_j.wad │ │ │ ├── dem_conveyor_k.lua │ │ │ ├── dem_conveyor_k.wad │ │ │ ├── dem_conveyor_p.lua │ │ │ ├── dem_conveyor_p.wad │ │ │ ├── dem_conveyor_t.lua │ │ │ ├── dem_conveyor_t.wad │ │ │ ├── dem_conveyor_u.lua │ │ │ ├── dem_conveyor_u.wad │ │ │ ├── dem_conveyorh_c.lua │ │ │ ├── dem_conveyorh_c.wad │ │ │ ├── dem_conveyorh_i.lua │ │ │ ├── dem_conveyorh_i.wad │ │ │ ├── dem_conveyorh_j.lua │ │ │ ├── dem_conveyorh_j.wad │ │ │ ├── dem_conveyorh_k.lua │ │ │ ├── dem_conveyorh_k.wad │ │ │ ├── dem_conveyorh_p.lua │ │ │ ├── dem_conveyorh_p.wad │ │ │ ├── dem_conveyorh_t.lua │ │ │ ├── dem_conveyorh_t.wad │ │ │ ├── dem_conveyorh_u.lua │ │ │ ├── dem_conveyorh_u.wad │ │ │ ├── dem_ducts_c.lua │ │ │ ├── dem_ducts_c.wad │ │ │ ├── dem_ducts_i.lua │ │ │ ├── dem_ducts_i.wad │ │ │ ├── dem_ducts_i_steepness.lua │ │ │ ├── dem_ducts_i_steepness.wad │ │ │ ├── dem_ducts_j.lua │ │ │ ├── dem_ducts_j.wad │ │ │ ├── dem_ducts_k.lua │ │ │ ├── dem_ducts_k.wad │ │ │ ├── dem_ducts_p.lua │ │ │ ├── dem_ducts_p.wad │ │ │ ├── dem_ducts_t.lua │ │ │ ├── dem_ducts_t.wad │ │ │ ├── dem_ducts_u.lua │ │ │ ├── dem_ducts_u.wad │ │ │ ├── dem_hellcata_c.lua │ │ │ ├── dem_hellcata_c.wad │ │ │ ├── dem_hellcata_i.lua │ │ │ ├── dem_hellcata_i.wad │ │ │ ├── dem_hellcata_j.lua │ │ │ ├── dem_hellcata_j.wad │ │ │ ├── dem_hellcata_k.lua │ │ │ ├── dem_hellcata_k.wad │ │ │ ├── dem_hellcata_p.lua │ │ │ ├── dem_hellcata_p.wad │ │ │ ├── dem_hellcata_t.lua │ │ │ ├── dem_hellcata_t.wad │ │ │ ├── dem_hellcata_u.lua │ │ │ ├── dem_hellcata_u.wad │ │ │ ├── dem_organs_c.lua │ │ │ ├── dem_organs_c.wad │ │ │ ├── dem_organs_i.lua │ │ │ ├── dem_organs_i.wad │ │ │ ├── dem_organs_j.lua │ │ │ ├── dem_organs_j.wad │ │ │ ├── dem_organs_k.lua │ │ │ ├── dem_organs_k.wad │ │ │ ├── dem_organs_p.lua │ │ │ ├── dem_organs_p.wad │ │ │ ├── dem_organs_t.lua │ │ │ ├── dem_organs_t.wad │ │ │ ├── dem_organs_u.lua │ │ │ ├── dem_organs_u.wad │ │ │ ├── dem_pipeline_c.lua │ │ │ ├── dem_pipeline_c.wad │ │ │ ├── dem_pipeline_i.lua │ │ │ ├── dem_pipeline_i.wad │ │ │ ├── dem_pipeline_j.lua │ │ │ ├── dem_pipeline_j.wad │ │ │ ├── dem_pipeline_k.lua │ │ │ ├── dem_pipeline_k.wad │ │ │ ├── dem_pipeline_p.lua │ │ │ ├── dem_pipeline_p.wad │ │ │ ├── dem_pipeline_t.lua │ │ │ ├── dem_pipeline_t.wad │ │ │ ├── dem_pipeline_u.lua │ │ │ ├── dem_pipeline_u.wad │ │ │ ├── dem_sewers_c.lua │ │ │ ├── dem_sewers_c.wad │ │ │ ├── dem_sewers_i.lua │ │ │ ├── dem_sewers_i.wad │ │ │ ├── dem_sewers_i_steepness.lua │ │ │ ├── dem_sewers_i_steepness.wad │ │ │ ├── dem_sewers_j.lua │ │ │ ├── dem_sewers_j.wad │ │ │ ├── dem_sewers_k.lua │ │ │ ├── dem_sewers_k.wad │ │ │ ├── dem_sewers_p.lua │ │ │ ├── dem_sewers_p.wad │ │ │ ├── dem_sewers_t.lua │ │ │ ├── dem_sewers_t.wad │ │ │ ├── dem_sewers_u.lua │ │ │ ├── dem_sewers_u.wad │ │ │ ├── deuce_c.lua │ │ │ ├── deuce_c.wad │ │ │ ├── deuce_i.lua │ │ │ ├── deuce_i.wad │ │ │ ├── deuce_j.lua │ │ │ ├── deuce_j.wad │ │ │ ├── deuce_k.lua │ │ │ ├── deuce_k.wad │ │ │ ├── deuce_p.lua │ │ │ ├── deuce_p.wad │ │ │ ├── deuce_t.lua │ │ │ ├── deuce_t.wad │ │ │ ├── deuce_u.lua │ │ │ ├── deuce_u.wad │ │ │ ├── gtd_subway_c.lua │ │ │ ├── gtd_subway_c.wad │ │ │ ├── gtd_subway_i.lua │ │ │ ├── gtd_subway_i.wad │ │ │ ├── gtd_subway_j.lua │ │ │ ├── gtd_subway_j.wad │ │ │ ├── gtd_subway_k.lua │ │ │ ├── gtd_subway_k.wad │ │ │ ├── gtd_subway_p.lua │ │ │ ├── gtd_subway_p.wad │ │ │ ├── gtd_subway_t.lua │ │ │ ├── gtd_subway_t.wad │ │ │ ├── gtd_subway_u.lua │ │ │ ├── gtd_subway_u.wad │ │ │ ├── metro_c.lua │ │ │ ├── metro_c.wad │ │ │ ├── metro_i.lua │ │ │ ├── metro_i.wad │ │ │ ├── metro_j.lua │ │ │ ├── metro_j.wad │ │ │ ├── metro_k.lua │ │ │ ├── metro_k.wad │ │ │ ├── metro_p.lua │ │ │ ├── metro_p.wad │ │ │ ├── metro_t.lua │ │ │ ├── metro_t.wad │ │ │ ├── metro_u.lua │ │ │ ├── metro_u.wad │ │ │ ├── mineshaft_c.lua │ │ │ ├── mineshaft_c.wad │ │ │ ├── mineshaft_i.lua │ │ │ ├── mineshaft_i.wad │ │ │ ├── mineshaft_j.lua │ │ │ ├── mineshaft_j.wad │ │ │ ├── mineshaft_k.lua │ │ │ ├── mineshaft_k.wad │ │ │ ├── mineshaft_p.lua │ │ │ ├── mineshaft_p.wad │ │ │ ├── mineshaft_t.lua │ │ │ ├── mineshaft_t.wad │ │ │ ├── mineshaft_u.lua │ │ │ ├── mineshaft_u.wad │ │ │ ├── vent_c.lua │ │ │ ├── vent_c.wad │ │ │ ├── vent_i.lua │ │ │ ├── vent_i.wad │ │ │ ├── vent_i_hell.lua │ │ │ ├── vent_i_hell.wad │ │ │ ├── vent_i_tech.lua │ │ │ ├── vent_i_tech.wad │ │ │ ├── vent_j.lua │ │ │ ├── vent_j.wad │ │ │ ├── vent_k.lua │ │ │ ├── vent_k.wad │ │ │ ├── vent_p.lua │ │ │ ├── vent_p.wad │ │ │ ├── vent_t.lua │ │ │ ├── vent_t.wad │ │ │ ├── vent_u.lua │ │ │ └── vent_u.wad │ │ ├── item │ │ │ ├── alcove1.lua │ │ │ ├── alcove1.wad │ │ │ ├── alcove2.lua │ │ │ ├── alcove2.wad │ │ │ ├── alcove2_EPIC.lua │ │ │ ├── alcove2_EPIC.wad │ │ │ ├── alcove_bars.lua │ │ │ ├── alcove_bars.wad │ │ │ ├── closet.lua │ │ │ ├── closet.wad │ │ │ ├── craneo_item_bank_safe.lua │ │ │ ├── craneo_item_bank_safe.wad │ │ │ ├── craneo_item_dumpster.lua │ │ │ ├── craneo_item_dumpster.wad │ │ │ ├── craneo_item_gravesite.lua │ │ │ ├── craneo_item_gravesite.wad │ │ │ ├── craneo_item_marble_key_trap.lua │ │ │ ├── craneo_item_marble_key_trap.wad │ │ │ ├── craneo_item_mini_icon_of_sin.lua │ │ │ ├── craneo_item_mini_icon_of_sin.wad │ │ │ ├── craneo_item_murder_scene.lua │ │ │ ├── craneo_item_murder_scene.wad │ │ │ ├── craneo_item_pole_stage.lua │ │ │ ├── craneo_item_pole_stage.wad │ │ │ ├── craneo_item_showers.lua │ │ │ ├── craneo_item_showers.wad │ │ │ ├── craneo_item_smasher.lua │ │ │ ├── craneo_item_smasher.wad │ │ │ ├── darklord_key_hut.lua │ │ │ ├── darklord_key_hut.wad │ │ │ ├── dem_item_closets.lua │ │ │ ├── dem_item_closets.wad │ │ │ ├── dem_item_closets_hell.lua │ │ │ ├── dem_item_closets_hell.wad │ │ │ ├── dem_item_gamble.lua │ │ │ ├── dem_item_gamble.wad │ │ │ ├── dem_item_hospital_closets.lua │ │ │ ├── dem_item_hospital_closets.wad │ │ │ ├── dem_secret_closets.lua │ │ │ ├── dem_secret_closets.wad │ │ │ ├── dem_secret_closets_hell.lua │ │ │ ├── dem_secret_closets_hell.wad │ │ │ ├── dem_secret_closets_tech.lua │ │ │ ├── dem_secret_closets_tech.wad │ │ │ ├── dem_secret_closets_urban.lua │ │ │ ├── dem_secret_closets_urban.wad │ │ │ ├── gazebo2.lua │ │ │ ├── gazebo2.wad │ │ │ ├── gothic1.lua │ │ │ ├── gothic1.wad │ │ │ ├── gtd_item_cage_balcony.lua │ │ │ ├── gtd_item_cage_balcony.wad │ │ │ ├── gtd_item_closed_armory.lua │ │ │ ├── gtd_item_closed_armory.wad │ │ │ ├── gtd_item_closet_hell.lua │ │ │ ├── gtd_item_closet_hell.wad │ │ │ ├── gtd_item_closet_tech.lua │ │ │ ├── gtd_item_closet_tech.wad │ │ │ ├── gtd_item_closet_toilet.lua │ │ │ ├── gtd_item_closet_toilet.wad │ │ │ ├── gtd_item_closet_toilet_drown.lua │ │ │ ├── gtd_item_closet_toilet_drown.wad │ │ │ ├── gtd_item_closet_toilet_gz.lua │ │ │ ├── gtd_item_closet_toilet_gz.wad │ │ │ ├── gtd_item_closet_toilet_hell.lua │ │ │ ├── gtd_item_closet_toilet_hell.wad │ │ │ ├── gtd_item_closet_toilet_point.lua │ │ │ ├── gtd_item_closet_toilet_point.wad │ │ │ ├── gtd_item_closet_toilet_small.lua │ │ │ ├── gtd_item_closet_toilet_small.wad │ │ │ ├── gtd_item_closet_toilet_small_gz.lua │ │ │ ├── gtd_item_closet_toilet_small_gz.wad │ │ │ ├── gtd_item_closet_urban.lua │ │ │ ├── gtd_item_closet_urban.wad │ │ │ ├── gtd_item_confession_booth.lua │ │ │ ├── gtd_item_confession_booth.wad │ │ │ ├── gtd_item_crates.lua │ │ │ ├── gtd_item_crates.wad │ │ │ ├── gtd_item_gameshow_doors.lua │ │ │ ├── gtd_item_gameshow_doors.wad │ │ │ ├── gtd_item_key_alcove.lua │ │ │ ├── gtd_item_key_alcove.wad │ │ │ ├── gtd_item_key_dispenser.lua │ │ │ ├── gtd_item_key_dispenser.wad │ │ │ ├── gtd_item_key_pedestal.lua │ │ │ ├── gtd_item_key_pedestal.wad │ │ │ ├── gtd_item_lockers.lua │ │ │ ├── gtd_item_lockers.wad │ │ │ ├── gtd_item_lockers_hell.lua │ │ │ ├── gtd_item_lockers_hell.wad │ │ │ ├── gtd_item_secret_cage.lua │ │ │ ├── gtd_item_secret_cage.wad │ │ │ ├── gtd_item_tech_window.lua │ │ │ ├── gtd_item_tech_window.wad │ │ │ ├── gtd_lava_pit_alcove.lua │ │ │ ├── gtd_lava_pit_alcove.wad │ │ │ ├── gtd_lowering.lua │ │ │ ├── gtd_lowering.wad │ │ │ ├── lowering.lua │ │ │ ├── lowering.wad │ │ │ ├── mogwaltz_item_eye.lua │ │ │ ├── mogwaltz_item_eye.wad │ │ │ ├── mogwaltz_item_lowering_pillar_cages.lua │ │ │ ├── mogwaltz_item_lowering_pillar_cages.wad │ │ │ ├── pedestal.lua │ │ │ ├── pedestal.wad │ │ │ ├── pentagram.lua │ │ │ ├── pentagram.wad │ │ │ ├── podium.lua │ │ │ ├── podium.wad │ │ │ ├── scionox_gtd_pic_rooftop_stuff_secret.lua │ │ │ ├── scionox_gtd_pic_rooftop_stuff_secret.wad │ │ │ ├── scionox_guardpost_blocked.lua │ │ │ ├── scionox_guardpost_blocked.wad │ │ │ ├── scionox_nature_simple.lua │ │ │ ├── scionox_nature_simple.wad │ │ │ ├── scionox_secret_simple_crates.lua │ │ │ ├── scionox_secret_simple_crates.wad │ │ │ ├── scionox_secrets_hell.lua │ │ │ ├── scionox_secrets_hell.wad │ │ │ ├── scionox_secrets_tech.lua │ │ │ ├── scionox_secrets_tech.wad │ │ │ ├── scionox_secrets_tech2.lua │ │ │ ├── scionox_secrets_tech2.wad │ │ │ ├── scionox_secrets_urban.lua │ │ │ ├── scionox_secrets_urban.wad │ │ │ ├── scionox_simple_crates.lua │ │ │ ├── scionox_simple_crates.wad │ │ │ ├── secret_cage.lua │ │ │ ├── secret_cage.wad │ │ │ ├── secret_ledge.lua │ │ │ ├── secret_ledge.wad │ │ │ ├── secret_niche.lua │ │ │ └── secret_niche.wad │ │ ├── joiner │ │ │ ├── EPIC_barred2.lua │ │ │ ├── archy.lua │ │ │ ├── archy.wad │ │ │ ├── armaetus_cave_joiner1.lua │ │ │ ├── armaetus_cave_joiner1.wad │ │ │ ├── armaetus_joiner_hell1.lua │ │ │ ├── armaetus_joiner_hell1.wad │ │ │ ├── armaetus_joiner_keyed_bars.lua │ │ │ ├── armaetus_joiner_keyed_bars.wad │ │ │ ├── armaetus_joiner_stairs1.lua │ │ │ ├── armaetus_joiner_stairs1.wad │ │ │ ├── armaetus_joiner_stairs_altern_lights.lua │ │ │ ├── armaetus_joiner_stairs_altern_lights.wad │ │ │ ├── armaetus_v5_curve1.lua │ │ │ ├── armaetus_v5_curve1.wad │ │ │ ├── barred1.lua │ │ │ ├── barred1.wad │ │ │ ├── barred2.lua │ │ │ ├── barred2.wad │ │ │ ├── barred3.lua │ │ │ ├── barred3.wad │ │ │ ├── cave_hole_joiner.lua │ │ │ ├── cave_hole_joiner.wad │ │ │ ├── craneo_gtd_joiner_gunstore.lua │ │ │ ├── craneo_gtd_joiner_gunstore.wad │ │ │ ├── craneo_hell_demon_jaw.lua │ │ │ ├── craneo_hell_demon_jaw.wad │ │ │ ├── curve1.lua │ │ │ ├── curve1.wad │ │ │ ├── curve2.lua │ │ │ ├── curve2.wad │ │ │ ├── dem_hell_joiners.lua │ │ │ ├── dem_hell_joiners.wad │ │ │ ├── dem_tech_joiners.lua │ │ │ ├── dem_tech_joiners.wad │ │ │ ├── dem_urban_joiners.lua │ │ │ ├── dem_urban_joiners.wad │ │ │ ├── door2.lua │ │ │ ├── door2.wad │ │ │ ├── door2_EPIC.lua │ │ │ ├── gtd_3d_joiners.lua │ │ │ ├── gtd_3d_joiners.wad │ │ │ ├── gtd_archy.lua │ │ │ ├── gtd_archy.wad │ │ │ ├── gtd_barred.lua │ │ │ ├── gtd_barred.wad │ │ │ ├── gtd_basement_door.lua │ │ │ ├── gtd_basement_door.wad │ │ │ ├── gtd_bridge_action.lua │ │ │ ├── gtd_bridge_action.wad │ │ │ ├── gtd_cageish_joiner.lua │ │ │ ├── gtd_cageish_joiner.wad │ │ │ ├── gtd_crushers.lua │ │ │ ├── gtd_crushers.wad │ │ │ ├── gtd_dem_duct_room_joiner.lua │ │ │ ├── gtd_dem_duct_room_joiner.wad │ │ │ ├── gtd_double_lift.lua │ │ │ ├── gtd_double_lift.wad │ │ │ ├── gtd_downtown_facade_joiner.lua │ │ │ ├── gtd_downtown_facade_joiner.wad │ │ │ ├── gtd_fake_switch.lua │ │ │ ├── gtd_fake_switch.wad │ │ │ ├── gtd_gate_round_3key.lua │ │ │ ├── gtd_gate_round_3key.wad │ │ │ ├── gtd_infestation_keyed.lua │ │ │ ├── gtd_infestation_keyed.wad │ │ │ ├── gtd_infestation_simple.lua │ │ │ ├── gtd_infestation_simple.wad │ │ │ ├── gtd_key_door_barred.lua │ │ │ ├── gtd_key_door_barred.wad │ │ │ ├── gtd_keyed_wide_gates.lua │ │ │ ├── gtd_keyed_wide_gates.wad │ │ │ ├── gtd_leap_joiner.lua │ │ │ ├── gtd_leap_joiner.wad │ │ │ ├── gtd_quakeish_simple.lua │ │ │ ├── gtd_quakeish_simple.wad │ │ │ ├── gtd_ruins.lua │ │ │ ├── gtd_ruins.wad │ │ │ ├── gtd_scionox_simple_lights_door_wide.lua │ │ │ ├── gtd_scionox_simple_lights_door_wide.wad │ │ │ ├── gtd_simple_arched.lua │ │ │ ├── gtd_simple_arched.wad │ │ │ ├── gtd_simple_one_pillar.lua │ │ │ ├── gtd_simple_one_pillar.wad │ │ │ ├── gtd_simple_sloped.lua │ │ │ ├── gtd_simple_sloped.wad │ │ │ ├── gtd_simplest.lua │ │ │ ├── gtd_simplest.wad │ │ │ ├── gtd_stair_action.lua │ │ │ ├── gtd_stair_action.wad │ │ │ ├── gtd_stair_swurve.lua │ │ │ ├── gtd_stair_swurve.wad │ │ │ ├── gtd_universal_joiners.lua │ │ │ ├── gtd_universal_joiners.wad │ │ │ ├── gtd_urban_immersive_joiners.lua │ │ │ ├── gtd_urban_immersive_joiners.wad │ │ │ ├── gtd_urban_immersive_joiners_gz.lua │ │ │ ├── gtd_urban_immersive_joiners_gz.wad │ │ │ ├── gtd_zigzag_lift.lua │ │ │ ├── gtd_zigzag_lift.wad │ │ │ ├── gtd_zigzag_small.lua │ │ │ ├── gtd_zigzag_small.wad │ │ │ ├── key_2x2.lua │ │ │ ├── key_2x2.wad │ │ │ ├── key_curve.lua │ │ │ ├── key_curve.wad │ │ │ ├── key_huge.lua │ │ │ ├── key_huge.wad │ │ │ ├── key_large.lua │ │ │ ├── key_large.wad │ │ │ ├── key_tall.lua │ │ │ ├── key_tall.wad │ │ │ ├── key_triple.lua │ │ │ ├── key_triple.wad │ │ │ ├── key_triple_tall.lua │ │ │ ├── key_triple_tall.wad │ │ │ ├── lift3.lua │ │ │ ├── lift3.wad │ │ │ ├── lift4.lua │ │ │ ├── lift4.wad │ │ │ ├── lift_curve.lua │ │ │ ├── lift_curve.wad │ │ │ ├── mogwaltz_joiner_auto_opening2.lua │ │ │ ├── mogwaltz_joiner_auto_opening2.wad │ │ │ ├── mogwaltz_secret_eye.lua │ │ │ ├── mogwaltz_secret_eye.wad │ │ │ ├── plain2.lua │ │ │ ├── plain2.wad │ │ │ ├── remote2.lua │ │ │ ├── remote2.wad │ │ │ ├── scionox_door_and_box.lua │ │ │ ├── scionox_door_and_box.wad │ │ │ ├── scionox_gtd_pic_rooftop_stuff_secret.lua │ │ │ ├── scionox_gtd_pic_rooftop_stuff_secret.wad │ │ │ ├── scionox_guardpost.lua │ │ │ ├── scionox_guardpost.wad │ │ │ ├── scionox_guardpost_outdoor.lua │ │ │ ├── scionox_guardpost_outdoor.wad │ │ │ ├── scionox_locked_lift.lua │ │ │ ├── scionox_locked_lift.wad │ │ │ ├── scionox_minichasm.lua │ │ │ ├── scionox_minichasm.wad │ │ │ ├── scionox_secret_lift.lua │ │ │ ├── scionox_secret_lift.wad │ │ │ ├── scionox_secrets_hell.lua │ │ │ ├── scionox_secrets_hell.wad │ │ │ ├── scionox_secrets_tech.lua │ │ │ ├── scionox_secrets_tech.wad │ │ │ ├── scionox_secrets_urban.lua │ │ │ ├── scionox_secrets_urban.wad │ │ │ ├── scionox_simple_lights.lua │ │ │ ├── scionox_simple_lights.wad │ │ │ ├── scionox_simple_lights_door.lua │ │ │ ├── scionox_simple_lights_door.wad │ │ │ ├── scionox_zigzag_liquid.lua │ │ │ ├── scionox_zigzag_liquid.wad │ │ │ ├── secret2.lua │ │ │ ├── secret2.wad │ │ │ ├── secret3.lua │ │ │ ├── secret3.wad │ │ │ ├── secret4.lua │ │ │ ├── secret4.wad │ │ │ ├── secret5.lua │ │ │ ├── secret5.wad │ │ │ ├── simple1.lua │ │ │ ├── simple1.wad │ │ │ ├── simple2.lua │ │ │ ├── simple2.wad │ │ │ ├── simple2_EPIC.lua │ │ │ ├── simple2_EPIC.wad │ │ │ ├── stair1.lua │ │ │ ├── stair1.wad │ │ │ ├── typh_joiner_classic_gothic.lua │ │ │ ├── typh_joiner_classic_gothic.wad │ │ │ ├── y1.lua │ │ │ ├── y1.wad │ │ │ ├── y2.lua │ │ │ ├── y2.wad │ │ │ ├── y3.lua │ │ │ ├── y3.wad │ │ │ ├── zigzag.lua │ │ │ └── zigzag.wad │ │ ├── misc │ │ │ ├── completely_nothing.lua │ │ │ ├── completely_nothing.wad │ │ │ ├── depot.lua │ │ │ ├── depot.wad │ │ │ ├── dir_test.lua │ │ │ └── dir_test.wad │ │ ├── picture │ │ │ ├── armaetus_candles.lua │ │ │ ├── armaetus_candles.wad │ │ │ ├── armaetus_pic_fans.lua │ │ │ ├── armaetus_pic_fans.wad │ │ │ ├── armaetus_pic_hell_cages.lua │ │ │ ├── armaetus_pic_hell_cages.wad │ │ │ ├── armaetus_pic_hell_impaled_guys.lua │ │ │ ├── armaetus_pic_hell_impaled_guys.wad │ │ │ ├── armaetus_pic_vending_inset_EPIC.lua │ │ │ ├── armaetus_pic_vending_inset_EPIC.wad │ │ │ ├── armaetus_pic_waterfountain.lua │ │ │ ├── armaetus_pic_waterfountain.wad │ │ │ ├── beed28_broken_door.lua │ │ │ ├── beed28_broken_door.wad │ │ │ ├── craneo_pic_bloodtubes_set.lua │ │ │ ├── craneo_pic_bloodtubes_set.wad │ │ │ ├── craneo_pic_bunkerbeds.lua │ │ │ ├── craneo_pic_bunkerbeds.wad │ │ │ ├── craneo_pic_tv_store.lua │ │ │ ├── craneo_pic_tv_store.wad │ │ │ ├── dem_pic_advert.lua │ │ │ ├── dem_pic_advert.wad │ │ │ ├── dem_pic_commercial_set.lua │ │ │ ├── dem_pic_commercial_set.wad │ │ │ ├── dem_pic_fake_windows.lua │ │ │ ├── dem_pic_fake_windows.wad │ │ │ ├── dem_pic_hell_wallmachines.lua │ │ │ ├── dem_pic_hell_wallmachines.wad │ │ │ ├── dem_pic_hospital_set.lua │ │ │ ├── dem_pic_hospital_set.wad │ │ │ ├── dem_pic_nature.lua │ │ │ ├── dem_pic_nature.wad │ │ │ ├── dem_pic_urban_downtown_yards.lua │ │ │ ├── dem_pic_urban_downtown_yards.wad │ │ │ ├── gtd_pic_EPIC.lua │ │ │ ├── gtd_pic_EPIC.wad │ │ │ ├── gtd_pic_churchy_glass_set.lua │ │ │ ├── gtd_pic_churchy_glass_set.wad │ │ │ ├── gtd_pic_craneo_art_gallery_set_EPIC.lua │ │ │ ├── gtd_pic_craneo_art_gallery_set_EPIC.wad │ │ │ ├── gtd_pic_g99_set.lua │ │ │ ├── gtd_pic_g99_set.wad │ │ │ ├── gtd_pic_generic_metal_warning_set.lua │ │ │ ├── gtd_pic_generic_metal_warning_set.wad │ │ │ ├── gtd_pic_generic_park.lua │ │ │ ├── gtd_pic_generic_park.wad │ │ │ ├── gtd_pic_gothic_bottom_glass_set.lua │ │ │ ├── gtd_pic_gothic_bottom_glass_set.wad │ │ │ ├── gtd_pic_gothic_winglass_set.lua │ │ │ ├── gtd_pic_gothic_winglass_set.wad │ │ │ ├── gtd_pic_hell_alcoves.lua │ │ │ ├── gtd_pic_hell_alcoves.wad │ │ │ ├── gtd_pic_hell_candles_set.lua │ │ │ ├── gtd_pic_hell_lavafalls.lua │ │ │ ├── gtd_pic_hell_lavafalls.wad │ │ │ ├── gtd_pic_hell_throne.lua │ │ │ ├── gtd_pic_hell_throne.wad │ │ │ ├── gtd_pic_hell_wallmachines_EPIC.lua │ │ │ ├── gtd_pic_hell_wallmachines_EPIC.wad │ │ │ ├── gtd_pic_industrial_DMV_set.lua │ │ │ ├── gtd_pic_industrial_DMV_set.wad │ │ │ ├── gtd_pic_industrial_air_vents_set_EPIC.lua │ │ │ ├── gtd_pic_industrial_air_vents_set_EPIC.wad │ │ │ ├── gtd_pic_industrial_cafeteria_set.lua │ │ │ ├── gtd_pic_industrial_cranbank_set.lua │ │ │ ├── gtd_pic_industrial_cranbank_set.wad │ │ │ ├── gtd_pic_industrial_mine.lua │ │ │ ├── gtd_pic_industrial_mine.wad │ │ │ ├── gtd_pic_industrial_power_plant_set.lua │ │ │ ├── gtd_pic_industrial_power_plant_set.wad │ │ │ ├── gtd_pic_industrial_sewer_2_set.lua │ │ │ ├── gtd_pic_industrial_sewer_2_set.wad │ │ │ ├── gtd_pic_industrial_sewer_3_set.lua │ │ │ ├── gtd_pic_industrial_sewer_3_set.wad │ │ │ ├── gtd_pic_industrial_sewer_set.lua │ │ │ ├── gtd_pic_industrial_sewer_set.wad │ │ │ ├── gtd_pic_industrial_storage_2.lua │ │ │ ├── gtd_pic_industrial_storage_2.wad │ │ │ ├── gtd_pic_industrial_toilet_gallery.lua │ │ │ ├── gtd_pic_industrial_toilet_gallery.wad │ │ │ ├── gtd_pic_industrial_wall_of_guns_set_EPIC.lua │ │ │ ├── gtd_pic_industrial_wall_of_guns_set_EPIC.wad │ │ │ ├── gtd_pic_industrial_warning_pic.lua │ │ │ ├── gtd_pic_industrial_warning_pic.wad │ │ │ ├── gtd_pic_industrial_water_purifier_set.lua │ │ │ ├── gtd_pic_industrial_water_purifier_set.wad │ │ │ ├── gtd_pic_library_set.lua │ │ │ ├── gtd_pic_library_set.wad │ │ │ ├── gtd_pic_library_tall_set_EPIC.lua │ │ │ ├── gtd_pic_library_tall_set_EPIC.wad │ │ │ ├── gtd_pic_manufacturing_machines.lua │ │ │ ├── gtd_pic_manufacturing_machines.wad │ │ │ ├── gtd_pic_pipemachines.lua │ │ │ ├── gtd_pic_pipemachines.wad │ │ │ ├── gtd_pic_rooftop_stuff.lua │ │ │ ├── gtd_pic_rooftop_stuff.wad │ │ │ ├── gtd_pic_service_doors.lua │ │ │ ├── gtd_pic_service_doors.wad │ │ │ ├── gtd_pic_tall_glass_EPIC.lua │ │ │ ├── gtd_pic_tall_glass_EPIC.wad │ │ │ ├── gtd_pic_tech_comp_set.lua │ │ │ ├── gtd_pic_tech_comp_set.wad │ │ │ ├── gtd_pic_tech_comp_set_EPIC.lua │ │ │ ├── gtd_pic_tech_comp_set_EPIC.wad │ │ │ ├── gtd_pic_tech_controlroom.lua │ │ │ ├── gtd_pic_tech_controlroom.wad │ │ │ ├── gtd_pic_tech_hydroponics_EPIC.lua │ │ │ ├── gtd_pic_tech_hydroponics_EPIC.wad │ │ │ ├── gtd_pic_tech_server_room.lua │ │ │ ├── gtd_pic_tech_server_room.wad │ │ │ ├── gtd_pic_tech_wallmachines.lua │ │ │ ├── gtd_pic_tech_wallmachines.wad │ │ │ ├── gtd_pic_tech_wallmachines_EPIC.lua │ │ │ ├── gtd_pic_tech_wallmachines_EPIC.wad │ │ │ ├── gtd_pic_teklitecomp_set.lua │ │ │ ├── gtd_pic_teklitecomp_set.wad │ │ │ ├── gtd_pic_urban_commercial_frontages.lua │ │ │ ├── gtd_pic_urban_commercial_frontages.wad │ │ │ ├── gtd_pic_urban_commercial_frontages_EPIC.lua │ │ │ ├── gtd_pic_urban_commercial_frontages_EPIC.wad │ │ │ ├── gtd_pic_urban_downtown_facades.lua │ │ │ ├── gtd_pic_urban_downtown_facades.wad │ │ │ ├── gtd_pic_urban_downtown_facades_cyber.lua │ │ │ ├── gtd_pic_urban_downtown_facades_cyber.wad │ │ │ ├── gtd_pic_urban_generic_frontages.lua │ │ │ ├── gtd_pic_urban_generic_frontages.wad │ │ │ ├── gtd_pic_urban_grocery_set_EPIC.lua │ │ │ ├── gtd_pic_urban_grocery_set_EPIC.wad │ │ │ ├── gtd_pic_urban_gunstore_EPIC.lua │ │ │ ├── gtd_pic_urban_gunstore_EPIC.wad │ │ │ ├── gtd_pic_urban_mirrors_edge_wall.lua │ │ │ ├── gtd_pic_urban_mirrors_edge_wall.wad │ │ │ ├── gtd_pic_urban_storage.lua │ │ │ ├── gtd_pic_urban_terraced_buildings_EPIC.lua │ │ │ ├── gtd_pic_urban_terraced_buildings_EPIC.wad │ │ │ ├── pic_box.lua │ │ │ ├── pic_box.wad │ │ │ ├── scionox_pic_simple_crates.lua │ │ │ └── scionox_pic_simple_crates.wad │ │ ├── quest │ │ │ ├── gtd_cage_auto_opening_m.lua │ │ │ ├── gtd_cage_auto_opening_m.wad │ │ │ ├── gtd_cage_teleporter_m.lua │ │ │ ├── gtd_cage_teleporter_m.wad │ │ │ ├── scionox_cage_guardpost_m.lua │ │ │ ├── scionox_cage_guardpost_m.wad │ │ │ ├── scionox_marine_generic.lua │ │ │ └── scionox_marine_generic.wad │ │ ├── road │ │ │ ├── road_crosswalk.lua │ │ │ ├── road_crosswalk.wad │ │ │ ├── road_lane_marker.lua │ │ │ ├── road_lane_marker.wad │ │ │ ├── road_lane_marker_with_stop.lua │ │ │ └── road_lane_marker_with_stop.wad │ │ ├── skybox │ │ │ ├── craneo_gtd_skybox_g99_tower.lua │ │ │ ├── craneo_gtd_skybox_g99_tower.wad │ │ │ ├── craneo_skybox_bloodfalls_EPIC.lua │ │ │ ├── craneo_skybox_bloodfalls_EPIC.wad │ │ │ ├── craneo_skybox_city_bridge_EPIC.lua │ │ │ ├── craneo_skybox_city_bridge_EPIC.wad │ │ │ ├── craneo_skybox_egypt_epic.lua │ │ │ ├── craneo_skybox_egypt_epic.wad │ │ │ ├── craneo_skybox_lighthouse_epic.lua │ │ │ ├── craneo_skybox_lighthouse_epic.wad │ │ │ ├── craneo_skybox_space_shuttle_epic.lua │ │ │ ├── craneo_skybox_space_shuttle_epic.wad │ │ │ ├── garrett_skybox_city.lua │ │ │ ├── garrett_skybox_city.wad │ │ │ ├── garrett_skybox_city_epictextures.lua │ │ │ ├── garrett_skybox_city_epictextures.wad │ │ │ ├── garrett_skybox_hell.lua │ │ │ ├── garrett_skybox_hell.wad │ │ │ ├── garrett_skybox_hell_epictextures.lua │ │ │ ├── garrett_skybox_hell_epictextures.wad │ │ │ ├── garrett_skybox_winterfall_epic.lua │ │ │ ├── garrett_skybox_winterfall_epic.wad │ │ │ ├── gtd_generic_sky.lua │ │ │ ├── gtd_generic_sky.wad │ │ │ ├── gtd_generic_sky_epictextures.lua │ │ │ ├── gtd_generic_sky_epictextures.wad │ │ │ ├── gtd_skybox_char_EPIC.lua │ │ │ ├── gtd_skybox_char_EPIC.wad │ │ │ ├── gtd_skybox_hellish_city.lua │ │ │ ├── gtd_skybox_hellish_city.wad │ │ │ ├── gtd_skybox_hellish_city_epic.lua │ │ │ ├── gtd_skybox_hellish_city_epic.wad │ │ │ ├── gtd_skybox_tech_ffvii_epic.lua │ │ │ ├── gtd_skybox_tech_ffvii_epic.wad │ │ │ ├── gtd_skybox_urban_cyber.lua │ │ │ └── gtd_skybox_urban_cyber.wad │ │ ├── stairs │ │ │ ├── curve_32.lua │ │ │ ├── curve_32.wad │ │ │ ├── frozsoul_620_lift_128.lua │ │ │ ├── frozsoul_620_lift_128.wad │ │ │ ├── gtd_fancy_stair_32.lua │ │ │ ├── gtd_fancy_stair_32.wad │ │ │ ├── gtd_lift_disguised_128.lua │ │ │ ├── gtd_lift_disguised_128.wad │ │ │ ├── gtd_lift_disguised_64.lua │ │ │ ├── gtd_lift_disguised_64.wad │ │ │ ├── gtd_lift_pistons_64.lua │ │ │ ├── gtd_lift_pistons_64.wad │ │ │ ├── gtd_slumpish_stairs_128.lua │ │ │ ├── gtd_slumpish_stairs_128.wad │ │ │ ├── gtd_slumpish_stairs_64.lua │ │ │ ├── gtd_slumpish_stairs_64.wad │ │ │ ├── gtd_stair_ladder_128.lua │ │ │ ├── gtd_stair_ladder_128.wad │ │ │ ├── gtd_stair_stack_o_boxes_128.lua │ │ │ ├── gtd_stair_stack_o_boxes_128.wad │ │ │ ├── gtd_stair_v_curve_3x1.lua │ │ │ ├── gtd_stair_v_curve_3x1.wad │ │ │ ├── gtd_stair_zdoomslope_64.lua │ │ │ ├── gtd_stair_zdoomslope_64.wad │ │ │ ├── gtd_stairs_128.lua │ │ │ ├── gtd_stairs_128.wad │ │ │ ├── gtd_stairs_hell_bodypile_64.lua │ │ │ ├── gtd_stairs_hell_bodypile_64.wad │ │ │ ├── gtd_standing_stairs_32.lua │ │ │ ├── gtd_standing_stairs_32.wad │ │ │ ├── gtd_standing_stairs_64.lua │ │ │ ├── gtd_standing_stairs_64.wad │ │ │ ├── gtd_teleporter_128.lua │ │ │ ├── gtd_teleporter_128.wad │ │ │ ├── lift_64.lua │ │ │ ├── lift_64.wad │ │ │ ├── long_1x2.lua │ │ │ ├── long_1x2.wad │ │ │ ├── long_1x3.lua │ │ │ ├── long_1x3.wad │ │ │ ├── sidewalk_16.lua │ │ │ ├── sidewalk_16.wad │ │ │ ├── sidewalk_8.lua │ │ │ ├── sidewalk_8.wad │ │ │ ├── stair_32.lua │ │ │ ├── stair_32.wad │ │ │ ├── stair_64.lua │ │ │ ├── stair_64.wad │ │ │ ├── wide_3x1.lua │ │ │ └── wide_3x1.wad │ │ ├── start │ │ │ ├── armaetus_start1.lua │ │ │ ├── armaetus_start1.wad │ │ │ ├── armaetus_v5_start1.lua │ │ │ ├── armaetus_v5_start1.wad │ │ │ ├── basic.lua │ │ │ ├── basic.wad │ │ │ ├── beed28_fireblu_start.lua │ │ │ ├── beed28_fireblu_start.wad │ │ │ ├── beed28_start_tunnel.lua │ │ │ ├── beed28_start_tunnel.wad │ │ │ ├── closet1.lua │ │ │ ├── closet1.wad │ │ │ ├── dropoff.lua │ │ │ ├── dropoff.wad │ │ │ ├── garrett_hell_start.lua │ │ │ ├── garrett_hell_start.wad │ │ │ ├── gtd_armaetus_chamber_start.lua │ │ │ ├── gtd_armaetus_chamber_start.wad │ │ │ ├── gtd_armaetus_closet_superlift_start.lua │ │ │ ├── gtd_armaetus_closet_superlift_start.wad │ │ │ ├── gtd_armaetus_fans_start.lua │ │ │ ├── gtd_armaetus_fans_start.wad │ │ │ ├── gtd_generic_immersive_start.lua │ │ │ ├── gtd_generic_immersive_start.wad │ │ │ ├── gtd_generic_open_start.lua │ │ │ ├── gtd_generic_open_start.wad │ │ │ ├── gtd_toilet_start.lua │ │ │ ├── gtd_toilet_start.wad │ │ │ ├── scionox_quakeish_gate_start.lua │ │ │ ├── scionox_quakeish_gate_start.wad │ │ │ ├── scionox_quakeish_portal_start.lua │ │ │ ├── scionox_quakeish_portal_start.wad │ │ │ ├── scionox_quakeish_tech_start.lua │ │ │ ├── scionox_quakeish_tech_start.wad │ │ │ ├── sky_pad.lua │ │ │ ├── sky_pad.wad │ │ │ ├── typh_basic.lua │ │ │ ├── typh_basic.wad │ │ │ ├── typh_basic_hell.lua │ │ │ └── typh_basic_hell.wad │ │ ├── switch │ │ │ ├── armaetus_epic_switches.lua │ │ │ ├── armaetus_epic_switches.wad │ │ │ ├── armaetus_niche1.lua │ │ │ ├── armaetus_niche1.wad │ │ │ ├── armaetus_switch_others.lua │ │ │ ├── armaetus_switch_others.wad │ │ │ ├── armaetus_switch_tech.lua │ │ │ ├── armaetus_switch_tech.wad │ │ │ ├── craneo_switch_laptop.lua │ │ │ ├── craneo_switch_laptop.wad │ │ │ ├── dem_switch.lua │ │ │ ├── dem_switch.wad │ │ │ ├── dem_switch_closet.lua │ │ │ ├── dem_switch_closet.wad │ │ │ ├── edge_switch.wad │ │ │ ├── gtd_laptop_switch.lua │ │ │ ├── gtd_laptop_switch.wad │ │ │ ├── niche1.lua │ │ │ ├── niche1.wad │ │ │ ├── niche2.lua │ │ │ ├── niche2.wad │ │ │ ├── niche_bars.lua │ │ │ ├── niche_bars.wad │ │ │ ├── scionox_console.lua │ │ │ ├── scionox_console.wad │ │ │ ├── scionox_penta.lua │ │ │ ├── scionox_penta.wad │ │ │ ├── scionox_simple_lights.lua │ │ │ ├── scionox_simple_lights.wad │ │ │ ├── scionox_simple_lights_wall.lua │ │ │ ├── scionox_simple_lights_wall.wad │ │ │ ├── small.lua │ │ │ ├── small.wad │ │ │ ├── tight.lua │ │ │ ├── tight.wad │ │ │ ├── wall_box1.lua │ │ │ └── wall_box1.wad │ │ ├── teleporter │ │ │ ├── closet2.lua │ │ │ ├── closet2.wad │ │ │ ├── dem_tp.lua │ │ │ ├── dem_tp.wad │ │ │ ├── garrett_hell_portal.lua │ │ │ ├── garrett_hell_portal.wad │ │ │ ├── garrett_hell_teleport_a.lua │ │ │ ├── garrett_hell_teleport_a.wad │ │ │ ├── garrett_tech_pad.lua │ │ │ ├── garrett_tech_pad.wad │ │ │ ├── garrett_tech_teleport_a.lua │ │ │ ├── garrett_tech_teleport_a.wad │ │ │ ├── pad1.lua │ │ │ ├── pad1.wad │ │ │ ├── pad2.lua │ │ │ ├── pad2.wad │ │ │ ├── scionox_big_teleport.lua │ │ │ ├── scionox_big_teleport.wad │ │ │ ├── scionox_dual_pad.lua │ │ │ ├── scionox_dual_pad.wad │ │ │ ├── scionox_dual_teleport.lua │ │ │ ├── scionox_dual_teleport.wad │ │ │ ├── scionox_fancy_pad.lua │ │ │ ├── scionox_fancy_pad.wad │ │ │ ├── scionox_middeco_teleport.lua │ │ │ ├── scionox_middeco_teleport.wad │ │ │ ├── scionox_penta_teleport.lua │ │ │ ├── scionox_penta_teleport.wad │ │ │ ├── scionox_pillar_teleport.lua │ │ │ ├── scionox_pillar_teleport.wad │ │ │ ├── scionox_quakeish_portal.lua │ │ │ ├── scionox_quakeish_portal.wad │ │ │ ├── scionox_small_pillar_teleport.lua │ │ │ ├── scionox_small_pillar_teleport.wad │ │ │ ├── scionox_trap_teleport.lua │ │ │ ├── scionox_trap_teleport.wad │ │ │ ├── sky_pad.lua │ │ │ └── sky_pad.wad │ │ ├── trap │ │ │ ├── gtd_trap_hell.lua │ │ │ ├── gtd_trap_hell.wad │ │ │ ├── gtd_trap_natural_park_generic.lua │ │ │ ├── gtd_trap_natural_park_generic.wad │ │ │ ├── gtd_trap_tech.lua │ │ │ ├── gtd_trap_tech.wad │ │ │ ├── gtd_trap_urban.lua │ │ │ ├── gtd_trap_urban.wad │ │ │ ├── gtd_trap_vanillapic.lua │ │ │ ├── gtd_trap_vanillapic.wad │ │ │ ├── mogwaltz_trap_eye.lua │ │ │ ├── mogwaltz_trap_eye.wad │ │ │ ├── trap1.lua │ │ │ └── trap1.wad │ │ ├── wall │ │ │ ├── Dem_wall_tags.lua │ │ │ ├── Dem_wall_tags.wad │ │ │ ├── armaetus_EPIC_wallbodies.lua │ │ │ ├── armaetus_catacomb_set.lua │ │ │ ├── armaetus_catacomb_set.wad │ │ │ ├── armaetus_glass_wall_EPIC_set.lua │ │ │ ├── armaetus_glass_wall_EPIC_set.wad │ │ │ ├── armaetus_wall_fans.lua │ │ │ ├── armaetus_wall_fans.wad │ │ │ ├── cavish.lua │ │ │ ├── cavish.wad │ │ │ ├── craneo_wall_bloodtubes_set.lua │ │ │ ├── craneo_wall_bloodtubes_set.wad │ │ │ ├── cross.lua │ │ │ ├── cross.wad │ │ │ ├── dem_wall_hospital.lua │ │ │ ├── dem_wall_hospital.wad │ │ │ ├── dem_wall_urbanout.lua │ │ │ ├── dem_wall_urbanout.wad │ │ │ ├── garrett_diagonal_lamp.lua │ │ │ ├── garrett_diagonal_lamp.wad │ │ │ ├── garrett_wall_bloody_fountain.lua │ │ │ ├── garrett_wall_bloody_fountain.wad │ │ │ ├── garrett_wall_of_pain.lua │ │ │ ├── garrett_wall_of_pain.wad │ │ │ ├── garrett_wall_overturned_cross.lua │ │ │ ├── garrett_wall_overturned_cross.wad │ │ │ ├── garrett_wall_tech_diagonals.lua │ │ │ ├── garrett_wall_tech_diagonals.wad │ │ │ ├── gtd_EPIC_vending_machine.lua │ │ │ ├── gtd_EPIC_vending_machine.wad │ │ │ ├── gtd_dem_wall_commercial_set.lua │ │ │ ├── gtd_dem_wall_commercial_set.wad │ │ │ ├── gtd_diagonal_urban.lua │ │ │ ├── gtd_diagonal_urban.wad │ │ │ ├── gtd_wall_bunkerbeds_set.lua │ │ │ ├── gtd_wall_bunkerbeds_set.wad │ │ │ ├── gtd_wall_generic_artsy_set.lua │ │ │ ├── gtd_wall_generic_artsy_set.wad │ │ │ ├── gtd_wall_generic_banners_EPIC.lua │ │ │ ├── gtd_wall_generic_banners_EPIC.wad │ │ │ ├── gtd_wall_generic_beamed_inset.lua │ │ │ ├── gtd_wall_generic_beamed_inset.wad │ │ │ ├── gtd_wall_generic_ceilwall_set.lua │ │ │ ├── gtd_wall_generic_ceilwall_set.wad │ │ │ ├── gtd_wall_generic_doom64_glow.lua │ │ │ ├── gtd_wall_generic_doom64_glow.wad │ │ │ ├── gtd_wall_generic_glow_wall_set.lua │ │ │ ├── gtd_wall_generic_glow_wall_set.wad │ │ │ ├── gtd_wall_generic_half_floor.lua │ │ │ ├── gtd_wall_generic_half_floor.wad │ │ │ ├── gtd_wall_generic_high_gap_set.lua │ │ │ ├── gtd_wall_generic_high_gap_set.wad │ │ │ ├── gtd_wall_generic_lamptorch_set.lua │ │ │ ├── gtd_wall_generic_lamptorch_set.wad │ │ │ ├── gtd_wall_generic_liquids_only.lua │ │ │ ├── gtd_wall_generic_liquids_only.wad │ │ │ ├── gtd_wall_generic_liquids_set.lua │ │ │ ├── gtd_wall_generic_liquids_set.wad │ │ │ ├── gtd_wall_generic_metal_warning_set.lua │ │ │ ├── gtd_wall_generic_metal_warning_set.wad │ │ │ ├── gtd_wall_generic_modquake_set.lua │ │ │ ├── gtd_wall_generic_modquake_set.wad │ │ │ ├── gtd_wall_generic_tek_grates.lua │ │ │ ├── gtd_wall_generic_tek_grates.wad │ │ │ ├── gtd_wall_generic_writhing_mass_set.lua │ │ │ ├── gtd_wall_generic_writhing_mass_set.wad │ │ │ ├── gtd_wall_gothic_bottom_glass_set.lua │ │ │ ├── gtd_wall_gothic_bottom_glass_set.wad │ │ │ ├── gtd_wall_gothic_ceilwall_set.lua │ │ │ ├── gtd_wall_gothic_ceilwall_set.wad │ │ │ ├── gtd_wall_gothic_churchy_glass_EPIC_set.lua │ │ │ ├── gtd_wall_gothic_churchy_glass_EPIC_set.wad │ │ │ ├── gtd_wall_gothic_tall_glass_EPIC.lua │ │ │ ├── gtd_wall_gothic_tall_glass_EPIC.wad │ │ │ ├── gtd_wall_gothic_winglass_set.lua │ │ │ ├── gtd_wall_gothic_winglass_set.wad │ │ │ ├── gtd_wall_gothic_wood_frame_set.lua │ │ │ ├── gtd_wall_gothic_wood_frame_set.wad │ │ │ ├── gtd_wall_hell_bloodgutters.lua │ │ │ ├── gtd_wall_hell_bloodgutters.wad │ │ │ ├── gtd_wall_hell_candles_set.lua │ │ │ ├── gtd_wall_hell_candles_set.wad │ │ │ ├── gtd_wall_hell_diagonal.lua │ │ │ ├── gtd_wall_hell_diagonal.wad │ │ │ ├── gtd_wall_hell_engraving_set.lua │ │ │ ├── gtd_wall_hell_engraving_set.wad │ │ │ ├── gtd_wall_hell_exterior.lua │ │ │ ├── gtd_wall_hell_exterior.wad │ │ │ ├── gtd_wall_hell_exterior_wall_groups.lua │ │ │ ├── gtd_wall_hell_exterior_wall_groups.wad │ │ │ ├── gtd_wall_hell_exterior_wall_groups_2.lua │ │ │ ├── gtd_wall_hell_exterior_wall_groups_2.wad │ │ │ ├── gtd_wall_hell_exterior_wall_groups_compat.lua │ │ │ ├── gtd_wall_hell_exterior_wall_groups_compat.wad │ │ │ ├── gtd_wall_hell_furnace_set.lua │ │ │ ├── gtd_wall_hell_furnace_set.wad │ │ │ ├── gtd_wall_hell_g99_set.lua │ │ │ ├── gtd_wall_hell_g99_set.wad │ │ │ ├── gtd_wall_hell_interior.lua │ │ │ ├── gtd_wall_hell_interior.wad │ │ │ ├── gtd_wall_hell_marbface_set.lua │ │ │ ├── gtd_wall_hell_marbface_set.wad │ │ │ ├── gtd_wall_hell_mindscrew.lua │ │ │ ├── gtd_wall_hell_mindscrew.wad │ │ │ ├── gtd_wall_hell_ossuary_set.lua │ │ │ ├── gtd_wall_hell_ossuary_set.wad │ │ │ ├── gtd_wall_hell_overhangs.lua │ │ │ ├── gtd_wall_hell_overhangs.wad │ │ │ ├── gtd_wall_hell_sharp_alcoves.lua │ │ │ ├── gtd_wall_hell_sharp_alcoves.wad │ │ │ ├── gtd_wall_hell_vaults.lua │ │ │ ├── gtd_wall_hell_vaults.wad │ │ │ ├── gtd_wall_industrial_DMV_set.lua │ │ │ ├── gtd_wall_industrial_DMV_set.wad │ │ │ ├── gtd_wall_industrial_air_vents_set_EPIC.lua │ │ │ ├── gtd_wall_industrial_air_vents_set_EPIC.wad │ │ │ ├── gtd_wall_industrial_cafeteria_set_EPIC.lua │ │ │ ├── gtd_wall_industrial_cafeteria_set_EPIC.wad │ │ │ ├── gtd_wall_industrial_cranbank_set.lua │ │ │ ├── gtd_wall_industrial_cranbank_set.wad │ │ │ ├── gtd_wall_industrial_door_storage.lua │ │ │ ├── gtd_wall_industrial_door_storage.wad │ │ │ ├── gtd_wall_industrial_greytalls.lua │ │ │ ├── gtd_wall_industrial_greytalls.wad │ │ │ ├── gtd_wall_industrial_mine.lua │ │ │ ├── gtd_wall_industrial_mine.wad │ │ │ ├── gtd_wall_industrial_modwall.lua │ │ │ ├── gtd_wall_industrial_modwall.wad │ │ │ ├── gtd_wall_industrial_power_plant_set.lua │ │ │ ├── gtd_wall_industrial_power_plant_set.wad │ │ │ ├── gtd_wall_industrial_ribbed_light_set.lua │ │ │ ├── gtd_wall_industrial_ribbed_light_set.wad │ │ │ ├── gtd_wall_industrial_sewer_2_set.lua │ │ │ ├── gtd_wall_industrial_sewer_2_set.wad │ │ │ ├── gtd_wall_industrial_sewer_3_set.lua │ │ │ ├── gtd_wall_industrial_sewer_3_set.wad │ │ │ ├── gtd_wall_industrial_storage_2.lua │ │ │ ├── gtd_wall_industrial_storage_2.wad │ │ │ ├── gtd_wall_industrial_toilet_gallery.lua │ │ │ ├── gtd_wall_industrial_toilet_gallery.wad │ │ │ ├── gtd_wall_industrial_wall_of_guns_set_EPIC.lua │ │ │ ├── gtd_wall_industrial_wall_of_guns_set_EPIC.wad │ │ │ ├── gtd_wall_industrial_water_purifier_set.lua │ │ │ ├── gtd_wall_industrial_water_purifier_set.wad │ │ │ ├── gtd_wall_infestation.lua │ │ │ ├── gtd_wall_infestation.wad │ │ │ ├── gtd_wall_library_set.lua │ │ │ ├── gtd_wall_library_set.wad │ │ │ ├── gtd_wall_library_tall_set_EPIC.lua │ │ │ ├── gtd_wall_library_tall_set_EPIC.wad │ │ │ ├── gtd_wall_natural.lua │ │ │ ├── gtd_wall_natural.wad │ │ │ ├── gtd_wall_natural_diag.lua │ │ │ ├── gtd_wall_natural_diag.wad │ │ │ ├── gtd_wall_neonsigns.lua │ │ │ ├── gtd_wall_neonsigns.wad │ │ │ ├── gtd_wall_quakish_inset.lua │ │ │ ├── gtd_wall_quakish_inset.wad │ │ │ ├── gtd_wall_round_inset_set.lua │ │ │ ├── gtd_wall_round_inset_set.wad │ │ │ ├── gtd_wall_sewer_set.lua │ │ │ ├── gtd_wall_sewer_set.wad │ │ │ ├── gtd_wall_steel_arch.lua │ │ │ ├── gtd_wall_steel_arch.wad │ │ │ ├── gtd_wall_tech_collite_flat.lua │ │ │ ├── gtd_wall_tech_collite_flat.wad │ │ │ ├── gtd_wall_tech_comp_set.lua │ │ │ ├── gtd_wall_tech_comp_set.wad │ │ │ ├── gtd_wall_tech_comp_set_EPIC.lua │ │ │ ├── gtd_wall_tech_comp_set_EPIC.wad │ │ │ ├── gtd_wall_tech_diagonals.lua │ │ │ ├── gtd_wall_tech_diagonals.wad │ │ │ ├── gtd_wall_tech_exterior_1.lua │ │ │ ├── gtd_wall_tech_exterior_1.wad │ │ │ ├── gtd_wall_tech_exterior_wall_groups.lua │ │ │ ├── gtd_wall_tech_exterior_wall_groups.wad │ │ │ ├── gtd_wall_tech_exterior_wall_groups_2.lua │ │ │ ├── gtd_wall_tech_exterior_wall_groups_2.wad │ │ │ ├── gtd_wall_tech_exterior_wall_groups_compat.lua │ │ │ ├── gtd_wall_tech_exterior_wall_groups_compat.wad │ │ │ ├── gtd_wall_tech_freezer_set_EPIC.lua │ │ │ ├── gtd_wall_tech_freezer_set_EPIC.wad │ │ │ ├── gtd_wall_tech_grated_machines.lua │ │ │ ├── gtd_wall_tech_grated_machines.wad │ │ │ ├── gtd_wall_tech_grated_machines_EPIC.lua │ │ │ ├── gtd_wall_tech_grated_machines_EPIC.wad │ │ │ ├── gtd_wall_tech_hydroponics_EPIC_set.lua │ │ │ ├── gtd_wall_tech_hydroponics_EPIC_set.wad │ │ │ ├── gtd_wall_tech_interior_1.lua │ │ │ ├── gtd_wall_tech_interior_1.wad │ │ │ ├── gtd_wall_tech_interior_2.lua │ │ │ ├── gtd_wall_tech_interior_2.wad │ │ │ ├── gtd_wall_tech_light_column_set_EPIC.lua │ │ │ ├── gtd_wall_tech_light_column_set_EPIC.wad │ │ │ ├── gtd_wall_tech_lit_box_set.lua │ │ │ ├── gtd_wall_tech_lit_box_set.wad │ │ │ ├── gtd_wall_tech_octagon_insets.lua │ │ │ ├── gtd_wall_tech_octagon_insets.wad │ │ │ ├── gtd_wall_tech_oven_set_EPIC.lua │ │ │ ├── gtd_wall_tech_oven_set_EPIC.wad │ │ │ ├── gtd_wall_tech_overhangs.lua │ │ │ ├── gtd_wall_tech_overhangs.wad │ │ │ ├── gtd_wall_tech_server_room.lua │ │ │ ├── gtd_wall_tech_server_room.wad │ │ │ ├── gtd_wall_tech_teklitecomp_set.lua │ │ │ ├── gtd_wall_tech_teklitecomp_set.wad │ │ │ ├── gtd_wall_tech_top_corner_light_set.lua │ │ │ ├── gtd_wall_tech_top_corner_light_set.wad │ │ │ ├── gtd_wall_tech_vertical_light_set.lua │ │ │ ├── gtd_wall_tech_vertical_light_set.wad │ │ │ ├── gtd_wall_urban.lua │ │ │ ├── gtd_wall_urban.wad │ │ │ ├── gtd_wall_urban_EPIC.lua │ │ │ ├── gtd_wall_urban_EPIC.wad │ │ │ ├── gtd_wall_urban_arcade_set.lua │ │ │ ├── gtd_wall_urban_arcade_set.wad │ │ │ ├── gtd_wall_urban_cement_frame_set.lua │ │ │ ├── gtd_wall_urban_cement_frame_set.wad │ │ │ ├── gtd_wall_urban_craneo_art_gallery_set_EPIC.lua │ │ │ ├── gtd_wall_urban_craneo_art_gallery_set_EPIC.wad │ │ │ ├── gtd_wall_urban_diagonal_EPIC.lua │ │ │ ├── gtd_wall_urban_diagonal_EPIC.wad │ │ │ ├── gtd_wall_urban_drywall_set.lua │ │ │ ├── gtd_wall_urban_drywall_set.wad │ │ │ ├── gtd_wall_urban_grocery_set_EPIC.lua │ │ │ ├── gtd_wall_urban_grocery_set_EPIC.wad │ │ │ ├── gtd_wall_urban_scenic_building_facade.lua │ │ │ ├── gtd_wall_urban_scenic_building_facade.wad │ │ │ ├── gtd_wall_urban_storage.lua │ │ │ ├── gtd_wall_urban_storage.wad │ │ │ ├── gtd_wall_urban_storage_shawn_set_EPIC.lua │ │ │ ├── gtd_wall_urban_storage_shawn_set_EPIC.wad │ │ │ ├── lite_1.lua │ │ │ ├── lite_1.wad │ │ │ ├── lite_2.lua │ │ │ ├── lite_2.wad │ │ │ ├── low_gap.lua │ │ │ ├── low_gap.wad │ │ │ ├── mid_band.lua │ │ │ ├── mid_band.wad │ │ │ ├── runes.lua │ │ │ ├── runes.wad │ │ │ ├── torches.lua │ │ │ ├── torches.wad │ │ │ ├── vert_gap.lua │ │ │ ├── vert_gap.wad │ │ │ ├── wall_16.lua │ │ │ └── wall_16.wad │ │ └── window │ │ │ ├── barred.lua │ │ │ ├── barred.wad │ │ │ ├── barred_2.lua │ │ │ ├── barred_2.wad │ │ │ ├── grate.lua │ │ │ ├── grate.wad │ │ │ ├── gtd_window_absurdly_open.lua │ │ │ ├── gtd_window_absurdly_open.wad │ │ │ ├── gtd_window_arch_curved.lua │ │ │ ├── gtd_window_arch_curved.wad │ │ │ ├── gtd_window_arch_curved_inverted.lua │ │ │ ├── gtd_window_arch_curved_inverted.wad │ │ │ ├── gtd_window_arrowslit.lua │ │ │ ├── gtd_window_arrowslit.wad │ │ │ ├── gtd_window_bay.lua │ │ │ ├── gtd_window_bay.wad │ │ │ ├── gtd_window_bulletproof_glass.lua │ │ │ ├── gtd_window_bulletproof_glass.wad │ │ │ ├── gtd_window_bunker_mid_space.lua │ │ │ ├── gtd_window_bunker_mid_space.wad │ │ │ ├── gtd_window_cage.lua │ │ │ ├── gtd_window_cage.wad │ │ │ ├── gtd_window_chainlinks.lua │ │ │ ├── gtd_window_chainlinks.wad │ │ │ ├── gtd_window_construction_frames.lua │ │ │ ├── gtd_window_construction_frames.wad │ │ │ ├── gtd_window_dem.lua │ │ │ ├── gtd_window_dem.wad │ │ │ ├── gtd_window_full_open.lua │ │ │ ├── gtd_window_full_open.wad │ │ │ ├── gtd_window_goffik_gothic_windows.lua │ │ │ ├── gtd_window_goffik_gothic_windows.wad │ │ │ ├── gtd_window_gothic_archs.lua │ │ │ ├── gtd_window_gothic_archs.wad │ │ │ ├── gtd_window_hexagon.lua │ │ │ ├── gtd_window_hexagon.wad │ │ │ ├── gtd_window_industrial_lite_archs.lua │ │ │ ├── gtd_window_industrial_lite_archs.wad │ │ │ ├── gtd_window_lite_cross.lua │ │ │ ├── gtd_window_lite_cross.wad │ │ │ ├── gtd_window_low.lua │ │ │ ├── gtd_window_low.wad │ │ │ ├── gtd_window_metal_frames.lua │ │ │ ├── gtd_window_metal_frames.wad │ │ │ ├── gtd_window_octo_glass.lua │ │ │ ├── gtd_window_octo_glass.wad │ │ │ ├── gtd_window_pencil_hole.lua │ │ │ ├── gtd_window_pencil_hole.wad │ │ │ ├── gtd_window_plut_litebox.lua │ │ │ ├── gtd_window_plut_litebox.wad │ │ │ ├── gtd_window_quakeish.lua │ │ │ ├── gtd_window_quakeish.wad │ │ │ ├── gtd_window_slump_tall.lua │ │ │ ├── gtd_window_slump_tall.wad │ │ │ ├── gtd_window_tall_and_glassy.lua │ │ │ ├── gtd_window_tall_and_glassy.wad │ │ │ ├── gtd_window_weabdows.lua │ │ │ ├── gtd_window_weabdows.wad │ │ │ ├── gtd_windows_gothic_EPIC.lua │ │ │ ├── gtd_windows_gothic_EPIC.wad │ │ │ ├── gtd_windows_tall_octagon.lua │ │ │ ├── gtd_windows_tall_octagon.wad │ │ │ ├── liq_arch.lua │ │ │ ├── liq_arch.wad │ │ │ ├── round.lua │ │ │ ├── round.wad │ │ │ ├── square.lua │ │ │ ├── square.wad │ │ │ ├── supertall.lua │ │ │ ├── supertall.wad │ │ │ ├── tall.lua │ │ │ └── tall.wad │ ├── factory.lua │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ ├── vanilla_mats.lua │ ├── weapons.lua │ ├── x_doom1.lua │ ├── x_plutonia.lua │ └── x_tnt.lua ├── generic │ ├── base.lua │ └── fabs │ │ ├── bridge │ │ └── .gitkeep │ │ ├── cage │ │ ├── .gitkeep │ │ ├── bunker.lua │ │ ├── bunker.wad │ │ ├── cage_building_side.lua │ │ ├── cage_building_side.wad │ │ ├── cage_bunker.lua │ │ ├── cage_bunker.wad │ │ ├── cage_windowed_rooms.lua │ │ ├── cage_windowed_rooms.wad │ │ ├── hell_box.lua │ │ ├── hell_box.wad │ │ ├── niche_cage.lua │ │ ├── niche_cage.wad │ │ ├── small_cage.lua │ │ ├── small_cage.wad │ │ ├── stand_cage.lua │ │ ├── stand_cage.wad │ │ ├── wall_cage.lua │ │ └── wall_cage.wad │ │ ├── decor │ │ ├── .gitkeep │ │ ├── barrels.lua │ │ ├── barrels.wad │ │ ├── chandelier.lua │ │ ├── chandelier.wad │ │ ├── crates1.lua │ │ ├── crates1.wad │ │ ├── exit_sign.lua │ │ ├── exit_sign.wad │ │ ├── frozsoul_097_ponds.lua │ │ ├── frozsoul_097_ponds.wad │ │ ├── pillar1.lua │ │ ├── pillar1.wad │ │ ├── stalag.lua │ │ ├── stalag.wad │ │ ├── waterfall.lua │ │ └── waterfall.wad │ │ ├── door │ │ ├── .gitkeep │ │ ├── arch_curved.lua │ │ ├── arch_curved.wad │ │ ├── arch_framey.lua │ │ ├── arch_framey.wad │ │ ├── arch_plain.lua │ │ ├── arch_plain.wad │ │ ├── barred_arch.lua │ │ ├── barred_arch.wad │ │ ├── cave_hole.lua │ │ ├── cave_hole.wad │ │ ├── cave_to_cave_frame.lua │ │ ├── cave_to_cave_frame.wad │ │ ├── hole_in_the_wall.lua │ │ ├── hole_in_the_wall.wad │ │ ├── key_large.lua │ │ ├── key_large.wad │ │ ├── key_medium.lua │ │ ├── key_medium.wad │ │ ├── key_tall.lua │ │ ├── key_tall.wad │ │ ├── secret.lua │ │ ├── secret.wad │ │ ├── wide_door.lua │ │ └── wide_door.wad │ │ ├── exit │ │ ├── .gitkeep │ │ ├── armaetus_simple_exit.lua │ │ ├── armaetus_simple_exit.wad │ │ ├── armaetus_sky_floor_exit.lua │ │ ├── armaetus_sky_floor_exit.wad │ │ ├── armaetus_tp_closet_exit.lua │ │ ├── armaetus_tp_closet_exit.wad │ │ ├── beed28_exit_tunnel.lua │ │ ├── beed28_exit_tunnel.wad │ │ ├── patio.lua │ │ ├── patio.wad │ │ ├── pillar2.lua │ │ ├── pillar2.wad │ │ ├── secret_box.lua │ │ └── secret_box.wad │ │ ├── fence │ │ ├── .gitkeep │ │ ├── bars_16.lua │ │ ├── bars_16.wad │ │ ├── beam.lua │ │ ├── beam.wad │ │ ├── crenels.lua │ │ ├── crenels.wad │ │ ├── fence_16.lua │ │ ├── fence_16.wad │ │ ├── gtd_pillar.lua │ │ ├── gtd_pillar.wad │ │ ├── posts.lua │ │ ├── posts.wad │ │ ├── secret_16.lua │ │ └── secret_16.wad │ │ ├── floor │ │ ├── .gitkeep │ │ ├── lava_pit.lua │ │ └── lava_pit.wad │ │ ├── hall │ │ ├── .gitkeep │ │ ├── curve_c.lua │ │ ├── curve_c.wad │ │ ├── curve_i.lua │ │ ├── curve_i.wad │ │ ├── curve_i_bulge.lua │ │ ├── curve_i_bulge.wad │ │ ├── curve_j.lua │ │ ├── curve_j.wad │ │ ├── curve_k.lua │ │ ├── curve_k.wad │ │ ├── curve_p.lua │ │ ├── curve_p.wad │ │ ├── curve_t.lua │ │ ├── curve_t.wad │ │ ├── curve_u.lua │ │ ├── curve_u.wad │ │ ├── deuce_c.lua │ │ ├── deuce_c.wad │ │ ├── deuce_i.lua │ │ ├── deuce_i.wad │ │ ├── deuce_j.lua │ │ ├── deuce_j.wad │ │ ├── deuce_k.lua │ │ ├── deuce_k.wad │ │ ├── deuce_p.lua │ │ ├── deuce_p.wad │ │ ├── deuce_t.lua │ │ ├── deuce_t.wad │ │ ├── deuce_u.lua │ │ ├── deuce_u.wad │ │ ├── vent_c.lua │ │ ├── vent_c.wad │ │ ├── vent_i.lua │ │ ├── vent_i.wad │ │ ├── vent_j.lua │ │ ├── vent_j.wad │ │ ├── vent_k.lua │ │ ├── vent_k.wad │ │ ├── vent_p.lua │ │ ├── vent_p.wad │ │ ├── vent_t.lua │ │ ├── vent_t.wad │ │ ├── vent_u.lua │ │ └── vent_u.wad │ │ ├── item │ │ ├── .gitkeep │ │ ├── alcove1.lua │ │ ├── alcove1.wad │ │ ├── closet.lua.todo │ │ ├── closet.wad │ │ ├── gothic1.lua │ │ ├── gothic1.wad │ │ ├── gtd_item_cage_balcony.lua │ │ ├── gtd_item_cage_balcony.wad │ │ ├── gtd_item_crates.lua │ │ ├── gtd_item_crates.wad │ │ ├── lowering.lua │ │ ├── lowering.wad │ │ ├── pedestal.lua │ │ ├── pedestal.wad │ │ ├── podium.lua │ │ ├── podium.wad │ │ ├── scionox_nature_simple.lua │ │ ├── scionox_nature_simple.wad │ │ ├── secret_cage.lua │ │ ├── secret_cage.wad │ │ ├── secret_ledge.lua │ │ ├── secret_ledge.wad │ │ ├── secret_niche.lua │ │ └── secret_niche.wad │ │ ├── joiner │ │ ├── .gitkeep │ │ ├── archy.lua │ │ ├── archy.wad │ │ ├── armaetus_cave_joiner1.lua │ │ ├── armaetus_cave_joiner1.wad │ │ ├── armaetus_v5_curve1.lua │ │ ├── armaetus_v5_curve1.wad │ │ ├── barred1.lua │ │ ├── barred1.wad │ │ ├── barred2.lua │ │ ├── barred2.wad │ │ ├── barred3.lua │ │ ├── barred3.wad │ │ ├── cave_hole_joiner.lua │ │ ├── cave_hole_joiner.wad │ │ ├── curve1.lua │ │ ├── curve1.wad │ │ ├── curve2.lua │ │ ├── curve2.wad │ │ ├── door_large.lua │ │ ├── door_large.wad │ │ ├── gtd_basic_L.lua │ │ ├── gtd_basic_L.wad │ │ ├── gtd_basic_keyed_L.lua │ │ ├── gtd_basic_keyed_L.wad │ │ ├── gtd_leap_joiner.lua │ │ ├── gtd_leap_joiner.wad │ │ ├── gtd_simple_arched.lua │ │ ├── gtd_simple_arched.wad │ │ ├── key_large.lua │ │ ├── key_large.wad │ │ ├── key_tall.lua │ │ ├── key_tall.wad │ │ ├── plain.lua │ │ ├── plain.wad │ │ ├── plain2.lua │ │ ├── plain2.wad │ │ ├── plain_cage.lua │ │ ├── plain_cage.wad │ │ ├── plain_trap.lua │ │ ├── plain_trap.wad │ │ ├── remote1.lua │ │ ├── remote1.wad │ │ ├── remote2.lua │ │ ├── remote2.wad │ │ ├── secret2.lua │ │ ├── secret2.wad │ │ ├── secret3.lua │ │ ├── secret3.wad │ │ ├── secret5.lua │ │ ├── secret5.wad │ │ ├── y1.lua │ │ └── y1.wad │ │ ├── misc │ │ ├── .gitkeep │ │ ├── bridge.lua │ │ ├── bridge.wad │ │ ├── completely_nothing.lua │ │ ├── completely_nothing.wad │ │ ├── depot.lua │ │ ├── depot.wad │ │ ├── trap1.lua │ │ └── trap1.wad │ │ ├── picture │ │ ├── .gitkeep │ │ ├── pic_box.lua │ │ ├── pic_box.wad │ │ ├── torch3.lua │ │ └── torch3.wad │ │ ├── quest │ │ └── .gitkeep │ │ ├── road │ │ └── .gitkeep │ │ ├── skybox │ │ └── .gitkeep │ │ ├── stairs │ │ ├── .gitkeep │ │ ├── curve_32.lua │ │ ├── curve_32.wad │ │ ├── gtd_stairs_128.lua │ │ ├── gtd_stairs_128.wad │ │ ├── lift_64.lua │ │ ├── lift_64.wad │ │ ├── long_1x2.lua │ │ ├── long_1x2.wad │ │ ├── long_1x3.lua │ │ ├── long_1x3.wad │ │ ├── stair_32.lua │ │ ├── stair_32.wad │ │ ├── stair_64.lua │ │ ├── stair_64.wad │ │ ├── wide_3x1.lua │ │ └── wide_3x1.wad │ │ ├── start │ │ ├── .gitkeep │ │ ├── armaetus_v5_start1.lua │ │ ├── armaetus_v5_start1.wad │ │ ├── basic.lua │ │ ├── basic.wad │ │ ├── beed28_start_tunnel.lua │ │ ├── beed28_start_tunnel.wad │ │ ├── closet1.lua │ │ ├── closet1.wad │ │ ├── closet2.lua │ │ ├── closet2.wad │ │ ├── dropoff.lua │ │ ├── dropoff.wad │ │ ├── sky_pad.lua │ │ ├── sky_pad.wad │ │ ├── typh_basic_generic.lua │ │ └── typh_basic_generic.wad │ │ ├── switch │ │ ├── .gitkeep │ │ ├── armaetus_niche1.lua │ │ ├── armaetus_niche1.wad │ │ ├── niche2.lua │ │ ├── niche2.wad │ │ ├── small.lua │ │ ├── small.wad │ │ ├── tight.lua │ │ ├── tight.wad │ │ ├── wall_box1.lua │ │ └── wall_box1.wad │ │ ├── teleporter │ │ ├── .gitkeep │ │ ├── closet2.lua │ │ ├── closet2.wad │ │ ├── pad1.lua │ │ ├── pad1.wad │ │ ├── pad2.lua │ │ ├── pad2.wad │ │ ├── sky_patio.lua │ │ └── sky_patio.wad │ │ ├── trap │ │ └── .gitkeep │ │ ├── wall │ │ ├── .gitkeep │ │ ├── cavish.lua │ │ ├── cavish.wad │ │ ├── croix.lua │ │ ├── croix.wad │ │ ├── high_gap.lua │ │ ├── high_gap.wad │ │ ├── lamptorch.lua │ │ ├── lamptorch.wad │ │ ├── liquids_only.lua │ │ ├── liquids_only.wad │ │ ├── lite_1.lua │ │ ├── lite_1.wad │ │ ├── lite_2.lua │ │ ├── lite_2.wad │ │ ├── mid_band.lua │ │ ├── mid_band.wad │ │ ├── runic.lua │ │ ├── runic.wad │ │ ├── torches1.lua │ │ ├── torches1.wad │ │ ├── torches2.lua │ │ ├── torches2.wad │ │ ├── vert_gap.lua │ │ ├── vert_gap.wad │ │ ├── wall_16.lua │ │ ├── wall_16.wad │ │ ├── wall_natural.lua │ │ ├── wall_natural.wad │ │ ├── wall_natural_diag.lua │ │ ├── wall_natural_diag.wad │ │ ├── wallgutters.lua │ │ └── wallgutters.wad │ │ └── window │ │ ├── .gitkeep │ │ ├── barred.lua │ │ ├── barred.wad │ │ ├── grate.lua │ │ ├── grate.wad │ │ ├── pillbox.lua │ │ ├── pillbox.wad │ │ ├── slits.lua │ │ ├── slits.wad │ │ ├── slumpish.lua │ │ ├── slumpish.wad │ │ ├── straddle.lua │ │ ├── straddle.wad │ │ ├── supertall.lua │ │ ├── supertall.wad │ │ ├── tall.lua │ │ ├── tall.wad │ │ ├── window_arch_curved.lua │ │ ├── window_arch_curved.wad │ │ ├── window_arch_curved_inverted.lua │ │ ├── window_arch_curved_inverted.wad │ │ ├── window_crossfire.lua │ │ └── window_crossfire.wad ├── hacx │ ├── base.lua │ ├── data │ │ └── HAC_EXIT.wad │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ └── .gitkeep │ │ ├── cage │ │ │ └── .gitkeep │ │ ├── decor │ │ │ └── .gitkeep │ │ ├── door │ │ │ └── .gitkeep │ │ ├── exit │ │ │ └── .gitkeep │ │ ├── fence │ │ │ └── .gitkeep │ │ ├── floor │ │ │ └── .gitkeep │ │ ├── hall │ │ │ └── .gitkeep │ │ ├── item │ │ │ └── .gitkeep │ │ ├── joiner │ │ │ └── .gitkeep │ │ ├── misc │ │ │ └── .gitkeep │ │ ├── picture │ │ │ └── .gitkeep │ │ ├── quest │ │ │ └── .gitkeep │ │ ├── road │ │ │ └── .gitkeep │ │ ├── skybox │ │ │ └── .gitkeep │ │ ├── stairs │ │ │ └── .gitkeep │ │ ├── start │ │ │ └── .gitkeep │ │ ├── switch │ │ │ └── .gitkeep │ │ ├── teleporter │ │ │ └── .gitkeep │ │ ├── trap │ │ │ └── .gitkeep │ │ ├── wall │ │ │ └── .gitkeep │ │ └── window │ │ │ └── .gitkeep │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ ├── vanilla_mats.lua │ └── weapons.lua ├── harmony │ ├── base.lua │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ └── .gitkeep │ │ ├── cage │ │ │ └── .gitkeep │ │ ├── decor │ │ │ └── .gitkeep │ │ ├── door │ │ │ └── .gitkeep │ │ ├── exit │ │ │ └── .gitkeep │ │ ├── fence │ │ │ └── .gitkeep │ │ ├── floor │ │ │ └── .gitkeep │ │ ├── hall │ │ │ └── .gitkeep │ │ ├── item │ │ │ └── .gitkeep │ │ ├── joiner │ │ │ └── .gitkeep │ │ ├── misc │ │ │ └── .gitkeep │ │ ├── picture │ │ │ └── .gitkeep │ │ ├── quest │ │ │ └── .gitkeep │ │ ├── road │ │ │ └── .gitkeep │ │ ├── skybox │ │ │ └── .gitkeep │ │ ├── stairs │ │ │ └── .gitkeep │ │ ├── start │ │ │ └── .gitkeep │ │ ├── switch │ │ │ └── .gitkeep │ │ ├── teleporter │ │ │ └── .gitkeep │ │ ├── trap │ │ │ └── .gitkeep │ │ ├── wall │ │ │ └── .gitkeep │ │ └── window │ │ │ └── .gitkeep │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ ├── vanilla_mats.lua │ └── weapons.lua ├── heretic │ ├── base.lua │ ├── data │ │ ├── HER_EXIT.wad │ │ ├── boss_maw1.wad │ │ └── boss_portal1.wad │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ └── .gitkeep │ │ ├── cage │ │ │ └── .gitkeep │ │ ├── decor │ │ │ ├── .gitkeep │ │ │ ├── Cran_Heretic_ChairAndTable.lua │ │ │ ├── Cran_Heretic_ChairAndTable.wad │ │ │ ├── Cran_Heretic_Chariot.lua │ │ │ ├── Cran_Heretic_Chariot.wad │ │ │ ├── Cran_Heretic_Graveyard.lua │ │ │ ├── Cran_Heretic_Graveyard.wad │ │ │ ├── Cran_Heretic_Graveyard_Small.lua │ │ │ ├── Cran_Heretic_Graveyard_Small.wad │ │ │ ├── Cran_Heretic_HangedSkulls.lua │ │ │ ├── Cran_Heretic_HangedSkulls.wad │ │ │ ├── Cran_Heretic_HumanBBQ.lua │ │ │ ├── Cran_Heretic_HumanBBQ.wad │ │ │ ├── coffin.lua │ │ │ └── coffin.wad │ │ ├── door │ │ │ └── .gitkeep │ │ ├── exit │ │ │ └── .gitkeep │ │ ├── fence │ │ │ └── .gitkeep │ │ ├── floor │ │ │ └── .gitkeep │ │ ├── hall │ │ │ └── .gitkeep │ │ ├── item │ │ │ └── .gitkeep │ │ ├── joiner │ │ │ └── .gitkeep │ │ ├── misc │ │ │ └── .gitkeep │ │ ├── picture │ │ │ └── .gitkeep │ │ ├── quest │ │ │ └── .gitkeep │ │ ├── road │ │ │ └── .gitkeep │ │ ├── skybox │ │ │ ├── .gitkeep │ │ │ ├── city_skybox.lua │ │ │ ├── city_skybox.wad │ │ │ ├── demense_skybox.lua │ │ │ ├── demense_skybox.wad │ │ │ ├── maw_skybox.lua │ │ │ └── maw_skybox.wad │ │ ├── stairs │ │ │ └── .gitkeep │ │ ├── start │ │ │ └── .gitkeep │ │ ├── switch │ │ │ └── .gitkeep │ │ ├── teleporter │ │ │ └── .gitkeep │ │ ├── trap │ │ │ └── .gitkeep │ │ ├── wall │ │ │ └── .gitkeep │ │ └── window │ │ │ └── .gitkeep │ ├── factory.lua │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ ├── vanilla_mats.lua │ └── weapons.lua ├── hexen │ ├── base.lua │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ └── .gitkeep │ │ ├── cage │ │ │ └── .gitkeep │ │ ├── decor │ │ │ └── .gitkeep │ │ ├── door │ │ │ └── .gitkeep │ │ ├── exit │ │ │ └── .gitkeep │ │ ├── fence │ │ │ └── .gitkeep │ │ ├── floor │ │ │ └── .gitkeep │ │ ├── hall │ │ │ └── .gitkeep │ │ ├── item │ │ │ └── .gitkeep │ │ ├── joiner │ │ │ └── .gitkeep │ │ ├── misc │ │ │ └── .gitkeep │ │ ├── picture │ │ │ └── .gitkeep │ │ ├── quest │ │ │ └── .gitkeep │ │ ├── road │ │ │ └── .gitkeep │ │ ├── skybox │ │ │ └── .gitkeep │ │ ├── stairs │ │ │ └── .gitkeep │ │ ├── start │ │ │ └── .gitkeep │ │ ├── switch │ │ │ └── .gitkeep │ │ ├── teleporter │ │ │ └── .gitkeep │ │ ├── trap │ │ │ └── .gitkeep │ │ ├── wall │ │ │ └── .gitkeep │ │ └── window │ │ │ └── .gitkeep │ ├── factory.lua │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ ├── vanilla_mats.lua │ └── weapons.lua ├── noah │ ├── base.lua │ └── factory.lua ├── nukem │ ├── base.lua │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ └── .gitkeep │ │ ├── cage │ │ │ └── .gitkeep │ │ ├── decor │ │ │ └── .gitkeep │ │ ├── door │ │ │ └── .gitkeep │ │ ├── exit │ │ │ └── .gitkeep │ │ ├── fence │ │ │ └── .gitkeep │ │ ├── floor │ │ │ └── .gitkeep │ │ ├── hall │ │ │ └── .gitkeep │ │ ├── item │ │ │ └── .gitkeep │ │ ├── joiner │ │ │ └── .gitkeep │ │ ├── misc │ │ │ └── .gitkeep │ │ ├── picture │ │ │ └── .gitkeep │ │ ├── quest │ │ │ └── .gitkeep │ │ ├── road │ │ │ └── .gitkeep │ │ ├── skybox │ │ │ └── .gitkeep │ │ ├── stairs │ │ │ └── .gitkeep │ │ ├── start │ │ │ └── .gitkeep │ │ ├── switch │ │ │ └── .gitkeep │ │ ├── teleporter │ │ │ └── .gitkeep │ │ ├── trap │ │ │ └── .gitkeep │ │ ├── wall │ │ │ └── .gitkeep │ │ └── window │ │ │ └── .gitkeep │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ └── weapons.lua ├── quake │ ├── base.lua │ ├── data │ │ └── .gitkeep │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ └── .gitkeep │ │ ├── cage │ │ │ └── .gitkeep │ │ ├── decor │ │ │ └── .gitkeep │ │ ├── door │ │ │ └── .gitkeep │ │ ├── exit │ │ │ └── .gitkeep │ │ ├── fence │ │ │ └── .gitkeep │ │ ├── floor │ │ │ └── .gitkeep │ │ ├── hall │ │ │ └── .gitkeep │ │ ├── item │ │ │ └── .gitkeep │ │ ├── joiner │ │ │ └── .gitkeep │ │ ├── misc │ │ │ └── .gitkeep │ │ ├── picture │ │ │ └── .gitkeep │ │ ├── quest │ │ │ └── .gitkeep │ │ ├── road │ │ │ └── .gitkeep │ │ ├── skybox │ │ │ └── .gitkeep │ │ ├── stairs │ │ │ └── .gitkeep │ │ ├── start │ │ │ └── .gitkeep │ │ ├── switch │ │ │ └── .gitkeep │ │ ├── teleporter │ │ │ └── .gitkeep │ │ ├── trap │ │ │ └── .gitkeep │ │ ├── wall │ │ │ └── .gitkeep │ │ └── window │ │ │ └── .gitkeep │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ └── weapons.lua ├── strife │ ├── base.lua │ ├── data │ │ └── CONVERSATIONS.wad │ ├── entities.lua │ ├── fabs │ │ ├── bridge │ │ │ └── .gitkeep │ │ ├── cage │ │ │ └── .gitkeep │ │ ├── decor │ │ │ └── .gitkeep │ │ ├── door │ │ │ └── .gitkeep │ │ ├── exit │ │ │ └── .gitkeep │ │ ├── fence │ │ │ └── .gitkeep │ │ ├── floor │ │ │ └── .gitkeep │ │ ├── hall │ │ │ └── .gitkeep │ │ ├── item │ │ │ └── .gitkeep │ │ ├── joiner │ │ │ └── .gitkeep │ │ ├── misc │ │ │ └── .gitkeep │ │ ├── picture │ │ │ └── .gitkeep │ │ ├── quest │ │ │ └── .gitkeep │ │ ├── road │ │ │ └── .gitkeep │ │ ├── skybox │ │ │ └── .gitkeep │ │ ├── stairs │ │ │ └── .gitkeep │ │ ├── start │ │ │ └── .gitkeep │ │ ├── switch │ │ │ └── .gitkeep │ │ ├── teleporter │ │ │ └── .gitkeep │ │ ├── trap │ │ │ └── .gitkeep │ │ ├── wall │ │ │ └── .gitkeep │ │ └── window │ │ │ └── .gitkeep │ ├── levels.lua │ ├── materials.lua │ ├── monsters.lua │ ├── params.lua │ ├── pickups.lua │ ├── resources.lua │ ├── themes.lua │ ├── vanilla_mats.lua │ └── weapons.lua └── wolf │ ├── base.lua │ ├── factory.lua │ └── x_spear.lua ├── images └── msvc-cmake-preset.png ├── language ├── LANGS.txt ├── TEMPLATE_Obsidian.po ├── en.txt ├── ru.po └── ru.txt ├── misc └── obsidian.desktop ├── modules ├── alt_shape_grammars.lua ├── chex3 │ └── ctl_chex.lua ├── compress_output.lua ├── ctl_doom.lua ├── debugger.lua ├── export_map.lua ├── gzdoom_fauna.lua ├── gzdoom_marine_closet.lua ├── hacx │ └── ctl_hacx.lua ├── harmony │ └── ctl_harmony.lua ├── heretic │ ├── ctl_heretic.lua │ ├── sky_generator.lua │ ├── theme_control.lua │ ├── zdoom_specials.lua │ ├── zdoom_stories.lua │ └── zdoom_story_gen.lua ├── hexen │ └── ctl_hexen.lua ├── historical_versions.lua ├── iwad_mode.lua ├── jokewad_module.lua ├── megawad_swap.lua ├── miscellaneous.lua ├── modded_game_extras.lua ├── music_swap.lua ├── new_monsters.template ├── new_weapons.template ├── prefab_controller.lua ├── prefab_controller_generic.lua ├── procedural_gotcha.lua ├── procedural_gotcha_zdoom.lua ├── procedural_textures.lua ├── quake │ └── ctl_quake.lua ├── sky_generator.lua ├── small_spiderdemon.lua ├── stealth_mons.lua ├── story_gen.lua ├── theme_control.lua ├── ui_arch.lua ├── ui_mons.lua ├── ui_pickups.lua ├── ui_reject_options.lua ├── ui_slump.lua ├── wolf │ └── miscellaneous.lua ├── zdoom_armaetus_doom1_themes.lua ├── zdoom_armaetus_entities.lua ├── zdoom_armaetus_epic_textures.lua ├── zdoom_armaetus_epic_texturex_lump.lua ├── zdoom_armaetus_materials.lua ├── zdoom_armaetus_themes.lua ├── zdoom_frozsoul_sound.lua ├── zdoom_internal_scripts │ ├── AISprite.wad │ ├── ASSGRASS.lmp │ ├── ASSGRASS.txt │ ├── COUNTTIS.lmp │ ├── COUNTTIS.txt │ ├── DECORATE.txt │ ├── ObAddon_trees.wad │ └── ZSCRIPT.txt ├── zdoom_marines.lua ├── zdoom_sounds.lua ├── zdoom_specials.lua ├── zdoom_stories.lua └── zdoom_story_gen.lua ├── ports ├── boom.lua ├── edge.lua ├── eternity.lua ├── fs_things.lua ├── vanilla.lua ├── xlat.lua └── zdoom.lua ├── scripts ├── 094 │ ├── a_star.lua │ ├── builder.lua │ ├── defs.lua │ ├── monster.lua │ ├── oblige_v094.lua │ ├── plan_dm.lua │ ├── planner.lua │ ├── theme.lua │ └── writer.lua ├── area.lua ├── autodetail.lua ├── automata.lua ├── boss_map.lua ├── brush.lua ├── cave.lua ├── connect.lua ├── defs.lua ├── fight.lua ├── grower.lua ├── init.lua ├── item.lua ├── layout.lua ├── level.lua ├── monster.lua ├── naming.lua ├── obsidian.lua ├── prefab.lua ├── profiler.lua ├── quest.lua ├── random_words_en.lua ├── random_words_en_m.lua ├── render.lua ├── room.lua ├── script_manager.lua ├── seed.lua ├── shapes.lua ├── title_gen.lua └── util.lua ├── source_files ├── fastPRNG │ ├── fastPRNG.h │ ├── license.txt │ └── readme.md ├── filename_formatter │ ├── .clang-format │ ├── CMakeLists.txt │ ├── ff.h │ ├── ff_main.cpp │ ├── ff_main.h │ ├── filename.l │ ├── lex.yy.c │ └── lex.yy.h ├── fltk │ ├── .clang-format │ ├── ANNOUNCEMENT │ ├── CHANGES.txt │ ├── CHANGES_1.0.txt │ ├── CHANGES_1.1.txt │ ├── CHANGES_1.3.txt │ ├── CMake │ │ ├── FLTK-Functions.cmake │ │ ├── FLTKConfig.cmake.in │ │ ├── MacOSXBundleInfo.plist.in │ │ ├── UseFLTK.cmake.in │ │ ├── cmake_uninstall.cmake.in │ │ ├── compatibility.cmake │ │ ├── export.cmake │ │ ├── fl_add_library.cmake │ │ ├── fl_create_example.cmake │ │ ├── fl_debug_pkg.cmake │ │ ├── fl_debug_var.cmake │ │ ├── install-symlinks.cmake.in │ │ ├── install.cmake │ │ ├── macOS-bundle-wrapper.in │ │ ├── options.cmake │ │ ├── posixScandir.cxx │ │ ├── pthread_mutex_recursive.c │ │ ├── resources.cmake │ │ ├── setup.cmake │ │ └── variables.cmake │ ├── CMakeLists.txt │ ├── COPYING │ ├── CREDITS.txt │ ├── DartConfig.cmake │ ├── FL │ │ ├── Enumerations.H │ │ ├── Fl.H │ │ ├── Fl_Adjuster.H │ │ ├── Fl_Anim_GIF_Image.H │ │ ├── Fl_BMP_Image.H │ │ ├── Fl_Bitmap.H │ │ ├── Fl_Box.H │ │ ├── Fl_Browser.H │ │ ├── Fl_Browser_.H │ │ ├── Fl_Button.H │ │ ├── Fl_Cairo.H │ │ ├── Fl_Cairo_Window.H │ │ ├── Fl_Chart.H │ │ ├── Fl_Check_Browser.H │ │ ├── Fl_Check_Button.H │ │ ├── Fl_Choice.H │ │ ├── Fl_Clock.H │ │ ├── Fl_Color_Chooser.H │ │ ├── Fl_Copy_Surface.H │ │ ├── Fl_Counter.H │ │ ├── Fl_Device.H │ │ ├── Fl_Dial.H │ │ ├── Fl_Double_Window.H │ │ ├── Fl_Export.H │ │ ├── Fl_File_Browser.H │ │ ├── Fl_File_Chooser.H │ │ ├── Fl_File_Icon.H │ │ ├── Fl_File_Input.H │ │ ├── Fl_Fill_Dial.H │ │ ├── Fl_Fill_Slider.H │ │ ├── Fl_Flex.H │ │ ├── Fl_Float_Input.H │ │ ├── Fl_FormsBitmap.H │ │ ├── Fl_FormsPixmap.H │ │ ├── Fl_Free.H │ │ ├── Fl_GIF_Image.H │ │ ├── Fl_Gl_Window.H │ │ ├── Fl_Graphics_Driver.H │ │ ├── Fl_Group.H │ │ ├── Fl_Help_Dialog.H │ │ ├── Fl_Help_View.H │ │ ├── Fl_Hold_Browser.H │ │ ├── Fl_Hor_Fill_Slider.H │ │ ├── Fl_Hor_Nice_Slider.H │ │ ├── Fl_Hor_Slider.H │ │ ├── Fl_Hor_Value_Slider.H │ │ ├── Fl_ICO_Image.H │ │ ├── Fl_Image.H │ │ ├── Fl_Image_Surface.H │ │ ├── Fl_Input.H │ │ ├── Fl_Input_.H │ │ ├── Fl_Input_Choice.H │ │ ├── Fl_Int_Input.H │ │ ├── Fl_Int_Vector.H │ │ ├── Fl_JPEG_Image.H │ │ ├── Fl_Light_Button.H │ │ ├── Fl_Line_Dial.H │ │ ├── Fl_Menu.H │ │ ├── Fl_Menu_.H │ │ ├── Fl_Menu_Bar.H │ │ ├── Fl_Menu_Button.H │ │ ├── Fl_Menu_Item.H │ │ ├── Fl_Menu_Window.H │ │ ├── Fl_Multi_Browser.H │ │ ├── Fl_Multi_Label.H │ │ ├── Fl_Multiline_Input.H │ │ ├── Fl_Multiline_Output.H │ │ ├── Fl_Native_File_Chooser.H │ │ ├── Fl_Nice_Slider.H │ │ ├── Fl_Object.H │ │ ├── Fl_Output.H │ │ ├── Fl_Overlay_Window.H │ │ ├── Fl_PNG_Image.H │ │ ├── Fl_PNM_Image.H │ │ ├── Fl_Pack.H │ │ ├── Fl_Paged_Device.H │ │ ├── Fl_Pixmap.H │ │ ├── Fl_Plugin.H │ │ ├── Fl_Positioner.H │ │ ├── Fl_PostScript.H │ │ ├── Fl_Preferences.H │ │ ├── Fl_Printer.H │ │ ├── Fl_Progress.H │ │ ├── Fl_RGB_Image.H │ │ ├── Fl_Radio_Button.H │ │ ├── Fl_Radio_Light_Button.H │ │ ├── Fl_Radio_Round_Button.H │ │ ├── Fl_Rect.H │ │ ├── Fl_Repeat_Button.H │ │ ├── Fl_Return_Button.H │ │ ├── Fl_Roller.H │ │ ├── Fl_Round_Button.H │ │ ├── Fl_Round_Clock.H │ │ ├── Fl_SVG_File_Surface.H │ │ ├── Fl_SVG_Image.H │ │ ├── Fl_Scheme.H │ │ ├── Fl_Scheme_Choice.H │ │ ├── Fl_Scroll.H │ │ ├── Fl_Scrollbar.H │ │ ├── Fl_Secret_Input.H │ │ ├── Fl_Select_Browser.H │ │ ├── Fl_Shared_Image.H │ │ ├── Fl_Shortcut_Button.H │ │ ├── Fl_Simple_Counter.H │ │ ├── Fl_Simple_Terminal.H │ │ ├── Fl_Single_Window.H │ │ ├── Fl_Slider.H │ │ ├── Fl_Spinner.H │ │ ├── Fl_String.H │ │ ├── Fl_Sys_Menu_Bar.H │ │ ├── Fl_Table.H │ │ ├── Fl_Table_Row.H │ │ ├── Fl_Tabs.H │ │ ├── Fl_Text_Buffer.H │ │ ├── Fl_Text_Display.H │ │ ├── Fl_Text_Editor.H │ │ ├── Fl_Tile.H │ │ ├── Fl_Tiled_Image.H │ │ ├── Fl_Timer.H │ │ ├── Fl_Toggle_Button.H │ │ ├── Fl_Toggle_Light_Button.H │ │ ├── Fl_Toggle_Round_Button.H │ │ ├── Fl_Tooltip.H │ │ ├── Fl_Tree.H │ │ ├── Fl_Tree_Item.H │ │ ├── Fl_Tree_Item_Array.H │ │ ├── Fl_Tree_Prefs.H │ │ ├── Fl_Valuator.H │ │ ├── Fl_Value_Input.H │ │ ├── Fl_Value_Output.H │ │ ├── Fl_Value_Slider.H │ │ ├── Fl_Widget.H │ │ ├── Fl_Widget_Surface.H │ │ ├── Fl_Window.H │ │ ├── Fl_Wizard.H │ │ ├── Fl_XBM_Image.H │ │ ├── Fl_XPM_Image.H │ │ ├── Makefile.in │ │ ├── README.Xcode │ │ ├── filename.H │ │ ├── fl_ask.H │ │ ├── fl_attr.h │ │ ├── fl_casts.H │ │ ├── fl_draw.H │ │ ├── fl_message.H │ │ ├── fl_show_colormap.H │ │ ├── fl_show_input.H │ │ ├── fl_string_functions.h │ │ ├── fl_types.h │ │ ├── fl_utf8.h │ │ ├── forms.H │ │ ├── gl.h │ │ ├── gl2opengl.h │ │ ├── gl_draw.H │ │ ├── glu.h │ │ ├── glut.H │ │ ├── mac.H │ │ ├── math.h │ │ ├── names.h │ │ ├── platform.H │ │ ├── platform_types.h │ │ ├── wayland.H │ │ ├── win32.H │ │ ├── x.H │ │ └── x11.H │ ├── GL │ │ └── glut.h │ ├── Makefile │ ├── README.CMake.txt │ ├── README.Cairo.txt │ ├── README.IDE.txt │ ├── README.Unix.txt │ ├── README.Wayland.txt │ ├── README.Windows.txt │ ├── README.abi-version.txt │ ├── README.bundled-libs.txt │ ├── README.experimental.txt │ ├── README.macOS.md │ ├── README.md │ ├── README.txt │ ├── autogen.sh │ ├── cairo │ │ ├── CMakeLists.txt │ │ ├── Fl_Cairo.cxx │ │ ├── Makefile │ │ ├── cairo_dummy.c │ │ └── makedepend │ ├── config.guess │ ├── config.sub │ ├── configh.cmake.in │ ├── configh.in │ ├── configure.ac │ ├── documentation │ │ ├── CMakeLists.txt │ │ ├── Doxyfile.in │ │ ├── Makefile │ │ ├── README.txt │ │ ├── copyright.dox.in │ │ ├── generated.dox.in │ │ ├── make_header │ │ ├── make_pdf │ │ └── src │ │ │ ├── FL.png │ │ │ ├── FL200.png │ │ │ ├── Fl_Check_Button.png │ │ │ ├── Fl_File_Chooser.jpg │ │ │ ├── Fl_File_Input.png │ │ │ ├── Fl_Flex_simple.png │ │ │ ├── Fl_Help_Dialog.png │ │ │ ├── Fl_Light_Button.png │ │ │ ├── Fl_Multi_Label-menu-item.png │ │ │ ├── Fl_Native_File_Chooser.png │ │ │ ├── Fl_Return_Button.png │ │ │ ├── Fl_Roller.png │ │ │ ├── Fl_Round_Button.png │ │ │ ├── Fl_Scroll.png │ │ │ ├── Fl_Spinner.png │ │ │ ├── Fl_Tile.png │ │ │ ├── Fl_Tree_Item-dimensions.png │ │ │ ├── Fl_Value_Input.png │ │ │ ├── Fl_Value_Output.png │ │ │ ├── adjuster1.png │ │ │ ├── advanced.dox │ │ │ ├── basics.dox │ │ │ ├── blocks.man │ │ │ ├── boxtypes.png │ │ │ ├── bundled-libs.dox │ │ │ ├── buttons.png │ │ │ ├── cairo_test.png │ │ │ ├── charts.png │ │ │ ├── checkers.man │ │ │ ├── choice.png │ │ │ ├── clock.png │ │ │ ├── common.dox │ │ │ ├── coordinates.dox │ │ │ ├── coordinates.png │ │ │ ├── counter.png │ │ │ ├── cubeview.png │ │ │ ├── development.dox │ │ │ ├── dial.png │ │ │ ├── drawing.dox │ │ │ ├── editor-linenumbers.png │ │ │ ├── editor-replace.png │ │ │ ├── editor.dox │ │ │ ├── editor.png │ │ │ ├── enumerations.dox │ │ │ ├── events.dox │ │ │ ├── examples.dox │ │ │ ├── faq.dox │ │ │ ├── fl_alert.png │ │ │ ├── fl_arc_xyr_diagram.png │ │ │ ├── fl_ask.png │ │ │ ├── fl_choice.png │ │ │ ├── fl_choice_left_middle_right.png │ │ │ ├── fl_choice_one.png │ │ │ ├── fl_choice_three.png │ │ │ ├── fl_choice_three_fmt.png │ │ │ ├── fl_choice_two.png │ │ │ ├── fl_color_chooser.jpg │ │ │ ├── fl_hold_browser.png │ │ │ ├── fl_hor_nice_slider.png │ │ │ ├── fl_input.png │ │ │ ├── fl_message.png │ │ │ ├── fl_multi_browser.png │ │ │ ├── fl_password.png │ │ │ ├── fl_pie_arc_diagram.png │ │ │ ├── fl_show_colormap.png │ │ │ ├── fltk-colormap.png │ │ │ ├── fltk-config.man │ │ │ ├── fltk-options.dox │ │ │ ├── fltk-options.man │ │ │ ├── fltk-title.tex.in │ │ │ ├── fltk.man │ │ │ ├── fluid-catgets.png │ │ │ ├── fluid-edit-global-fltk-settings.png │ │ │ ├── fluid-edit-gui-settings.png │ │ │ ├── fluid-edit-proj-settings.png │ │ │ ├── fluid-gettext.png │ │ │ ├── fluid-layout-grid-and-size-settings.png │ │ │ ├── fluid-org.png │ │ │ ├── fluid-org.xcf │ │ │ ├── fluid.dox │ │ │ ├── fluid.man │ │ │ ├── fluid1.png │ │ │ ├── fluid2.png │ │ │ ├── fluid3-cxx.png │ │ │ ├── fluid3-gui.png │ │ │ ├── fluid3-style.png │ │ │ ├── fluid4.png │ │ │ ├── fluid_widget_cxx.png │ │ │ ├── fluid_widget_gui.png │ │ │ ├── fluid_widget_style.png │ │ │ ├── forms.dox │ │ │ ├── glut.dox │ │ │ ├── hello_cxx.png │ │ │ ├── icon.png │ │ │ ├── index.dox │ │ │ ├── input_choice.png │ │ │ ├── intro.dox │ │ │ ├── license.dox │ │ │ ├── mac-app-menu-preferences.png │ │ │ ├── menu.png │ │ │ ├── menu_button.png │ │ │ ├── menubar.png │ │ │ ├── migration_1_4.dox │ │ │ ├── opengl.dox │ │ │ ├── osissues.dox │ │ │ ├── pack.png │ │ │ ├── positioner.png │ │ │ ├── preface.dox │ │ │ ├── resize-example1.png │ │ │ ├── resize-example2.png │ │ │ ├── resize-example3a.png │ │ │ ├── resize-example3b.png │ │ │ ├── resize-example3c.png │ │ │ ├── resize-example4a.png │ │ │ ├── resize-example4b.png │ │ │ ├── resize-example5a.png │ │ │ ├── resize-example5b.png │ │ │ ├── resize-example5c.png │ │ │ ├── resize.dox │ │ │ ├── resizebox1.png │ │ │ ├── resizebox2.png │ │ │ ├── round_clock.png │ │ │ ├── scrollbar.png │ │ │ ├── simple-terminal-default-ansi.png │ │ │ ├── slider.png │ │ │ ├── subclassing.dox │ │ │ ├── sudoku.man │ │ │ ├── symbol-examples.png │ │ │ ├── symbols.png │ │ │ ├── table-as-container.png │ │ │ ├── table-dimensions.png │ │ │ ├── table-simple.png │ │ │ ├── tabs.png │ │ │ ├── tabs_default.png │ │ │ ├── tabs_selection.png │ │ │ ├── tabs_uniform.png │ │ │ ├── text.png │ │ │ ├── tiny.png │ │ │ ├── tooltip-options.png │ │ │ ├── tree-dimensions.png │ │ │ ├── tree-elements.png │ │ │ ├── tree-simple.png │ │ │ ├── unicode.dox │ │ │ ├── unittest_images.png │ │ │ ├── valuators.png │ │ │ ├── value_slider.png │ │ │ ├── wayland.dox │ │ │ └── wizard.png │ ├── examples │ │ ├── CMakeLists.txt │ │ ├── Makefile │ │ ├── Makefile.FLTK │ │ ├── OpenGL3-glut-test.cxx │ │ ├── OpenGL3test.cxx │ │ ├── README.txt │ │ ├── animgifimage-play.cxx │ │ ├── animgifimage-resize.cxx │ │ ├── animgifimage-simple.cxx │ │ ├── animgifimage.cxx │ │ ├── browser-simple.cxx │ │ ├── cairo-draw-x.cxx │ │ ├── chart-simple.cxx │ │ ├── draggable-group.cxx │ │ ├── fluid-callback.fl │ │ ├── howto-add_fd-and-popen.cxx │ │ ├── howto-browser-with-icons.cxx │ │ ├── howto-drag-and-drop.cxx │ │ ├── howto-draw-an-x.cxx │ │ ├── howto-flex-simple.cxx │ │ ├── howto-menu-with-images.cxx │ │ ├── howto-parse-args.cxx │ │ ├── howto-remap-numpad-keyboard-keys.cxx │ │ ├── howto-simple-svg.cxx │ │ ├── howto-text-over-image-button.cxx │ │ ├── menubar-add.cxx │ │ ├── nativefilechooser-simple-app.cxx │ │ ├── nativefilechooser-simple.cxx │ │ ├── progress-simple.cxx │ │ ├── shapedwindow.cxx │ │ ├── simple-terminal.cxx │ │ ├── table-as-container.cxx │ │ ├── table-simple.cxx │ │ ├── table-sort.cxx │ │ ├── table-spreadsheet-with-keyboard-nav.cxx │ │ ├── table-spreadsheet.cxx │ │ ├── table-with-keynav.cxx │ │ ├── table-with-right-column-stretch-fit.cxx │ │ ├── tabs-simple.cxx │ │ ├── textdisplay-with-colors.cxx │ │ ├── texteditor-simple.cxx │ │ ├── texteditor-with-dynamic-colors.cxx │ │ ├── tree-as-container.cxx │ │ ├── tree-custom-draw-items.cxx │ │ ├── tree-custom-sort.cxx │ │ ├── tree-of-tables.cxx │ │ ├── tree-simple.cxx │ │ └── wizard-simple.cxx │ ├── fl_config.cmake.in │ ├── fl_config.in │ ├── fltk-config.in │ ├── fltk-options │ │ ├── CMakeLists.txt │ │ ├── Makefile │ │ ├── fltk-options.cxx │ │ ├── fltk-options.desktop │ │ ├── fltk-options.plist │ │ ├── fltk-options.xml │ │ ├── icons │ │ │ ├── fltk-options-128.png │ │ │ ├── fltk-options-16.png │ │ │ ├── fltk-options-16i.png │ │ │ ├── fltk-options-256.png │ │ │ ├── fltk-options-32.gif │ │ │ ├── fltk-options-32.png │ │ │ ├── fltk-options-32.xpm │ │ │ ├── fltk-options-32i.png │ │ │ ├── fltk-options-48.png │ │ │ ├── fltk-options-64.png │ │ │ ├── fltk-options-96.gif │ │ │ ├── fltk-options-96.xpm │ │ │ ├── fltk-options.icns │ │ │ ├── fltk-options.ico │ │ │ └── fltk-options.xcf │ │ └── makedepend │ ├── fltk.list.in │ ├── fltk.spec.in │ ├── fltk.xpm │ ├── fltk_version.dat │ ├── fluid │ │ ├── CMakeLists.txt │ │ ├── CodeEditor.cxx │ │ ├── CodeEditor.h │ │ ├── Doxyfile │ │ ├── ExternalCodeEditor_UNIX.cxx │ │ ├── ExternalCodeEditor_UNIX.h │ │ ├── ExternalCodeEditor_WIN32.cxx │ │ ├── ExternalCodeEditor_WIN32.h │ │ ├── Fd_Snap_Action.cxx │ │ ├── Fd_Snap_Action.h │ │ ├── Fl_Function_Type.cxx │ │ ├── Fl_Function_Type.h │ │ ├── Fl_Group_Type.cxx │ │ ├── Fl_Group_Type.h │ │ ├── Fl_Menu_Type.cxx │ │ ├── Fl_Menu_Type.h │ │ ├── Fl_Type.cxx │ │ ├── Fl_Type.h │ │ ├── Fl_Widget_Type.cxx │ │ ├── Fl_Widget_Type.h │ │ ├── Fl_Window_Type.cxx │ │ ├── Fl_Window_Type.h │ │ ├── Fluid_Image.cxx │ │ ├── Fluid_Image.h │ │ ├── Makefile │ │ ├── README_fl.txt │ │ ├── Shortcut_Button.cxx │ │ ├── Shortcut_Button.h │ │ ├── StyleParse.cxx │ │ ├── StyleParse.h │ │ ├── about_panel.cxx │ │ ├── about_panel.fl │ │ ├── about_panel.h │ │ ├── align_widget.cxx │ │ ├── align_widget.h │ │ ├── alignment_panel.cxx │ │ ├── alignment_panel.fl │ │ ├── alignment_panel.h │ │ ├── code.cxx │ │ ├── code.h │ │ ├── comments.h │ │ ├── custom_widgets.cxx │ │ ├── custom_widgets.h │ │ ├── documentation │ │ │ └── src │ │ │ │ ├── code.dox │ │ │ │ ├── flCode.png │ │ │ │ ├── flFunction.png │ │ │ │ ├── flFunctionDialog.png │ │ │ │ └── index.dox │ │ ├── factory.cxx │ │ ├── factory.h │ │ ├── file.cxx │ │ ├── file.h │ │ ├── fluid.cxx │ │ ├── fluid.desktop │ │ ├── fluid.h │ │ ├── fluid.plist │ │ ├── fluid.xml │ │ ├── function_panel.cxx │ │ ├── function_panel.fl │ │ ├── function_panel.h │ │ ├── icons │ │ │ ├── document_64.png │ │ │ ├── fluid-128.png │ │ │ ├── fluid-16.png │ │ │ ├── fluid-16i.png │ │ │ ├── fluid-256.png │ │ │ ├── fluid-32.png │ │ │ ├── fluid-32.xpm │ │ │ ├── fluid-32i.png │ │ │ ├── fluid-48.png │ │ │ ├── fluid-64.png │ │ │ ├── fluid-96.xpm │ │ │ ├── fluid.animated.gif │ │ │ ├── fluid.icns │ │ │ ├── fluid.ico │ │ │ ├── fluid.xcf_gz │ │ │ ├── general_64.png │ │ │ ├── language_64.png │ │ │ ├── layout_64.png │ │ │ ├── shell-48.png │ │ │ └── shell_64.png │ │ ├── makedepend │ │ ├── pixmaps.cxx │ │ ├── pixmaps.h │ │ ├── pixmaps │ │ │ ├── bind.xpm │ │ │ ├── compressed.xpm │ │ │ ├── flAdjuster.xpm │ │ │ ├── flBox.xpm │ │ │ ├── flBrowser.xpm │ │ │ ├── flButton.xpm │ │ │ ├── flCheckBrowser.xpm │ │ │ ├── flCheckButton.xpm │ │ │ ├── flCheckMenuitem.xpm │ │ │ ├── flChoice.xpm │ │ │ ├── flClass.xpm │ │ │ ├── flClock.xpm │ │ │ ├── flCode.xpm │ │ │ ├── flCodeBlock.xpm │ │ │ ├── flComment.xpm │ │ │ ├── flCounter.xpm │ │ │ ├── flData.xpm │ │ │ ├── flDeclaration.xpm │ │ │ ├── flDeclarationBlock.xpm │ │ │ ├── flDial.xpm │ │ │ ├── flFileBrowser.xpm │ │ │ ├── flFileInput.xpm │ │ │ ├── flFlex.xpm │ │ │ ├── flFunction.xpm │ │ │ ├── flGroup.xpm │ │ │ ├── flHelp.xpm │ │ │ ├── flInput.xpm │ │ │ ├── flInputChoice.xpm │ │ │ ├── flLightButton.xpm │ │ │ ├── flMenuButton.xpm │ │ │ ├── flMenubar.xpm │ │ │ ├── flMenuitem.xpm │ │ │ ├── flOutput.xpm │ │ │ ├── flPack.xpm │ │ │ ├── flProgress.xpm │ │ │ ├── flRadioMenuitem.xpm │ │ │ ├── flRepeatButton.xpm │ │ │ ├── flReturnButton.xpm │ │ │ ├── flRoller.xpm │ │ │ ├── flRoundButton.xpm │ │ │ ├── flScroll.xpm │ │ │ ├── flScrollBar.xpm │ │ │ ├── flSimpleTerminal.xpm │ │ │ ├── flSlider.xpm │ │ │ ├── flSpinner.xpm │ │ │ ├── flSubmenu.xpm │ │ │ ├── flTable.xpm │ │ │ ├── flTabs.xpm │ │ │ ├── flTextDisplay.xpm │ │ │ ├── flTextEdit.xpm │ │ │ ├── flTile.xpm │ │ │ ├── flTree.xpm │ │ │ ├── flValueInput.xpm │ │ │ ├── flValueOutput.xpm │ │ │ ├── flValueSlider.xpm │ │ │ ├── flWidgetClass.xpm │ │ │ ├── flWindow.xpm │ │ │ ├── flWizard.xpm │ │ │ ├── invisible.xpm │ │ │ ├── lock.xpm │ │ │ ├── print_color.xpm │ │ │ ├── print_gray.xpm │ │ │ └── protected.xpm │ │ ├── print_panel.cxx │ │ ├── print_panel.fl │ │ ├── print_panel.h │ │ ├── shell_command.cxx │ │ ├── shell_command.h │ │ ├── template_panel.cxx │ │ ├── template_panel.fl │ │ ├── template_panel.h │ │ ├── undo.cxx │ │ ├── undo.h │ │ ├── widget_browser.cxx │ │ ├── widget_browser.h │ │ ├── widget_panel.cxx │ │ ├── widget_panel.fl │ │ └── widget_panel.h │ ├── forms.h │ ├── install-sh │ ├── jpeg │ │ ├── CMakeLists.txt │ │ ├── Makefile │ │ ├── README │ │ ├── change.log │ │ ├── coderules.txt │ │ ├── filelist.txt │ │ ├── fltk_jpeg_prefix.h │ │ ├── install.txt │ │ ├── jaricom.c │ │ ├── jcapimin.c │ │ ├── jcapistd.c │ │ ├── jcarith.c │ │ ├── jccoefct.c │ │ ├── jccolor.c │ │ ├── jcdctmgr.c │ │ ├── jchuff.c │ │ ├── jcinit.c │ │ ├── jcmainct.c │ │ ├── jcmarker.c │ │ ├── jcmaster.c │ │ ├── jcomapi.c │ │ ├── jconfig.h │ │ ├── jconfig.txt │ │ ├── jcparam.c │ │ ├── jcprepct.c │ │ ├── jcsample.c │ │ ├── jctrans.c │ │ ├── jdapimin.c │ │ ├── jdapistd.c │ │ ├── jdarith.c │ │ ├── jdatadst.c │ │ ├── jdatasrc.c │ │ ├── jdcoefct.c │ │ ├── jdcolor.c │ │ ├── jdct.h │ │ ├── jddctmgr.c │ │ ├── jdhuff.c │ │ ├── jdinput.c │ │ ├── jdmainct.c │ │ ├── jdmarker.c │ │ ├── jdmaster.c │ │ ├── jdmerge.c │ │ ├── jdpostct.c │ │ ├── jdsample.c │ │ ├── jdtrans.c │ │ ├── jerror.c │ │ ├── jerror.h │ │ ├── jfdctflt.c │ │ ├── jfdctfst.c │ │ ├── jfdctint.c │ │ ├── jidctflt.c │ │ ├── jidctfst.c │ │ ├── jidctint.c │ │ ├── jinclude.h │ │ ├── jmemmgr.c │ │ ├── jmemnobs.c │ │ ├── jmemsys.h │ │ ├── jmorecfg.h │ │ ├── jpegint.h │ │ ├── jpeglib.h │ │ ├── jquant1.c │ │ ├── jquant2.c │ │ ├── jutils.c │ │ ├── jversion.h │ │ ├── libjpeg.txt │ │ ├── makedepend │ │ ├── structure.txt │ │ ├── usage.txt │ │ └── wizard.txt │ ├── lib │ │ └── README.txt │ ├── libdecor │ │ ├── LICENSE │ │ ├── README.md │ │ ├── build │ │ │ ├── Makefile │ │ │ ├── fl_libdecor-plugins.c │ │ │ └── fl_libdecor.c │ │ ├── demo │ │ │ ├── demo.c │ │ │ └── egl.c │ │ └── src │ │ │ ├── cursor-settings.c │ │ │ ├── cursor-settings.h │ │ │ ├── libdecor-fallback.c │ │ │ ├── libdecor-fallback.h │ │ │ ├── libdecor-plugin.h │ │ │ ├── libdecor.c │ │ │ ├── libdecor.h │ │ │ ├── os-compatibility.c │ │ │ ├── os-compatibility.h │ │ │ ├── plugins │ │ │ ├── cairo │ │ │ │ └── libdecor-cairo.c │ │ │ ├── common │ │ │ │ ├── libdecor-cairo-blur.c │ │ │ │ └── libdecor-cairo-blur.h │ │ │ ├── dummy │ │ │ │ └── libdecor-dummy.c │ │ │ └── gtk │ │ │ │ └── libdecor-gtk.c │ │ │ └── utils.h │ ├── mac_endianness.h │ ├── makeinclude.in │ ├── misc │ │ ├── MacRoman_utf-8.png │ │ ├── MacRoman_utf-8.txt │ │ ├── README.txt │ │ ├── abi-compliance-checker.txt │ │ ├── cp1252.html │ │ ├── cp1252.png │ │ ├── cp1252.txt │ │ ├── cp1252_utf-8.html │ │ ├── cp1252_utf-8.txt │ │ ├── doxystar.cxx │ │ ├── iso-8859-1.txt │ │ ├── iso-8859-1_utf-8.txt │ │ ├── lorem_ipsum.png │ │ ├── lorem_ipsum.txt │ │ └── update_config_scripts │ ├── nanosvg │ │ ├── README.txt │ │ ├── nanosvg.h │ │ └── nanosvgrast.h │ ├── png │ │ ├── ANNOUNCE │ │ ├── CHANGES │ │ ├── CMakeLists.txt │ │ ├── INSTALL │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README │ │ ├── TODO │ │ ├── arm │ │ │ ├── arm_init.c │ │ │ ├── filter_neon_intrinsics.c │ │ │ └── palette_neon_intrinsics.c │ │ ├── libpng-manual.txt │ │ ├── libpng.3 │ │ ├── libpngpf.3 │ │ ├── makedepend │ │ ├── png.5 │ │ ├── png.c │ │ ├── png.h │ │ ├── pngconf.h │ │ ├── pngdebug.h │ │ ├── pngerror.c │ │ ├── pngget.c │ │ ├── pnginfo.h │ │ ├── pnglibconf.h │ │ ├── pngmem.c │ │ ├── pngpread.c │ │ ├── pngprefix.h │ │ ├── pngpriv.h │ │ ├── pngread.c │ │ ├── pngrio.c │ │ ├── pngrtran.c │ │ ├── pngrutil.c │ │ ├── pngset.c │ │ ├── pngstruct.h │ │ ├── pngtrans.c │ │ ├── pngwio.c │ │ ├── pngwrite.c │ │ ├── pngwtran.c │ │ ├── pngwutil.c │ │ └── powerpc │ │ │ ├── filter_vsx_intrinsics.c │ │ │ └── powerpc_init.c │ ├── public │ │ └── README.md │ ├── src │ │ ├── CMakeLists.txt │ │ ├── Fl.cxx │ │ ├── Fl_Adjuster.cxx │ │ ├── Fl_Anim_GIF_Image.cxx │ │ ├── Fl_BMP_Image.cxx │ │ ├── Fl_Bitmap.cxx │ │ ├── Fl_Box.cxx │ │ ├── Fl_Browser.cxx │ │ ├── Fl_Browser_.cxx │ │ ├── Fl_Browser_load.cxx │ │ ├── Fl_Button.cxx │ │ ├── Fl_Cairo.cxx │ │ ├── Fl_Chart.cxx │ │ ├── Fl_Check_Browser.cxx │ │ ├── Fl_Check_Button.cxx │ │ ├── Fl_Choice.cxx │ │ ├── Fl_Clock.cxx │ │ ├── Fl_Color_Chooser.cxx │ │ ├── Fl_Copy_Surface.cxx │ │ ├── Fl_Counter.cxx │ │ ├── Fl_Device.cxx │ │ ├── Fl_Dial.cxx │ │ ├── Fl_Double_Window.cxx │ │ ├── Fl_File_Browser.cxx │ │ ├── Fl_File_Chooser.cxx │ │ ├── Fl_File_Chooser.fl │ │ ├── Fl_File_Chooser2.cxx │ │ ├── Fl_File_Icon.cxx │ │ ├── Fl_File_Icon2.cxx │ │ ├── Fl_File_Input.cxx │ │ ├── Fl_Flex.cxx │ │ ├── Fl_GIF_Image.cxx │ │ ├── Fl_Gl_Choice.H │ │ ├── Fl_Gl_Choice.cxx │ │ ├── Fl_Gl_Device_Plugin.cxx │ │ ├── Fl_Gl_Overlay.cxx │ │ ├── Fl_Gl_Window.cxx │ │ ├── Fl_Gl_Window_Driver.H │ │ ├── Fl_Graphics_Driver.cxx │ │ ├── Fl_Group.cxx │ │ ├── Fl_Help_Dialog.cxx │ │ ├── Fl_Help_Dialog.fl │ │ ├── Fl_Help_Dialog_Dox.cxx │ │ ├── Fl_Help_View.cxx │ │ ├── Fl_ICO_Image.cxx │ │ ├── Fl_Image.cxx │ │ ├── Fl_Image_Reader.cxx │ │ ├── Fl_Image_Reader.h │ │ ├── Fl_Image_Surface.cxx │ │ ├── Fl_Input.cxx │ │ ├── Fl_Input_.cxx │ │ ├── Fl_Input_Choice.cxx │ │ ├── Fl_Int_Vector.cxx │ │ ├── Fl_JPEG_Image.cxx │ │ ├── Fl_Light_Button.cxx │ │ ├── Fl_MacOS_Sys_Menu_Bar.mm │ │ ├── Fl_Menu.cxx │ │ ├── Fl_Menu_.cxx │ │ ├── Fl_Menu_Bar.cxx │ │ ├── Fl_Menu_Button.cxx │ │ ├── Fl_Menu_Window.cxx │ │ ├── Fl_Menu_add.cxx │ │ ├── Fl_Menu_global.cxx │ │ ├── Fl_Message.cxx │ │ ├── Fl_Message.h │ │ ├── Fl_Multi_Label.cxx │ │ ├── Fl_Native_File_Chooser.cxx │ │ ├── Fl_Native_File_Chooser_FLTK.cxx │ │ ├── Fl_Native_File_Chooser_GTK.cxx │ │ ├── Fl_Native_File_Chooser_Kdialog.H │ │ ├── Fl_Native_File_Chooser_Kdialog.cxx │ │ ├── Fl_Native_File_Chooser_MAC.mm │ │ ├── Fl_Native_File_Chooser_WIN32.cxx │ │ ├── Fl_Native_File_Chooser_Zenity.H │ │ ├── Fl_Native_File_Chooser_Zenity.cxx │ │ ├── Fl_Overlay_Window.cxx │ │ ├── Fl_PNG_Image.cxx │ │ ├── Fl_PNM_Image.cxx │ │ ├── Fl_Pack.cxx │ │ ├── Fl_Paged_Device.cxx │ │ ├── Fl_Pixmap.cxx │ │ ├── Fl_Positioner.cxx │ │ ├── Fl_Preferences.cxx │ │ ├── Fl_Printer.cxx │ │ ├── Fl_Progress.cxx │ │ ├── Fl_Repeat_Button.cxx │ │ ├── Fl_Return_Button.cxx │ │ ├── Fl_Roller.cxx │ │ ├── Fl_Round_Button.cxx │ │ ├── Fl_SVG_Image.cxx │ │ ├── Fl_Scheme.cxx │ │ ├── Fl_Scheme_Choice.cxx │ │ ├── Fl_Screen_Driver.H │ │ ├── Fl_Screen_Driver.cxx │ │ ├── Fl_Scroll.cxx │ │ ├── Fl_Scrollbar.cxx │ │ ├── Fl_Shared_Image.cxx │ │ ├── Fl_Shortcut_Button.cxx │ │ ├── Fl_Simple_Terminal.cxx │ │ ├── Fl_Single_Window.cxx │ │ ├── Fl_Slider.cxx │ │ ├── Fl_Spinner.cxx │ │ ├── Fl_String.cxx │ │ ├── Fl_Sys_Menu_Bar.cxx │ │ ├── Fl_Sys_Menu_Bar_Driver.H │ │ ├── Fl_System_Driver.H │ │ ├── Fl_System_Driver.cxx │ │ ├── Fl_Table.cxx │ │ ├── Fl_Table_Row.cxx │ │ ├── Fl_Tabs.cxx │ │ ├── Fl_Text_Buffer.cxx │ │ ├── Fl_Text_Display.cxx │ │ ├── Fl_Text_Editor.cxx │ │ ├── Fl_Tile.cxx │ │ ├── Fl_Tiled_Image.cxx │ │ ├── Fl_Timeout.cxx │ │ ├── Fl_Timeout.h │ │ ├── Fl_Tooltip.cxx │ │ ├── Fl_Tree.cxx │ │ ├── Fl_Tree_Item.cxx │ │ ├── Fl_Tree_Item_Array.cxx │ │ ├── Fl_Tree_Prefs.cxx │ │ ├── Fl_Valuator.cxx │ │ ├── Fl_Value_Input.cxx │ │ ├── Fl_Value_Output.cxx │ │ ├── Fl_Value_Slider.cxx │ │ ├── Fl_Widget.cxx │ │ ├── Fl_Widget_Surface.cxx │ │ ├── Fl_Window.cxx │ │ ├── Fl_Window_Driver.H │ │ ├── Fl_Window_Driver.cxx │ │ ├── Fl_Window_fullscreen.cxx │ │ ├── Fl_Window_hotspot.cxx │ │ ├── Fl_Window_iconize.cxx │ │ ├── Fl_Wizard.cxx │ │ ├── Fl_XBM_Image.cxx │ │ ├── Fl_XColor.H │ │ ├── Fl_XPM_Image.cxx │ │ ├── Fl_abort.cxx │ │ ├── Fl_add_idle.cxx │ │ ├── Fl_arg.cxx │ │ ├── Fl_cocoa.mm │ │ ├── Fl_compose.cxx │ │ ├── Fl_display.cxx │ │ ├── Fl_get_key.cxx │ │ ├── Fl_get_key_mac.cxx │ │ ├── Fl_get_key_win32.cxx │ │ ├── Fl_get_system_colors.cxx │ │ ├── Fl_grab.cxx │ │ ├── Fl_lock.cxx │ │ ├── Fl_own_colormap.cxx │ │ ├── Fl_visual.cxx │ │ ├── Fl_win32.cxx │ │ ├── Fl_x.cxx │ │ ├── Makefile │ │ ├── Xutf8.h │ │ ├── allfiles.xbm │ │ ├── cgdebug.h │ │ ├── d1.xbm │ │ ├── d1_mask.xbm │ │ ├── drivers │ │ │ ├── Cairo │ │ │ │ ├── Fl_Cairo_Graphics_Driver.H │ │ │ │ ├── Fl_Cairo_Graphics_Driver.cxx │ │ │ │ ├── Fl_Display_Cairo_Graphics_Driver.H │ │ │ │ ├── Fl_Display_Cairo_Graphics_Driver.cxx │ │ │ │ ├── Fl_X11_Cairo_Graphics_Driver.H │ │ │ │ └── Fl_X11_Cairo_Graphics_Driver.cxx │ │ │ ├── Cocoa │ │ │ │ ├── Fl_Cocoa_Gl_Window_Driver.H │ │ │ │ ├── Fl_Cocoa_Gl_Window_Driver.mm │ │ │ │ ├── Fl_Cocoa_Printer_Driver.mm │ │ │ │ ├── Fl_Cocoa_Screen_Driver.H │ │ │ │ ├── Fl_Cocoa_Screen_Driver.cxx │ │ │ │ ├── Fl_Cocoa_Window_Driver.H │ │ │ │ ├── Fl_Cocoa_Window_Driver.cxx │ │ │ │ ├── Fl_MacOS_Sys_Menu_Bar_Driver.H │ │ │ │ └── fl_macOS_gl_platform_init.cxx │ │ │ ├── Darwin │ │ │ │ ├── Fl_Darwin_System_Driver.H │ │ │ │ ├── Fl_Darwin_System_Driver.cxx │ │ │ │ └── fl_macOS_platform_init.cxx │ │ │ ├── GDI │ │ │ │ ├── Fl_Font.H │ │ │ │ ├── Fl_GDI_Copy_Surface_Driver.H │ │ │ │ ├── Fl_GDI_Copy_Surface_Driver.cxx │ │ │ │ ├── Fl_GDI_Graphics_Driver.H │ │ │ │ ├── Fl_GDI_Graphics_Driver.cxx │ │ │ │ ├── Fl_GDI_Graphics_Driver_arci.cxx │ │ │ │ ├── Fl_GDI_Graphics_Driver_color.cxx │ │ │ │ ├── Fl_GDI_Graphics_Driver_font.cxx │ │ │ │ ├── Fl_GDI_Graphics_Driver_image.cxx │ │ │ │ ├── Fl_GDI_Graphics_Driver_line_style.cxx │ │ │ │ ├── Fl_GDI_Graphics_Driver_rect.cxx │ │ │ │ ├── Fl_GDI_Graphics_Driver_vertex.cxx │ │ │ │ ├── Fl_GDI_Image_Surface_Driver.H │ │ │ │ └── Fl_GDI_Image_Surface_Driver.cxx │ │ │ ├── OpenGL │ │ │ │ ├── Fl_OpenGL_Display_Device.H │ │ │ │ ├── Fl_OpenGL_Display_Device.cxx │ │ │ │ ├── Fl_OpenGL_Graphics_Driver.H │ │ │ │ ├── Fl_OpenGL_Graphics_Driver.cxx │ │ │ │ ├── Fl_OpenGL_Graphics_Driver_arci.cxx │ │ │ │ ├── Fl_OpenGL_Graphics_Driver_color.cxx │ │ │ │ ├── Fl_OpenGL_Graphics_Driver_font.cxx │ │ │ │ ├── Fl_OpenGL_Graphics_Driver_line_style.cxx │ │ │ │ ├── Fl_OpenGL_Graphics_Driver_rect.cxx │ │ │ │ └── Fl_OpenGL_Graphics_Driver_vertex.cxx │ │ │ ├── Posix │ │ │ │ ├── Fl_Posix_Printer_Driver.cxx │ │ │ │ ├── Fl_Posix_System_Driver.H │ │ │ │ └── Fl_Posix_System_Driver.cxx │ │ │ ├── PostScript │ │ │ │ ├── Fl_PostScript.cxx │ │ │ │ ├── Fl_PostScript_Graphics_Driver.H │ │ │ │ └── Fl_PostScript_image.cxx │ │ │ ├── Quartz │ │ │ │ ├── Fl_Font.H │ │ │ │ ├── Fl_Quartz_Copy_Surface_Driver.H │ │ │ │ ├── Fl_Quartz_Copy_Surface_Driver.cxx │ │ │ │ ├── Fl_Quartz_Graphics_Driver.H │ │ │ │ ├── Fl_Quartz_Graphics_Driver.cxx │ │ │ │ ├── Fl_Quartz_Graphics_Driver_arci.cxx │ │ │ │ ├── Fl_Quartz_Graphics_Driver_color.cxx │ │ │ │ ├── Fl_Quartz_Graphics_Driver_font.cxx │ │ │ │ ├── Fl_Quartz_Graphics_Driver_image.cxx │ │ │ │ ├── Fl_Quartz_Graphics_Driver_line_style.cxx │ │ │ │ ├── Fl_Quartz_Graphics_Driver_rect.cxx │ │ │ │ ├── Fl_Quartz_Graphics_Driver_vertex.cxx │ │ │ │ ├── Fl_Quartz_Image_Surface_Driver.H │ │ │ │ └── Fl_Quartz_Image_Surface_Driver.cxx │ │ │ ├── SVG │ │ │ │ └── Fl_SVG_File_Surface.cxx │ │ │ ├── Unix │ │ │ │ ├── Fl_Unix_Screen_Driver.H │ │ │ │ ├── Fl_Unix_Screen_Driver.cxx │ │ │ │ ├── Fl_Unix_System_Driver.H │ │ │ │ └── Fl_Unix_System_Driver.cxx │ │ │ ├── Wayland │ │ │ │ ├── Fl_Wayland_Copy_Surface_Driver.H │ │ │ │ ├── Fl_Wayland_Copy_Surface_Driver.cxx │ │ │ │ ├── Fl_Wayland_Gl_Window_Driver.H │ │ │ │ ├── Fl_Wayland_Gl_Window_Driver.cxx │ │ │ │ ├── Fl_Wayland_Graphics_Driver.H │ │ │ │ ├── Fl_Wayland_Graphics_Driver.cxx │ │ │ │ ├── Fl_Wayland_Image_Surface_Driver.H │ │ │ │ ├── Fl_Wayland_Image_Surface_Driver.cxx │ │ │ │ ├── Fl_Wayland_Screen_Driver.H │ │ │ │ ├── Fl_Wayland_Screen_Driver.cxx │ │ │ │ ├── Fl_Wayland_Window_Driver.H │ │ │ │ ├── Fl_Wayland_Window_Driver.cxx │ │ │ │ ├── fl_wayland_clipboard_dnd.cxx │ │ │ │ ├── fl_wayland_gl_platform_init.cxx │ │ │ │ └── fl_wayland_platform_init.cxx │ │ │ ├── WinAPI │ │ │ │ ├── Fl_WinAPI_Gl_Window_Driver.H │ │ │ │ ├── Fl_WinAPI_Gl_Window_Driver.cxx │ │ │ │ ├── Fl_WinAPI_Printer_Driver.cxx │ │ │ │ ├── Fl_WinAPI_Screen_Driver.H │ │ │ │ ├── Fl_WinAPI_Screen_Driver.cxx │ │ │ │ ├── Fl_WinAPI_System_Driver.H │ │ │ │ ├── Fl_WinAPI_System_Driver.cxx │ │ │ │ ├── Fl_WinAPI_Window_Driver.H │ │ │ │ ├── Fl_WinAPI_Window_Driver.cxx │ │ │ │ ├── fl_WinAPI_gl_platform_init.cxx │ │ │ │ └── fl_WinAPI_platform_init.cxx │ │ │ ├── X11 │ │ │ │ ├── Fl_X11_Gl_Window_Driver.H │ │ │ │ ├── Fl_X11_Gl_Window_Driver.cxx │ │ │ │ ├── Fl_X11_Screen_Driver.H │ │ │ │ ├── Fl_X11_Screen_Driver.cxx │ │ │ │ ├── Fl_X11_Window_Driver.H │ │ │ │ ├── Fl_X11_Window_Driver.cxx │ │ │ │ ├── fl_X11_gl_platform_init.cxx │ │ │ │ └── fl_X11_platform_init.cxx │ │ │ └── Xlib │ │ │ │ ├── Fl_Font.H │ │ │ │ ├── Fl_Xlib_Copy_Surface_Driver.H │ │ │ │ ├── Fl_Xlib_Copy_Surface_Driver.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver.H │ │ │ │ ├── Fl_Xlib_Graphics_Driver.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver_arci.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver_color.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver_font_x.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver_font_xft.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver_image.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver_line_style.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver_rect.cxx │ │ │ │ ├── Fl_Xlib_Graphics_Driver_vertex.cxx │ │ │ │ ├── Fl_Xlib_Image_Surface_Driver.H │ │ │ │ └── Fl_Xlib_Image_Surface_Driver.cxx │ │ ├── dump_compose.c │ │ ├── ew.xbm │ │ ├── ew_mask.xbm │ │ ├── fastarrow.h │ │ ├── filename_absolute.cxx │ │ ├── filename_expand.cxx │ │ ├── filename_ext.cxx │ │ ├── filename_isdir.cxx │ │ ├── filename_list.cxx │ │ ├── filename_match.cxx │ │ ├── filename_setext.cxx │ │ ├── fl_arc.cxx │ │ ├── fl_ask.cxx │ │ ├── fl_boxtype.cxx │ │ ├── fl_call_main.c │ │ ├── fl_cmap.h │ │ ├── fl_color.cxx │ │ ├── fl_contrast.cxx │ │ ├── fl_cursor.cxx │ │ ├── fl_cursor_help.xpm │ │ ├── fl_cursor_nesw.xpm │ │ ├── fl_cursor_none.xpm │ │ ├── fl_cursor_nwse.xpm │ │ ├── fl_cursor_wait.xpm │ │ ├── fl_curve.cxx │ │ ├── fl_diamond_box.cxx │ │ ├── fl_dnd_win32.cxx │ │ ├── fl_dnd_x.cxx │ │ ├── fl_draw.cxx │ │ ├── fl_draw_arrow.cxx │ │ ├── fl_draw_pixmap.cxx │ │ ├── fl_encoding_latin1.cxx │ │ ├── fl_encoding_mac_roman.cxx │ │ ├── fl_engraved_label.cxx │ │ ├── fl_file_dir.cxx │ │ ├── fl_font.cxx │ │ ├── fl_gleam.cxx │ │ ├── fl_gtk.cxx │ │ ├── fl_images_core.cxx │ │ ├── fl_labeltype.cxx │ │ ├── fl_open_uri.cxx │ │ ├── fl_oval_box.cxx │ │ ├── fl_overlay.cxx │ │ ├── fl_oxy.cxx │ │ ├── fl_oxy.h │ │ ├── fl_plastic.cxx │ │ ├── fl_read_image.cxx │ │ ├── fl_rect.cxx │ │ ├── fl_round_box.cxx │ │ ├── fl_rounded_box.cxx │ │ ├── fl_scroll_area.cxx │ │ ├── fl_set_font.cxx │ │ ├── fl_shadow_box.cxx │ │ ├── fl_shortcut.cxx │ │ ├── fl_show_colormap.cxx │ │ ├── fl_string_functions.cxx │ │ ├── fl_symbols.cxx │ │ ├── fl_utf8.cxx │ │ ├── fl_vertex.cxx │ │ ├── fl_write_png.cxx │ │ ├── flstring.c │ │ ├── flstring.h │ │ ├── forms_bitmap.cxx │ │ ├── forms_compatibility.cxx │ │ ├── forms_free.cxx │ │ ├── forms_fselect.cxx │ │ ├── forms_pixmap.cxx │ │ ├── forms_timer.cxx │ │ ├── freeglut_geometry.cxx │ │ ├── freeglut_stroke_mono_roman.cxx │ │ ├── freeglut_stroke_roman.cxx │ │ ├── freeglut_teapot.cxx │ │ ├── freeglut_teapot_data.h │ │ ├── gl_draw.cxx │ │ ├── gl_start.cxx │ │ ├── glut_compatibility.cxx │ │ ├── glut_font.cxx │ │ ├── makedepend │ │ ├── mediumarrow.h │ │ ├── new.xbm │ │ ├── ns.xbm │ │ ├── ns_mask.xbm │ │ ├── numericsort.c │ │ ├── print_button.cxx │ │ ├── print_button.h │ │ ├── print_panel.cxx │ │ ├── print_panel.h │ │ ├── scandir_posix.c │ │ ├── scandir_win32.c │ │ ├── screen_xywh.cxx │ │ ├── slowarrow.h │ │ ├── tile.xpm │ │ ├── up.xbm │ │ ├── utf8_internal.h │ │ ├── vsnprintf.c │ │ └── xutf8 │ │ │ ├── COPYING │ │ │ ├── README.txt │ │ │ ├── Ximint.h │ │ │ ├── Xlibint.h │ │ │ ├── case.c │ │ │ ├── fl_wcwidth.c │ │ │ ├── headers │ │ │ ├── case.h │ │ │ ├── case_tbl.txt │ │ │ ├── dingbats_.h │ │ │ ├── spacing.h │ │ │ ├── spacing_tbl.txt │ │ │ ├── symbol_.h │ │ │ └── tbl.txt │ │ │ ├── imKStoUCS.c │ │ │ ├── is_right2left.c │ │ │ ├── is_spacing.c │ │ │ ├── keysym2Ucs.c │ │ │ ├── lcUniConv │ │ │ ├── 8bit_tab_to_h.c │ │ │ ├── COPYRIGHT │ │ │ ├── README.txt │ │ │ ├── armscii_8.h │ │ │ ├── ascii.h │ │ │ ├── big5.h │ │ │ ├── big5_emacs.h │ │ │ ├── cjk_tab_to_h.c │ │ │ ├── cp1133.h │ │ │ ├── cp1251.h │ │ │ ├── cp1255.h │ │ │ ├── cp1256.h │ │ │ ├── cp936ext.h │ │ │ ├── gb2312.h │ │ │ ├── gbk_tab_to_h.c │ │ │ ├── georgian_academy.h │ │ │ ├── georgian_ps.h │ │ │ ├── iso8859_1.h │ │ │ ├── iso8859_10.h │ │ │ ├── iso8859_11.h │ │ │ ├── iso8859_13.h │ │ │ ├── iso8859_14.h │ │ │ ├── iso8859_15.h │ │ │ ├── iso8859_16.h │ │ │ ├── iso8859_2.h │ │ │ ├── iso8859_3.h │ │ │ ├── iso8859_4.h │ │ │ ├── iso8859_5.h │ │ │ ├── iso8859_6.h │ │ │ ├── iso8859_7.h │ │ │ ├── iso8859_8.h │ │ │ ├── iso8859_9.h │ │ │ ├── iso8859_9e.h │ │ │ ├── jisx0201.h │ │ │ ├── jisx0208.h │ │ │ ├── jisx0212.h │ │ │ ├── koi8_c.h │ │ │ ├── koi8_r.h │ │ │ ├── koi8_u.h │ │ │ ├── ksc5601.h │ │ │ ├── mulelao.h │ │ │ ├── tatar_cyr.h │ │ │ ├── tcvn.h │ │ │ ├── tis620.h │ │ │ ├── ucs2be.h │ │ │ ├── utf8.h │ │ │ └── viscii.h │ │ │ ├── mk_wcwidth.c │ │ │ ├── test.c │ │ │ ├── test2.c │ │ │ ├── ucs2fontmap.c │ │ │ ├── ucs2fontmap.c.mini │ │ │ ├── utf8Input.c │ │ │ ├── utf8Utils.c │ │ │ ├── utf8Wrap.c │ │ │ └── utils │ │ │ ├── INSTALL │ │ │ ├── Makefile │ │ │ ├── README.txt │ │ │ ├── case.sh │ │ │ ├── conv_gen.c │ │ │ ├── convert_map.c │ │ │ ├── create_table.c │ │ │ ├── euc_tw.c │ │ │ ├── non_spacing.sh │ │ │ └── tbl_gen.sh │ ├── test │ │ ├── CMakeLists.txt │ │ ├── CubeMain.cxx │ │ ├── CubeView.cxx │ │ ├── CubeView.h │ │ ├── CubeViewUI.fl │ │ ├── Makefile │ │ ├── README-unittests.txt │ │ ├── README.txt │ │ ├── adjuster.cxx │ │ ├── animated.cxx │ │ ├── arc.cxx │ │ ├── ask.cxx │ │ ├── bitmap.cxx │ │ ├── blocks.cxx │ │ ├── boxtype.cxx │ │ ├── browser.cxx │ │ ├── button.cxx │ │ ├── buttons.cxx │ │ ├── cairo_test.cxx │ │ ├── checkers.cxx │ │ ├── checkers_pieces.fl │ │ ├── clipboard.cxx │ │ ├── clock.cxx │ │ ├── colbrowser.cxx │ │ ├── color_chooser.cxx │ │ ├── contrast.cxx │ │ ├── coordinates.cxx │ │ ├── cube.cxx │ │ ├── cursor.cxx │ │ ├── curve.cxx │ │ ├── demo.cxx │ │ ├── demo.menu │ │ ├── desktop │ │ │ ├── blocks-128.png │ │ │ ├── blocks-32.png │ │ │ ├── blocks.desktop │ │ │ ├── checkers-128.png │ │ │ ├── checkers-32.png │ │ │ ├── checkers.desktop │ │ │ ├── sudoku-128.png │ │ │ ├── sudoku-32.png │ │ │ └── sudoku.desktop │ │ ├── device.cxx │ │ ├── doublebuffer.cxx │ │ ├── editor.cxx │ │ ├── fast_slow.fl │ │ ├── file_chooser.cxx │ │ ├── flex_demo.cxx │ │ ├── flex_login.cxx │ │ ├── fltk-versions.cxx │ │ ├── fonts.cxx │ │ ├── forms.cxx │ │ ├── fractals.cxx │ │ ├── fracviewer.cxx │ │ ├── fracviewer.h │ │ ├── fromdos.c │ │ ├── fullscreen.cxx │ │ ├── gl_overlay.cxx │ │ ├── glpuzzle.cxx │ │ ├── handle_events.cxx │ │ ├── hello.cxx │ │ ├── help_dialog.cxx │ │ ├── help_dialog.html │ │ ├── icon.cxx │ │ ├── iconize.cxx │ │ ├── image.cxx │ │ ├── images │ │ │ ├── FL200.png │ │ │ ├── Fl_Value_Input.png │ │ │ ├── Fl_Value_Output.png │ │ │ ├── fltk_animated.gif │ │ │ ├── fltk_animated2.gif │ │ │ ├── fltk_animated3.gif │ │ │ └── tiny.png │ │ ├── inactive.fl │ │ ├── input.cxx │ │ ├── input_choice.cxx │ │ ├── keyboard.cxx │ │ ├── keyboard.h │ │ ├── keyboard_ui.fl │ │ ├── label.cxx │ │ ├── line_style.cxx │ │ ├── list_visuals.cxx │ │ ├── mac-resources │ │ │ ├── blocks.icns │ │ │ ├── blocks.plist │ │ │ ├── checkers.icns │ │ │ ├── checkers.plist │ │ │ ├── editor.plist │ │ │ ├── sudoku.icns │ │ │ └── sudoku.plist │ │ ├── makedepend │ │ ├── mandelbrot.cxx │ │ ├── mandelbrot.h │ │ ├── mandelbrot_ui.fl │ │ ├── menubar.cxx │ │ ├── message.cxx │ │ ├── minimum.cxx │ │ ├── native-filechooser.cxx │ │ ├── navigation.cxx │ │ ├── offscreen.cxx │ │ ├── output.cxx │ │ ├── overlay.cxx │ │ ├── pack.cxx │ │ ├── pixmap.cxx │ │ ├── pixmap_browser.cxx │ │ ├── pixmaps │ │ │ ├── animated_fluid_gif.h │ │ │ ├── black_checker.png │ │ │ ├── black_checker_king.png │ │ │ ├── blast.xpm │ │ │ ├── block.xcf_gz │ │ │ ├── blue.xpm │ │ │ ├── blue_bomb.xpm │ │ │ ├── checker.svg │ │ │ ├── cyan.xpm │ │ │ ├── cyan_bomb.xpm │ │ │ ├── gray.xpm │ │ │ ├── gray_bomb.xpm │ │ │ ├── green.xpm │ │ │ ├── green_bomb.xpm │ │ │ ├── magenta.xpm │ │ │ ├── magenta_bomb.xpm │ │ │ ├── porsche.xpm │ │ │ ├── porsche1.xpm │ │ │ ├── red.xpm │ │ │ ├── red_bomb.xpm │ │ │ ├── sorceress.xbm │ │ │ ├── sudoku.xbm │ │ │ ├── tile.xpm │ │ │ ├── white_checker.png │ │ │ ├── white_checker_king.png │ │ │ ├── yellow.xpm │ │ │ └── yellow_bomb.xpm │ │ ├── preferences.fl │ │ ├── radio.fl │ │ ├── resize-arrows.cxx │ │ ├── resize-arrows.h │ │ ├── resize-example1.cxx │ │ ├── resize-example2.cxx │ │ ├── resize-example3a.cxx │ │ ├── resize-example3b.cxx │ │ ├── resize-example3c.cxx │ │ ├── resize-example4a.cxx │ │ ├── resize-example4b.cxx │ │ ├── resize-example5a.cxx │ │ ├── resize-example5b.cxx │ │ ├── resize-example5c.cxx │ │ ├── resize.fl │ │ ├── resizebox.cxx │ │ ├── rgb.txt │ │ ├── rotated_text.cxx │ │ ├── scroll.cxx │ │ ├── shape.cxx │ │ ├── subwindow.cxx │ │ ├── sudoku.cxx │ │ ├── sudoku.ico │ │ ├── sudoku.rc │ │ ├── symbols.cxx │ │ ├── table.cxx │ │ ├── tabs.fl │ │ ├── threads.cxx │ │ ├── threads.h │ │ ├── tile.cxx │ │ ├── tiled_image.cxx │ │ ├── trackball.c │ │ ├── trackball.h │ │ ├── tree.fl │ │ ├── twowin.cxx │ │ ├── unittest_about.cxx │ │ ├── unittest_circles.cxx │ │ ├── unittest_complex_shapes.cxx │ │ ├── unittest_core.cxx │ │ ├── unittest_fast_shapes.cxx │ │ ├── unittest_images.cxx │ │ ├── unittest_points.cxx │ │ ├── unittest_schemes.cxx │ │ ├── unittest_scrollbarsize.cxx │ │ ├── unittest_simple_terminal.cxx │ │ ├── unittest_symbol.cxx │ │ ├── unittest_text.cxx │ │ ├── unittest_unicode.cxx │ │ ├── unittest_viewport.cxx │ │ ├── unittests.cxx │ │ ├── unittests.h │ │ ├── utf8.cxx │ │ ├── valuators.fl │ │ ├── windowfocus.cxx │ │ └── wizard.cxx │ ├── util │ │ ├── README.txt │ │ └── cmap.cxx │ └── zlib │ │ ├── CMakeLists.txt │ │ ├── ChangeLog │ │ ├── FAQ │ │ ├── INDEX │ │ ├── Makefile │ │ ├── README │ │ ├── adler32.c │ │ ├── compress.c │ │ ├── crc32.c │ │ ├── crc32.h │ │ ├── deflate.c │ │ ├── deflate.h │ │ ├── gzclose.c │ │ ├── gzguts.h │ │ ├── gzlib.c │ │ ├── gzread.c │ │ ├── gzwrite.c │ │ ├── infback.c │ │ ├── inffast.c │ │ ├── inffast.h │ │ ├── inffixed.h │ │ ├── inflate.c │ │ ├── inflate.h │ │ ├── inftrees.c │ │ ├── inftrees.h │ │ ├── makedepend │ │ ├── trees.c │ │ ├── trees.h │ │ ├── uncompr.c │ │ ├── zconf.h │ │ ├── zlib.3 │ │ ├── zlib.h │ │ ├── zutil.c │ │ └── zutil.h ├── fmt │ ├── .clang-format │ ├── .clang-tidy │ ├── CMakeLists.txt │ ├── ChangeLog.rst │ ├── LICENSE.rst │ ├── README.rst │ ├── include │ │ └── fmt │ │ │ ├── args.h │ │ │ ├── chrono.h │ │ │ ├── color.h │ │ │ ├── compile.h │ │ │ ├── core.h │ │ │ ├── format-inl.h │ │ │ ├── format.h │ │ │ ├── locale.h │ │ │ ├── os.h │ │ │ ├── ostream.h │ │ │ ├── printf.h │ │ │ ├── ranges.h │ │ │ └── xchar.h │ ├── src │ │ ├── fmt.cc │ │ ├── format.cc │ │ └── os.cc │ └── support │ │ ├── Android.mk │ │ ├── AndroidManifest.xml │ │ ├── C++.sublime-syntax │ │ ├── README │ │ ├── Vagrantfile │ │ ├── appveyor-build.py │ │ ├── appveyor.yml │ │ ├── bazel │ │ ├── .bazelrc │ │ ├── .bazelversion │ │ ├── BUILD.bazel │ │ ├── README.md │ │ └── WORKSPACE.bazel │ │ ├── build-docs.py │ │ ├── build.gradle │ │ ├── cmake │ │ ├── FindSetEnv.cmake │ │ ├── JoinPaths.cmake │ │ ├── cxx14.cmake │ │ ├── fmt-config.cmake.in │ │ └── fmt.pc.in │ │ ├── compute-powers.py │ │ ├── docopt.py │ │ ├── manage.py │ │ ├── printable.py │ │ ├── rst2md.py │ │ └── rtd │ │ ├── conf.py │ │ ├── index.rst │ │ └── theme │ │ ├── layout.html │ │ └── theme.conf ├── gif-h │ ├── LICENSE │ ├── README.md │ └── gif.h ├── hedley │ ├── CMakeLists.txt │ └── include │ │ └── hedley.h ├── lua │ ├── .gitattributes │ ├── .gitignore │ ├── CMakeLists.txt │ ├── COPYRIGHT │ ├── Makefile │ ├── README │ ├── cmake │ │ └── modules │ │ │ ├── DetectArchitecture.c │ │ │ ├── DetectArchitecture.cmake │ │ │ ├── DetectFPUApi.cmake │ │ │ └── DetectFpuAbi.c │ ├── doc │ │ ├── bluequad-print.css │ │ ├── bluequad.css │ │ ├── contact.html │ │ ├── ext_buffer.html │ │ ├── ext_c_api.html │ │ ├── ext_ffi.html │ │ ├── ext_ffi_api.html │ │ ├── ext_ffi_semantics.html │ │ ├── ext_ffi_tutorial.html │ │ ├── ext_jit.html │ │ ├── ext_profiler.html │ │ ├── extensions.html │ │ ├── faq.html │ │ ├── img │ │ │ └── contact.png │ │ ├── install.html │ │ ├── luajit.html │ │ ├── running.html │ │ └── status.html │ ├── dynasm │ │ ├── dasm_arm.h │ │ ├── dasm_arm.lua │ │ ├── dasm_arm64.h │ │ ├── dasm_arm64.lua │ │ ├── dasm_mips.h │ │ ├── dasm_mips.lua │ │ ├── dasm_mips64.lua │ │ ├── dasm_ppc.h │ │ ├── dasm_ppc.lua │ │ ├── dasm_proto.h │ │ ├── dasm_x64.lua │ │ ├── dasm_x86.h │ │ ├── dasm_x86.lua │ │ └── dynasm.lua │ ├── etc │ │ ├── luajit.1 │ │ └── luajit.pc │ └── src │ │ ├── .gitignore │ │ ├── CMakeLists.txt │ │ ├── Makefile │ │ ├── Makefile.dep │ │ ├── host │ │ ├── .gitignore │ │ ├── README │ │ ├── buildvm.c │ │ ├── buildvm.h │ │ ├── buildvm_asm.c │ │ ├── buildvm_fold.c │ │ ├── buildvm_lib.c │ │ ├── buildvm_libbc.h │ │ ├── buildvm_peobj.c │ │ ├── cmake │ │ │ ├── buildvm │ │ │ │ └── CMakeLists.txt │ │ │ └── minilua │ │ │ │ └── CMakeLists.txt │ │ ├── genlibbc.lua │ │ ├── genminilua.lua │ │ └── minilua.c │ │ ├── jit │ │ ├── .gitignore │ │ ├── bc.lua │ │ ├── bcsave.lua │ │ ├── dis_arm.lua │ │ ├── dis_arm64.lua │ │ ├── dis_arm64be.lua │ │ ├── dis_mips.lua │ │ ├── dis_mips64.lua │ │ ├── dis_mips64el.lua │ │ ├── dis_mips64r6.lua │ │ ├── dis_mips64r6el.lua │ │ ├── dis_mipsel.lua │ │ ├── dis_ppc.lua │ │ ├── dis_x64.lua │ │ ├── dis_x86.lua │ │ ├── dump.lua │ │ ├── p.lua │ │ ├── v.lua │ │ └── zone.lua │ │ ├── lauxlib.h │ │ ├── lib_aux.c │ │ ├── lib_base.c │ │ ├── lib_bit.c │ │ ├── lib_buffer.c │ │ ├── lib_debug.c │ │ ├── lib_ffi.c │ │ ├── lib_init.c │ │ ├── lib_io.c │ │ ├── lib_jit.c │ │ ├── lib_math.c │ │ ├── lib_os.c │ │ ├── lib_package.c │ │ ├── lib_string.c │ │ ├── lib_table.c │ │ ├── lj_alloc.c │ │ ├── lj_alloc.h │ │ ├── lj_api.c │ │ ├── lj_arch.h │ │ ├── lj_asm.c │ │ ├── lj_asm.h │ │ ├── lj_asm_arm.h │ │ ├── lj_asm_arm64.h │ │ ├── lj_asm_mips.h │ │ ├── lj_asm_ppc.h │ │ ├── lj_asm_x86.h │ │ ├── lj_assert.c │ │ ├── lj_bc.c │ │ ├── lj_bc.h │ │ ├── lj_bcdump.h │ │ ├── lj_bcread.c │ │ ├── lj_bcwrite.c │ │ ├── lj_buf.c │ │ ├── lj_buf.h │ │ ├── lj_carith.c │ │ ├── lj_carith.h │ │ ├── lj_ccall.c │ │ ├── lj_ccall.h │ │ ├── lj_ccallback.c │ │ ├── lj_ccallback.h │ │ ├── lj_cconv.c │ │ ├── lj_cconv.h │ │ ├── lj_cdata.c │ │ ├── lj_cdata.h │ │ ├── lj_char.c │ │ ├── lj_char.h │ │ ├── lj_clib.c │ │ ├── lj_clib.h │ │ ├── lj_cparse.c │ │ ├── lj_cparse.h │ │ ├── lj_crecord.c │ │ ├── lj_crecord.h │ │ ├── lj_ctype.c │ │ ├── lj_ctype.h │ │ ├── lj_debug.c │ │ ├── lj_debug.h │ │ ├── lj_def.h │ │ ├── lj_dispatch.c │ │ ├── lj_dispatch.h │ │ ├── lj_emit_arm.h │ │ ├── lj_emit_arm64.h │ │ ├── lj_emit_mips.h │ │ ├── lj_emit_ppc.h │ │ ├── lj_emit_x86.h │ │ ├── lj_err.c │ │ ├── lj_err.h │ │ ├── lj_errmsg.h │ │ ├── lj_ff.h │ │ ├── lj_ffrecord.c │ │ ├── lj_ffrecord.h │ │ ├── lj_frame.h │ │ ├── lj_func.c │ │ ├── lj_func.h │ │ ├── lj_gc.c │ │ ├── lj_gc.h │ │ ├── lj_gdbjit.c │ │ ├── lj_gdbjit.h │ │ ├── lj_ir.c │ │ ├── lj_ir.h │ │ ├── lj_ircall.h │ │ ├── lj_iropt.h │ │ ├── lj_jit.h │ │ ├── lj_lex.c │ │ ├── lj_lex.h │ │ ├── lj_lib.c │ │ ├── lj_lib.h │ │ ├── lj_load.c │ │ ├── lj_mcode.c │ │ ├── lj_mcode.h │ │ ├── lj_meta.c │ │ ├── lj_meta.h │ │ ├── lj_obj.c │ │ ├── lj_obj.h │ │ ├── lj_opt_dce.c │ │ ├── lj_opt_fold.c │ │ ├── lj_opt_loop.c │ │ ├── lj_opt_mem.c │ │ ├── lj_opt_narrow.c │ │ ├── lj_opt_sink.c │ │ ├── lj_opt_split.c │ │ ├── lj_parse.c │ │ ├── lj_parse.h │ │ ├── lj_prng.c │ │ ├── lj_prng.h │ │ ├── lj_profile.c │ │ ├── lj_profile.h │ │ ├── lj_record.c │ │ ├── lj_record.h │ │ ├── lj_serialize.c │ │ ├── lj_serialize.h │ │ ├── lj_snap.c │ │ ├── lj_snap.h │ │ ├── lj_state.c │ │ ├── lj_state.h │ │ ├── lj_str.c │ │ ├── lj_str.h │ │ ├── lj_strfmt.c │ │ ├── lj_strfmt.h │ │ ├── lj_strfmt_num.c │ │ ├── lj_strscan.c │ │ ├── lj_strscan.h │ │ ├── lj_tab.c │ │ ├── lj_tab.h │ │ ├── lj_target.h │ │ ├── lj_target_arm.h │ │ ├── lj_target_arm64.h │ │ ├── lj_target_mips.h │ │ ├── lj_target_ppc.h │ │ ├── lj_target_x86.h │ │ ├── lj_trace.c │ │ ├── lj_trace.h │ │ ├── lj_traceerr.h │ │ ├── lj_udata.c │ │ ├── lj_udata.h │ │ ├── lj_vm.h │ │ ├── lj_vmevent.c │ │ ├── lj_vmevent.h │ │ ├── lj_vmmath.c │ │ ├── ljamalg.c │ │ ├── lua.h │ │ ├── lua.hpp │ │ ├── luaconf.h │ │ ├── luajit.c │ │ ├── luajit.h │ │ ├── lualib.h │ │ ├── msvcbuild.bat │ │ ├── nxbuild.bat │ │ ├── ps4build.bat │ │ ├── ps5build.bat │ │ ├── psvitabuild.bat │ │ ├── vm_arm.dasc │ │ ├── vm_arm64.dasc │ │ ├── vm_mips.dasc │ │ ├── vm_mips64.dasc │ │ ├── vm_ppc.dasc │ │ ├── vm_x64.dasc │ │ ├── vm_x86.dasc │ │ ├── xb1build.bat │ │ └── xedkbuild.bat ├── miniz │ ├── CMakeLists.txt │ ├── ChangeLog.md │ ├── LICENSE │ ├── miniz.c │ ├── miniz.h │ └── readme.md ├── obsidian_main │ ├── .clang-format │ ├── aj_local.h │ ├── aj_map.cc │ ├── aj_map.h │ ├── aj_poly.cc │ ├── aj_poly.h │ ├── aj_structs.h │ ├── aj_util.cc │ ├── aj_util.h │ ├── aj_wad.cc │ ├── aj_wad.h │ ├── csg_bsp.cc │ ├── csg_clip.cc │ ├── csg_doom.cc │ ├── csg_local.h │ ├── csg_main.cc │ ├── csg_main.h │ ├── csg_nukem.cc │ ├── csg_quake.cc │ ├── csg_quake.h │ ├── csg_shade.cc │ ├── csg_spots.cc │ ├── dm_extra.cc │ ├── dm_extra.h │ ├── dm_prefab.cc │ ├── dm_prefab.h │ ├── g_doom.cc │ ├── g_doom.h │ ├── g_nukem.cc │ ├── g_nukem.h │ ├── g_quake.cc │ ├── g_quake2.cc │ ├── g_quake3.cc │ ├── g_wolf.cc │ ├── hdr_fltk.h │ ├── hdr_lua.h │ ├── hdr_ui.h │ ├── headers.h │ ├── images.h │ ├── lib_argv.cc │ ├── lib_argv.h │ ├── lib_crc.cc │ ├── lib_crc.h │ ├── lib_file.cc │ ├── lib_file.h │ ├── lib_grp.cc │ ├── lib_grp.h │ ├── lib_pak.cc │ ├── lib_pak.h │ ├── lib_signal.cc │ ├── lib_signal.h │ ├── lib_tga.cc │ ├── lib_tga.h │ ├── lib_util.cc │ ├── lib_util.h │ ├── lib_wad.cc │ ├── lib_wad.h │ ├── lib_zip.cc │ ├── lib_zip.h │ ├── m_about.cc │ ├── m_addons.cc │ ├── m_addons.h │ ├── m_cookie.cc │ ├── m_cookie.h │ ├── m_dialog.cc │ ├── m_lua.cc │ ├── m_lua.h │ ├── m_manage.cc │ ├── m_options.cc │ ├── m_theme.cc │ ├── m_trans.cc │ ├── m_trans.h │ ├── m_tutorial.cc │ ├── main.cc │ ├── main.h │ ├── obsidian.ico │ ├── obsidian.rc │ ├── q1_structs.h │ ├── q2_structs.h │ ├── q3_structs.h │ ├── q_common.cc │ ├── q_common.h │ ├── q_light.cc │ ├── q_light.h │ ├── q_tjuncs.cc │ ├── q_vis.cc │ ├── q_vis.h │ ├── sys_assert.cc │ ├── sys_assert.h │ ├── sys_debug.cc │ ├── sys_debug.h │ ├── sys_endian.h │ ├── sys_macro.h │ ├── sys_type.h │ ├── sys_xoshiro.cc │ ├── sys_xoshiro.h │ ├── tx_forge.cc │ ├── tx_forge.h │ ├── tx_skies.cc │ ├── tx_skies.h │ ├── ui_boxes.cc │ ├── ui_boxes.h │ ├── ui_build.cc │ ├── ui_build.h │ ├── ui_game.cc │ ├── ui_game.h │ ├── ui_hyper.cc │ ├── ui_hyper.h │ ├── ui_map.cc │ ├── ui_map.h │ ├── ui_module.cc │ ├── ui_module.h │ ├── ui_widgets.cc │ ├── ui_widgets.h │ ├── ui_window.cc │ ├── ui_window.h │ ├── vis_buffer.cc │ ├── vis_buffer.h │ ├── vis_occlude.cc │ └── vis_occlude.h ├── physfs │ ├── .gitignore │ ├── CMakeLists.txt │ ├── LICENSE.txt │ ├── README.txt │ └── src │ │ ├── Makefile.os2 │ │ ├── physfs.c │ │ ├── physfs.h │ │ ├── physfs_archiver_7z.c │ │ ├── physfs_archiver_dir.c │ │ ├── physfs_archiver_grp.c │ │ ├── physfs_archiver_hog.c │ │ ├── physfs_archiver_iso9660.c │ │ ├── physfs_archiver_mvl.c │ │ ├── physfs_archiver_qpak.c │ │ ├── physfs_archiver_slb.c │ │ ├── physfs_archiver_unpacked.c │ │ ├── physfs_archiver_vdf.c │ │ ├── physfs_archiver_wad.c │ │ ├── physfs_archiver_zip.c │ │ ├── physfs_byteorder.c │ │ ├── physfs_casefolding.h │ │ ├── physfs_internal.h │ │ ├── physfs_lzmasdk.h │ │ ├── physfs_miniz.h │ │ ├── physfs_platform_android.c │ │ ├── physfs_platform_apple.m │ │ ├── physfs_platform_haiku.cpp │ │ ├── physfs_platform_os2.c │ │ ├── physfs_platform_posix.c │ │ ├── physfs_platform_qnx.c │ │ ├── physfs_platform_unix.c │ │ ├── physfs_platform_windows.c │ │ ├── physfs_platform_winrt.cpp │ │ ├── physfs_platforms.h │ │ └── physfs_unicode.c ├── qsavetex │ ├── CMakeLists.txt │ ├── im_tex.cc │ ├── im_tex.h │ ├── main.cc │ ├── main.h │ ├── pakfile.cc │ ├── pakfile.h │ ├── q1_structs.h │ ├── u_assert.h │ ├── u_endian.h │ ├── u_file.cc │ ├── u_file.h │ ├── u_macro.h │ ├── u_type.h │ ├── u_util.cc │ └── u_util.h ├── slump │ ├── CMakeLists.txt │ ├── COPYING │ ├── GPL │ ├── README │ ├── Unused │ │ ├── BUGS │ │ ├── CHANGELOG │ │ ├── Makefile │ │ ├── Makefile.big-endian │ │ ├── Makefile.rng │ │ ├── TODO │ │ ├── make_32bit_tables.c │ │ ├── rng-alg-fst.c │ │ ├── rng-alg-fst.h │ │ ├── rng-api-fst.c │ │ ├── rng-api-fst.h │ │ ├── rng.c │ │ └── vim.cheatsheet │ ├── dump.cc │ ├── slump.cc │ ├── slump.h │ ├── slump_main.cc │ └── slump_main.h ├── spdlog │ ├── .clang-format │ ├── .clang-tidy │ ├── .gitattributes │ ├── .gitignore │ ├── CMakeLists.txt │ ├── INSTALL │ ├── LICENSE │ ├── README.md │ ├── bench │ │ ├── CMakeLists.txt │ │ ├── async_bench.cpp │ │ ├── bench.cpp │ │ ├── formatter-bench.cpp │ │ ├── latency.cpp │ │ └── utils.h │ ├── cmake │ │ ├── ide.cmake │ │ ├── pch.h.in │ │ ├── spdlog.pc.in │ │ ├── spdlogCPack.cmake │ │ ├── spdlogConfig.cmake.in │ │ ├── utils.cmake │ │ └── version.rc.in │ ├── example │ │ ├── CMakeLists.txt │ │ └── example.cpp │ ├── include │ │ └── spdlog │ │ │ ├── async.h │ │ │ ├── async_logger-inl.h │ │ │ ├── async_logger.h │ │ │ ├── cfg │ │ │ ├── argv.h │ │ │ ├── env.h │ │ │ ├── helpers-inl.h │ │ │ └── helpers.h │ │ │ ├── common-inl.h │ │ │ ├── common.h │ │ │ ├── details │ │ │ ├── backtracer-inl.h │ │ │ ├── backtracer.h │ │ │ ├── circular_q.h │ │ │ ├── console_globals.h │ │ │ ├── file_helper-inl.h │ │ │ ├── file_helper.h │ │ │ ├── fmt_helper.h │ │ │ ├── log_msg-inl.h │ │ │ ├── log_msg.h │ │ │ ├── log_msg_buffer-inl.h │ │ │ ├── log_msg_buffer.h │ │ │ ├── mpmc_blocking_q.h │ │ │ ├── null_mutex.h │ │ │ ├── os-inl.h │ │ │ ├── os.h │ │ │ ├── periodic_worker-inl.h │ │ │ ├── periodic_worker.h │ │ │ ├── registry-inl.h │ │ │ ├── registry.h │ │ │ ├── synchronous_factory.h │ │ │ ├── tcp_client-windows.h │ │ │ ├── tcp_client.h │ │ │ ├── thread_pool-inl.h │ │ │ ├── thread_pool.h │ │ │ ├── udp_client-windows.h │ │ │ ├── udp_client.h │ │ │ └── windows_include.h │ │ │ ├── fmt │ │ │ ├── bin_to_hex.h │ │ │ ├── bundled │ │ │ │ ├── args.h │ │ │ │ ├── chrono.h │ │ │ │ ├── color.h │ │ │ │ ├── compile.h │ │ │ │ ├── core.h │ │ │ │ ├── fmt.license.rst │ │ │ │ ├── format-inl.h │ │ │ │ ├── format.h │ │ │ │ ├── locale.h │ │ │ │ ├── os.h │ │ │ │ ├── ostream.h │ │ │ │ ├── printf.h │ │ │ │ ├── ranges.h │ │ │ │ └── xchar.h │ │ │ ├── chrono.h │ │ │ ├── compile.h │ │ │ ├── fmt.h │ │ │ ├── ostr.h │ │ │ ├── ranges.h │ │ │ └── xchar.h │ │ │ ├── formatter.h │ │ │ ├── fwd.h │ │ │ ├── logger-inl.h │ │ │ ├── logger.h │ │ │ ├── pattern_formatter-inl.h │ │ │ ├── pattern_formatter.h │ │ │ ├── sinks │ │ │ ├── android_sink.h │ │ │ ├── ansicolor_sink-inl.h │ │ │ ├── ansicolor_sink.h │ │ │ ├── base_sink-inl.h │ │ │ ├── base_sink.h │ │ │ ├── basic_file_sink-inl.h │ │ │ ├── basic_file_sink.h │ │ │ ├── daily_file_sink.h │ │ │ ├── dist_sink.h │ │ │ ├── dup_filter_sink.h │ │ │ ├── hourly_file_sink.h │ │ │ ├── mongo_sink.h │ │ │ ├── msvc_sink.h │ │ │ ├── null_sink.h │ │ │ ├── ostream_sink.h │ │ │ ├── qt_sinks.h │ │ │ ├── ringbuffer_sink.h │ │ │ ├── rotating_file_sink-inl.h │ │ │ ├── rotating_file_sink.h │ │ │ ├── sink-inl.h │ │ │ ├── sink.h │ │ │ ├── stdout_color_sinks-inl.h │ │ │ ├── stdout_color_sinks.h │ │ │ ├── stdout_sinks-inl.h │ │ │ ├── stdout_sinks.h │ │ │ ├── syslog_sink.h │ │ │ ├── systemd_sink.h │ │ │ ├── tcp_sink.h │ │ │ ├── udp_sink.h │ │ │ ├── win_eventlog_sink.h │ │ │ ├── wincolor_sink-inl.h │ │ │ └── wincolor_sink.h │ │ │ ├── spdlog-inl.h │ │ │ ├── spdlog.h │ │ │ ├── stopwatch.h │ │ │ ├── tweakme.h │ │ │ └── version.h │ ├── logos │ │ └── jetbrains-variant-4.svg │ ├── scripts │ │ ├── extract_version.py │ │ └── format.sh │ ├── src │ │ ├── async.cpp │ │ ├── cfg.cpp │ │ ├── color_sinks.cpp │ │ ├── file_sinks.cpp │ │ ├── fmt.cpp │ │ ├── spdlog.cpp │ │ └── stdout_sinks.cpp │ └── tests │ │ ├── CMakeLists.txt │ │ ├── catch.hpp │ │ ├── catch.license │ │ ├── includes.h │ │ ├── main.cpp │ │ ├── test_async.cpp │ │ ├── test_backtrace.cpp │ │ ├── test_cfg.cpp │ │ ├── test_create_dir.cpp │ │ ├── test_daily_logger.cpp │ │ ├── test_dup_filter.cpp │ │ ├── test_errors.cpp │ │ ├── test_eventlog.cpp │ │ ├── test_file_helper.cpp │ │ ├── test_file_logging.cpp │ │ ├── test_fmt_helper.cpp │ │ ├── test_macros.cpp │ │ ├── test_misc.cpp │ │ ├── test_mpmc_q.cpp │ │ ├── test_pattern_formatter.cpp │ │ ├── test_registry.cpp │ │ ├── test_sink.h │ │ ├── test_stdout_api.cpp │ │ ├── test_stopwatch.cpp │ │ ├── test_systemd.cpp │ │ ├── test_time_point.cpp │ │ ├── utils.cpp │ │ └── utils.h └── zdbsp │ ├── .gitignore │ ├── CMakeLists.txt │ ├── COPYING │ ├── Unused │ ├── CMakeLists.txt │ ├── blockmapbuilder.cpp │ ├── getopt.c │ ├── getopt.cc │ ├── getopt.h │ ├── getopt1.c │ ├── getopt1.cc │ ├── main.cpp │ ├── nodebuild.cpp │ ├── nodebuild.cpp-nogl │ ├── nodebuild.h-nogl │ ├── nodebuild_classify_nosse2.cpp │ ├── nodebuild_classify_sse1.cc │ ├── nodebuild_classify_sse1.cpp │ ├── nodebuild_classify_sse2.cc │ ├── nodebuild_classify_sse2.cpp │ ├── nodebuild_classify_sse2_vect.cc │ ├── nodebuild_classify_sse2_vect.cpp │ ├── nodebuild_events.cpp │ ├── nodebuild_extract.cpp │ ├── nodebuild_gl.cpp │ ├── nodebuild_utility.cpp │ ├── poly_bad.png │ ├── poly_mov.png │ ├── poly_new.png │ ├── processor.cpp │ ├── processor_udmf.cpp │ ├── rejectbuilder.cc │ ├── rejectbuilder.cc-nogl │ ├── rejectbuilder.cc-slow │ ├── rejectbuilder.cc-vis │ ├── rejectbuilder.cpp │ ├── rejectbuilder.cpp-nogl │ ├── rejectbuilder.h │ ├── rejectbuilder.h-nogl │ ├── rejectbuilder.h-slow │ ├── rejectbuilder.h-vis │ ├── resource.h │ ├── resource.rc │ ├── sc_man.cpp │ ├── view.cc │ ├── view.cpp │ ├── vis.cc │ ├── vis.cpp │ ├── visflow.cc │ ├── visflow.cpp │ ├── wad.cpp │ ├── wad.h │ ├── zdbsp.dsp │ ├── zdbsp.dsw │ ├── zdbsp.html │ ├── zipbin.bat │ └── zipsrc.bat │ ├── blockmapbuilder.cc │ ├── blockmapbuilder.h │ ├── doomdata.h │ ├── nodebuild.cc │ ├── nodebuild.h │ ├── nodebuild_classify_nosse2.cc │ ├── nodebuild_events.cc │ ├── nodebuild_extract.cc │ ├── nodebuild_gl.cc │ ├── nodebuild_utility.cc │ ├── processor.cc │ ├── processor.h │ ├── processor_udmf.cc │ ├── rejectbuilder_nogl.cc │ ├── rejectbuilder_nogl.h │ ├── sc_man.cc │ ├── sc_man.h │ ├── tarray.h │ ├── templates.h │ ├── workdata.h │ ├── xs_Float.h │ ├── zdbsp.h │ ├── zdmain.cc │ ├── zdmain.h │ ├── zdwad.cc │ └── zdwad.h ├── theme ├── .gitkeep ├── 80s_synth.txt ├── 80s_synth_v2.txt ├── Arcterezion_Purple.txt ├── Backroom.txt ├── Excel365.txt ├── black_ops.txt ├── canada.txt ├── cherry_garcia.txt ├── cool_blue.txt ├── cool_blue_v2.txt ├── dan_the_noob.txt ├── discord_dark.txt ├── discord_light.txt ├── doom3pda.txt ├── doom_automap.txt ├── doom_pinky.txt ├── doomimp.txt ├── firefox.txt ├── fonts │ ├── 3270 │ │ ├── 3270.ttf │ │ └── LICENSE.txt │ ├── Avenixel │ │ ├── Avenixel-Regular.ttf │ │ └── License.txt │ ├── DramaSans │ │ ├── DramaSans.ttf │ │ └── LICENSE.txt │ ├── FPD-Pressure │ │ ├── FPDPressure-Light.otf │ │ ├── FPDPressure-Regular.otf │ │ └── LICENSE.txt │ ├── Kalam │ │ ├── Kalam-Bold.ttf │ │ ├── Kalam-Regular.ttf │ │ └── OFL.txt │ ├── SamIAm │ │ ├── COPYING.TXT │ │ └── MiniSmallCaps.ttf │ ├── SourceSansPro │ │ ├── OFL.txt │ │ ├── SourceSansPro-Bold.ttf │ │ └── SourceSansPro-Regular.ttf │ ├── Teko │ │ ├── OFL.txt │ │ ├── Teko-Bold.ttf │ │ └── Teko-Regular.ttf │ ├── TheNeueBlack │ │ ├── OFL.md │ │ └── TheNeue-Black.ttf │ └── Workbench │ │ ├── LICENSE.txt │ │ └── Workbench.ttf ├── hot_dog.txt ├── macintosh-minus.txt ├── matrix.txt ├── megaman.txt ├── nes_link.txt ├── nes_link_v2.txt ├── nes_smb.txt ├── nes_zelda.txt ├── obhack.txt ├── oblige097.txt ├── oblige3-6.txt ├── oblige770.txt ├── oblige_logo.txt ├── obsidian.txt ├── rick.txt ├── samiam.txt ├── usa_flag.txt ├── vscode.txt ├── windows95.txt ├── xbox_dashboard.txt ├── zdoom_forums.txt └── zdoom_submerged.txt ├── tools ├── .gitkeep └── printref.schema.json └── xp_stuff ├── .gitignore └── physfs_platform_windows.c /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/.clang-format -------------------------------------------------------------------------------- /.clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/.clang-tidy -------------------------------------------------------------------------------- /.cmake-format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/.cmake-format.py -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/cmake.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/.github/workflows/cmake.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/AUTHORS.md -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CMakePresets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/CMakePresets.json -------------------------------------------------------------------------------- /CMakeSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/CMakeSettings.json -------------------------------------------------------------------------------- /COMPILING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/COMPILING.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/README.md -------------------------------------------------------------------------------- /Toolchain-mingw32.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/Toolchain-mingw32.cmake -------------------------------------------------------------------------------- /Toolchain-mingw64.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/Toolchain-mingw64.cmake -------------------------------------------------------------------------------- /addons/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /attic/GUI_plan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/GUI_plan.txt -------------------------------------------------------------------------------- /attic/Ideas_V2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Ideas_V2.txt -------------------------------------------------------------------------------- /attic/Item_Stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Item_Stats.txt -------------------------------------------------------------------------------- /attic/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Makefile -------------------------------------------------------------------------------- /attic/Makefile.blua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Makefile.blua -------------------------------------------------------------------------------- /attic/Makefile.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Makefile.local -------------------------------------------------------------------------------- /attic/Makefile.macos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Makefile.macos -------------------------------------------------------------------------------- /attic/Makefile_win32.xming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Makefile_win32.xming -------------------------------------------------------------------------------- /attic/Makefile_win64.xming: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Makefile_win64.xming -------------------------------------------------------------------------------- /attic/Monster_Stats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Monster_Stats.txt -------------------------------------------------------------------------------- /attic/Oblige_III.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Oblige_III.txt -------------------------------------------------------------------------------- /attic/Quests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Quests.txt -------------------------------------------------------------------------------- /attic/SOD_Wolf_Walls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/SOD_Wolf_Walls.txt -------------------------------------------------------------------------------- /attic/Seed_Size.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Seed_Size.txt -------------------------------------------------------------------------------- /attic/Seeds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Seeds.txt -------------------------------------------------------------------------------- /attic/Wolf3d_Mods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/Wolf3d_Mods.txt -------------------------------------------------------------------------------- /attic/aj_random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/aj_random.h -------------------------------------------------------------------------------- /attic/amulets/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/base.lua -------------------------------------------------------------------------------- /attic/amulets/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/entities.lua -------------------------------------------------------------------------------- /attic/amulets/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/levels.lua -------------------------------------------------------------------------------- /attic/amulets/materials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/materials.lua -------------------------------------------------------------------------------- /attic/amulets/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/monsters.lua -------------------------------------------------------------------------------- /attic/amulets/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/params.lua -------------------------------------------------------------------------------- /attic/amulets/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/pickups.lua -------------------------------------------------------------------------------- /attic/amulets/resources.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/resources.lua -------------------------------------------------------------------------------- /attic/amulets/shapes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/shapes.lua -------------------------------------------------------------------------------- /attic/amulets/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/themes.lua -------------------------------------------------------------------------------- /attic/amulets/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/amulets/weapons.lua -------------------------------------------------------------------------------- /attic/ancient_history.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ancient_history.htp -------------------------------------------------------------------------------- /attic/arenas.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/arenas.lua -------------------------------------------------------------------------------- /attic/big_branch_conn.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/big_branch_conn.lua -------------------------------------------------------------------------------- /attic/big_logo.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/big_logo.lua -------------------------------------------------------------------------------- /attic/big_logo.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/big_logo.wad -------------------------------------------------------------------------------- /attic/blake/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/blake/base.lua -------------------------------------------------------------------------------- /attic/blake/factory.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/blake/factory.lua -------------------------------------------------------------------------------- /attic/blog_mar2008.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/blog_mar2008.htp -------------------------------------------------------------------------------- /attic/blog_nov2008.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/blog_nov2008.htp -------------------------------------------------------------------------------- /attic/brusher/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/Makefile -------------------------------------------------------------------------------- /attic/brusher/level.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/level.cc -------------------------------------------------------------------------------- /attic/brusher/level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/level.h -------------------------------------------------------------------------------- /attic/brusher/main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/main.cc -------------------------------------------------------------------------------- /attic/brusher/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/main.h -------------------------------------------------------------------------------- /attic/brusher/system.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/system.cc -------------------------------------------------------------------------------- /attic/brusher/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/system.h -------------------------------------------------------------------------------- /attic/brusher/util.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/util.cc -------------------------------------------------------------------------------- /attic/brusher/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/util.h -------------------------------------------------------------------------------- /attic/brusher/wad.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/wad.cc -------------------------------------------------------------------------------- /attic/brusher/wad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/brusher/wad.h -------------------------------------------------------------------------------- /attic/changelogs/085.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/085.txt -------------------------------------------------------------------------------- /attic/changelogs/094.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/094.txt -------------------------------------------------------------------------------- /attic/changelogs/097.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/097.txt -------------------------------------------------------------------------------- /attic/changelogs/343.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/343.txt -------------------------------------------------------------------------------- /attic/changelogs/347.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/347.txt -------------------------------------------------------------------------------- /attic/changelogs/351.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/351.txt -------------------------------------------------------------------------------- /attic/changelogs/357.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/357.txt -------------------------------------------------------------------------------- /attic/changelogs/428.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/428.txt -------------------------------------------------------------------------------- /attic/changelogs/605.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/605.txt -------------------------------------------------------------------------------- /attic/changelogs/610.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/610.txt -------------------------------------------------------------------------------- /attic/changelogs/620.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/620.txt -------------------------------------------------------------------------------- /attic/changelogs/750.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/750.txt -------------------------------------------------------------------------------- /attic/changelogs/7666.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/changelogs/7666.txt -------------------------------------------------------------------------------- /attic/chex123.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/chex123.lua -------------------------------------------------------------------------------- /attic/chthon.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/chthon.map -------------------------------------------------------------------------------- /attic/convert_q1_map.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/convert_q1_map.lua -------------------------------------------------------------------------------- /attic/csg_qkmap.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/csg_qkmap.cc -------------------------------------------------------------------------------- /attic/csg_qkmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/csg_qkmap.h -------------------------------------------------------------------------------- /attic/csg_shade.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/csg_shade.cc -------------------------------------------------------------------------------- /attic/curve_s96.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/curve_s96.wad -------------------------------------------------------------------------------- /attic/debian/Makefile.debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/debian/Makefile.debian -------------------------------------------------------------------------------- /attic/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/debian/changelog -------------------------------------------------------------------------------- /attic/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/debian/control -------------------------------------------------------------------------------- /attic/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/debian/copyright -------------------------------------------------------------------------------- /attic/demo_gen.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/demo_gen.lua -------------------------------------------------------------------------------- /attic/dm_ctf.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/dm_ctf.lua -------------------------------------------------------------------------------- /attic/dm_equip.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/dm_equip.lua -------------------------------------------------------------------------------- /attic/doc_howitworks.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/doc_howitworks.htp -------------------------------------------------------------------------------- /attic/doom_jedi/wall12x1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/doom_jedi/wall12x1.gif -------------------------------------------------------------------------------- /attic/doom_jedi/wall15x1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/doom_jedi/wall15x1.gif -------------------------------------------------------------------------------- /attic/doom_jedi/wall16x1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/doom_jedi/wall16x1.gif -------------------------------------------------------------------------------- /attic/doom_jedi/wall18x1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/doom_jedi/wall18x1.gif -------------------------------------------------------------------------------- /attic/doom_jedi/wall5x1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/doom_jedi/wall5x1.gif -------------------------------------------------------------------------------- /attic/doom_jedi/wall9x1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/doom_jedi/wall9x1.gif -------------------------------------------------------------------------------- /attic/doom_tex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/doom_tex.lua -------------------------------------------------------------------------------- /attic/engines/darkplaces.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/darkplaces.lua -------------------------------------------------------------------------------- /attic/engines/doomsday.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/doomsday.lua -------------------------------------------------------------------------------- /attic/engines/edge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/edge.lua -------------------------------------------------------------------------------- /attic/engines/eternity.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/eternity.lua -------------------------------------------------------------------------------- /attic/engines/fitz.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/fitz.lua -------------------------------------------------------------------------------- /attic/engines/imm_conduct.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/imm_conduct.lua -------------------------------------------------------------------------------- /attic/engines/legacy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/legacy.lua -------------------------------------------------------------------------------- /attic/engines/odamex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/odamex.lua -------------------------------------------------------------------------------- /attic/engines/sktag_mons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/sktag_mons.lua -------------------------------------------------------------------------------- /attic/engines/sktag_rune.wip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/sktag_rune.wip -------------------------------------------------------------------------------- /attic/engines/sktag_theme.wip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/sktag_theme.wip -------------------------------------------------------------------------------- /attic/engines/skulltag.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/skulltag.lua -------------------------------------------------------------------------------- /attic/engines/vavoom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/engines/vavoom.lua -------------------------------------------------------------------------------- /attic/face_clip_test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/face_clip_test.lua -------------------------------------------------------------------------------- /attic/floors_fabs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/floors_fabs.lua -------------------------------------------------------------------------------- /attic/g_wolf.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/g_wolf.cc -------------------------------------------------------------------------------- /attic/gen_track.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/gen_track.lua -------------------------------------------------------------------------------- /attic/gen_weird.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/gen_weird.lua -------------------------------------------------------------------------------- /attic/gen_weird2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/gen_weird2.lua -------------------------------------------------------------------------------- /attic/glbsp_src/analyze.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/analyze.cc -------------------------------------------------------------------------------- /attic/glbsp_src/analyze.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/analyze.h -------------------------------------------------------------------------------- /attic/glbsp_src/blockmap.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/blockmap.cc -------------------------------------------------------------------------------- /attic/glbsp_src/blockmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/blockmap.h -------------------------------------------------------------------------------- /attic/glbsp_src/glbsp.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/glbsp.cc -------------------------------------------------------------------------------- /attic/glbsp_src/glbsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/glbsp.h -------------------------------------------------------------------------------- /attic/glbsp_src/level.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/level.cc -------------------------------------------------------------------------------- /attic/glbsp_src/level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/level.h -------------------------------------------------------------------------------- /attic/glbsp_src/node.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/node.cc -------------------------------------------------------------------------------- /attic/glbsp_src/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/node.h -------------------------------------------------------------------------------- /attic/glbsp_src/reject.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/reject.cc -------------------------------------------------------------------------------- /attic/glbsp_src/reject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/reject.h -------------------------------------------------------------------------------- /attic/glbsp_src/seg.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/seg.cc -------------------------------------------------------------------------------- /attic/glbsp_src/seg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/seg.h -------------------------------------------------------------------------------- /attic/glbsp_src/structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/structs.h -------------------------------------------------------------------------------- /attic/glbsp_src/system.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/system.cc -------------------------------------------------------------------------------- /attic/glbsp_src/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/system.h -------------------------------------------------------------------------------- /attic/glbsp_src/util.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/util.cc -------------------------------------------------------------------------------- /attic/glbsp_src/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/util.h -------------------------------------------------------------------------------- /attic/glbsp_src/wad.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/wad.cc -------------------------------------------------------------------------------- /attic/glbsp_src/wad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/glbsp_src/wad.h -------------------------------------------------------------------------------- /attic/grower.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/grower.lua -------------------------------------------------------------------------------- /attic/gzdoom_boss_gen.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/gzdoom_boss_gen.lua -------------------------------------------------------------------------------- /attic/hex_dm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/hex_dm.lua -------------------------------------------------------------------------------- /attic/ho_bsp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/Makefile -------------------------------------------------------------------------------- /attic/ho_bsp/analyze.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/analyze.c -------------------------------------------------------------------------------- /attic/ho_bsp/analyze.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/analyze.h -------------------------------------------------------------------------------- /attic/ho_bsp/glbsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/glbsp.c -------------------------------------------------------------------------------- /attic/ho_bsp/glbsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/glbsp.h -------------------------------------------------------------------------------- /attic/ho_bsp/level.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/level.c -------------------------------------------------------------------------------- /attic/ho_bsp/level.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/level.h -------------------------------------------------------------------------------- /attic/ho_bsp/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/main.c -------------------------------------------------------------------------------- /attic/ho_bsp/node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/node.c -------------------------------------------------------------------------------- /attic/ho_bsp/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/node.h -------------------------------------------------------------------------------- /attic/ho_bsp/seg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/seg.c -------------------------------------------------------------------------------- /attic/ho_bsp/seg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/seg.h -------------------------------------------------------------------------------- /attic/ho_bsp/structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/structs.h -------------------------------------------------------------------------------- /attic/ho_bsp/system.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/system.c -------------------------------------------------------------------------------- /attic/ho_bsp/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/system.h -------------------------------------------------------------------------------- /attic/ho_bsp/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/util.c -------------------------------------------------------------------------------- /attic/ho_bsp/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/util.h -------------------------------------------------------------------------------- /attic/ho_bsp/wad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/wad.c -------------------------------------------------------------------------------- /attic/ho_bsp/wad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ho_bsp/wad.h -------------------------------------------------------------------------------- /attic/if-then-else.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/if-then-else.diff -------------------------------------------------------------------------------- /attic/iwad_mode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/iwad_mode.lua -------------------------------------------------------------------------------- /attic/l_cube.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/l_cube.cpp -------------------------------------------------------------------------------- /attic/l_cube.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/l_cube.h -------------------------------------------------------------------------------- /attic/light_control.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/light_control.lua -------------------------------------------------------------------------------- /attic/m_console.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/m_console.cc -------------------------------------------------------------------------------- /attic/misc/forum/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/forum/index.css -------------------------------------------------------------------------------- /attic/misc/game_WIP/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/game_WIP/TODO.txt -------------------------------------------------------------------------------- /attic/misc/game_WIP/chex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/game_WIP/chex.lua -------------------------------------------------------------------------------- /attic/misc/game_WIP/hacx.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/game_WIP/hacx.lua -------------------------------------------------------------------------------- /attic/misc/game_WIP/nukem.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/game_WIP/nukem.lua -------------------------------------------------------------------------------- /attic/misc/game_WIP/quake.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/game_WIP/quake.lua -------------------------------------------------------------------------------- /attic/misc/icon_128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/icon_128x128.png -------------------------------------------------------------------------------- /attic/misc/oblige_fab.ugh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/oblige_fab.ugh -------------------------------------------------------------------------------- /attic/misc/oblige_fab.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/oblige_fab.wad -------------------------------------------------------------------------------- /attic/misc/obsidian.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/obsidian.desktop -------------------------------------------------------------------------------- /attic/misc/obsidian.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/obsidian.xpm -------------------------------------------------------------------------------- /attic/misc/pack-it.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/pack-it.sh -------------------------------------------------------------------------------- /attic/misc/pack-source.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/pack-source.sh -------------------------------------------------------------------------------- /attic/misc/test-it.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/test-it.sh -------------------------------------------------------------------------------- /attic/misc/test-many.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/test-many.sh -------------------------------------------------------------------------------- /attic/misc/wiki/oblige.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/wiki/oblige.css -------------------------------------------------------------------------------- /attic/misc/wiki/oblige.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/wiki/oblige.tmpl -------------------------------------------------------------------------------- /attic/misc/wiki/sf_logo1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/misc/wiki/sf_logo1.gif -------------------------------------------------------------------------------- /attic/no_prebuilt.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/no_prebuilt.lua -------------------------------------------------------------------------------- /attic/oa_dm7.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oa_dm7.lua -------------------------------------------------------------------------------- /attic/obc/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/obc/base.lua -------------------------------------------------------------------------------- /attic/obc/factory.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/obc/factory.lua -------------------------------------------------------------------------------- /attic/oblige_V1/Makefile.unx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/Makefile.unx -------------------------------------------------------------------------------- /attic/oblige_V1/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/README.txt -------------------------------------------------------------------------------- /attic/oblige_V1/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/TODO.txt -------------------------------------------------------------------------------- /attic/oblige_V1/a_star.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/a_star.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/a_star.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/a_star.h -------------------------------------------------------------------------------- /attic/oblige_V1/area.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/area.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/area.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/area.h -------------------------------------------------------------------------------- /attic/oblige_V1/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/defs.h -------------------------------------------------------------------------------- /attic/oblige_V1/environ.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/environ.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/environ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/environ.h -------------------------------------------------------------------------------- /attic/oblige_V1/g_control.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_control.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/g_control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_control.h -------------------------------------------------------------------------------- /attic/oblige_V1/g_dialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_dialog.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/g_dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_dialog.h -------------------------------------------------------------------------------- /attic/oblige_V1/g_grid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_grid.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/g_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_grid.h -------------------------------------------------------------------------------- /attic/oblige_V1/g_menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_menu.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/g_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_menu.h -------------------------------------------------------------------------------- /attic/oblige_V1/g_window.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_window.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/g_window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/g_window.h -------------------------------------------------------------------------------- /attic/oblige_V1/island.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/island.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/island.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/island.h -------------------------------------------------------------------------------- /attic/oblige_V1/l_block.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_block.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/l_block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_block.h -------------------------------------------------------------------------------- /attic/oblige_V1/l_cube.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_cube.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/l_cube.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_cube.h -------------------------------------------------------------------------------- /attic/oblige_V1/l_doom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_doom.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/l_doom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_doom.h -------------------------------------------------------------------------------- /attic/oblige_V1/l_dstruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_dstruct.h -------------------------------------------------------------------------------- /attic/oblige_V1/l_dwad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_dwad.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/l_dwad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_dwad.h -------------------------------------------------------------------------------- /attic/oblige_V1/l_quake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_quake.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/l_quake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_quake.h -------------------------------------------------------------------------------- /attic/oblige_V1/l_wolf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_wolf.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/l_wolf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/l_wolf.h -------------------------------------------------------------------------------- /attic/oblige_V1/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/main.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/name_gen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/name_gen.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/name_gen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/name_gen.h -------------------------------------------------------------------------------- /attic/oblige_V1/path.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/path.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/path.h -------------------------------------------------------------------------------- /attic/oblige_V1/room.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/room.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/room.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/room.h -------------------------------------------------------------------------------- /attic/oblige_V1/stage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/stage.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/stage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/stage.h -------------------------------------------------------------------------------- /attic/oblige_V1/system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/system.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/system.h -------------------------------------------------------------------------------- /attic/oblige_V1/u_assert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/u_assert.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/u_assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/u_assert.h -------------------------------------------------------------------------------- /attic/oblige_V1/u_heap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/u_heap.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/u_heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/u_heap.h -------------------------------------------------------------------------------- /attic/oblige_V1/u_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/u_list.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/u_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/u_list.h -------------------------------------------------------------------------------- /attic/oblige_V1/util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/util.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/util.h -------------------------------------------------------------------------------- /attic/oblige_V1/w_enums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/w_enums.h -------------------------------------------------------------------------------- /attic/oblige_V1/world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/world.cpp -------------------------------------------------------------------------------- /attic/oblige_V1/world.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V1/world.h -------------------------------------------------------------------------------- /attic/oblige_V2/CLASSES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/CLASSES.txt -------------------------------------------------------------------------------- /attic/oblige_V2/Makefile.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/Makefile.test -------------------------------------------------------------------------------- /attic/oblige_V2/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/README.txt -------------------------------------------------------------------------------- /attic/oblige_V2/a_star.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/a_star.lua -------------------------------------------------------------------------------- /attic/oblige_V2/builder.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/builder.lua -------------------------------------------------------------------------------- /attic/oblige_V2/defs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/defs.lua -------------------------------------------------------------------------------- /attic/oblige_V2/monster.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/monster.lua -------------------------------------------------------------------------------- /attic/oblige_V2/oblige.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/oblige.lua -------------------------------------------------------------------------------- /attic/oblige_V2/plan_dm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/plan_dm.lua -------------------------------------------------------------------------------- /attic/oblige_V2/planner.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/planner.lua -------------------------------------------------------------------------------- /attic/oblige_V2/prefab.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/prefab.lua -------------------------------------------------------------------------------- /attic/oblige_V2/run_test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/run_test.lua -------------------------------------------------------------------------------- /attic/oblige_V2/theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/theme.lua -------------------------------------------------------------------------------- /attic/oblige_V2/util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/util.lua -------------------------------------------------------------------------------- /attic/oblige_V2/writer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/writer.lua -------------------------------------------------------------------------------- /attic/oblige_V2/x_doom1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/x_doom1.lua -------------------------------------------------------------------------------- /attic/oblige_V2/x_tnt.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/x_tnt.lua -------------------------------------------------------------------------------- /attic/oblige_V2/x_wolf.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/oblige_V2/x_wolf.lua -------------------------------------------------------------------------------- /attic/old_fabs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/old_fabs.lua -------------------------------------------------------------------------------- /attic/old_news.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/old_news.htp -------------------------------------------------------------------------------- /attic/old_news2.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/old_news2.htp -------------------------------------------------------------------------------- /attic/old_v3_skins.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/old_v3_skins.lua -------------------------------------------------------------------------------- /attic/orig_web.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/orig_web.html -------------------------------------------------------------------------------- /attic/outdoor_shadows.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/outdoor_shadows.lua -------------------------------------------------------------------------------- /attic/parrot.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/parrot.wad -------------------------------------------------------------------------------- /attic/pics/emboss_dark.pgm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/pics/emboss_dark.pgm -------------------------------------------------------------------------------- /attic/pics/pop_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/pics/pop_1.png -------------------------------------------------------------------------------- /attic/plus_number.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/plus_number.diff -------------------------------------------------------------------------------- /attic/prefab_tester.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/prefab_tester.lua -------------------------------------------------------------------------------- /attic/prefabs_V4/cages.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/prefabs_V4/cages.lua -------------------------------------------------------------------------------- /attic/prefabs_V4/doors.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/prefabs_V4/doors.lua -------------------------------------------------------------------------------- /attic/prefabs_V4/exits.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/prefabs_V4/exits.lua -------------------------------------------------------------------------------- /attic/prefabs_V4/misc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/prefabs_V4/misc.lua -------------------------------------------------------------------------------- /attic/prefabs_V4/walls.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/prefabs_V4/walls.lua -------------------------------------------------------------------------------- /attic/q1_tex_old.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/q1_tex_old.cpp -------------------------------------------------------------------------------- /attic/q3_test_dm1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/q3_test_dm1.lua -------------------------------------------------------------------------------- /attic/q3_test_dm5.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/q3_test_dm5.lua -------------------------------------------------------------------------------- /attic/q3_test_dm6.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/q3_test_dm6.lua -------------------------------------------------------------------------------- /attic/q3_test_dm7.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/q3_test_dm7.lua -------------------------------------------------------------------------------- /attic/r_gui/rmz_main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/r_gui/rmz_main.cc -------------------------------------------------------------------------------- /attic/r_module/doom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/r_module/doom.lua -------------------------------------------------------------------------------- /attic/r_script/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/r_script/main.lua -------------------------------------------------------------------------------- /attic/shub.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/shub.map -------------------------------------------------------------------------------- /attic/space_test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/space_test.lua -------------------------------------------------------------------------------- /attic/space_viewer.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/space_viewer.cc -------------------------------------------------------------------------------- /attic/space_viewer.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/space_viewer.mak -------------------------------------------------------------------------------- /attic/test_csg.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/test_csg.lua -------------------------------------------------------------------------------- /attic/test_csg2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/test_csg2.lua -------------------------------------------------------------------------------- /attic/test_q2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/test_q2.lua -------------------------------------------------------------------------------- /attic/test_q2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/test_q2.map -------------------------------------------------------------------------------- /attic/titles/cave1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/cave1.tga -------------------------------------------------------------------------------- /attic/titles/chartres.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/chartres.tga -------------------------------------------------------------------------------- /attic/titles/city1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/city1.tga -------------------------------------------------------------------------------- /attic/titles/city3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/city3.tga -------------------------------------------------------------------------------- /attic/titles/crowprin.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/crowprin.tga -------------------------------------------------------------------------------- /attic/titles/darknight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/darknight.tga -------------------------------------------------------------------------------- /attic/titles/eden2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/eden2.tga -------------------------------------------------------------------------------- /attic/titles/frozen1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/frozen1.tga -------------------------------------------------------------------------------- /attic/titles/frozen2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/frozen2.tga -------------------------------------------------------------------------------- /attic/titles/hell_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/hell_1.tga -------------------------------------------------------------------------------- /attic/titles/hell_2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/hell_2.tga -------------------------------------------------------------------------------- /attic/titles/hell_3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/hell_3.tga -------------------------------------------------------------------------------- /attic/titles/necro.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/necro.tga -------------------------------------------------------------------------------- /attic/titles/ochre_pit.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/ochre_pit.tga -------------------------------------------------------------------------------- /attic/titles/space1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/space1.tga -------------------------------------------------------------------------------- /attic/titles/space2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/space2.tga -------------------------------------------------------------------------------- /attic/titles/space3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/space3.tga -------------------------------------------------------------------------------- /attic/titles/space4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/space4.tga -------------------------------------------------------------------------------- /attic/titles/swamp.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/swamp.tga -------------------------------------------------------------------------------- /attic/titles/wiztower.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/titles/wiztower.tga -------------------------------------------------------------------------------- /attic/tools/conv_fab/seg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/tools/conv_fab/seg.h -------------------------------------------------------------------------------- /attic/tools/conv_fab/wad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/tools/conv_fab/wad.c -------------------------------------------------------------------------------- /attic/tools/conv_fab/wad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/tools/conv_fab/wad.h -------------------------------------------------------------------------------- /attic/tools/editor/main.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/tools/editor/main.cc -------------------------------------------------------------------------------- /attic/trim1_s96.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/trim1_s96.wad -------------------------------------------------------------------------------- /attic/twister.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/twister.cc -------------------------------------------------------------------------------- /attic/twister.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/twister.h -------------------------------------------------------------------------------- /attic/ui_chooser.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ui_chooser.cc -------------------------------------------------------------------------------- /attic/ui_chooser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ui_chooser.h -------------------------------------------------------------------------------- /attic/ui_file.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ui_file.cc -------------------------------------------------------------------------------- /attic/ui_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ui_file.h -------------------------------------------------------------------------------- /attic/ui_grid.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ui_grid.cc -------------------------------------------------------------------------------- /attic/ui_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ui_grid.h -------------------------------------------------------------------------------- /attic/ui_optlist.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ui_optlist.cc -------------------------------------------------------------------------------- /attic/ui_optlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/ui_optlist.h -------------------------------------------------------------------------------- /attic/v3_room_fabs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/v3_room_fabs.lua -------------------------------------------------------------------------------- /attic/v4_chunks.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/v4_chunks.lua -------------------------------------------------------------------------------- /attic/v4_floors.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/v4_floors.lua -------------------------------------------------------------------------------- /attic/v4_spaceman.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/v4_spaceman.lua -------------------------------------------------------------------------------- /attic/v4_walls.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/v4_walls.lua -------------------------------------------------------------------------------- /attic/v7_weird.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/v7_weird.lua -------------------------------------------------------------------------------- /attic/web/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/Makefile -------------------------------------------------------------------------------- /attic/web/doc_about.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/doc_about.htp -------------------------------------------------------------------------------- /attic/web/doc_credits.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/doc_credits.htp -------------------------------------------------------------------------------- /attic/web/doc_faq.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/doc_faq.htp -------------------------------------------------------------------------------- /attic/web/doc_glossary.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/doc_glossary.htp -------------------------------------------------------------------------------- /attic/web/doc_history.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/doc_history.htp -------------------------------------------------------------------------------- /attic/web/doc_modding.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/doc_modding.html -------------------------------------------------------------------------------- /attic/web/doc_usage.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/doc_usage.htp -------------------------------------------------------------------------------- /attic/web/favicon3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/favicon3.ico -------------------------------------------------------------------------------- /attic/web/favicon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/favicon3.png -------------------------------------------------------------------------------- /attic/web/i_download.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/i_download.htp -------------------------------------------------------------------------------- /attic/web/i_screens.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/i_screens.htp -------------------------------------------------------------------------------- /attic/web/index.htp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/index.htp -------------------------------------------------------------------------------- /attic/web/new.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/new.css -------------------------------------------------------------------------------- /attic/web/pics/top_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/pics/top_L.png -------------------------------------------------------------------------------- /attic/web/pics/top_R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/pics/top_R.png -------------------------------------------------------------------------------- /attic/web/x_common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/x_common.inc -------------------------------------------------------------------------------- /attic/web/x_footer.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/x_footer.inc -------------------------------------------------------------------------------- /attic/web/x_header.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/web/x_header.inc -------------------------------------------------------------------------------- /attic/wolf3d.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/wolf3d.lua -------------------------------------------------------------------------------- /attic/wolf_tiler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/wolf_tiler.lua -------------------------------------------------------------------------------- /attic/wolf_write.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/wolf_write.lua -------------------------------------------------------------------------------- /attic/x_spear.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/x_spear.lua -------------------------------------------------------------------------------- /attic/z_pats.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/z_pats.lua -------------------------------------------------------------------------------- /attic/zdoom_beastiary.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/zdoom_beastiary.lua -------------------------------------------------------------------------------- /attic/zf_input.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/zf_input.cc -------------------------------------------------------------------------------- /attic/zf_input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/zf_input.h -------------------------------------------------------------------------------- /attic/zf_menu.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/zf_menu.cc -------------------------------------------------------------------------------- /attic/zf_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/attic/zf_menu.h -------------------------------------------------------------------------------- /cmake/CPM.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/cmake/CPM.cmake -------------------------------------------------------------------------------- /cmake/config.h.cmake-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/cmake/config.h.cmake-in -------------------------------------------------------------------------------- /data/bg/airduct.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/airduct.tga -------------------------------------------------------------------------------- /data/bg/block1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/block1.tga -------------------------------------------------------------------------------- /data/bg/block2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/block2.tga -------------------------------------------------------------------------------- /data/bg/bodiesc.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/bodiesc.tga -------------------------------------------------------------------------------- /data/bg/bricks08.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/bricks08.tga -------------------------------------------------------------------------------- /data/bg/bricks09.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/bricks09.tga -------------------------------------------------------------------------------- /data/bg/bronze5.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/bronze5.tga -------------------------------------------------------------------------------- /data/bg/cement.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/cement.tga -------------------------------------------------------------------------------- /data/bg/darkf03.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/darkf03.tga -------------------------------------------------------------------------------- /data/bg/goth10.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/goth10.tga -------------------------------------------------------------------------------- /data/bg/goth36.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/goth36.tga -------------------------------------------------------------------------------- /data/bg/goth50.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/goth50.tga -------------------------------------------------------------------------------- /data/bg/goth51.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/goth51.tga -------------------------------------------------------------------------------- /data/bg/goth6.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/goth6.tga -------------------------------------------------------------------------------- /data/bg/graymet2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/graymet2.tga -------------------------------------------------------------------------------- /data/bg/helmet1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/helmet1.tga -------------------------------------------------------------------------------- /data/bg/helmet2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/helmet2.tga -------------------------------------------------------------------------------- /data/bg/helwal1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/helwal1.tga -------------------------------------------------------------------------------- /data/bg/lamp1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/lamp1.tga -------------------------------------------------------------------------------- /data/bg/lamp2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/lamp2.tga -------------------------------------------------------------------------------- /data/bg/lamp3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/lamp3.tga -------------------------------------------------------------------------------- /data/bg/rdrok1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/bg/rdrok1.tga -------------------------------------------------------------------------------- /data/endoom/ENDOOM.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/endoom/ENDOOM.bin -------------------------------------------------------------------------------- /data/logo1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/logo1.tga -------------------------------------------------------------------------------- /data/logo1_t.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/logo1_t.tga -------------------------------------------------------------------------------- /data/masks/compgreen.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/masks/compgreen.tga -------------------------------------------------------------------------------- /data/masks/fireblu.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/masks/fireblu.tga -------------------------------------------------------------------------------- /data/masks/groovy1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/masks/groovy1.tga -------------------------------------------------------------------------------- /data/masks/redrock.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/masks/redrock.tga -------------------------------------------------------------------------------- /data/masks/shawn_r.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/masks/shawn_r.tga -------------------------------------------------------------------------------- /data/masks/yellowish.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/masks/yellowish.tga -------------------------------------------------------------------------------- /data/music/D_DM2INT.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/music/D_DM2INT.ogg -------------------------------------------------------------------------------- /data/sounds/ARCTIC.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/ARCTIC.ogg -------------------------------------------------------------------------------- /data/sounds/BATHFAN.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/BATHFAN.ogg -------------------------------------------------------------------------------- /data/sounds/CAVEAMB.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/CAVEAMB.ogg -------------------------------------------------------------------------------- /data/sounds/COMPSTN.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/COMPSTN.ogg -------------------------------------------------------------------------------- /data/sounds/CONVMECH.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/CONVMECH.ogg -------------------------------------------------------------------------------- /data/sounds/DESERT.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/DESERT.ogg -------------------------------------------------------------------------------- /data/sounds/DSRAT.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/DSRAT.ogg -------------------------------------------------------------------------------- /data/sounds/DSRATDI1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/DSRATDI1.ogg -------------------------------------------------------------------------------- /data/sounds/DSRATDI2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/DSRATDI2.ogg -------------------------------------------------------------------------------- /data/sounds/DSRATIDL.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/DSRATIDL.ogg -------------------------------------------------------------------------------- /data/sounds/FANSND.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/FANSND.ogg -------------------------------------------------------------------------------- /data/sounds/FLYBUZZ.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/FLYBUZZ.ogg -------------------------------------------------------------------------------- /data/sounds/HELLIND.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/HELLIND.ogg -------------------------------------------------------------------------------- /data/sounds/HELLOUT.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/HELLOUT.ogg -------------------------------------------------------------------------------- /data/sounds/MACHNAIR.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/MACHNAIR.ogg -------------------------------------------------------------------------------- /data/sounds/MACHVENT.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/MACHVENT.ogg -------------------------------------------------------------------------------- /data/sounds/PIPELINE.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/PIPELINE.ogg -------------------------------------------------------------------------------- /data/sounds/RAINAMB.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/RAINAMB.ogg -------------------------------------------------------------------------------- /data/sounds/RATCRAWL.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/RATCRAWL.ogg -------------------------------------------------------------------------------- /data/sounds/SKLLCHNT.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/SKLLCHNT.ogg -------------------------------------------------------------------------------- /data/sounds/SPARKING.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/SPARKING.ogg -------------------------------------------------------------------------------- /data/sounds/STATIC.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/STATIC.ogg -------------------------------------------------------------------------------- /data/sounds/STREETAM.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/STREETAM.ogg -------------------------------------------------------------------------------- /data/sounds/TECHAMB.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/TECHAMB.ogg -------------------------------------------------------------------------------- /data/sounds/TECHIND.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/TECHIND.ogg -------------------------------------------------------------------------------- /data/sounds/TEMPPARK.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/TEMPPARK.ogg -------------------------------------------------------------------------------- /data/sounds/TOILETRN.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/TOILETRN.ogg -------------------------------------------------------------------------------- /data/sounds/VENDHUM.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/VENDHUM.ogg -------------------------------------------------------------------------------- /data/sounds/WATDRAIN.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/WATDRAIN.ogg -------------------------------------------------------------------------------- /data/sounds/WATFALL.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/WATFALL.ogg -------------------------------------------------------------------------------- /data/sounds/WATSTRM.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/WATSTRM.ogg -------------------------------------------------------------------------------- /data/sounds/WATTANK.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/data/sounds/WATTANK.ogg -------------------------------------------------------------------------------- /engines/build.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/engines/build.lua -------------------------------------------------------------------------------- /engines/idtech.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/engines/idtech.lua -------------------------------------------------------------------------------- /games/chex/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/base.lua -------------------------------------------------------------------------------- /games/chex/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/entities.lua -------------------------------------------------------------------------------- /games/chex/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/chex/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/levels.lua -------------------------------------------------------------------------------- /games/chex/materials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/materials.lua -------------------------------------------------------------------------------- /games/chex/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/monsters.lua -------------------------------------------------------------------------------- /games/chex/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/params.lua -------------------------------------------------------------------------------- /games/chex/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/pickups.lua -------------------------------------------------------------------------------- /games/chex/resources.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/resources.lua -------------------------------------------------------------------------------- /games/chex/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/themes.lua -------------------------------------------------------------------------------- /games/chex/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/chex/weapons.lua -------------------------------------------------------------------------------- /games/doom/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/base.lua -------------------------------------------------------------------------------- /games/doom/data/ADVCR1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVCR1.png -------------------------------------------------------------------------------- /games/doom/data/ADVCR2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVCR2.png -------------------------------------------------------------------------------- /games/doom/data/ADVCR3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVCR3.png -------------------------------------------------------------------------------- /games/doom/data/ADVCR4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVCR4.png -------------------------------------------------------------------------------- /games/doom/data/ADVCR5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVCR5.png -------------------------------------------------------------------------------- /games/doom/data/ADVDE1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVDE1.png -------------------------------------------------------------------------------- /games/doom/data/ADVDE2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVDE2.png -------------------------------------------------------------------------------- /games/doom/data/ADVDE3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVDE3.png -------------------------------------------------------------------------------- /games/doom/data/ADVDE4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVDE4.png -------------------------------------------------------------------------------- /games/doom/data/ADVDE5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ADVDE5.png -------------------------------------------------------------------------------- /games/doom/data/ARCD10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD10.png -------------------------------------------------------------------------------- /games/doom/data/ARCD11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD11.png -------------------------------------------------------------------------------- /games/doom/data/ARCD2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD2.png -------------------------------------------------------------------------------- /games/doom/data/ARCD3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD3.png -------------------------------------------------------------------------------- /games/doom/data/ARCD4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD4.png -------------------------------------------------------------------------------- /games/doom/data/ARCD5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD5.png -------------------------------------------------------------------------------- /games/doom/data/ARCD6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD6.png -------------------------------------------------------------------------------- /games/doom/data/ARCD7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD7.png -------------------------------------------------------------------------------- /games/doom/data/ARCD8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD8.png -------------------------------------------------------------------------------- /games/doom/data/ARCD9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/ARCD9.png -------------------------------------------------------------------------------- /games/doom/data/Fly.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/Fly.wad -------------------------------------------------------------------------------- /games/doom/data/Rats.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/Rats.wad -------------------------------------------------------------------------------- /games/doom/data/TAG1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG1.png -------------------------------------------------------------------------------- /games/doom/data/TAG10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG10.png -------------------------------------------------------------------------------- /games/doom/data/TAG11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG11.png -------------------------------------------------------------------------------- /games/doom/data/TAG12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG12.png -------------------------------------------------------------------------------- /games/doom/data/TAG2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG2.png -------------------------------------------------------------------------------- /games/doom/data/TAG3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG3.png -------------------------------------------------------------------------------- /games/doom/data/TAG4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG4.png -------------------------------------------------------------------------------- /games/doom/data/TAG5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG5.png -------------------------------------------------------------------------------- /games/doom/data/TAG6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG6.png -------------------------------------------------------------------------------- /games/doom/data/TAG7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG7.png -------------------------------------------------------------------------------- /games/doom/data/TAG8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG8.png -------------------------------------------------------------------------------- /games/doom/data/TAG9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAG9.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR1.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR2.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR3.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR4.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR5.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR6.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR7.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR8.png -------------------------------------------------------------------------------- /games/doom/data/TAGCR9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGCR9.png -------------------------------------------------------------------------------- /games/doom/data/TAGS1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGS1.png -------------------------------------------------------------------------------- /games/doom/data/TAGS2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGS2.png -------------------------------------------------------------------------------- /games/doom/data/TAGS3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGS3.png -------------------------------------------------------------------------------- /games/doom/data/TAGS4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/TAGS4.png -------------------------------------------------------------------------------- /games/doom/data/events.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/events.wad -------------------------------------------------------------------------------- /games/doom/data/logos.wad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/data/logos.wad -------------------------------------------------------------------------------- /games/doom/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/entities.lua -------------------------------------------------------------------------------- /games/doom/factory.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/factory.lua -------------------------------------------------------------------------------- /games/doom/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/levels.lua -------------------------------------------------------------------------------- /games/doom/materials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/materials.lua -------------------------------------------------------------------------------- /games/doom/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/monsters.lua -------------------------------------------------------------------------------- /games/doom/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/params.lua -------------------------------------------------------------------------------- /games/doom/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/pickups.lua -------------------------------------------------------------------------------- /games/doom/resources.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/resources.lua -------------------------------------------------------------------------------- /games/doom/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/themes.lua -------------------------------------------------------------------------------- /games/doom/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/weapons.lua -------------------------------------------------------------------------------- /games/doom/x_doom1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/x_doom1.lua -------------------------------------------------------------------------------- /games/doom/x_plutonia.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/x_plutonia.lua -------------------------------------------------------------------------------- /games/doom/x_tnt.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/doom/x_tnt.lua -------------------------------------------------------------------------------- /games/generic/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/generic/base.lua -------------------------------------------------------------------------------- /games/generic/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/generic/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/base.lua -------------------------------------------------------------------------------- /games/hacx/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/entities.lua -------------------------------------------------------------------------------- /games/hacx/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hacx/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/levels.lua -------------------------------------------------------------------------------- /games/hacx/materials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/materials.lua -------------------------------------------------------------------------------- /games/hacx/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/monsters.lua -------------------------------------------------------------------------------- /games/hacx/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/params.lua -------------------------------------------------------------------------------- /games/hacx/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/pickups.lua -------------------------------------------------------------------------------- /games/hacx/resources.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/resources.lua -------------------------------------------------------------------------------- /games/hacx/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/themes.lua -------------------------------------------------------------------------------- /games/hacx/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hacx/weapons.lua -------------------------------------------------------------------------------- /games/harmony/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/harmony/base.lua -------------------------------------------------------------------------------- /games/harmony/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/harmony/entities.lua -------------------------------------------------------------------------------- /games/harmony/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/harmony/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/harmony/levels.lua -------------------------------------------------------------------------------- /games/harmony/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/harmony/monsters.lua -------------------------------------------------------------------------------- /games/harmony/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/harmony/params.lua -------------------------------------------------------------------------------- /games/harmony/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/harmony/pickups.lua -------------------------------------------------------------------------------- /games/harmony/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/harmony/themes.lua -------------------------------------------------------------------------------- /games/harmony/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/harmony/weapons.lua -------------------------------------------------------------------------------- /games/heretic/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/base.lua -------------------------------------------------------------------------------- /games/heretic/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/entities.lua -------------------------------------------------------------------------------- /games/heretic/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/heretic/factory.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/factory.lua -------------------------------------------------------------------------------- /games/heretic/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/levels.lua -------------------------------------------------------------------------------- /games/heretic/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/monsters.lua -------------------------------------------------------------------------------- /games/heretic/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/params.lua -------------------------------------------------------------------------------- /games/heretic/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/pickups.lua -------------------------------------------------------------------------------- /games/heretic/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/themes.lua -------------------------------------------------------------------------------- /games/heretic/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/heretic/weapons.lua -------------------------------------------------------------------------------- /games/hexen/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/base.lua -------------------------------------------------------------------------------- /games/hexen/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/entities.lua -------------------------------------------------------------------------------- /games/hexen/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/hexen/factory.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/factory.lua -------------------------------------------------------------------------------- /games/hexen/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/levels.lua -------------------------------------------------------------------------------- /games/hexen/materials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/materials.lua -------------------------------------------------------------------------------- /games/hexen/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/monsters.lua -------------------------------------------------------------------------------- /games/hexen/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/params.lua -------------------------------------------------------------------------------- /games/hexen/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/pickups.lua -------------------------------------------------------------------------------- /games/hexen/resources.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/resources.lua -------------------------------------------------------------------------------- /games/hexen/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/themes.lua -------------------------------------------------------------------------------- /games/hexen/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/hexen/weapons.lua -------------------------------------------------------------------------------- /games/noah/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/noah/base.lua -------------------------------------------------------------------------------- /games/noah/factory.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/noah/factory.lua -------------------------------------------------------------------------------- /games/nukem/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/base.lua -------------------------------------------------------------------------------- /games/nukem/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/entities.lua -------------------------------------------------------------------------------- /games/nukem/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/nukem/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/levels.lua -------------------------------------------------------------------------------- /games/nukem/materials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/materials.lua -------------------------------------------------------------------------------- /games/nukem/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/monsters.lua -------------------------------------------------------------------------------- /games/nukem/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/params.lua -------------------------------------------------------------------------------- /games/nukem/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/pickups.lua -------------------------------------------------------------------------------- /games/nukem/resources.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/resources.lua -------------------------------------------------------------------------------- /games/nukem/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/themes.lua -------------------------------------------------------------------------------- /games/nukem/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/nukem/weapons.lua -------------------------------------------------------------------------------- /games/quake/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/base.lua -------------------------------------------------------------------------------- /games/quake/data/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/entities.lua -------------------------------------------------------------------------------- /games/quake/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quake/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/levels.lua -------------------------------------------------------------------------------- /games/quake/materials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/materials.lua -------------------------------------------------------------------------------- /games/quake/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/monsters.lua -------------------------------------------------------------------------------- /games/quake/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/params.lua -------------------------------------------------------------------------------- /games/quake/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/pickups.lua -------------------------------------------------------------------------------- /games/quake/resources.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/resources.lua -------------------------------------------------------------------------------- /games/quake/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/themes.lua -------------------------------------------------------------------------------- /games/quake/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/quake/weapons.lua -------------------------------------------------------------------------------- /games/strife/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/base.lua -------------------------------------------------------------------------------- /games/strife/entities.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/entities.lua -------------------------------------------------------------------------------- /games/strife/fabs/bridge/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/cage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/decor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/door/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/exit/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/fence/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/hall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/item/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/joiner/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/misc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/picture/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/quest/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/road/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/skybox/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/stairs/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/start/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/switch/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/teleporter/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/trap/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/fabs/window/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/strife/levels.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/levels.lua -------------------------------------------------------------------------------- /games/strife/materials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/materials.lua -------------------------------------------------------------------------------- /games/strife/monsters.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/monsters.lua -------------------------------------------------------------------------------- /games/strife/params.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/params.lua -------------------------------------------------------------------------------- /games/strife/pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/pickups.lua -------------------------------------------------------------------------------- /games/strife/resources.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/resources.lua -------------------------------------------------------------------------------- /games/strife/themes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/themes.lua -------------------------------------------------------------------------------- /games/strife/weapons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/strife/weapons.lua -------------------------------------------------------------------------------- /games/wolf/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/wolf/base.lua -------------------------------------------------------------------------------- /games/wolf/factory.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/wolf/factory.lua -------------------------------------------------------------------------------- /games/wolf/x_spear.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/games/wolf/x_spear.lua -------------------------------------------------------------------------------- /language/LANGS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/language/LANGS.txt -------------------------------------------------------------------------------- /language/en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/language/en.txt -------------------------------------------------------------------------------- /language/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/language/ru.po -------------------------------------------------------------------------------- /language/ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/language/ru.txt -------------------------------------------------------------------------------- /misc/obsidian.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/misc/obsidian.desktop -------------------------------------------------------------------------------- /modules/chex3/ctl_chex.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/chex3/ctl_chex.lua -------------------------------------------------------------------------------- /modules/ctl_doom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/ctl_doom.lua -------------------------------------------------------------------------------- /modules/debugger.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/debugger.lua -------------------------------------------------------------------------------- /modules/export_map.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/export_map.lua -------------------------------------------------------------------------------- /modules/gzdoom_fauna.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/gzdoom_fauna.lua -------------------------------------------------------------------------------- /modules/hacx/ctl_hacx.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/hacx/ctl_hacx.lua -------------------------------------------------------------------------------- /modules/iwad_mode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/iwad_mode.lua -------------------------------------------------------------------------------- /modules/jokewad_module.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/jokewad_module.lua -------------------------------------------------------------------------------- /modules/megawad_swap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/megawad_swap.lua -------------------------------------------------------------------------------- /modules/miscellaneous.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/miscellaneous.lua -------------------------------------------------------------------------------- /modules/music_swap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/music_swap.lua -------------------------------------------------------------------------------- /modules/sky_generator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/sky_generator.lua -------------------------------------------------------------------------------- /modules/stealth_mons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/stealth_mons.lua -------------------------------------------------------------------------------- /modules/story_gen.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/story_gen.lua -------------------------------------------------------------------------------- /modules/theme_control.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/theme_control.lua -------------------------------------------------------------------------------- /modules/ui_arch.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/ui_arch.lua -------------------------------------------------------------------------------- /modules/ui_mons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/ui_mons.lua -------------------------------------------------------------------------------- /modules/ui_pickups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/ui_pickups.lua -------------------------------------------------------------------------------- /modules/ui_slump.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/ui_slump.lua -------------------------------------------------------------------------------- /modules/zdoom_marines.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/zdoom_marines.lua -------------------------------------------------------------------------------- /modules/zdoom_sounds.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/zdoom_sounds.lua -------------------------------------------------------------------------------- /modules/zdoom_specials.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/zdoom_specials.lua -------------------------------------------------------------------------------- /modules/zdoom_stories.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/modules/zdoom_stories.lua -------------------------------------------------------------------------------- /ports/boom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/ports/boom.lua -------------------------------------------------------------------------------- /ports/edge.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/ports/edge.lua -------------------------------------------------------------------------------- /ports/eternity.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/ports/eternity.lua -------------------------------------------------------------------------------- /ports/fs_things.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/ports/fs_things.lua -------------------------------------------------------------------------------- /ports/vanilla.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/ports/vanilla.lua -------------------------------------------------------------------------------- /ports/xlat.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/ports/xlat.lua -------------------------------------------------------------------------------- /ports/zdoom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/ports/zdoom.lua -------------------------------------------------------------------------------- /scripts/094/a_star.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/094/a_star.lua -------------------------------------------------------------------------------- /scripts/094/builder.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/094/builder.lua -------------------------------------------------------------------------------- /scripts/094/defs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/094/defs.lua -------------------------------------------------------------------------------- /scripts/094/monster.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/094/monster.lua -------------------------------------------------------------------------------- /scripts/094/plan_dm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/094/plan_dm.lua -------------------------------------------------------------------------------- /scripts/094/planner.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/094/planner.lua -------------------------------------------------------------------------------- /scripts/094/theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/094/theme.lua -------------------------------------------------------------------------------- /scripts/094/writer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/094/writer.lua -------------------------------------------------------------------------------- /scripts/area.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/area.lua -------------------------------------------------------------------------------- /scripts/autodetail.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/autodetail.lua -------------------------------------------------------------------------------- /scripts/automata.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/automata.lua -------------------------------------------------------------------------------- /scripts/boss_map.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/boss_map.lua -------------------------------------------------------------------------------- /scripts/brush.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/brush.lua -------------------------------------------------------------------------------- /scripts/cave.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/cave.lua -------------------------------------------------------------------------------- /scripts/connect.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/connect.lua -------------------------------------------------------------------------------- /scripts/defs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/defs.lua -------------------------------------------------------------------------------- /scripts/fight.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/fight.lua -------------------------------------------------------------------------------- /scripts/grower.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/grower.lua -------------------------------------------------------------------------------- /scripts/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/init.lua -------------------------------------------------------------------------------- /scripts/item.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/item.lua -------------------------------------------------------------------------------- /scripts/layout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/layout.lua -------------------------------------------------------------------------------- /scripts/level.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/level.lua -------------------------------------------------------------------------------- /scripts/monster.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/monster.lua -------------------------------------------------------------------------------- /scripts/naming.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/naming.lua -------------------------------------------------------------------------------- /scripts/obsidian.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/obsidian.lua -------------------------------------------------------------------------------- /scripts/prefab.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/prefab.lua -------------------------------------------------------------------------------- /scripts/profiler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/profiler.lua -------------------------------------------------------------------------------- /scripts/quest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/quest.lua -------------------------------------------------------------------------------- /scripts/render.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/render.lua -------------------------------------------------------------------------------- /scripts/room.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/room.lua -------------------------------------------------------------------------------- /scripts/script_manager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/script_manager.lua -------------------------------------------------------------------------------- /scripts/seed.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/seed.lua -------------------------------------------------------------------------------- /scripts/shapes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/shapes.lua -------------------------------------------------------------------------------- /scripts/title_gen.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/title_gen.lua -------------------------------------------------------------------------------- /scripts/util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/scripts/util.lua -------------------------------------------------------------------------------- /source_files/fltk/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/COPYING -------------------------------------------------------------------------------- /source_files/fltk/FL/Fl.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/FL/Fl.H -------------------------------------------------------------------------------- /source_files/fltk/FL/gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/FL/gl.h -------------------------------------------------------------------------------- /source_files/fltk/FL/glu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/FL/glu.h -------------------------------------------------------------------------------- /source_files/fltk/FL/mac.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/FL/mac.H -------------------------------------------------------------------------------- /source_files/fltk/FL/x.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/FL/x.H -------------------------------------------------------------------------------- /source_files/fltk/FL/x11.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/FL/x11.H -------------------------------------------------------------------------------- /source_files/fltk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/Makefile -------------------------------------------------------------------------------- /source_files/fltk/documentation/copyright.dox.in: -------------------------------------------------------------------------------- 1 | Copyright © 1998 - @YEAR@ by Bill Spitzak and others. 2 | -------------------------------------------------------------------------------- /source_files/fltk/fltk.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/fltk.xpm -------------------------------------------------------------------------------- /source_files/fltk/fltk_version.dat: -------------------------------------------------------------------------------- 1 | 1.4.0 2 | -------------------------------------------------------------------------------- /source_files/fltk/forms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/forms.h -------------------------------------------------------------------------------- /source_files/fltk/png/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/png/TODO -------------------------------------------------------------------------------- /source_files/fltk/src/xutf8/Ximint.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_files/fltk/src/xutf8/Xlibint.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /source_files/fltk/zlib/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fltk/zlib/FAQ -------------------------------------------------------------------------------- /source_files/fmt/src/os.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/fmt/src/os.cc -------------------------------------------------------------------------------- /source_files/fmt/support/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /source_files/fmt/support/bazel/.bazelrc: -------------------------------------------------------------------------------- 1 | build --symlink_prefix=/ # Out of source build 2 | -------------------------------------------------------------------------------- /source_files/fmt/support/bazel/.bazelversion: -------------------------------------------------------------------------------- 1 | 4.2.1 2 | -------------------------------------------------------------------------------- /source_files/fmt/support/bazel/WORKSPACE.bazel: -------------------------------------------------------------------------------- 1 | workspace(name = "fmt") 2 | -------------------------------------------------------------------------------- /source_files/fmt/support/rtd/theme/theme.conf: -------------------------------------------------------------------------------- 1 | [theme] 2 | inherit = basic 3 | -------------------------------------------------------------------------------- /source_files/gif-h/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/gif-h/LICENSE -------------------------------------------------------------------------------- /source_files/gif-h/gif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/gif-h/gif.h -------------------------------------------------------------------------------- /source_files/lua/.gitattributes: -------------------------------------------------------------------------------- 1 | *.bat binary 2 | -------------------------------------------------------------------------------- /source_files/lua/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/lua/COPYRIGHT -------------------------------------------------------------------------------- /source_files/lua/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/lua/Makefile -------------------------------------------------------------------------------- /source_files/lua/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/lua/README -------------------------------------------------------------------------------- /source_files/lua/src/jit/.gitignore: -------------------------------------------------------------------------------- 1 | vmdef.lua 2 | -------------------------------------------------------------------------------- /source_files/lua/src/lua.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/lua/src/lua.h -------------------------------------------------------------------------------- /source_files/miniz/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/miniz/LICENSE -------------------------------------------------------------------------------- /source_files/miniz/miniz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/miniz/miniz.c -------------------------------------------------------------------------------- /source_files/miniz/miniz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/miniz/miniz.h -------------------------------------------------------------------------------- /source_files/physfs/.gitignore: -------------------------------------------------------------------------------- 1 | cmake-build 2 | 3 | -------------------------------------------------------------------------------- /source_files/slump/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/slump/COPYING -------------------------------------------------------------------------------- /source_files/slump/GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/slump/GPL -------------------------------------------------------------------------------- /source_files/slump/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/slump/README -------------------------------------------------------------------------------- /source_files/slump/dump.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/slump/dump.cc -------------------------------------------------------------------------------- /source_files/slump/slump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/slump/slump.h -------------------------------------------------------------------------------- /source_files/spdlog/.gitattributes: -------------------------------------------------------------------------------- 1 | * text=false 2 | -------------------------------------------------------------------------------- /source_files/zdbsp/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/zdbsp/COPYING -------------------------------------------------------------------------------- /source_files/zdbsp/zdbsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/zdbsp/zdbsp.h -------------------------------------------------------------------------------- /source_files/zdbsp/zdwad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/source_files/zdbsp/zdwad.h -------------------------------------------------------------------------------- /theme/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /theme/80s_synth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/80s_synth.txt -------------------------------------------------------------------------------- /theme/80s_synth_v2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/80s_synth_v2.txt -------------------------------------------------------------------------------- /theme/Backroom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/Backroom.txt -------------------------------------------------------------------------------- /theme/Excel365.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/Excel365.txt -------------------------------------------------------------------------------- /theme/black_ops.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/black_ops.txt -------------------------------------------------------------------------------- /theme/canada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/canada.txt -------------------------------------------------------------------------------- /theme/cherry_garcia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/cherry_garcia.txt -------------------------------------------------------------------------------- /theme/cool_blue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/cool_blue.txt -------------------------------------------------------------------------------- /theme/cool_blue_v2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/cool_blue_v2.txt -------------------------------------------------------------------------------- /theme/dan_the_noob.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/dan_the_noob.txt -------------------------------------------------------------------------------- /theme/discord_dark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/discord_dark.txt -------------------------------------------------------------------------------- /theme/discord_light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/discord_light.txt -------------------------------------------------------------------------------- /theme/doom3pda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/doom3pda.txt -------------------------------------------------------------------------------- /theme/doom_automap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/doom_automap.txt -------------------------------------------------------------------------------- /theme/doom_pinky.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/doom_pinky.txt -------------------------------------------------------------------------------- /theme/doomimp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/doomimp.txt -------------------------------------------------------------------------------- /theme/firefox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/firefox.txt -------------------------------------------------------------------------------- /theme/fonts/3270/3270.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/fonts/3270/3270.ttf -------------------------------------------------------------------------------- /theme/fonts/Kalam/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/fonts/Kalam/OFL.txt -------------------------------------------------------------------------------- /theme/fonts/Teko/OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/fonts/Teko/OFL.txt -------------------------------------------------------------------------------- /theme/hot_dog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/hot_dog.txt -------------------------------------------------------------------------------- /theme/macintosh-minus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/macintosh-minus.txt -------------------------------------------------------------------------------- /theme/matrix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/matrix.txt -------------------------------------------------------------------------------- /theme/megaman.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/megaman.txt -------------------------------------------------------------------------------- /theme/nes_link.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/nes_link.txt -------------------------------------------------------------------------------- /theme/nes_link_v2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/nes_link_v2.txt -------------------------------------------------------------------------------- /theme/nes_smb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/nes_smb.txt -------------------------------------------------------------------------------- /theme/nes_zelda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/nes_zelda.txt -------------------------------------------------------------------------------- /theme/obhack.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/obhack.txt -------------------------------------------------------------------------------- /theme/oblige097.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/oblige097.txt -------------------------------------------------------------------------------- /theme/oblige3-6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/oblige3-6.txt -------------------------------------------------------------------------------- /theme/oblige770.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/oblige770.txt -------------------------------------------------------------------------------- /theme/oblige_logo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/oblige_logo.txt -------------------------------------------------------------------------------- /theme/obsidian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/obsidian.txt -------------------------------------------------------------------------------- /theme/rick.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/rick.txt -------------------------------------------------------------------------------- /theme/samiam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/samiam.txt -------------------------------------------------------------------------------- /theme/usa_flag.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/usa_flag.txt -------------------------------------------------------------------------------- /theme/vscode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/vscode.txt -------------------------------------------------------------------------------- /theme/windows95.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/windows95.txt -------------------------------------------------------------------------------- /theme/xbox_dashboard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/xbox_dashboard.txt -------------------------------------------------------------------------------- /theme/zdoom_forums.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/zdoom_forums.txt -------------------------------------------------------------------------------- /theme/zdoom_submerged.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/theme/zdoom_submerged.txt -------------------------------------------------------------------------------- /tools/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/printref.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/obsidian-level-maker/Obsidian/HEAD/tools/printref.schema.json -------------------------------------------------------------------------------- /xp_stuff/.gitignore: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------