]> git.lizzy.rs Git - dragonfireclient.git/commit
Rename “Minimal development test” to “Development Test” (#9928)
authorWuzzy <wuzzy2@mail.ru>
Mon, 25 May 2020 22:17:52 +0000 (00:17 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 22:17:52 +0000 (00:17 +0200)
commit083b285f4319c470f307f0b52f03a2fb68facd38
treebdd02540ad58756a38606f03a995ab837a176709
parentb546e8938d41aa9e3101fb9d4d5b02924ed73b60
Rename “Minimal development test” to “Development Test” (#9928)
731 files changed:
CMakeLists.txt
README.md
builtin/mainmenu/dlg_create_world.lua
doc/lua_api.txt
games/devtest/LICENSE.txt [new file with mode: 0644]
games/devtest/README.md [new file with mode: 0644]
games/devtest/game.conf [new file with mode: 0644]
games/devtest/menu/background.png [new file with mode: 0644]
games/devtest/menu/header.png [new file with mode: 0644]
games/devtest/menu/icon.png [new file with mode: 0644]
games/devtest/mods/basenodes/init.lua [new file with mode: 0644]
games/devtest/mods/basenodes/mod.conf [new file with mode: 0644]
games/devtest/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/basenodes_snow_sheet.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_apple.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_cobble.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_desert_sand.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_desert_stone.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_dirt.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_grass.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_grass_side.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_gravel.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_ice.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_junglegrass.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_jungleleaves.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_jungletree.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_jungletree_top.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_lava.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_lava_flowing.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_leaves.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_mossycobble.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_pine_needles.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_pine_tree.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_pine_tree_top.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_river_water.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_river_water_flowing.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_sand.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_snow.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_snow_side.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_stone.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_tree.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_tree_top.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_water.png [new file with mode: 0644]
games/devtest/mods/basenodes/textures/default_water_flowing.png [new file with mode: 0644]
games/devtest/mods/basetools/init.lua [new file with mode: 0644]
games/devtest/mods/basetools/mod.conf [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_dirtpick.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_firesword.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_icesword.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_mesepick.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_steelaxe.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_steeldagger.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_steelpick.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_steelpick_l1.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_steelpick_l2.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_steelshears.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_steelshovel.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_steelsword.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_stoneaxe.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_stonepick.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_stoneshears.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_stoneshovel.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_stonesword.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_woodaxe.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_woodpick.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_woodshears.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_woodshovel.png [new file with mode: 0644]
games/devtest/mods/basetools/textures/basetools_woodsword.png [new file with mode: 0644]
games/devtest/mods/bucket/init.lua [new file with mode: 0644]
games/devtest/mods/bucket/mod.conf [new file with mode: 0644]
games/devtest/mods/bucket/textures/bucket.png [new file with mode: 0644]
games/devtest/mods/bucket/textures/bucket_lava.png [new file with mode: 0644]
games/devtest/mods/bucket/textures/bucket_water.png [new file with mode: 0644]
games/devtest/mods/chest/init.lua [new file with mode: 0644]
games/devtest/mods/chest/mod.conf [new file with mode: 0644]
games/devtest/mods/chest/textures/chest_chest.png [new file with mode: 0644]
games/devtest/mods/chest_of_everything/init.lua [new file with mode: 0644]
games/devtest/mods/chest_of_everything/mod.conf [new file with mode: 0644]
games/devtest/mods/chest_of_everything/textures/chest_of_everything_chest.png [new file with mode: 0644]
games/devtest/mods/dignodes/init.lua [new file with mode: 0644]
games/devtest/mods/dignodes/mod.conf [new file with mode: 0644]
games/devtest/mods/dignodes/textures/dignodes_choppy.png [new file with mode: 0644]
games/devtest/mods/dignodes/textures/dignodes_cracky.png [new file with mode: 0644]
games/devtest/mods/dignodes/textures/dignodes_crumbly.png [new file with mode: 0644]
games/devtest/mods/dignodes/textures/dignodes_dig_immediate.png [new file with mode: 0644]
games/devtest/mods/dignodes/textures/dignodes_none.png [new file with mode: 0644]
games/devtest/mods/dignodes/textures/dignodes_rating1.png [new file with mode: 0644]
games/devtest/mods/dignodes/textures/dignodes_rating2.png [new file with mode: 0644]
games/devtest/mods/dignodes/textures/dignodes_rating3.png [new file with mode: 0644]
games/devtest/mods/experimental/commands.lua [new file with mode: 0644]
games/devtest/mods/experimental/detached.lua [new file with mode: 0644]
games/devtest/mods/experimental/init.lua [new file with mode: 0644]
games/devtest/mods/experimental/items.lua [new file with mode: 0644]
games/devtest/mods/experimental/mod.conf [new file with mode: 0644]
games/devtest/mods/experimental/textures/experimental_callback_node.png [new file with mode: 0644]
games/devtest/mods/experimental/textures/experimental_particle_sheet.png [new file with mode: 0644]
games/devtest/mods/experimental/textures/experimental_particle_vertical.png [new file with mode: 0644]
games/devtest/mods/experimental/textures/experimental_tester_tool_1.png [new file with mode: 0644]
games/devtest/mods/give_initial_stuff/init.lua [new file with mode: 0644]
games/devtest/mods/give_initial_stuff/mod.conf [new file with mode: 0644]
games/devtest/mods/initial_message/init.lua [new file with mode: 0644]
games/devtest/mods/initial_message/mod.conf [new file with mode: 0644]
games/devtest/mods/mapgen/init.lua [new file with mode: 0644]
games/devtest/mods/mapgen/mod.conf [new file with mode: 0644]
games/devtest/mods/modchannels/init.lua [new file with mode: 0644]
games/devtest/mods/modchannels/mod.conf [new file with mode: 0644]
games/devtest/mods/soundstuff/init.lua [new file with mode: 0644]
games/devtest/mods/soundstuff/mod.conf [new file with mode: 0644]
games/devtest/mods/soundstuff/sounds/soundstuff_mono.ogg [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_eat.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_blank.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_climbable.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_dig.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_dug.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_fall.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_footstep.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_place.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_place_failed.png [new file with mode: 0644]
games/devtest/mods/soundstuff/textures/soundstuff_node_sound.png [new file with mode: 0644]
games/devtest/mods/stairs/init.lua [new file with mode: 0644]
games/devtest/mods/stairs/mod.conf [new file with mode: 0644]
games/devtest/mods/testentities/armor.lua [new file with mode: 0644]
games/devtest/mods/testentities/callbacks.lua [new file with mode: 0644]
games/devtest/mods/testentities/init.lua [new file with mode: 0644]
games/devtest/mods/testentities/mod.conf [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_armorball.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_callback.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_callback_step.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_cube1.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_cube2.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_cube3.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_cube4.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_cube5.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_cube6.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_dungeon_master.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_sprite.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_upright_sprite1.png [new file with mode: 0644]
games/devtest/mods/testentities/textures/testentities_upright_sprite2.png [new file with mode: 0644]
games/devtest/mods/testentities/visuals.lua [new file with mode: 0644]
games/devtest/mods/testfood/init.lua [new file with mode: 0644]
games/devtest/mods/testfood/mod.conf [new file with mode: 0644]
games/devtest/mods/testfood/textures/testfood_bad.png [new file with mode: 0644]
games/devtest/mods/testfood/textures/testfood_bad2.png [new file with mode: 0644]
games/devtest/mods/testfood/textures/testfood_good.png [new file with mode: 0644]
games/devtest/mods/testfood/textures/testfood_good2.png [new file with mode: 0644]
games/devtest/mods/testformspec/callbacks.lua [new file with mode: 0644]
games/devtest/mods/testformspec/dummy_items.lua [new file with mode: 0644]
games/devtest/mods/testformspec/formspec.lua [new file with mode: 0644]
games/devtest/mods/testformspec/init.lua [new file with mode: 0644]
games/devtest/mods/testformspec/mod.conf [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_animation.jpg [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_animation.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_bg.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_bg_9slice.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_bg_9slice_hovered.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_bg_9slice_pressed.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_bg_hovered.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_bg_pressed.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_button_image.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_hovered.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_item.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_node.png [new file with mode: 0644]
games/devtest/mods/testformspec/textures/testformspec_pressed.png [new file with mode: 0644]
games/devtest/mods/testnodes/README.md [new file with mode: 0644]
games/devtest/mods/testnodes/drawtypes.lua [new file with mode: 0644]
games/devtest/mods/testnodes/init.lua [new file with mode: 0644]
games/devtest/mods/testnodes/light.lua [new file with mode: 0644]
games/devtest/mods/testnodes/liquids.lua [new file with mode: 0644]
games/devtest/mods/testnodes/meshes.lua [new file with mode: 0644]
games/devtest/mods/testnodes/mod.conf [new file with mode: 0644]
games/devtest/mods/testnodes/models/testnodes_ocorner.obj [new file with mode: 0644]
games/devtest/mods/testnodes/models/testnodes_pyramid.obj [new file with mode: 0644]
games/devtest/mods/testnodes/nodeboxes.lua [new file with mode: 0644]
games/devtest/mods/testnodes/param2.lua [new file with mode: 0644]
games/devtest/mods/testnodes/properties.lua [new file with mode: 0644]
games/devtest/mods/testnodes/settingtypes.txt [new file with mode: 0644]
games/devtest/mods/testnodes/textures.lua [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_1.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_1g.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_1w.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_1wg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_2.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_2g.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_2w.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_2wg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_3.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_3g.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_3w.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_3wg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_4.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_4g.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_4w.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_4wg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_5.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_5g.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_5w.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_5wg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_6.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_6g.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_6w.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_6wg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_airlike.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_allfaces.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_allfaces_optional.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_alpha.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_alpha128.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_alpha191.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_alpha64.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_anim.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_attached_bottom.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_attached_side.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_attached_top.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_attachedw_bottom.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_attachedw_side.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_attachedw_top.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_bouncy.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_buildable_to.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_climbable_nojump_side.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_climbable_side.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_damage.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_damage_neg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_drowning.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_fall_damage_minus.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_fall_damage_plus.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_fencelike.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_firelike.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_glasslike.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_glasslike_detail.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_glasslike_framed.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_glasslike_framed2.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_glasslike_framed_optional.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_glasslikeliquid.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_1.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_10.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_11.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_12.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_13.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_14.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_2.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_3.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_4.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_5.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_6.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_7.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_8.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_light_9.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_line_crossing.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_line_curved.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_line_straight.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_line_t_junction.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquid.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r0.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r1.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r2.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r3.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r4.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r5.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r6.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r7.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidflowing_r8.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r0.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r1.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r2.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r3.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r4.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r5.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r6.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r7.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_liquidsource_r8.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes2.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes3.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes4.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_node.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_node_falling.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_nodebox.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_nojump_side.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_nojump_top.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_normal.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_normal1.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_normal2.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_normal3.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_normal4.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_normal5.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_normal6.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_palette_facedir.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_palette_full.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_palette_wallmounted.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_degrotate.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_leveled.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_meshoptions.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_plantlike_waving.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_rail2_crossing.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_rail2_curved.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_rail2_straight.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_rail2_t_junction.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_rail_crossing.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_rail_curved.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_rail_straight.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_rail_t_junction.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_signlike.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_slippery.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_street_crossing.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_street_curved.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_street_straight.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_street_t_junction.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_sunlight_filter.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_torchlike_ceiling.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_torchlike_floor.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_torchlike_wall.png [new file with mode: 0644]
games/devtest/mods/testpathfinder/README.md [new file with mode: 0644]
games/devtest/mods/testpathfinder/init.lua [new file with mode: 0644]
games/devtest/mods/testpathfinder/mod.conf [new file with mode: 0644]
games/devtest/mods/testpathfinder/textures/testpathfinder_testpathfinder.png [new file with mode: 0644]
games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint.png [new file with mode: 0644]
games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_end.png [new file with mode: 0644]
games/devtest/mods/testpathfinder/textures/testpathfinder_waypoint_start.png [new file with mode: 0644]
games/devtest/mods/testtools/README.md [new file with mode: 0644]
games/devtest/mods/testtools/init.lua [new file with mode: 0644]
games/devtest/mods/testtools/mod.conf [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_entity_rotator.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_entity_scaler.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_entity_spawner.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_falling_node_tool.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_node_setter.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_object_attacher.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_object_editor.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_object_mover.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_param2tool.png [new file with mode: 0644]
games/devtest/mods/testtools/textures/testtools_remover.png [new file with mode: 0644]
games/devtest/mods/tiled/init.lua [new file with mode: 0644]
games/devtest/mods/tiled/mod.conf [new file with mode: 0644]
games/devtest/mods/tiled/textures/tiled_tiled.png [new file with mode: 0644]
games/devtest/mods/unittests/crafting.lua [new file with mode: 0644]
games/devtest/mods/unittests/crafting_prepare.lua [new file with mode: 0644]
games/devtest/mods/unittests/init.lua [new file with mode: 0644]
games/devtest/mods/unittests/mod.conf [new file with mode: 0644]
games/devtest/mods/unittests/player.lua [new file with mode: 0644]
games/devtest/mods/unittests/random.lua [new file with mode: 0644]
games/devtest/mods/unittests/textures/unittests_coal_lump.png [new file with mode: 0644]
games/devtest/mods/unittests/textures/unittests_iron_lump.png [new file with mode: 0644]
games/devtest/mods/unittests/textures/unittests_repairable_tool.png [new file with mode: 0644]
games/devtest/mods/unittests/textures/unittests_steel_ingot.png [new file with mode: 0644]
games/devtest/mods/unittests/textures/unittests_stick.png [new file with mode: 0644]
games/devtest/mods/unittests/textures/unittests_torch.png [new file with mode: 0644]
games/devtest/mods/unittests/textures/unittests_unrepairable_tool.png [new file with mode: 0644]
games/devtest/mods/util_commands/init.lua [new file with mode: 0644]
games/devtest/mods/util_commands/mod.conf [new file with mode: 0644]
games/devtest/screenshot.png [new file with mode: 0644]
games/devtest/settingtypes.txt [new file with mode: 0644]
games/minimal/LICENSE.txt [deleted file]
games/minimal/README.md [deleted file]
games/minimal/game.conf [deleted file]
games/minimal/menu/background.png [deleted file]
games/minimal/menu/header.png [deleted file]
games/minimal/menu/icon.png [deleted file]
games/minimal/mods/basenodes/init.lua [deleted file]
games/minimal/mods/basenodes/mod.conf [deleted file]
games/minimal/mods/basenodes/textures/basenodes_dirt_with_grass_bottom.png [deleted file]
games/minimal/mods/basenodes/textures/basenodes_dirt_with_snow.png [deleted file]
games/minimal/mods/basenodes/textures/basenodes_dirt_with_snow_bottom.png [deleted file]
games/minimal/mods/basenodes/textures/basenodes_snow_sheet.png [deleted file]
games/minimal/mods/basenodes/textures/default_apple.png [deleted file]
games/minimal/mods/basenodes/textures/default_cobble.png [deleted file]
games/minimal/mods/basenodes/textures/default_desert_sand.png [deleted file]
games/minimal/mods/basenodes/textures/default_desert_stone.png [deleted file]
games/minimal/mods/basenodes/textures/default_dirt.png [deleted file]
games/minimal/mods/basenodes/textures/default_grass.png [deleted file]
games/minimal/mods/basenodes/textures/default_grass_side.png [deleted file]
games/minimal/mods/basenodes/textures/default_gravel.png [deleted file]
games/minimal/mods/basenodes/textures/default_ice.png [deleted file]
games/minimal/mods/basenodes/textures/default_junglegrass.png [deleted file]
games/minimal/mods/basenodes/textures/default_jungleleaves.png [deleted file]
games/minimal/mods/basenodes/textures/default_jungletree.png [deleted file]
games/minimal/mods/basenodes/textures/default_jungletree_top.png [deleted file]
games/minimal/mods/basenodes/textures/default_lava.png [deleted file]
games/minimal/mods/basenodes/textures/default_lava_flowing.png [deleted file]
games/minimal/mods/basenodes/textures/default_leaves.png [deleted file]
games/minimal/mods/basenodes/textures/default_mossycobble.png [deleted file]
games/minimal/mods/basenodes/textures/default_pine_needles.png [deleted file]
games/minimal/mods/basenodes/textures/default_pine_tree.png [deleted file]
games/minimal/mods/basenodes/textures/default_pine_tree_top.png [deleted file]
games/minimal/mods/basenodes/textures/default_river_water.png [deleted file]
games/minimal/mods/basenodes/textures/default_river_water_flowing.png [deleted file]
games/minimal/mods/basenodes/textures/default_sand.png [deleted file]
games/minimal/mods/basenodes/textures/default_snow.png [deleted file]
games/minimal/mods/basenodes/textures/default_snow_side.png [deleted file]
games/minimal/mods/basenodes/textures/default_stone.png [deleted file]
games/minimal/mods/basenodes/textures/default_tree.png [deleted file]
games/minimal/mods/basenodes/textures/default_tree_top.png [deleted file]
games/minimal/mods/basenodes/textures/default_water.png [deleted file]
games/minimal/mods/basenodes/textures/default_water_flowing.png [deleted file]
games/minimal/mods/basetools/init.lua [deleted file]
games/minimal/mods/basetools/mod.conf [deleted file]
games/minimal/mods/basetools/textures/basetools_dirtpick.png [deleted file]
games/minimal/mods/basetools/textures/basetools_firesword.png [deleted file]
games/minimal/mods/basetools/textures/basetools_icesword.png [deleted file]
games/minimal/mods/basetools/textures/basetools_mesepick.png [deleted file]
games/minimal/mods/basetools/textures/basetools_steelaxe.png [deleted file]
games/minimal/mods/basetools/textures/basetools_steeldagger.png [deleted file]
games/minimal/mods/basetools/textures/basetools_steelpick.png [deleted file]
games/minimal/mods/basetools/textures/basetools_steelpick_l1.png [deleted file]
games/minimal/mods/basetools/textures/basetools_steelpick_l2.png [deleted file]
games/minimal/mods/basetools/textures/basetools_steelshears.png [deleted file]
games/minimal/mods/basetools/textures/basetools_steelshovel.png [deleted file]
games/minimal/mods/basetools/textures/basetools_steelsword.png [deleted file]
games/minimal/mods/basetools/textures/basetools_stoneaxe.png [deleted file]
games/minimal/mods/basetools/textures/basetools_stonepick.png [deleted file]
games/minimal/mods/basetools/textures/basetools_stoneshears.png [deleted file]
games/minimal/mods/basetools/textures/basetools_stoneshovel.png [deleted file]
games/minimal/mods/basetools/textures/basetools_stonesword.png [deleted file]
games/minimal/mods/basetools/textures/basetools_woodaxe.png [deleted file]
games/minimal/mods/basetools/textures/basetools_woodpick.png [deleted file]
games/minimal/mods/basetools/textures/basetools_woodshears.png [deleted file]
games/minimal/mods/basetools/textures/basetools_woodshovel.png [deleted file]
games/minimal/mods/basetools/textures/basetools_woodsword.png [deleted file]
games/minimal/mods/bucket/init.lua [deleted file]
games/minimal/mods/bucket/mod.conf [deleted file]
games/minimal/mods/bucket/textures/bucket.png [deleted file]
games/minimal/mods/bucket/textures/bucket_lava.png [deleted file]
games/minimal/mods/bucket/textures/bucket_water.png [deleted file]
games/minimal/mods/chest/init.lua [deleted file]
games/minimal/mods/chest/mod.conf [deleted file]
games/minimal/mods/chest/textures/chest_chest.png [deleted file]
games/minimal/mods/chest_of_everything/init.lua [deleted file]
games/minimal/mods/chest_of_everything/mod.conf [deleted file]
games/minimal/mods/chest_of_everything/textures/chest_of_everything_chest.png [deleted file]
games/minimal/mods/dignodes/init.lua [deleted file]
games/minimal/mods/dignodes/mod.conf [deleted file]
games/minimal/mods/dignodes/textures/dignodes_choppy.png [deleted file]
games/minimal/mods/dignodes/textures/dignodes_cracky.png [deleted file]
games/minimal/mods/dignodes/textures/dignodes_crumbly.png [deleted file]
games/minimal/mods/dignodes/textures/dignodes_dig_immediate.png [deleted file]
games/minimal/mods/dignodes/textures/dignodes_none.png [deleted file]
games/minimal/mods/dignodes/textures/dignodes_rating1.png [deleted file]
games/minimal/mods/dignodes/textures/dignodes_rating2.png [deleted file]
games/minimal/mods/dignodes/textures/dignodes_rating3.png [deleted file]
games/minimal/mods/experimental/commands.lua [deleted file]
games/minimal/mods/experimental/detached.lua [deleted file]
games/minimal/mods/experimental/init.lua [deleted file]
games/minimal/mods/experimental/items.lua [deleted file]
games/minimal/mods/experimental/mod.conf [deleted file]
games/minimal/mods/experimental/textures/experimental_callback_node.png [deleted file]
games/minimal/mods/experimental/textures/experimental_particle_sheet.png [deleted file]
games/minimal/mods/experimental/textures/experimental_particle_vertical.png [deleted file]
games/minimal/mods/experimental/textures/experimental_tester_tool_1.png [deleted file]
games/minimal/mods/give_initial_stuff/init.lua [deleted file]
games/minimal/mods/give_initial_stuff/mod.conf [deleted file]
games/minimal/mods/initial_message/init.lua [deleted file]
games/minimal/mods/initial_message/mod.conf [deleted file]
games/minimal/mods/mapgen/init.lua [deleted file]
games/minimal/mods/mapgen/mod.conf [deleted file]
games/minimal/mods/modchannels/init.lua [deleted file]
games/minimal/mods/modchannels/mod.conf [deleted file]
games/minimal/mods/soundstuff/init.lua [deleted file]
games/minimal/mods/soundstuff/mod.conf [deleted file]
games/minimal/mods/soundstuff/sounds/soundstuff_mono.ogg [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_eat.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_blank.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_climbable.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_dig.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_dug.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_fall.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_footstep.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_place.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_place_failed.png [deleted file]
games/minimal/mods/soundstuff/textures/soundstuff_node_sound.png [deleted file]
games/minimal/mods/stairs/init.lua [deleted file]
games/minimal/mods/stairs/mod.conf [deleted file]
games/minimal/mods/testentities/armor.lua [deleted file]
games/minimal/mods/testentities/callbacks.lua [deleted file]
games/minimal/mods/testentities/init.lua [deleted file]
games/minimal/mods/testentities/mod.conf [deleted file]
games/minimal/mods/testentities/textures/testentities_armorball.png [deleted file]
games/minimal/mods/testentities/textures/testentities_callback.png [deleted file]
games/minimal/mods/testentities/textures/testentities_callback_step.png [deleted file]
games/minimal/mods/testentities/textures/testentities_cube1.png [deleted file]
games/minimal/mods/testentities/textures/testentities_cube2.png [deleted file]
games/minimal/mods/testentities/textures/testentities_cube3.png [deleted file]
games/minimal/mods/testentities/textures/testentities_cube4.png [deleted file]
games/minimal/mods/testentities/textures/testentities_cube5.png [deleted file]
games/minimal/mods/testentities/textures/testentities_cube6.png [deleted file]
games/minimal/mods/testentities/textures/testentities_dungeon_master.png [deleted file]
games/minimal/mods/testentities/textures/testentities_sprite.png [deleted file]
games/minimal/mods/testentities/textures/testentities_upright_sprite1.png [deleted file]
games/minimal/mods/testentities/textures/testentities_upright_sprite2.png [deleted file]
games/minimal/mods/testentities/visuals.lua [deleted file]
games/minimal/mods/testfood/init.lua [deleted file]
games/minimal/mods/testfood/mod.conf [deleted file]
games/minimal/mods/testfood/textures/testfood_bad.png [deleted file]
games/minimal/mods/testfood/textures/testfood_bad2.png [deleted file]
games/minimal/mods/testfood/textures/testfood_good.png [deleted file]
games/minimal/mods/testfood/textures/testfood_good2.png [deleted file]
games/minimal/mods/testformspec/callbacks.lua [deleted file]
games/minimal/mods/testformspec/dummy_items.lua [deleted file]
games/minimal/mods/testformspec/formspec.lua [deleted file]
games/minimal/mods/testformspec/init.lua [deleted file]
games/minimal/mods/testformspec/mod.conf [deleted file]
games/minimal/mods/testformspec/textures/testformspec_animation.jpg [deleted file]
games/minimal/mods/testformspec/textures/testformspec_animation.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_bg.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_bg_9slice.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_bg_9slice_hovered.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_bg_9slice_pressed.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_bg_hovered.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_bg_pressed.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_button_image.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_hovered.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_item.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_node.png [deleted file]
games/minimal/mods/testformspec/textures/testformspec_pressed.png [deleted file]
games/minimal/mods/testnodes/README.md [deleted file]
games/minimal/mods/testnodes/drawtypes.lua [deleted file]
games/minimal/mods/testnodes/init.lua [deleted file]
games/minimal/mods/testnodes/light.lua [deleted file]
games/minimal/mods/testnodes/liquids.lua [deleted file]
games/minimal/mods/testnodes/meshes.lua [deleted file]
games/minimal/mods/testnodes/mod.conf [deleted file]
games/minimal/mods/testnodes/models/testnodes_ocorner.obj [deleted file]
games/minimal/mods/testnodes/models/testnodes_pyramid.obj [deleted file]
games/minimal/mods/testnodes/nodeboxes.lua [deleted file]
games/minimal/mods/testnodes/param2.lua [deleted file]
games/minimal/mods/testnodes/properties.lua [deleted file]
games/minimal/mods/testnodes/settingtypes.txt [deleted file]
games/minimal/mods/testnodes/textures.lua [deleted file]
games/minimal/mods/testnodes/textures/testnodes_1.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_1g.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_1w.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_1wg.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_2.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_2g.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_2w.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_2wg.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_3.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_3g.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_3w.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_3wg.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_4.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_4g.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_4w.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_4wg.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_5.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_5g.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_5w.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_5wg.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_6.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_6g.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_6w.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_6wg.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_airlike.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_allfaces.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_allfaces_optional.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_alpha.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_alpha128.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_alpha191.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_alpha64.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_anim.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_attached_bottom.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_attached_side.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_attached_top.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_attachedw_bottom.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_attachedw_side.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_attachedw_top.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_bouncy.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_buildable_to.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_climbable_nojump_side.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_climbable_side.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_damage.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_damage_neg.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_drowning.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_fall_damage_minus.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_fall_damage_plus.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_fencelike.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_firelike.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_glasslike.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_glasslike_detail.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_glasslike_framed.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_glasslike_framed2.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_glasslike_framed_optional.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_glasslikeliquid.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_1.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_10.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_11.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_12.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_13.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_14.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_2.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_3.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_4.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_5.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_6.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_7.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_8.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_light_9.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_line_crossing.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_line_curved.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_line_straight.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_line_t_junction.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquid.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r0.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r1.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r2.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r3.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r4.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r5.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r6.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r7.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidflowing_r8.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r0.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r1.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r2.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r3.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r4.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r5.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r6.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r7.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_liquidsource_r8.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_mesh_stripes.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_mesh_stripes2.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_mesh_stripes3.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_mesh_stripes4.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_node.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_node_falling.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_nodebox.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_nojump_side.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_nojump_top.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_normal.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_normal1.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_normal2.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_normal3.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_normal4.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_normal5.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_normal6.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_palette_facedir.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_palette_full.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_palette_wallmounted.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_degrotate.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_leveled.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_meshoptions.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_degrotate.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_leveled.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_meshoptions.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_base_side_waving.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_degrotate.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_leveled.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_meshoptions.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_rooted_waving.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_plantlike_waving.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_rail2_crossing.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_rail2_curved.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_rail2_straight.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_rail2_t_junction.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_rail_crossing.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_rail_curved.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_rail_straight.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_rail_t_junction.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_signlike.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_slippery.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_street_crossing.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_street_curved.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_street_straight.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_street_t_junction.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_sunlight_filter.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_torchlike_ceiling.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_torchlike_floor.png [deleted file]
games/minimal/mods/testnodes/textures/testnodes_torchlike_wall.png [deleted file]
games/minimal/mods/testpathfinder/README.md [deleted file]
games/minimal/mods/testpathfinder/init.lua [deleted file]
games/minimal/mods/testpathfinder/mod.conf [deleted file]
games/minimal/mods/testpathfinder/textures/testpathfinder_testpathfinder.png [deleted file]
games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint.png [deleted file]
games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint_end.png [deleted file]
games/minimal/mods/testpathfinder/textures/testpathfinder_waypoint_start.png [deleted file]
games/minimal/mods/testtools/README.md [deleted file]
games/minimal/mods/testtools/init.lua [deleted file]
games/minimal/mods/testtools/mod.conf [deleted file]
games/minimal/mods/testtools/textures/testtools_entity_rotator.png [deleted file]
games/minimal/mods/testtools/textures/testtools_entity_scaler.png [deleted file]
games/minimal/mods/testtools/textures/testtools_entity_spawner.png [deleted file]
games/minimal/mods/testtools/textures/testtools_falling_node_tool.png [deleted file]
games/minimal/mods/testtools/textures/testtools_node_setter.png [deleted file]
games/minimal/mods/testtools/textures/testtools_object_attacher.png [deleted file]
games/minimal/mods/testtools/textures/testtools_object_editor.png [deleted file]
games/minimal/mods/testtools/textures/testtools_object_mover.png [deleted file]
games/minimal/mods/testtools/textures/testtools_param2tool.png [deleted file]
games/minimal/mods/testtools/textures/testtools_remover.png [deleted file]
games/minimal/mods/tiled/init.lua [deleted file]
games/minimal/mods/tiled/mod.conf [deleted file]
games/minimal/mods/tiled/textures/tiled_tiled.png [deleted file]
games/minimal/mods/unittests/crafting.lua [deleted file]
games/minimal/mods/unittests/crafting_prepare.lua [deleted file]
games/minimal/mods/unittests/init.lua [deleted file]
games/minimal/mods/unittests/mod.conf [deleted file]
games/minimal/mods/unittests/player.lua [deleted file]
games/minimal/mods/unittests/random.lua [deleted file]
games/minimal/mods/unittests/textures/unittests_coal_lump.png [deleted file]
games/minimal/mods/unittests/textures/unittests_iron_lump.png [deleted file]
games/minimal/mods/unittests/textures/unittests_repairable_tool.png [deleted file]
games/minimal/mods/unittests/textures/unittests_steel_ingot.png [deleted file]
games/minimal/mods/unittests/textures/unittests_stick.png [deleted file]
games/minimal/mods/unittests/textures/unittests_torch.png [deleted file]
games/minimal/mods/unittests/textures/unittests_unrepairable_tool.png [deleted file]
games/minimal/mods/util_commands/init.lua [deleted file]
games/minimal/mods/util_commands/mod.conf [deleted file]
games/minimal/screenshot.png [deleted file]
games/minimal/settingtypes.txt [deleted file]
src/unittest/CMakeLists.txt
src/unittest/test_servermodmanager.cpp
util/test_multiplayer.sh